Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page '
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: Remove These Capabilities from Other Roles
Hey Ben,
I added the following to my function.php file. But AMP Settings Meta Box is still available for other users.
add_action( 'add_meta_boxes', 'hide_metaboxs_some_users', 1000 ); function hide_metaboxs_some_users() { if ( ! current_user_can( 'manage_options' ) ) { // For Posts remove_meta_box( 'standard_post_metabox', 'post', 'high' ); remove_meta_box( 'video_post_metabox', 'post', 'high' ); remove_meta_box( 'gallery_post_metabox', 'post', 'high' ); remove_meta_box( 'image_post_metabox', 'post', 'high' ); remove_meta_box( 'quote_post_metabox', 'post', 'high' ); remove_meta_box( 'post_metabox', 'post', 'high' ); remove_meta_box( '_kt_amp_amp_settings', 'post', 'low' ); remove_meta_box( 'post_header_metabox', 'post', 'normal' ); remove_meta_box( 'sidebar_post_metabox', 'post', 'side' ); remove_meta_box( 'postcustom', 'post' , 'normal' ); remove_meta_box( 'trackbacksdiv','post','normal' ); remove_meta_box( 'wpseo-meta','post','normal' ); // For Pages remove_meta_box( '_kt_amp_amp_settings', 'page', 'low' ); remove_meta_box( 'page_header_metabox', 'page', 'normal' ); remove_meta_box( 'sidebar_post_metabox', 'page', 'side' ); remove_meta_box( 'postcustom', 'page' , 'normal' ); remove_meta_box( 'slugdiv', 'page' , 'normal' ); remove_meta_box( 'trackbacksdiv','page','normal' ); remove_meta_box( 'wpseo-meta','page','normal' ); //For Products remove_meta_box( '_kt_amp_amp_settings', 'product', 'low' ); remove_meta_box( 'post_header_metabox', 'product', 'normal' ); remove_meta_box( 'sidebar_post_metabox', 'product', 'side' ); remove_meta_box( 'postcustom', 'product' , 'normal' ); remove_meta_box( 'slugdiv', 'product' , 'normal' ); remove_meta_box( 'trackbacksdiv','product','normal' ); remove_meta_box( 'wpseo-meta','product','normal' ); } }Could you look into this, please?
—
MinhajulIn forum: Membership ForumsDecember 2, 2019 at 6:32 pm #241499I’ve created a cart page: *Login to see link
But I cannot edit what is in the cart … is there a way to do that? Also … is there a short code or something I could use for the coupon that pops up at the top … i can’t find an element to add to the template as is.
In forum: Virtue ThemeIn reply to: Not All PageBuilder Widget Content Showing
This reply has been marked as private.December 2, 2019 at 4:40 pm #241491In forum: Virtue ThemeDecember 2, 2019 at 4:40 pm #241490I think an update rendered some PageBuilder content invisible on my live site. There seems to be an Add to Cart widget missing – getting this message “kwt_product_add_to_cart_widget” but oddly the Add to Page option is showing on products, just not any of the text and other boxes content that should be showing below the Add to Cart option. Any thoughts on what happened or how to resolve it? Thanks, Greg
In forum: Virtue ThemeIn reply to: templates
December 2, 2019 at 4:37 pm #241489I’m not clear what you want, I don’t see a sidebar on your shop page? Where are you wanting this widget to appear?
Ben
In forum: Pinnacle ThemeIn reply to: Carousel Slider not working
December 2, 2019 at 3:44 pm #241483Hey,
I think I understand now, pinnacle doesn’t have an option to display the title or subtitle with that image carousel. You can use Kadence Blocks in your page content to add a gallery and output a carousel with captions.Ben
In forum: Pinnacle ThemeTopic: Tabs and Accordions Widget
Dear support,
For the first time I used the Tabs and Accordions Widget on this page *Login to see link It funtions very well but it does not look that great on a mobile phone. It is a bit messy…..any tips/suggestions to make it looking better? Maybe a bit more organized?
Thank you,
FabrizioIn forum: Ascend ThemeIn reply to: comments.php issue with The Events Calendar
In forum: Ascend ThemeThe magazine design is using the boxed layout which can be selected from Theme Options > Layout Settings. Then the slider is set up using the post carousel slider from Theme Options > Home Page Header. You can enable the sidebar from Theme Options > Home Page Layout. Then all the content on the page is added in a static page using page builder by siteorigin. Here is a screenshot of the homepage: https://ibb.co/QFzftq4 You will just want to make sure Page Layout is enabled in the homepage layout manager, and that you have selected a page as your front page from Settings > Reading.
Hope that helps get you started! Let me know what other questions you have.Hannah
In forum: Ascend ThemeHi
I want to insert some meta into my head. ie <meta property=”og:description” content=”Buy or rent one of our luxurious lodge holiday homes and explore South Devon and nearby Cornwall from an oasis of comfort and relaxation! Enjoy an indoor swimming pool, sauna and steam room, games room and cinema room. We have pet -friendly lodges.”/>
Is the easiest way just to manually enter it into the pages head?
Thanks
David
In forum: Virtue ThemeIn reply to: Help with contact form plus captcha needed
December 1, 2019 at 11:41 pm #241442Hey
Thanks for posting,1. Within virtue you have a contact page template that can add a simple contact form, our reCAPTCHA plugin will work with that page template contact form. See here: http://docs.kadencethemes.com/virtue-premium/templates/contact-template/
2. You don’t have to pay for premium to get reCAPTCHA in WPForms. It’s part of the free plugin. See here: https://wpforms.com/docs/setup-captcha-wpforms/
3. We also have Kadence Blocks, within Kadence Blocks there is a Form block that you can use and within it you can set up google reCAPTCHA in the form block settings.
I hope that helps!
Ben
In forum: Virtue ThemeDecember 1, 2019 at 11:35 pm #241441I guess perhaps I don’t understand what you mean by animation. you are lazy loading your images so they will appear later in the page load. That isn’t animation but perhaps that is what you are referring to?
Ben
In forum: Ascend ThemeIn reply to: comments.php issue with The Events Calendar
December 1, 2019 at 11:08 pm #241436Hey,
Where are you seeing this error? Is it a page in the admin? Or something on the front end? Can you link directly to that?Thanks!
Ben
In forum: Ascend ThemeIn reply to: Remove These Capabilities from Other Roles
December 1, 2019 at 11:01 pm #241434Hey,
That wouldn’t have any effect on woocommerce products. That was for posts and pages. You have to write something specific for each post type you want to target.Ben
In forum: Ascend ThemeIn forum: Virtue ThemeTopic: kadence slider pro
hello,
My set up is 2 languages, virtue premium theme with 2 kadence slider on the home page. Multilanguage with plugin polylang.How could I make the virtue theme change the kadence slider according to the active language?
Sorry for my bad english ;o)
regards, Michael
In forum: Ascend ThemeIn reply to: Remove These Capabilities from Other Roles
November 30, 2019 at 11:21 am #241408You going to be looking at something like this:
add_action( 'add_meta_boxes', 'hide_metaboxs_some_users', 1000 ); function hide_metaboxs_some_users() { if ( ! current_user_can( 'manage_options' ) ) { remove_meta_box( 'standard_post_metabox', 'post', 'high' ); remove_meta_box( 'video_post_metabox', 'post', 'high' ); remove_meta_box( 'gallery_post_metabox', 'post', 'high' ); remove_meta_box( 'image_post_metabox', 'post', 'high' ); remove_meta_box( 'quote_post_metabox', 'post', 'high' ); remove_meta_box( 'post_metabox', 'post', 'high' ); remove_meta_box( '_kt_amp_amp_settings', 'post', 'low' ); remove_meta_box( '_kt_amp_amp_settings', 'page', 'low' ); remove_meta_box( 'pageheader_metabox', 'page', 'normal' ); remove_meta_box( 'post_header_metabox', 'post', 'normal' ); remove_meta_box( 'sidebar_post_metabox', 'page', 'side' ); remove_meta_box( 'sidebar_post_metabox', 'post', 'side' ); remove_meta_box( 'postcustom', 'post' , 'normal' ); remove_meta_box( 'postcustom', 'page' , 'normal' ); } }Ben
In forum: Ascend ThemeNovember 30, 2019 at 8:33 am #241400Hey Hannah, thank you.
I’ve started a Post page about a Topic (Main Pillar page/article). The Main Page will link to Sub-articles (sub-Pillars).
Questions:
I’ve read it is better to start a Page (instead of a Post), and then have sub-pages for the articles that linked out.
I’ve already started the Post-page. Will it be possible to copy all the info on this post, open (add) a new Page, and copy the info on the new Page (using Kadence blocks), and then paste all the info in the new Page or not?
Also, I’ve read that if I delete a page or post, it is not completely removed and will negatively impact my SEO?
I would appreciate your input on this. Thanks in advance.regards
In forum: Ascend ThemeHey,
When switching out of the visual editor we don’t recommend switching back. Your visual editor content will transfer to a text widget or block. As far as which editor you use, it really comes down to preference. The visual and classic editors are very basic and don’t allow for much customizability. Elementor and Kadence Blocks will allow you to create beautiful page layouts with animations and other features. Kadence Blocks is great in that it is a page builder that is fully integrated into the Gutenberg editor. Plus it is feature heavy and comes with demo content that you can add into any page. You can find out more about kadence blocks and it’s features here: https://www.kadenceblocks.com/custom-blocks/
Hope that’s helpful!Hannah
In forum: Ascend ThemeIn reply to: Various
Hi,
Thank you very much for your response. For the home page I will wait for the update.
In the part of the filters, ben made a modification and in the home they look correctly. I have duplicated the page (I have to build numerous pages) and it gives the error that disappears. (TEST: https://elfinalfeliz.com/demo/barna)
Can you tell me how to fix it and not bother
Thank you!
-
AuthorSearch Results


