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: ASCEND PREMIUM: Landing Page Configuration
Hi Pamela,
Apologies for the delay! You can’t use a page template on the homepage as it will be overridden by the homepage template. You can use this css to hide the header and footer from your homepage:.home header#kad-header-menu, .home footer#containerfooter { display: none; }Hope that helps!
Best,
HannahIn forum: Kadence ThemeApril 2, 2021 at 6:25 am #264789Hi,
Thank you for reaching out.
That’s probably because of WooCommerce Cart Fragmentation.
Here’s an article that you would find helpful. https://www.webnots.com/fix-slow-page-loading-with-woocommerce-wc-ajaxget_refreshed_fragments/
Regards,
ChitoIn forum: Pinnacle ThemeIn reply to: Portfolio type page – order by date
April 1, 2021 at 3:25 pm #264779Hi,
When I look at your page I’m not seeing it display random? Also there is no code that would make them randmon in the theme.Portfolio posts (different from blog posts) are designed to not be ordered by date as they are not designed to be displayed in any kind of timeline way. For example, the post’s publish date doesn’t show on the portfolio posts at any time.
Using the order options within the post itself is the best way to order your posts.
If you have to change the way they are ordered to date then you would need to override taxonomy-portfolio-type.php in your child theme and change the orderby on line 126
You can determine which page should show in your breadcrumbs for the portfolio archive by going to portfolio options in your theme options and selecting the page under “All Projects Default Portfolio Page”
Ben
In forum: Virtue ThemeIn reply to: Avoiding too many Google Maps Geocoding requests
April 1, 2021 at 2:18 pm #264776I would suggest using a shortcode on your contact page. You can change the page template and rebuild the page with blocks in the same layout using the form block.
I’ve marked your request for the meta options but I don’t have a timeline for when I would get that built.
Ben
In forum: Kadence ThemeHi,
Note: this should probably be passed to the developer.
I have made some custom popups which in the future I may release as a plugin. It works well with other themes, but with Kadence there’s a problem caused by ‘kadence-navigation’ located in /kadence/assets/js/navigation.min.js
Though, in my JS code I have preventing the default behavior of the popup linking with preventDefault(), still with Kadence theme, when the popup is triggered from the link/button:
– the page gets scrolled to the bottom (coz the popups are located there, i.e. hooked to the wp_footer)
– and the URL gets redirected to the anchored popup, i.e. domain.com/#popup1These things do not happen with other themes I’ve used.
Previously I found that I can prevent the issue with the scrollTop, i.e. following:
`var current = $(window).scrollTop();
$(window).scroll(function() {
$(window).scrollTop(current);
});`
However, it occurs that the solution is unsustainable, since it has to be unlocked on the popup closing with .off(‘scroll’), which then is causing other functionality to stop working.I’ve located that the issue is caused by ‘kadence-navigation’, since when I dequeue it the problem is gone. Can you investigate further and hopefully resolve this since I found the issue only with the Kadence theme. I do not have any public example since the code of my popups is only available on my local host. Still I hope I’m pointing you in the right direction with the file that is causing the problem and hopefully you may know what’s wrong with your code.
Thanks.
In forum: Kadence BlocksIn reply to: Change image caption text size across site
In forum: Kadence ThemeIn forum: Virtue ThemeIn reply to: Avoiding too many Google Maps Geocoding requests
In forum: Kadence ThemeMarch 31, 2021 at 9:34 pm #264754Hi there,
After installing the Kadence theme and using WooCommerce on the checkout page I am not seeing the checkbox for accepting the TOS. Even though my pages are assigned properly but the checkbox is not there. Any one have any ideas to enable it?
Thanks,
StevenIn forum: Kadence ThemeTopic: Hide Footer Row On Mobile
March 31, 2021 at 4:32 pm #264749Hi,
I looked around and couldn’t find a solution.
I’d like to hide the top row of the footer on all pages displayed in mobile and tablet.
Appreciate the help.
Yar
In forum: Kadence ThemeHello, longtime Kadence fan and user, new to the forum.
I’m building a site with the Kadence theme for the first time (have used Virtue several times in the past). Trying to figure out how to build a slider for the homepage that extends across the full width of the viewport but coming up short. I’ve installed Kadence Blocks and am using the block editor on a basic page.
Can anyone tell me if it’s possible to do what I’m attempting, and if so what’s the technique?
I’ve got a dev site up at *Login to see link . You have to authenticate with the server to see it (guest/Rumplest1lsk1n!).
Thanks much! Appreciate the help.
In forum: Kadence ThemeIn reply to: Featured Image
In forum: Kadence ThemeIn reply to: Kadence Theme Woo Checkout Styles
Hi Dave,
Thank you for reaching out to us.
To better assist you, please could you point out which part of the checkout page is odd? Here’s how it looks on my end – https://share.getcloudapp.com/NQuwbgwJ.
Kind Regards,
KarlaIn forum: Virtue ThemeIn forum: Kadence ThemeIn reply to: Modals and popups
Hi
Re “part of a script in the header of a selected page as an element code”, I’m not sure I understood this possibility?
Another less preferred thing I can do is to insert a block above the header. As with my original question, could you please advise the best way to add a close button to a block that’s inserted as an Element?
Thanks
In forum: Kadence ThemeIn reply to: Modals and popups
Sorry, misread that in my head.. an old response from the Kadence team, a while ago, seems to hold the answer, and maybe a promise of something to come.
https://wordpress.org/support/topic/kadence-modal-block-as-popup/
Unless there is a method you have for displaying this as part of a script in the header of a selected page as an element code .. sorry .. was on track with my thoughts.
In forum: Kadence ThemeIn reply to: Modals and popups
In forum: Kadence ThemeIn reply to: Modals and popups
I’m not sure if I’m reading that incorrectly. I use this example to create popups on certain pages using the modal popup.
https://www.kadenceblocks.com/docs/modal-block/
The ‘modal close’ is part of the block, and if you utilize is a a popup or hook, should be part of your popup block .. ( I think I’m on the right track for you .. )
-
This reply was modified 5 years, 1 month ago by
Andisen.
In forum: Ascend ThemeTopic: SPACING QUESTION
Hey! My site is *Login to see link . On the home page I just added the video widget using youtube link, but there’s a white space between that video and the next row below it “Step-by-step tutorial HOW TO RESTORE YELLOW SOLES”. How can I eliminate the white space?
In forum: Kadence ThemeTopic: Store page title not removed
March 30, 2021 at 10:20 am #264702Hi,
I cant find the setting to remove page title in the store page. I have tried in Pge layout without success. Can you see what I am doing wrog, were to look at? My page in question is (I can remove from other pages, but not this one) *Login to see link
Thanks in advance
Stefan -
This reply was modified 5 years, 1 month ago by
-
AuthorSearch Results


