Since the last updates and it seems introduction to blocks, the product pages are not displaying properly (also affects footer on product page), other pages seem to be ok.
example: *Login to see link
Please help with this, thank you
Hey Josh,
You can’t “share” to Instagram. If you could share a site then I would add that to the simple sharing plugin.
If you would like to “link” to an Instagram account then you would use a social linking widget. Sharing is totally different than linking. Your sharing buttons don’t link to your fecebook, they create a post of the user to share on their own account about your webpage.
Does that make sense? We are not using sharing buttons in our footer. Those are social profile links.
Ben
Hi,
finally i will give a try to Elementor (free) ( i always use siteorigin pagebuilder) but i immediately found a difference: with page builder, if i want to build a more complex template in a widget i used to add a pagebuilder widget into the footer widget and there i used to build my layout…. with elementor i cannot find that widget … do you have an idea to solve my problem?
thank you very much
Angelo
Try adding this function to your function.php file in your child theme:
add_action('ascend_post_excerpt_footer', 'custom_share_in_excerpt');
function custom_share_in_excerpt() {
echo do_shortcode('[kadence_simple_share]');
}
If you do not yet have a child theme on your site, you can download one from here:
http://www.kadencethemes.com/child-themes/
-Kevin
You just need to go into the page content of that page and remove the extra page builder row. The footer is being set in the page content of that page for some reason.
-Kevin
Hi,
i can not do this. Footer is working in other pages, only in this one:
https://stage.dookolapracy.pl/konsultacje-cv/
i have the issue. In my child theme there is something which is messud up but i ended cooperation with my developers so i have to fix it by my own so i am here 😉
Best,
Luke
You just need to remove the empty page builder row above your footer icons, and the space should be removed.
-Kevin
hi Kevin,
thank you, it will change footer in all pages?
Best,
Luke
I have a Testimonal page – *Login to see link – with 4 testimonials. I am using the testimonial widget in Footer 1. Only 3 of the 4 testimonials appear in the widget slider.
Thanks for your help.
Jerry
Oh, I didn’t realize you were using the free theme. The free version doesn’t have a header and footer output like the premium theme. You would need to use a plugin like this: https://wordpress.org/plugins/header-and-footer-scripts/
Hannah
wahli.printjob.com
The wordpress site is wahliprinting.com
In their software they have an area where you can copy and paste code for the header and also for the footer.
I’m sorry, I meant to say that Header and Footer Scripts can be enabled from Theme Options > Theme Extensions. Do you see it there?
Hannah
Im using the Ascend Theme. We have a seperate website we are using for a storefront. Is there a way to copy and paste html text for the header to pull the information from our wordpress site? Same would go from the footer as well. Its my hope that it would pull the php files from our site, that way any changes I make to the wordpress front would reflect in the non-wordpress store header and footer.
Thanks
This reply has been marked as private.
Hey,
You can paste it into your Header Output from Theme Options > Header and Footer Scripts. If you don’t see this in option make sure it has been selected from Theme Options > Header and Footer Scripts.
Hope that helps!
Hannah
From Ben:
Hey,
There isn’t any scrolling action happening when you collapse an accordion, the issue is that your page size changes and the browser by default stay where it was scrolled to. If you are 1200px down the page it stays there, if by collapsing the accordion the height of your page is how only 1000px the viewport will be showing the footer. This is one of the accessibility things with accordions and why many suggest it’s best to avoid accordions if you have a lot of content.
There isn’t a whole lot you can do but I do know of some javascript hacks that could force the browser to move to a specific area of the page. If you send a link I can see if this is an option for you.
—
Ben Ritner
[email protected]
Hello,
I am using the accordion shortcode in the body of my web page. Each accordion contains lots of photos and information when expanded. When collapsed, the web page becomes very short and jumps to the footer. I know to scroll back up but I can’t risk that the average viewer will scroll back up to see the full accordion menu. Is there a way to return the viewer to the full accordion menu after collapsing a single accordion?
Yes that was it, I was missing the new actions.
(‘pinnacle_after_body_open’);
( ‘pinnacle_footer’ );
Thank you.