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 'widget '

Home / Forums / Search / Search Results for 'widget '

Viewing 20 results - 2,461 through 2,480 (of 13,419 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Menu items & spacing

    #217651

    In your past site url you assigned the menu to your secondary navigation. On your newer site, you’ve assigned the menu to the primary navigation spot which has different styles and placement. Just switch to using the secondary like the other site.

    2. use this:

    `@media (max-width: 768px) {
    .header-widget-area-header h1.widget-title.widgettitle {
    text-align: center !important;
    font-size:20px;
    }
    .header-widget-area-header p {
    text-align: center !important;
    }
    header #logo {
    margin-left: 0;
    margin-right: 0;
    }
    .kad-header-left:not(.col-md-12) #thelogo .kt-intrinsic-container {
    margin: 0 auto;
    }
    }`

    3. Use this css:

    @media (min-width: 768px) and (max-width: 992px) {
        .kad-header-left {float:left; width: 50%;}
        .kad-header-right {float:left; width: 50%;}
    }

    Ben

    #217649

    Hey brad19831 can you create a new topic and post a link to your website so we can see what widget you are adding to the above the footer widget area.

    Just so you know the ascend demo you linked to is only adding that on the home page and it’s added through the page content. It’s not added through the above footer area because then it would show on every page and post.

    Ben

    #217648

    In ascend, every testimonial is built through the content-loop-testimonial.php template. So the widget matches that of the archives or a custom grid page. You can edit the template and change how the read more works when outputting the full content but it would affect all the places where you have a testimonial grid.

    What I suggest is adding the carousel whether through widget or shortcode without showing “read more” text, then right below the carousel adding a link to your testimonial archive that says something like read more testimonials. For user experience, it creates a link that matches with expectations whereas a read more after a single testimonial post implies that you will read more of that testimonial.

    Ben

    #217637

    Hey,
    So if you use Kadance Woo Templates you should simply be able to not add the add to cart widget which would remove it from your product pages. In fact, the only way the add to cart would show is if you have added that widget but if you don’t want to have any add to cart it should be best just to not add the add to cart widget.

    Does that make sense?

    Ben

    #217619

    Hi Guys…

    I had a Elementor tech support look into why their forms were not working as should….

    He switched the themes to default WP themes to check if it was a theme conflict… apparently it is … BUT this is NOT why I am messaging you.

    The site since he checked has lost functionality…

    AN ERROR ON IS PART MAY BE….He switched back to Virtue Theme… AND NOT my child virtue theme. I had to do this once I noticed.

    This is a list of what is not responding:

    – Mobile Drop down menu
    – My portfolio grid pages: the isotope filter does not work
    – Buttons that actvate popups (elementor popup widget) non responsive
    – Hero images on pages are no longer full width
    – There may be more but only checked quickly

    Can you shed some light on this and maybe a quick fix?

    The website is: Tree Hugger Travel

    Portfolio page as an example:

    Thank you,

    John

    #217602

    I am also trying to do the same thing. I am wanting the parallex style image with the caption in the “above the footer widget area” but I am having the same issue as the OP. It’s working, but it is not displaying in full width/stretch. Do you all have any other recommendations?

    My goal is the above the footer area such as displayed on your demo here: http://themes.kadencethemes.com/ascend-premium-2/

    In forum: Virtue Theme

    In reply to: Menu items & spacing

    #217585
    This reply has been marked as private.
    #217576

    Ben,

    In pinnacle the testimonial widget allows you to link the testimonials to a page. I don’t see that option in the Ascend testimonial widget.

    Any suggestions on how to link them to my main testimonial page instead of the individual posts?

    Thanks

    Jeremy

    In forum: Virtue Theme

    In reply to: Question

    #217417

    Hi Anders,
    No, this isn’t really possible. Each theme was created with a different design in mind. With many of the features though, you will find similar features across all our themes. With the Pinnacle image menu item, for example, you will also find an image menu item widget for Ascend and Virtue. Was there a particular feature you were thinking of? We would be happy to help you duplicate it as much as possible.

    Hannah

    #217360

    Hello,

    Firstly, can you confirm that you’re not blocking cookies in your browser? This would make the widget dock show indefinitely.

    Also, can you please post a link to where you’ve set this up so I can take a look?

    -Kevin

    #217351

    Hi,
    My client wants a pop up on the first page. I have tried a few plugins now, including the Widget Dock, but no one works on my clients Mac Pro.

    The Kadence Widget just keep on showing up and don’t give up. I have set it to show only once in the settings. It works perfectly fine on my PC but on my clients Mac nothing seems to work.

    Any idea on plugins that works on Safari or any suggestion on how to make the Widget Dock to work on Safari? This would be much appreciated.

    #217346

    Try adding this CSS to Theme Options> Custom cSS and let me know if it works for you:

    .kt-topbar-right .widget-2 {
        padding-top: 10px;
    }

    -Kevin

    #217339

    Hi,
    I’ve used in Topbar a WPML language switcher plus a FB icon and Phone Icons. Here an example of the shortcode in the Topbar Widget Area:

    [icon color="#ffffff" icon="kt-icon-facebook-official" size="24px" link="#" target="blank" valign="bottom" padding-bottom="0px"]

    It looks like that the icons are valigned top, and the WPML-language switcher is valigned bottom. How can I get every element in the topbar to be valigned bottom? No css wants to co-operate with me 🙁

    Regards,

    Pamela

    #217320

    1. since you’re using WooCommerce Elementor, you just need to go into the template configuration for your products and change the font and color properties of the button. You should be able to find the template in Products> Templates.

    2. Are you referring to your shop page? Can you link to where you want to make this change?

    3. Try adding this CSS to theme Options> Advanced Settings, and let me know if it works for you:

    .topbar-widget {
        display: flex;
        justify-content: space-between;
    }

    4. try this CSS:

    .kad-header-widget {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .kad-header-widget .widget-first {
        order: 2;
    }

    Hopefully this helps!

    -Kevin

    In forum: Ascend Theme
    #217318

    It’s actually not possible to add the html to the description text of the flip box. It sanitizes the text for security purposes.

    One workaround would be to add the raw html to a text widget and then add the html markup manually like this:

    <div class="kt-flip-box-contain kt-mhover-inactive kt-m-hover kt-flip-box-78" style=""><div class="kt-flip-box-flipper"><div class="kt-flip-box-front" style="color:#000000; background:#fff; "><div class="kt-flip-box-front-inner"><i class="kt-icon-gears kad-flip-box-icon kt-flip-icon" style="font-size:70px; color:#444;"></i><h4 style="color:#dd3333; font-size:24px">Manutenzione</h4>
    
    <p style="color:#000000;; margin:0;">Tanti vantaggi per te e la tua Hyundai <br> con il pacchetto di manutenzione Hyundai i-Care <br> di <strong>Milmotors.</strong> Più efficiente la tua auto, <br> più serena la tua guida.</p>
    
    </div></div><div class="kt-flip-box-back" style="color:#000000; background:#eaeaea;"><div class="kt-flip-box-back-inner"><div style="color:#000000;">Scopri Milmotors il tuo partner di fiducia</div><a href="https://milmotors.it/manutenzione/" target="_self" style="background:#dd3333; color:#ffffff; border:2px solid #ffffff; border-radius:2px;" class="kt-flip-btn button btn">SCOPRI I NOSTRI SERVIZI <i class="kt-icon-cogs""></i></a></div></div></div></div>

    If this is an option that works for you, I can retrieve the html for each of the flip boxes and help you configure them. They will just need to be updated via the html if you want to change them.

    -Kevin

    #217288
    This reply has been marked as private.
    #217250

    When I click on a tab, the footer widgets jump down the page. How can I stop them from jumping?

    anjuli.co/digital

    #217243

    Hi Kevin, Unfortunately not. I created the slider, added the image, and made sure it was set to full width. Added the shortcode via a simple text widget but still remains contained.

    The image is 2185px wide so should be plenty big enough to span the gap.

    Any ideas? I thought this would work too..

    Thanks Kevin,
    Anthony

    #217240

    Hi,
    I would like to know the following

    1. The I would like to reduce the Add to Cart button size, button text size and initial color
    i cannot seem to find any controls for them (I could change the hover color)

    2. Is there some way to change the mobile setting to 2 column product display instead of one?

    3. is there some way to align the top bar widgets so that the result is horizontal instead of vertical? (If I add 3 widgets can they not be side by side?)

    4. is there any way to align the widget contents on the header to align to the right?

    Thanks in advance
    -jackie

    #217233

    Hi team

    I’ve got real problem on a live site – sakalajewes.co.uk

    I originally set up a pair of sites with a small list widget. I then decided that the whole footer could be better done by using the footer facility. So I deleted the widget leaving the widget areas empty.

    sakala.co.uk/goa played nice. The live site did not. On the web the list persists whatever I do.

    I do not use caching plugins and have cleared my browser cache. I have tried hiding the elements with CSS. I tried placing another widet in colun four but that never showed up. I thought I would overide the whole footer template but the original is intentinally blank.

    Help!

Viewing 20 results - 2,461 through 2,480 (of 13,419 total)