Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Read more link won't display
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Read more link won't display
#22006
Read more link won't display 13 Years, 1 Month ago Karma: 0
Hi, I used the suggested code in the template parameters, but the "read more" button embedded in my articles still will not display or work. The site is javdevelop.com. I also want to remove the bullet, but there doesn't seem to be an easy way in the control panel.
The administrator has disabled public write access.
 
#22011
Re:Read more link won't display 13 Years, 1 Month ago Karma: 760
Hello,

A bullet is added by site template styles. Add the next CSS rule to avoid it:

Code:


.es-wrapper UL LI
{
 background-image: none !important;
}



About read more link, could you specify what code do you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22017
Re:Read more link won't display 13 Years, 1 Month ago Karma: 0
Sorry, but this does not work. The bullet is still there. To try to get the "read more" to work, I put this code in the template field, following the documentation instructions that comes with the module.
{$introtext}
{$readmore_link}
It just produces gibberish, unfortunately.
If you would like to have a quick look, I'd be happy to let you in the back end.
Thanks,
-jgribble
The administrator has disabled public write access.
 
#22022
Re:Read more link won't display 13 Years, 1 Month ago Karma: 760
About bullet, do you mean bullet at top-left position? If yes, provided CSS rule should help to remove it. If you provide temporary access to your J! backend we will help to add necessary CSS rule.

About read more link, {$readmore_link} predefined variable contains a link, not a HTML code for an anchor tag. If you want to create HTML hyperlink, use the next code:

Code:


<a href="{$readmore_link}">Read more</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22035
Re:Read more link won't display 13 Years, 1 Month ago Karma: 0
Again, I am sorry to report that neither of these solutions worked. I will e-mail you the back-end access.
-Jgribble
The administrator has disabled public write access.
 
#22039
Re:Read more link won't display 13 Years, 1 Month ago Karma: 760
Try now please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12