Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #481668

    Either I have a setting wrong or there is a bug.

    On a website I am working on, when I go to individual blog posts there are 2 issues,

    The left and right side pagination arrows come up and I’m not sure how to adjust these.
    They are in a very light gray overlay with white writing and frankly, they look terrible. They interfere
    with the regular text on the page.

    How can I get rid of this altogether or change the styling of these pagination arrows?

    Second, when I click one of those arrows, a superlarge featured image pops up in the bottom part of the
    post and covers the bottom half of the page.

    I figured the featured image would be shrunk automatically, but either I need some css, need to change a setting, or manually make all featured images smaller.

    Here are screenshots of the issues:
    https://drive.google.com/file/d/0B2Z4IVSIL_e3d0M3ek9tcUZzYUE/view?usp=sharing
    https://drive.google.com/file/d/0B2Z4IVSIL_e3UXpWbXFUb3JQeTg/view?usp=sharing

    Thanks.

    #482199

    Hi esemmel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove post nav

    #top .avia-post-nav {
        display: none!important;
    }

    Regards,
    Yigit

    #482212

    Hi Yigit. I added the code and it did remove the pagination and it seems the large images. Which means that very large image was tied into pagination somehow. Can you tell me how to edit that so if I did want to add it back I could could adjust the “before and next” arrows with css and not have the super large image problem? Like, what is the css element for the image shown with pagination?

    Ethan

    #482540

    Hey!

    Did you disable the post navigation? You have this code which breaks the layout of the navigation:

    .responsive, .responsive span, .responsive span iframe[style], .responsive span img {
        width: 100% !important;
    }

    Please remove it.

    Best regards,
    Ismael

    #482631

    Where do I have that code?

    #482669

    Hi!

    Either in Quick CSS field, Enfold/css/custom.css file or style.css file of your child theme. Can you please post the link to your website?

    Regards,
    Yigit

    #482672

    Hmm, I downloaded the ready childtheme from you guys.

    Here is a link to a screenshot of what the problem looked like
    https://drive.google.com/file/d/0B2Z4IVSIL_e3UXpWbXFUb3JQeTg/view?usp=sharing

    And, here’s a link to a page on the site where I was having this problem:
    http://anitasguacamole.com/recipes/avocado-facial/

    #482680

    Hey!

    You have this code – https://kriesi.at/support/topic/pagination-and-super-large-featured-images/#post-482540 in a file called public.css

    Best regards,
    Yigit

    #482752

    Where is public.css?

    #482772

    Hi!

    It could be one of your plugins CSS file. Please try de-activating all active plugins and check if that helps.

    Cheers!
    Yigit

    #482812

    I think it was an instagram feed plugin from my testing.

    On another note…would you know why the following is happening.

    When I make a change to a page the old version of the page is shown. Always. Even if it is a change like removing a widget from the sidebar. The old sidebar will always show up even though the plugin to show the widget is deactivated. I can go in to my browser and clear the cache but it does not matter. The only way to get a new version of a page to show is to go into the post/page itself and click the “Update” button.

    #483151

    Hi,

    I’m not sure what you mean by that, do you click Update the first time? Otherwise nothing will be saved and therefor nothing will change either.

    Best regards,
    Rikard

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