- Posts: 3
- Thank you received: 0
"Read More" help
-
ewsinc11
Inactive member - Topic Author
- New Member
Less
More
11 years 7 months ago #29375
by ewsinc11
"Read More" help was created by ewsinc11
When I click on the "Read More" button I want it to go to a new article without displaying the Carousel. Can this be done? I have tried but cant seem to figure out a way to do this. Thanks in advance for the help.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29383
by ivan.milic
Replied by ivan.milic on topic "Read More" help
You need to have menu items to control module appearance. You can put them in hidden menu if you don't want to display them. If module assignment is not defined usually settings are taken form closest logical parent entity
Please Log in to join the conversation.
-
ewsinc11
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
11 years 7 months ago #29426
by ewsinc11
Replied by ewsinc11 on topic "Read More" help
Hi. It works if I shut off the Search Engine Friendly URLs in the Global Configuration. Do you know if there is a way to do it with it on?
Thanks for your help.
Thanks for your help.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29433
by ivan.milic
Replied by ivan.milic on topic "Read More" help
Try this disable sef , clear cache then activate sef again. If that does not help try using some other vendor SEF component like sh404sef
Please Log in to join the conversation.
-
ewsinc11
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
11 years 7 months ago #29589
by ewsinc11
Replied by ewsinc11 on topic "Read More" help
Thanks, I will try that.
One more question - do you know how to link an article to the logo? I replaced the logo with my own but cant seem to find out how to link it to a new article when the user clicks on it. Thanks.
One more question - do you know how to link an article to the logo? I replaced the logo with my own but cant seem to find out how to link it to a new article when the user clicks on it. Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29594
by ivan.milic
Replied by ivan.milic on topic "Read More" help
In index.php of template you can find this:
<div id="topmenu">
<div id="logo"><a href="index.php"><img src="<?php echo $this->baseurl ?>/templates/hot_realestate/images/logo.png" width="224" height="70" alt="hot software" /></a></div>
<div id="topmenu_pad">
<jdoc:include type="modules" name="user3" style="none" />
</div>
</div>
node:
<a href="index.php">
change value of href to link you can copy from browser bar when you are on your article page.
<div id="topmenu">
<div id="logo"><a href="index.php"><img src="<?php echo $this->baseurl ?>/templates/hot_realestate/images/logo.png" width="224" height="70" alt="hot software" /></a></div>
<div id="topmenu_pad">
<jdoc:include type="modules" name="user3" style="none" />
</div>
</div>
node:
<a href="index.php">
change value of href to link you can copy from browser bar when you are on your article page.
The following user(s) said Thank You: ewsinc11
Please Log in to join the conversation.
Time to create page: 0.162 seconds