Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #243535

    I am having issues with the left hand column of my blog page. http://raymmar.com/my-blog/

    When you click on one of the articles or click a read more link, it takes the reader to a subscribe to Raymmar.com page and not the article itself. This is kind of a big deal as people are not able to get to the articles on my home page. It is only in this one section so I am not sure what is going on right now. please help.

    #243543

    Not all of the links are broken. If you click on the image of the first article it takes you to the article itself but all of the other links seem to be taking the user to the subscribe page and not to the article itself.

    #243555

    I could not leave it like it was as none of the links worked but I recreated the page from a template on this page here. http://raymmar.com/blog-test

    The difference from this page and the blog home page on the main site is the blog elements options. On the live blog page I have it set as a grid layout with one column and on the blog test page (where the problems are occurring) I am using the single column, large image option to display the posts.

    Not sure if that makes sense. I tried all of the different options for this section of the blog and the only one that does not drive them to the subscribe page is the grid layout with one column. The problem is that it does not display the media player in line and it does not display as large a excerpt from the article which I like as these are my most recent articles.

    #245032

    Hey!

    Please insert this css code into the quick css field to fix the issue:

    
    .avia-section .template-page .entry-content-wrapper {
    position: relative;
    z-index: 5;
    }
    

    It seems like the “subscribe” link at the bottom overlaps the blog links somehow.

    Regards,
    Peter

    #245183

    That seemed to fix it. Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog links sending people to wrong page – Avia glitch?’ is closed to new replies.