This reply has been marked as private.
Hello,
In general, you should only be using one page builder plugin. Try deactivating page builder and let me know if elementor works when it’s inactive.
-Kevin
How to change the PageBuilder text widget title font size?
By default it’s using h3, which is too big.
Here’s the site: *Login to see link
I try to edit the title of the contact form.
Thanks.
Hi All
Trying to password protect certain downloads so that users need to insert email addresses to sign up/download certain content
At the moment, we have this page restricted, but the instructions it gives users, we feel could be phrased better. How do we change this content and the look/feel of this content?
*Login to see link
Kind regards,
Lara
This reply has been marked as private.
Hi
I have moved the woocommerce page title in one of my sites (link below) using some code I found here in the support forum:
function kt_custom_child_init() {
remove_action( ‘woocommerce_above_main_content’, ‘virtue_woocommerce_page_title_container’, 20 );
add_action( ‘woocommerce_before_main_content’, ‘kt_woocommerce_page_title_container_check’, 20 );
function kt_woocommerce_page_title_container_check() {
if(is_archive()) {
virtue_woocommerce_page_title_container();
}
}
}
add_action(‘init’, ‘kt_custom_child_init’);
I moved it because I would like the page title to sit beside the sidebar not above it. It worked great, however now the Order by: dropdown has dissapeared. I was hoping that the client didn’t notice but they did and they would like it back in the header there.
Would you be able to tell me how I can add it back in please?
Thanks Mel
Hello – I have downloaded and activated all the relevant Elementor add ons. However, if I open an existing page, created from the demo content and using Site Builder, I always get an error message if trying to “Edit with Elementor” and the page won’t open.
Even if I create a totally new page, and try to edit it with Elementor, I get the same error message.
Any way to resolve this?
Thanks
Hey Pedro,
Are you just using the classic editor? Have you tried using a page builder plugin? You should even be able to do this using the new gutenberg editor. Let me know if any of those options will work for you.
Hannah
hello, I have a scheme where I have divided a page into two columns, but I need to insert another two columns inside a column but the schema and code are messed up … is there any way within the options of the theme? Thank you
Hi there.
Is there anyway to have the blog summary show as ‘portrait image’ on one blog page and ‘text’ on another page? All I can find is the global setting.
Thanks, Kevin! That worked. We were using MCharts on that page. Once I deactivated it that page came back. We do need the charts, though. Since there are no updates, does that mean I need to go find another chart plugin or do these usually get resolved on their own? Thanks for the help!
Hello!
No changes were made and no updates are available. But now my page shows up white and all the content is missing. Everything on the back end of the page is still there. Any ideas?
*Login to see link
Thanks!
Travis
Hey,
You can have a video header by using the Kadence Slider. Just go into the slider settings and set the background to be a video. This can either be a file uploaded, or you can embed from youtube. I recommend embedding so that you use less resources on your server.
Then you’ll assign the slider to show in each page’s title settings in the page edit screen. There is no option for this sitewide, so on each page you’ll place the slider shortcode in the “Override and use a Shortcode Slider” area.
See here:
http://docs.kadencethemes.com/pinnacle-premium/templates/page-builder-template/
Let me know if that works for you.
-Kevin
Can the default page header (found in the Page Title settings) of Pinnacle Premium support video? What file types?
Hey,
Anything is possible if you want to code it. The search page is possible because it’s coded thus making it possible. You can’t, however, add a search page into your normal page content.
I’m not aware of any widget that would pull in pages like your suggesting and automatically get the featured image and build an excerpt. It’s something you can certainly check the plugins repository for.
I’ll keep an eye for something that would automate this for you in the exact way you want without you needing to code it. I’m not aware currently of that so I can only suggest that you add an image and text into your page in the way you ant it to look.
Ben
This reply has been marked as private.
Becuase it’s a page there isn’t any built-in shortcode for this. I would suggest adding the image you want and short description you want with the link rather than trying to automate it through an iframe. An Iframe isn’t going to pull in the pages featured image, it’s going to pull in the entire page and it isn’t a good browsing experience for any device. To me you are better off controlling the look you want.
Ben
This reply has been marked as private.
What are you hoping to accomplish by using insert from url. That loads an Iframe which is not appealing given the page it’s pulling in. I don’t think it’s going to do what you want. If you can tell me what you are going for perhaps I can give you a better option.
You can add this css to prevent the overlap but I think you would be better off with a different method:
.entry-content-asset iframe.wp-embedded-content {
position: static !important;
}
Ben
Hello,
What are you embedding into the page builder? It looks as though the page is attempting to load entire posts/pages in that area.
Can you post a login so that I can see what you’re adding to the content?
-Kevin