Hannah,
It’s a widget called “Social Slider.” It is not a plugin that I downloaded. I placed in the footer again. Still doesn’t show us for some reason. Strange. I’ve don’t nothing difference. Every plugin is updated. There is an error in the space where it should appear.
“No images found!
Try some other hashtag or username”
Any suggestions?
Thank you,
Pam
This reply has been marked as private.
Unfortunately this CSS is causing a number of other problems:
1. in Desktop view, the copyright line at the bottom of the page gets cut off.
2. in Tablet view, the white space still appears below the footer (I assume since this is a media query only for min-width: 992px).
3. in wide Desktop view on a page with two rows, the bottom half of the second row gets half-covered by the footer when you shorten the height of the window. This doesn’t happen when this custom CSS is not applied.
I’ve tried adjusting the padding-bottom and height percentages, but that creates different problems without solving the problems above.
I’ll post screenshots in a private reply.
Hi, Gang!
This is so strange. The Instagram widget that I had in the footer….is gone. Well, let me explain.
Opened website this morning. Instagram Feed widget that I placed in footer…and that has been working flawlessly…was not picking up feed. Checked it out. Input accurate. Still didn’t work. Decided to delete and replace it as new.
Well….when I went to place the widget it was no longer listed in the Widget List on the left. It’s not there. It is not listed in the plugins. I believe that the Instagram Widget was bundled with the Ascend theme…or an add. Am I correct? I can’t find anything in support documentation to help.
Any suggestions of how I should proceed in fixing this little hiccup?
Thank you,
Pam
(sending site access)
Hi my slider parallax isnt working and the row background image that should be just above the footer is not showing (only grey)
*Login to see link
Hey Rebecca,
That is happening because there is not enough content on the page to push it down. This post explains: https://www.kadencewp.com/knowledge-base/footer-always-at-bottom/
Hope it’s helpful!
Hannah
This reply has been marked as private.
My portfolio grid pages are set to three columns. If there are only three or fewer items displaying on the page, and thus only one row, a large white space is displaying at the bottom of the page below the footer (on desktop only, phone is fine).
If there are more than three items, and the grid has two rows instead of one, then there is no white space displaying below the footer.
How can I get rid of this white space on the pages with only one row? When I use the web inspector I am unable to select this white space to see what is causing it.
I will send links in a private reply.
Yeah I can add some built-in checks for it, it seems off though. the_content section is only a small part of the real content that gets loaded on a page. Sidebars, headers, footers and basically anything extra would(and should) never run through the_content filter and neither would any generated CSS so really strange to me they don’t have a better system. It seems like if the images are not accessible via the URL that they are saved into the database you would have issues like this with everything you wanted to do outside of simple pictures on a page.
Thanks! Also I am noticing that 2 different bits of data I placed into my sidebars is dissapearing,
1 – I added custom HTML to 2 sidebars (opt-in forms) through the Apperance – Widgets and it just disappeared, not sure when exactly, perhaps during a theme update or a Woo update?
2 – More links I added to the Footer Widget have disappeared, and I had to read them
Any ideas?
Hi
I have an issue where the shop page numbers (Shop) are white which means they are not visible whereas page numbers on other pages (eg Mixed Cases) are grey, which is what I want.
I believe I have narrowed it down to Woo Templates overwriting the default style specifically the following css I think:
#panel-727-1-1-0 a {
color: #fff;
}
However, if I add this to my custom css with colour #aaa, it changes a lot of things (eg top bar / footer background goes black, the menu background goes green and the shop filter layout changes) so obviously that style controls a lot more things that I expected!
Can you advise how I can change the colour of my page numbers on the shop page please?
Thanks
Dom
Hi Bill,
This css should work for you:
#containerfooter .menu li a {
color: #333;
background: #eee;
}
You can paste that into your custom css box in Theme Options > Custom CSS.
Hope it helps!
Hannah
I am using Pinnacle Premium. I have added a Call to Action text block and button in the Footer. I want to move the text and the button closer in to the center of the block. How can I do that?
I am using Pinnacle Premium. I added a Navigation Menu widget to the footer. The Menu text is currently white with a gray background. How do I change the text and background color?
Hey,
You can add javascript to offset the height of your sticky header to change how browsers calculate where an achor is.
<script type="text/javascript">
jQuery(document).ready(function ($) {
$('body').localScroll({offset: -47, hash:true });
});
</script>
Add that in your theme options > header and footer scripts. In the footer scripts area.
Ben
I’m showing an error in your footer content in your admin amp settings, it appears you’ve added invalid amp content there. That content box can only contain valid amp html.
Hey,
I suggest using this plugin: https://wordpress.org/plugins/widgets-on-pages/
It will give you a shortcode to output a widget area, you can place that shortcode in the footer text area.
Ben
Hi there Kadence folks!
I want to add a widget area to the footerbase div so that I can place the Social Media widget there. Is it possible to ‘inject’ the widget area code here with a function, rather than modifying the templates/footer.php file? Or can you think of an alternate way to do this? I’m using a child theme, but even so I don’t want to change the source files unless I have to in case a future update requires me to change my code again.
Hey,
You can use this css to center align your titles:
.footerclass .footer-widget-title {
text-align: center;
}
Does that work for you?
Hannah