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 - 5,281 through 5,300 (of 53,646 total)
  • Author
    Search Results
  • #263237

    Hi Pawel,

    Thank you for the link and apologies for the delay in getting back to you!

    Checking your webpage, I can see that you were able to achieve the first 2 points you said. For the last one, kindly add this custom CSS code in Customizer > Additional CSS:

    .header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul .sub-menu {
        padding-left: 15px;
    }

    Hope this helps!

    Regards,
    Karla

    #263232

    Hey,
    Looks like you removed the menu on your page. Was this intentional?

    Kindly,
    Hannah

    #263228

    I’m using WP Staging for the store, and disabled the login, but it is still requiring it for some reason. Is there a secure way for me to give you the login? Since this is somewhat public, I would hate to have someone see this and get access to the backend of the staging site. I did notice that there’s a private option I can check before I submit. I’m assuming that would work? Just want to make sure before I do it.

    Here’s the link anyway in case it finally works.

    https://georgebettongallery.com/staging/?post_type=product

    This is the main product page, and how the images are supposed to look. When you click on any object, you will see that the item is now cropped.

    Thank you!

    Emily

    #263219

    Hi!
    I’d like to set up the Container Width for Desktop view to “CONTAINED” and for mobile view to “STANDARD”

    Is there a way?

    Thanks!

    #263218

    Hello,

    I used blocks for the first time to display a photo gallery with links to the individual photo pages. However, I tried clicking on the photo link and it is not working.

    Looking at the block code this is what is displayed:
    <li class=”kadence-blocks-gallery-item”>
    <div class=”kadence-blocks-gallery-item-inner”>
    <figure class=”kb-gallery-figure kb-gallery-item-has-link kadence-blocks-gallery-item-hide-caption”>
    <div class=”kb-gal-image-radius” style=”max-width: 1024px;”>
    <div class=”kb-gallery-image-contain kadence-blocks-gallery-intrinsic” style=”padding-bottom: 69.921875%;”></div>

    Has anyone else run into this problem? It seems the image should be clickable, but it’s not.

    Thanks,
    Kathy

    #263212

    Hi John,

    For the Shop page, kindly go to Customizer > WooCommerce > Product Catalog > Design tab, and set the background on the Archive Title Background and Background Overlay Color options.

    Hope this helps.

    Regards,
    Karla

    #263208

    Hi,

    I need to have WooCommerce product on the home page based on product category. I couldn’t find a way in the theme settings or widgets to do that. So I used YITH WooCommerce Product Slider Carousel Plugin.
    The problem is that when I add the shortcode to the home page, an empty row appears (products are not visible!). After checking the CSS I found out that for some unknown reasons, Opacity is 0 for the product slider!
    I had to add these in order to see the products on the page:

    .ywcps-slider .ywcps-products .hidetheaction {
    opacity: 1!important;
    width: max-content !important;
    }
    .woocommerce .ywcps-wrapper ul.products {
    margin: inherit !important;
    }
    .ywcps-products .kt-product-intrinsic img {
    max-width: 96% !important;
    height: fit-content !important;
    }
    .ywcps-products .product_item .kad-product-flipper.kt-product-intrinsic {
    max-width: 97% !important;
    }

    Now it looks normal only on wide screens (above 1200px).

    Is there anyway to fix this to work normally on all the screen sizes? Or I should set CSS rules for all the different sizes separately?

    Thanks,
    Nima

    In forum: Ascend Theme

    In reply to: Row separator

    #263204

    Hello Wayne,

    Thank you for reaching out to us.

    Yes, Row Separators are available for the premium version and not in the free version. For a comparison of the free vs premium features list, you can refer to this page – https://docs.kadencethemes.com/ascend-premium/free-vs-premium-feature-list/.

    Hope this clarifies and let us know if we can assist you further.

    Regards,
    Karla

    #263201

    Hello Gary,

    Thank you for reaching out to us.

    You can add this custom CSS in Theme Options > Custom CSS to hide the page titles on all pages with the title section enabled:

    .page-header .page_head_title {
        display: none;
    }

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    In forum: Kadence Theme
    #263183

    Hi Asmus,
    At this time WooCommerce does not support the block editor. If you’re wanting to use a page builder such as Elementor you can use the Kadence WooCommerce Elementor plugin.
    I hope this is helpful. Let us know if you have other questions about this.

    Kindly,
    Hannah

    #263177

    Hi there,
    any chance to set the vertical alignment of the icon-trigger to 50% viewport height? In the settings it only accepts pixel and I just can’t catch the element via CSS inspector. Pls view page here

    Thanks in advance for your assistance.

    Kind regards
    katharina

    #263174

    Hey Guys and Gals of Virtue Theme Mastery…

    I’m trying hide the mobile header just on the homepage using CSS. I’m using Virtue Premium on the latest update.

    I’m using the ‘Landing – no header’ template for the homepage, and I had to add the following CSS to make the regular header and footer hidden:

    .home div#kad-banner-sticky-wrapper {
    display: none;
    }
    .home #pg-163-0> .panel-row-style {
    padding-top: 0;
    }

    .home footer#containerfooter, .home header#kad-banner {
    display: none;
    }

    That all worked just swell, however if the size of the browser is tablet/mobile-sized, it still shows the mobile header. (In the Theme Settings, ‘Use simple mobile header?’ is set to ‘On’. Everything throughout the rest of the site works as expected now, just the homepage of the site still wants to show the mobile header.)

    Again, I only want to hide the header on the homepage. ( Other pages on the site SHOULD show the header, and other pages (other than the homepage) using the ‘Landing – no header’ template actually do hide the headers already, so it really does appear to be JUST the homepage mobile header that needs to be hidden.

    Any CSS that you can share to do the trick would be appreciated!

    Thanks,
    -Dan

    #263171
    This reply has been marked as private.
    In forum: Ascend Theme

    Topic: Row separator

    #263164

    Hi, am I right in thinking the row separator with the cool diagonal lines is only available with the ascend premium bundle? I’ve watched the tutorial but I do not get the same options. I have tried with and without siteorigin’s page builder.

    Kind Regards,

    Wayne

    #263162

    The flashing is fixed, as is the disappearing at the top of the page when “scroll down distance till appear” is set to zero. Wonderful! Thank you! Marked as resolved.

    In forum: Virtue Theme
    #263161

    i recommend he/people move to Kadence…. as it’s now built in! to hide / show header and footer

    cheers,

    kai

    #CreateUnderConstructionPage with any page!

    • This reply was modified 5 years, 3 months ago by Kai Buskirk.
    #263160

    Hi There,

    I would like to keep the header images I have on each page but do not want to display the actual text over the image.

    I.E On this page it shows text: Why JC Windows. So I would like to use CSS code to hide the
    text over the header image of all pages.

    Is that possible?

    Thanks
    Gary

    #263153

    Hi there ,

    I just switched to Kadence theme/Freelance starter template. IN previous theme Ascend I could add Latest blogs to the stsrter/Home page. I cant seem to find that in Freelancer/Kadence theme.

    Any ideas if thats possible?

    Thanks in advance from wintery Stockholm, Sweden

    Stefan
    http://www.stefanlindblad.com

    In forum: Virtue Theme
    #263150

    Hello,

    When somebody leave a message on a post I see it in my mail box.
    BUT if I reply to this message, the person doesn’t get an email or whatever notification to see that I responded to him/her.

    I saw that there are several plugins to get it.

    So I have 2 questions :

    1- which is the best plugin for Virtue theme ?

    2- is there a way to have this function without plugin ?
    (for instance like you have on this page : the message to send and below the sentence : Notify me of … and check the box)

    Thanks for your answer.
    Elisabeth

    Website :

    #263146

    Hello Guido,

    If you only want to change the border for the homepage panel widgets, please change the custom CSS code that Hannah gave to this:

    .home .panel-widget-style {
        border: 3px solid #ededed !important;
    }
    .home .panel-widget-style.panel-row-style.panel-row-style-for-8-8 {
        border: 0 !important;
    }

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

Viewing 20 results - 5,281 through 5,300 (of 53,646 total)