0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Read More Button Broken

  • Read More Button Broken

    Posted 13 years 8 months ago
    • The read more button is showing up in my module but it looks all distorted. Please help. www.coffeeandkush.com
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Read More Button Broken

    Posted 13 years 8 months ago
    • Hi, you need to wrap the text in a <span> tag inside the link - like
      <a href="#"><span>Read More</span></a>
      The span has the other half of the button in it. Hope that helps.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: Read More Button Broken

    Posted 13 years 8 months ago
    • Actually there is a third party module retrieving the articles to display. Editing the read more code within the each individual article is not possible. The code for the read more in the article looks like this when viewing article code
      <hr id="system-readmore" />
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Read More Button Broken

    Posted 13 years 8 months ago
    • Hi, I took another look. What 3rd party module is it? The system-readmore style in the template wraps the text in a span, you can see that in the other articles on your home page that aren't in the module, I also doubled checked the demo to be sure. That leads me to believe it's an issue with that particular module, maybe it's stripping out the code, or doesn't have the same coding structure as the template. Fixing it would most likely involve editing one of the core files of the module to add the span tag in - it's hard to say since it's not something we make.

      You might want to see if the module has a forum / support. Or let me know what it is, I can take a look at it, there might be a simple fix.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: Read More Button Broken

    Posted 13 years 8 months ago
  • Re: Read More Button Broken

    Posted 13 years 8 months ago
  • Re: Read More Button Broken

    Posted 13 years 8 months ago
    • Thanks. Any clue where to start looking for the file to edit? Would it be a css file, xml file, helper file?
  • Re: Read More Button Broken

    Posted 13 years 8 months ago
    • Likely within one of the .php files. Try searching within your modules for that module and do a search for "readon" which is the class it has applied to the readmore within your module. Theny you just need to change that to include the new span tag.
    • CMYKreative : Graphic Design , Web Design , Printing , Banner Ads , Branding and more.
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Read More Button Broken

    Posted 13 years 8 months ago
    • If you want to PM me your FTP details I can take a look, it should be pretty easy if I can find the right file.

      The issue is that our template style is different than the style they use. We wrap our links in a span tag to create the style and they don't. There's nothing wrong with either, just 2 different companies doing it a different way.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: Read More Button Broken

    Posted 13 years 8 months ago
    • I cant find the file. Spent hours viewing each module file in textwrangler with no luck.

Time to create page: 0.098 seconds