• Hello, all!

    I’m having some trouble with broken links on this Evolve theme. Here’s our website: http://chronicleclassroom.com/

    Our sports, entertainment, politics and community news’ “Read More” buttons won’t link to our posts that are tagged with those categories. Do you all know how to access and update those hyperlinks on those buttons?

    Is it possible to change the size of the images on the top slider on the homepage? Some of them are bigger than the others and it just looks odd.

    Thank you in advance for your help!

Viewing 1 replies (of 1 total)
  • Hi,

    You need to edit your read more button HTML Code.
    The default is as follows.
    <a href="#" class="read-more btn">Read more</a>

    If you need to link to a category, such as http://chronicleclassroom.com/?cat=9
    You have to replace the # with your URL.
    For example.
    <a href="http://chronicleclassroom.com/?cat=9" class="read-more btn">Read more</a>

    Is it possible to change the size of the images on the top slider on the homepage?

    You have to edit your image before upload, or use the media manager to edit your image.

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Broken Links within layout’ is closed to new replies.