0
Welcome Guest! Login
0 items Join Now

SOLVED Myriad - RocSprocket Read more button

  • SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 10 months ago
    • Hello
      I am building a website with the Myriad template. I want to use the "Portfolio" design for the links-page. But I do not want the "Read more" button. I only want the picture to be clickable as weblink. Is it possible to not have the "Read more" button, but still have a weblink?
      See my page at: nielsbjerre.com/index.php/links
      Looking forward to hear from You
    • Last Edit: 8 years 10 months ago by Stephan Randahl Bjerre.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 10 months ago
    • YES.

      For inline after some other content:
      <span>
          <a href="index.php/category/some-article-page">Some text for the user to click on</a>
      </span>

      For below some other content:
      <p>
          <a href="index.php/category/some-article-page">Some text for the user to click on</a>
      </p>
  • Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 10 months ago
    • Hey again
      Maybe I do not explain this in the proper way - sorry for my bad english :-(
      I know how to insert code in an article, but I want to use the RocSprocket moduel for the page. So my question is, how to disable the read more button in the module?
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 10 months ago
    • Stephan Randahl Bjerre wrote:
      Hey again
      Maybe I do not explain this in the proper way - sorry for my bad english :-(
      I know how to insert code in an article, but I want to use the RocSprocket moduel for the page. So my question is, how to disable the read more button in the module?

      Add this:
      a.sprocket-readmore {
          display: none !important;
      }  
  • Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 10 months ago
    • Thanks DanG - also for the quick response. It worked perfect :-)
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 10 months ago
    • Stephan Randahl Bjerre wrote:
      Thanks DanG - also for the quick response. It worked perfect :-)

      No prob... ;)
      To mark this issue as Solved, please change the Topic icon to a Checkmark and add [SOLVED] to the beginning of your Title FIRST post of the Topic


      This image is hidden for guests.
      Please log in or register to see it.

      Thanks.
    • cmiche's Avatar
    • cmiche
    • Newbie
    • Posts: 10
    • Thanks: 1

    Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 9 months ago
    • Hi ! I want to remove completely the "Read more" button of a roksprocket module. I want to have a link through the title and the image. I have seen you had the same problem. Can you help me please?.
      Can you say me where I must insert this code ?
      a.sprocket-readmore {
      display: none !important;
      }
      to
      I look forward you replying me soon.
      Thank you.
      Cecilia
  • Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 9 months ago
    • Hey

      You will have to make a personal css-file called "custom.css" and write the code in that file. Place the file in "your site/templates/rt_myriad/css/rt_myriad-custom.css" (the example is for my template Myriad).

      OK? Can we see your website?

      Stephan
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 9 months ago
    • cmiche wrote:
      Hi ! I want to remove completely the "Read more" button of a roksprocket module. I want to have a link through the title and the image. I have seen you had the same problem. Can you help me please?.
      Can you say me where I must insert this code ?
      a.sprocket-readmore {
      display: none !important;
      }
      to
      I look forward you replying me soon.
      Thank you.
      Cecilia

      To find out more on how to create and use Custom CSS files, follow this guide Your first CSS custom file - OR - LESS custom file
    • cmiche's Avatar
    • cmiche
    • Newbie
    • Posts: 10
    • Thanks: 1

    Re: SOLVED Myriad - RocSprocket Read more button

    Posted 8 years 9 months ago
    • Hi Stephan ! Thanks for your reply.
      I have done all steps you have indicated me, however it doesn't work :(( ! I don't understand why.
      I'm working with template Audacity of Rocket, so I have created a file called rt_audacity-custom.css in templates/rt_audacity/css with this code
      a.sprocket-readmore {
      display: none !important;
      }
      Can you help me ?
      My site is puntogg.com/web/
      Kind regards
      Cecilia

Time to create page: 0.053 seconds