EnglishDeutsch
newsletter icon
user icon password icon forgot password icon forgot username icon Registrieren
Bitte spenden Sie eine kleine Summe, wenn Sie Software von WebConstruction.ch verwenden, dass ich die Software weiter entwickeln und aktuell halten kann. mehr...
 
Betrag: 

 

Dear Forum Users. Please don't spam this forum. Your spam will be deleted and your account deactivated (I just click your username and you are gone). So don't mess around with your and my time.

Welcome, Guest
Please Login or Register.    Lost Password?
Get support for "Show / Hide Content"-Plugin
Go to bottomPage: 1
TOPIC: RSS PROBLEM
#1309
RSS PROBLEM 1 Year, 5 Months ago Karma: 0
when clicked on RSS button everything is displayed inside, text and the code from show and hide ! Can this be fixed somehow ?
deans
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1310
Re:RSS PROBLEM 1 Year, 5 Months ago Karma: 4
I have created a plugin which hides the Show / Hide Tags in Feeds / PDF's and Print Layout. Unfortunately it also hides the title. This I'll fix as soon as possible.

System - Show / Hide Content :
File Attachment:
File Name: sysshowhidecontent_1_0_0_Alpha.zip
File Size: 2177
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1311
Re:RSS PROBLEM 1 Year, 5 Months ago Karma: 0
File Attachment:
File Name: Desktop.zip
File Size: 107057
for me it work only for print for pdf and rss still shows the code , also one more thing, i am not very good in making a code so i have problems for example - i have upload two pictures.


this is my TEST site you can see here what i mean.thank you

mojprojekt.com/as2con/index.php?option=c...p;id=1&Itemid=50
deans
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/11/23 10:31 By deans.
The administrator has disabled public write access.
 
#1416
Re:RSS PROBLEM 1 Year, 5 Months ago Karma: 4
The new version of Show / Hide Content supports your needs.

The System - Show / Hide Plugin is used for handling display in RSS, print and PDF view and rendering the whole page (so you can set them in templates, components or modules).

In RSS, print and PDF views it will render all Show / Hide Content objects open. If required, you can set the "Hide title" setting in the "System - Show / Hide Plugin" to yes. This will hide all titles in RSS, print and PDF (so you don't have read more or things like that in those views).

To render the whole page the setting "Render whole page" must be set in the "System - Show / Hide Plugin" to yes. If needed you can add a password (also in the system plug-in), so nobody can misuse show / hide content when the hole page is renderd. Just add password="your password set in the system plugin" to your parameters of your showhide tag, when set elsewhere than in articles.

Download the newest version of Show / Hide Content here.
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/12/19 00:21 By webconstructor.
The administrator has disabled public write access.
 
#1417
Re:RSS PROBLEM 1 Year, 5 Months ago Karma: 4
Sorry for my late response, but I was very busy.



Add css code:

Code:


#yourid img {
/* round corners */
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
/* shadow */
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;

/*padding*/
padding:10px;

/*gradient*/
background: #fff; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E8F1F7'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E8F1F7)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #E8F1F7); /* for firefox 3.6+ */

/*border*/
border:solid #D3D3D3 1px !important;
}



yourid should be the html id (id="yourid") of the (div) container of the content where you want these css styles to be active.
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/12/19 00:48 By webconstructor.Reason: css code incomplete
The administrator has disabled public write access.
 
#1418
Re:RSS PROBLEM 1 Year, 5 Months ago Karma: 4


add css code:

Code:

ul, ol, dl {
    line-height: 1.5em;
    margin: 0 0 1em 1em;
}
li {
    line-height: 1.5em;
    margin-left: 1.5em;
}



Tipp:

You can download the firefox add-on firebug to select and check css styles or look in the source code.
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/12/19 00:48 By webconstructor.Reason: Wrong CSS-Code
The administrator has disabled public write access.
 
Go to topPage: 1