Shop Categories

X

Problems with Grid Layout in blog section

Home Forums Agama Pro Problems with Grid Layout in blog section

Topic Resolution: Resolved
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #7939
    mobilitypower
    Participant

    I have problems with the blog section
    when I choose Grid Layout you can not access the content of the articles
    the title does not appear and a link does not appear to be able to access either
    What do I have to configure to work well?

    my web is mobilitypower.es

    #7941
    Jerry
    Keymaster

    Hello there,

    Go to Customize -> General -> Additional CSS.
    Find and delete next CSS code:
    #main h1.entry-title { display: none; }

    Regards

    #7942
    mobilitypower
    Participant

    F**k, sorry I’m idiot :$

    just one more thing please
    how can I remove or activate the “continue reading”

    Thanks!

    #7943
    Jerry
    Keymaster

    Customize -> Blog -> General -> Read More

    It should work if you didn’t modified something 😉

    Regards

    #7944
    mobilitypower
    Participant

    if I remove #main h1.entry-title {display: none; }

    I get the title in all the pages, I just want it to appear in the blog section

    how do I remove it from the rest of the pages?

    By the way, “continue reading” does not work although I have already activated “Read More”

    #7945
    Jerry
    Keymaster

    Try next CSS code
    body:not(.category):not(.category-blog) h1.entry-title { display: none; }

    Regards

    #7946
    mobilitypower
    Participant

    This last worked, thank you very much

    i need help with a last question

    “continue reading”, keeps appearing in the blog section although I have tried adding .entry-content .more-link {
    display: none;
    }

    how do I eliminate the “continue reading”?

    thanks of all

    #7947
    Jerry
    Keymaster

    You can’t since Continue Reading is not wrapped with:
    <a href=""></a>

    It’s only displaying as normal text after blog text excerpt and that’s why it cannot be hidden.

    This is not normal theme behavior so i assume you have some plugin installed which is stripping tags from “Continue Reading” link… something like that.

    For more info you should provide me admin access in private reply.

    Regards

    #7948
    mobilitypower
    Participant
    This reply has been marked as private.
    #7949
    Jerry
    Keymaster

    Next Plugin is causing issues on Blog page:
    Thrive Architect

    Try to disable it and you will notice everything is fine.

    Regards

    #7950
    mobilitypower
    Participant

    I cant disable Thrive Architect. I try other options.

    Thanks!

    #7951
    Jerry
    Keymaster

    It’s upon you 😉

    Regards

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.