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: Membership ForumsDecember 17, 2019 at 6:08 am #242166
Hi,
I am using the ascend premium theme and disabled all plugins except kadence related ones.
For testing purpose I have this page: *Login to see link
Same page without video popup: *Login to see link does not raise an error.The full error message of Ryte is:
The <head> area appears to be malformed. This can be due to text or invalid tags in your <head>, or due to meta or link tags in your <body>.
One effect of this issue might be missing meta information.
This can cause misinterpretations (missing canonical for instance).
The W3C validator below might help you figure out the exact reason.W3C validator raises just one error:
error From line 68, column 2159
to line 68, column 2162 CSS: max-width: only 0 can be a unit. You must put a unit after your number.
Code: max-width:1140}</sty
However, this error is related to ascend premium theme ( my setting ‘Site Layout Max-Width’ to ‘1140px’ ) and not the plugin. Looks like ‘px’ does not make it into the css?I am lost with this one. Any suggestions from your side?
Regards,
Asmus
In forum: Ascend ThemeTopic: Gallery caption nudge?
Hi there.
Could you please share the css needed to display a caption just underneath a gallery image instead of on top of it?
*Login to see link is the page I am working on. I’ve got some preliminary css that does it by making overflow on parent containers visible and adding a top margin to the caption but I suspect there is a smoother way.Also, are the images in galleries supposed to be individual images when ‘clicked’ (lightbox)? Meaning, when I click on an image in the gallery, I would expect that the lightbox would open with the entire gallery and arrows to navigate through them but I get one image displayed at a time.
Thank you.
-
This topic was modified 6 years, 4 months ago by
Amy P. Reason: made some progress on my own
In forum: Ascend ThemeHi, I’ve used the solution in this post to fix the footer to the bottom of the browser window. But it is causing a different problem.
Certain items at the bottom of the page now hide behind the footer rather than stopping above it. Please could you help?
A good example is here.Many thanks,
Phil.In forum: Pinnacle ThemeIn reply to: Pinnacle carousel widget image ratio
The image ratio didn’t changed after portfolio grid image aspect ratio on Portfolio option.
It’s created by pinnacle carousel widget.
Would you please take a look the actual page ? the gallery is on home page.
http://aflex5d.comIn forum: Ascend ThemeWhen I edit a page or post, I have the option to edit the “Page Title and Subtitle”. This is a handy feature because I can keep my title as “Pump & Pantry #1” in the code, but on the live webpage… I can edit the title area to something else. We are using slang addresses for the display title.
However, if I edit a store’s page/post… the option is no longer available via the “Screen Options” tab. What modification must be added to include this feature on the store page’s editor area?
I’ve included some screen shots to help explain. Thank you.
-
This topic was modified 6 years, 4 months ago by
Dillon.
In forum: Ascend ThemeDecember 16, 2019 at 12:41 pm #242141You can add a set amount of sub-categories to a page using a woocommerce shortcode but you wouldn’t get the pagination.
In forum: Ascend ThemeDecember 16, 2019 at 12:40 pm #242140Hey so limiting the total number of subcategories shown requires the custom page template and custom query that I talked about. Woocommerce doesn’t have that option for the archive query thats used.
Ben
In forum: Virtue ThemeIn reply to: Problem with Virtue Icon box
December 16, 2019 at 12:05 pm #242132Hey,
Your link is to an archive page, archives have descriptions boxes, not content areas. They are run differently, it appears you are adding shortcodes into a description box which only “kind of” works because everything is placed into a paragraph tag since it’s supposed to be a description and not content area.YOAST SEO makes this confusing because in the editor they add all the editing options instead of leaving it as a simple description box.
So if you want to add shortcodes and support an archive description as a content area you will have to create a child theme and change how the description gets output in the template:
https://www.kadencewp.com/child-themes/
Then you would need to override templates/page-header.php
Change line 29:
echo '<p class="subtitle">' . wp_kses_post( category_description() ) . ' </p>';To:
echo category_description();Ben
In forum: Virtue ThemeTopic: staff page filter option
In forum: Virtue ThemeTopic: Linking to Page Anchor
I have a menu item that links to a section on the homepage. The menu item is “Our People” is supposed to jump to the “Our People” section. I would like to be able to see both the title of the section and the staff member headshots in the viewport. Right now only the title is visible.
Website
In forum: Virtue ThemeIn reply to: Full width homepage banners
Try using a larger image for your full-width homepage banner. Something like 2000x1600px.
This post may be helpful: https://www.kadencewp.com/blog/best-practices-for-images-sizes-and-optimization-in-wordpress/Hannah
In forum: Virtue ThemeHey TIA,
You can use one of our WooCoommerce product template plugins to customize the product page. We have a plugin for Elementor page builder and pagebuilder by Siterigin.
https://www.kadencewp.com/product/kadence-woocommerce-elementor/
https://www.kadencewp.com/product/kadence-woo-template-builder/
Would either of those work for you?Hannah
In forum: Virtue ThemeTopic: Problem with Virtue Icon box
Hello
I have inserted icon boxes but some code appears on the page. Could you help? Thanks.
Here the icon boxes are in columns but I have the same problem if I insert just one icon box
Thanks for your helpIn forum: Virtue ThemeDear Kadence,
I have problems with the Mollie payment plugin on our website which does not load, where it has been working perfectly before. It does not appear on the checkout page and in the settings it shows all payment times and after a refresh they all disappear again. Is this a Kadence issue?
Thank you in advance for the kind repy!
In forum: Virtue ThemeIn reply to: Full width homepage banners
In forum: Virtue ThemeIn reply to: Full width homepage banners
In forum: Ascend ThemeHi Ben
Thanks for the feedback. Yes, in most circumstances I would agree that for navigation it would be better. However, we’re using a second category tree to keep every product of the same artwork in one category, then using the parent category to display the most recent artworks (subcategories) on a ‘Discover New Art’ page. Another option could be to limit the total number of subcategories shown. Is that easier to do?
Thanks
BillyIn forum: Ascend ThemeIn reply to: Product Labels on Homepage Aren’t Displayed Properly
December 13, 2019 at 4:14 pm #242086Hey,
The css for the plugin is outputing on the shop page but not the home page. This either means that your caching plugin wasn’t cleared for the home page to add in the css this plugin outputs or that plugin doesn’t output it’s css on the home page. If that is the case you need to contact the plugin author and ask them how to get the css to output on the home page.Ben
In forum: Virtue ThemeIn reply to: how to create a pop up
In forum: Virtue ThemeIn reply to: how to create a pop up
-
This topic was modified 6 years, 4 months ago by
-
AuthorSearch Results


