Ok thanks
I will give page builder a go 🙂
Hey,
So the rev slider is forcing fullwidth which is extending the slider into the header area. Not normally how it’s set up but you can do recreate this using this css for your page title area:
@media (min-width: 992px){
#pageheader.titleclass {
margin-left: -270px;
padding-left:270px;
}
}
Ben
There isn’t any built-in tools for that, you would have to custom implement, would require you add the form into the page wrapped in html like this:
<div class="mag-pop-modal mfp-hide mfp-with-anim" id="my-custom-form-popup" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pop-modal-content">
<div class="pop-modal-body">
ADD FORM HREE
</div>
</div>
</div>
Then you would have to add a javascript function to connect your button to that modal.
<script type="text/javascript">
jQuery( document ).ready( function($) {
$('.kpt-footer-btn').on('click', function(e) {
e.preventDefault();
$.magnificPopup.open({
items: {
type: 'inline',
src: '#my-custom-form-popup',
},
});
});
});
</script>
Ben
Page Builder makes this super easy. Do you have page builder enabled? If you switched to the page builder editor all your content would switch over, then you could simply create a row for your background color and set it to fullwidth stretched. Otherwise you could use this css to stretch the content of your entire page:
.googleads div#content {
width: 100%;
}
Hannah
Hi kadence team,
i wish to set my home page header and the feature same as (post carousel) but the the images and titles are from my menu categories
my menu categories are “farming, fertigation, hydroponic, aquaponic, landscape, palm oil, rubber, animals and aquaculture”
i know post carousel is using post contain and images to show in home page header, but i don’t want the post contain and images, i just want to adapt the post carousel feature to my menu categories.
Hi
I am not using page builder, because we already have content on the page.
But to give you an example of what I would like to acheive with the full width background colours please see this link:
https://adwords.google.com/intl/en_za/home/
It seems so simple to acheive but im struggling.
Hayleigh
Hey,
You can hide this with CSS. If you can link to the page, I’ll provide the CSS for removing the header.
-Kevin
Hey,
Are you using page builder? If so, you can create a row, then set a background color for the row and set the row layout full width stretched. https://www.kadencewp.com/using-page-builder/
Hope that’s helpful!
Hannah
This reply has been marked as private.
Hi,
I am using the Ascend theme with the menu on the side.
When I use the Rev slider on the home page the images go behind the menu panel – which is how I want them.
However on the internal pages using a standard image it stops at the side menu, the image doesn’t go behind. I can change that header to a rev slider and it goes behind however I can’t then have a page title – I don’t want one slider for every page. I have tried to add the shortcode {{title}} to the slider but that is not bringing up the correct title?
I have attached links below.
Kind Regards, Mel
Hi,
When I started on WordPress.org, I use the Kadence Importer to import the Ascend Premium theme and then worked from there to customize the website. Now, if I want to update the theme, WordPress is recommending that I have a child theme. So I have looked on this page and followed the instructions *Login to see link
Now, do I simply upload the zip file under Appearance/ Theme?
And then do I need to do anything else?
Many thanks,
My most recent post won’t show the featured image on the blog grid (front page) or the blog page. I have regenerated thumbnails, and everything is working fine on Facebook and so forth. All my previous posts are working fine.
What to do?
Hello,
I used a six-column grid on my Staff’s page. I would like to reduce the size of the titles without touching all h3 titles. How can I do this ?
Thank you !
HI, do you think is there any possibility that the LO QUIERO blue button of this page *Login to see link can open a modal form with the actual contact form you can see in the linked page we have right now….??? *Login to see link
thank you very much
Hi!
I would like to have a landing page that includes a footer but not the header. When I assign a page the landing page template, it doesn’t have footer included. Other templates include both footer and header. What is your method to achieve a page without a header but with a footer?
Thank you.
John B
Hi,
When testing the speed of my Ascend website, I read that the following ressource CSS is blocking page load:
*Login to see link
How can I resolve this ?
Thanks
JF
I searched but couldn’t find any info on this plugin. I downloaded it, activated it, but I can’t figure out how to add it to existing pages. Settings only covers comments, login and reviews.
Hey,
You can use pagebuilder: https://www.kadencewp.com/using-page-builder/
And add a virtue: carousel widget. There you can select to show products in a carousel by category or featured.
If you want “new or latest” simply choose the product category option but don’t choose a specific category.
Ben
Hello Kadence Support,
We are adult product ecommerce website using Virtue premium theme, we need help.
Here is our website (adult Products): *Login to see link
I would like to improve our website to be better UX aim at mobile first. The goal is UX as Facebook theme (On Mobile, same section swipe left to right and next section drags down)
Refer to your Virtue theme: *Login to see link
Home Page Improved Requirement:
1. On Product Categories section below carousels, need to be Swipe and Auto Scroll from left to right On Mobile. It can remain the same as it is now on desktop (If possible). On mobile I want the same as FEATURED PROJECTS on *Login to see link
2. On New Arrivals Section also need the same requirement. Need to be Swipe and Auto Scroll from left to right On Mobile. It can remain the same as it is now on desktop (If possible). On mobile I want the same as FEATURED PRODUCTSon *Login to see link
Again, Always a forum fan. I appreciate and looking forward to your help
Best Regards,
Sam
So close! I have been able to get my picture working as the background to a Page Builder row. The secret was to add padding to the top and bottom of the row in order to get the picture to show up. Now the row separator works!
Using No Header in Theme Options pushes the Page Builder row down below the Transparent Header. Using the Short Code option without any code brings the row up, but there is a small, white line at the top of the page still. Here’s the link: http://www.clearwatertrekker.com.
Suggestions on how to close this gap?