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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 6,861 through 6,880 (of 53,646 total)
  • Author
    Search Results
  • #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!

    #255648

    Hmm, 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!

    #255644

    Hello
    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 – Off

    Customize > woocommerce > product images
    Main image width 900px

    After 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.

    #255638

    Hello,

    In the Theme Options under “Mobile Header”, do you have the following setting turned on?

    Make the mobile header sticky.
    This will make the mobile header scroll with the page.

    Thanks!

    Chris

    #255636

    Hi 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,
    Chad

    #255624

    Hey,
    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

    #255619

    Hey,
    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

    #255617

    After 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.

    #255615

    I 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?
    Thanks

    #255613
    This reply has been marked as private.
    #255597

    Hello,

    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!

    • This reply was modified 5 years, 8 months ago by Chris.
    • This reply was modified 5 years, 8 months ago by Chris.
    #255570

    Hello,

    May we have a link to the site you’re wishing to achieve this on? I know that the WooCommerce templates are notoriously fickle and do not believe there is a way to hide that part of the template on that page within the theme settings.

    Thanks!

    Chris

    #255568

    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

    #255562

    I’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

    #255551

    Perhaps 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
    6xl

    We 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 -> sm

    Of 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 :).

    #255540

    Hi,

    Is there a way to decrese the hight of the white “squares” at the shop all category page with 45%? Site is

    In forum: Virtue Theme

    In reply to: Youtube shortcode

    #255535

    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/

    #255533

    Hi, I’d like to put in a feature request for Ajax woocommerce product filters (for sidebar & off-canvas) as well as a “load more” style infinite loading for product archive and post archive pages.

    Thank you!

    #255512

    Hey,
    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

    #255510

    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!

Viewing 20 results - 6,861 through 6,880 (of 53,646 total)