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: Kadence ThemeAugust 25, 2020 at 4:18 am #255651
Are there any plans to have exclude rules on hooked elements?
I would like to use an element to use as header on all pages except on the frontpage. I could not yet find a way to achieve this.
Also, is there some kind of visual guide of all placement options? Sometimes it’s hard to tell the difference and to pick the best one.Thanks!
In forum: Kadence BlocksIn reply to: Feature request – Post Grid/Carousel – Sticky post
August 25, 2020 at 3:23 am #255648Hmm, I use such a block on all my homepages. That’s the way I can customize the homepage and have still the main post loop.
But yes, an option to add is even better
Thanks!
In forum: Membership ForumsAugust 25, 2020 at 2:09 am #255644Hello
I’m trying to adjust the default size of the image in single product. No matter what I do I can’t get the image to change size.In Ascend I have the following set in themes > shop archive settings
Product image aspect ratio – based on uploaded image
Enable Product Image Aspect Ratio on Catalog pages – Off
Enable Product Image Aspect Ratio on product Page – OffCustomize > woocommerce > product images
Main image width 900pxAfter setting these I then regenerated thumbnail images but the same size image (465px) appears when viewing a single product.
Could there be a conflict with the Ascend and woocommerce? Any help on increasing the image size for single product images would be awesome!
Thank you so much.In forum: Virtue ThemeIn forum: Ascend ThemeHi K-Team,
I have a customer site that I manage (didn’t build) that was having a theme issue so I changed the Theme to Ascend. The issue I am having is in theme options I have Transparent header turned on but it does not work unless I go to each page and make Transparent Header “True”.
This site is using WP Bakery Page builder so I am not sure if that is conflicting, any ideas what would be blocking it from working?
Thank you,
ChadIn forum: Membership ForumsIn reply to: Kadence Woocommerce Elementor Pro Question?
August 24, 2020 at 4:37 pm #255624Hey,
You shouldn’t install both Kadence WooCommerce Elementor and Kadence WooCommerce SiteOrigin Builder ( Kadence Woo Template Builder) they are two plugin that do similar things but for different pagebuilders and you shouldn’t be running two pagebuilders on your site.You do need Kadence WooCommerce Elementor and Kadence WooCommerce Elementor Pro, you have to have both. https://wordpress.org/plugins/kadence-woocommerce-elementor/
I have installed these items, should the edit with Elementor be added to the product Woocommerce pages?
That depends on what you are trying to do… Have you seen this video: https://youtu.be/rcA_MFIYFm0
Ben
In forum: Virtue ThemeAugust 24, 2020 at 4:22 pm #255619Hey,
Nothing changed in regard to that in the latest update. What plugin are you using to output the page content perhaps that is your issue.Ben
In forum: Virtue ThemeAfter Update of Virtue Theme Premium http://www.ahyoudmd.com HOME Page showing CSS code as text on Page.
.kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_c88428-58 > .kt-inside-inner-col {padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px;}
I have been using the Sitewide after Header Shortcode to inject a COVID 19 message. The short code inserts a Page that contains the Kadence Bloch Acording.
After upgrade CSS text is displayed and the ROW is split 50/50 some how.
In forum: Membership ForumsAugust 24, 2020 at 3:01 pm #255615I downloaded the plugin and installed it for Kadence Woocommerce Elementor Pro
Still seeing this message Kadence Woocommerce Elementor Pro requires Kadence Woocommerce Elementor to be active to work
Along with this message above it For Kadence Woo Template Builder to work you much install/activate SiteOrigin Pagebuilder
I have installed these items, should the edit with Elementor be added to the product Woocommerce pages?
ThanksIn forum: Virtue ThemeIn reply to: Password protected pages question
In forum: Virtue ThemeHello,
It looks like the following plugins are having issues causing this error after WordPress upgraded to 5.5.
single-latest-posts-lite
ad-widget
They are breaking due to jquery not being updated. So you can use this plugin https://wordpress.org/plugins/enable-jquery-migrate-helper/ to help with the upgrading of jquery. Otherwise, you would need to disable those plugins in question.
In order to get the page to show encrypted, you would need to update the items you have loading in your widgets to be secure. You can change them individually, or you can use a tool like https://wordpress.org/plugins/better-search-replace/ to replace any HTTP:// URL to be https://.
If you need anything else, please let us know!
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Password protected pages question
Hello,
I’ve seen this issue, but not when using a specific theme. Usually, this is a cache issue. Do you have a caching plugin installed or caching at the server level?
If you provide access along with a page you are seeing this on, we can certainly take a look.
Thanks!
Chris
In forum: Membership ForumsIn reply to: Kadence slider not displaying content after update
August 24, 2020 at 5:34 am #255562I’ve just realised it’s not only the slider but also blog posts using shortcode on the homepage. They too are also showing white but the content is there according to debug console. :s
In forum: Kadence ThemeIn reply to: FEATURE REQUEST: Globally Linked Sizes & Spacing
August 23, 2020 at 3:30 pm #255551Perhaps I’m mistaken (as I am new to the theme), but currently you are setting font sizes for certain html tags (namely, h1 through h6). What I am referring to is the idea of creating global font sizes independent of any element or tag (basically, you can think of it like a size palette). What we call that ‘size palette’ doesn’t matter (and I made a mistake by using the names h1, h2 and h3). So, let’s try the tailwind css naming convention:
xs
sm
base
lg
xl
2xl
3xl
4xl
5xl
6xlWe then apply font-sizes as needed throughout our site. One option would be to set global heading tags. For example:
h1 -> 5xl
h2 -> 4xl
h3 -> 2xl
h4 -> lg
h5 -> base
h6 -> smOf course, I’m not limited to using this size palette to size the heading tags. I can (and should) use them for any element, block or tag that I want to size. For example:
* Blog Title -> 3xl
* Page Title -> 2xl
* Etc.The idea is to create design CONSTRAINTS and then limit myself to those self-imposed constraints. Not only can such a system create coherence to a design, but it has the great advantage that I don’t have to THINK about the right font size when I’m trying to design a particular element or tag. I just go up or down the scale and pick the size that looks best in that context (the same goes for widths, height, padding, margin, etc). This allows one to focus on the look and feel of the site as opposed to the ‘right’ number.
Of course, the theme could still allow an override for those situations where one feels they need a custom size.
I hope that helps. Please let me know if you need any further clarification.
By the way — great work on the theme — keep it up :).
In forum: Ascend ThemeAugust 23, 2020 at 9:30 am #255540Hi,
Is there a way to decrese the hight of the white “squares” at the shop all category page with 45%? Site is *Login to see link
In forum: Virtue ThemeIn reply to: Youtube shortcode
Something about the video playlists that I have been loading for years on many posts has suddenly gone awry. This page, for example, has lost all of its embed video formatting. I’m seeing videos overlapped, videos displayed in huge vertical space, and other oddities. I hope I won’t have to go back and edit former posts. This one is from 2017.
http://www.johngrahamtours.com/easter-bana-monastery/In forum: Kadence ThemeIn forum: Membership ForumsAugust 22, 2020 at 8:44 pm #255512Hey,
There isn’t any built-in option outside of using the featured image which will work with the overlay. I would suggest turning off the page title and adding in our own if you are wanting something custom, with a row layout block you could do this.Ben
In forum: Membership ForumsIn reply to: Kadence Theme Image Sizes
I’m a bit confused about this one too.
Regenerated all thumbnails, but still getting warning that images are resized from full size in CSS.
This happens on the blog archive page as well as kadence posts block..When I switch to another theme, the warnings are gone.
Any steps to resolve this?
Thanks! -
AuthorSearch Results


