-
AuthorPosts
-
August 1, 2015 at 1:37 pm #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=sharingThanks.
August 3, 2015 at 4:13 pm #482199Hi 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,
YigitAugust 3, 2015 at 4:21 pm #482212Hi 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
August 4, 2015 at 7:42 am #482540Hey!
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,
IsmaelAugust 4, 2015 at 12:43 pm #482631Where do I have that code?
August 4, 2015 at 1:59 pm #482669Hi!
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,
YigitAugust 4, 2015 at 2:03 pm #482672Hmm, 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=sharingAnd, here’s a link to a page on the site where I was having this problem:
http://anitasguacamole.com/recipes/avocado-facial/August 4, 2015 at 2:16 pm #482680Hey!
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,
YigitAugust 4, 2015 at 3:33 pm #482752Where is public.css?
August 4, 2015 at 4:05 pm #482772Hi!
It could be one of your plugins CSS file. Please try de-activating all active plugins and check if that helps.
Cheers!
YigitAugust 4, 2015 at 4:40 pm #482812I 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.
August 5, 2015 at 9:19 am #483151 -
AuthorPosts
- You must be logged in to reply to this topic.