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,281 through 2,300 (of 13,419 total)
  • Author
    Search Results
  • #222371

    On second thought, that setup would still place your image below the secondary menu. Another thought- what if you chose the header widget area layout from Theme Options > Main Settings. Then added an image to your widget area from Appearance > Menus. Then you can use the following css to align it all correctly:

    @media (min-width: 992px) {
    .col-md-4.clearfix.kad-header-left {
        width: 100%;
    }
    .kad-header-left:not(.col-md-12) #thelogo .kt-intrinsic-container {
        margin: auto;
    }
    .col-md-8.kad-header-widget {
        width: 100%;
    }
    }

    Let me know how that works for you!

    Hannah

    In forum: Pinnacle Theme

    In reply to: Testimonial Carousel

    #222356

    Hi Samina,
    Is the testimonial carousel widget currently being added? Have you cleared your cache after adding?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Testimonial Carousel

    #222310

    Hey,
    That is odd that the widget wasn’t outputting. It makes me think there might be an error unrelated preventing Javascript from running to initiate the carousel and so testimonial items. Can you send me a link so I can see?

    Ben

    #222269

    How do I add a Testimonial Carousel to my home page? I tried adding a row into page builder and then inserting the pinnacle: testimonial carousel widget but it is not showing up. I also added a testimonial in the testimonial section.

    I’ve tried looking up a tutorial for this but I cannot find it!

    TIA

    In forum: Ascend Theme

    In reply to: Remove Add to Basket

    #222257

    Hey,
    Thanks for sending the link!

    There isn’t any way to target a specific product and hide the price in a sidebar widget like that, there are no classes or identifiers so to hide there you would need to hide all the products price.

    So you can’t do it with CSS but you can use a child theme and add a function, there is a write up here showing different ways and it shows how you can target a specific product and hide that price from being output:

    https://jeroensormani.com/hiding-product-prices-woocommerce/

    Ben

    In forum: Ascend Theme

    Topic: Topbar icons

    #222209

    Hi,

    Short version: can i insert icons (without text) in the topbar through the menu setup?

    Long version: on this topbar i need left a text and right social icons. Because i can’t have 2 widget areas i tricked it by inserting the text as a menu item without link and the icons through topbar widget.

    Problem: Now the 2 phone numbers in the text on the left need to be clickable (tel:) so i can’t use the menu trick anymore, it needs to be a widget. So i’ll need to insert the icons through the menu if possible.

    Or maybe you know another trick..

    #222074

    Hi
    I am trying to change the font color in my home widget area-layout builder-Ascend: image main menu. using Edit – Design font color however this is having no effect, do I need to alter a setting somewhere, please.

    Thanks

    David

    In forum: Ascend Theme

    In reply to: Footer Widget button

    #222026

    Thank you Hannah,

    i hate to the picky one here, but it’s not the same button – shadow, transition, padding, etc are not the same.

    For this project i will make a button from scratch and use it eberywhere but hope there is a plan for this on future Theme updates.
    Like i sayed, a way to insert blocks in the widget areas would be fantastic to have.

    Thank you

    #222007

    Hi

    I’m reaching out to you in desperation. A site I manage is having problems that godaddy said were related to the theme, virtue premium.
    I had to pay them to switch the theme to twenty seventeen, and then I was able to access the dashboard and reinstalled virtue premium.

    In a nutshell, I’m still in big trouble and thought maybe you had some tricks I could try.

    The latest error message is this:
    Notice: Undefined index: input in /home/content/p3pnexwpnas13_data02/65/41902265/html/wp-includes/kses.php on line 1155
    [siteorigin_widget class=”SiteOrigin_Widget_Headline_Widget”][/siteorigin_widget]

    BTW-I deactivated the site origin widgets bundle when I saw that, as well as site origin page builder.

    Thanks for any insight.
    Carrie

    In forum: Ascend Theme

    In reply to: Footer Widget button

    #221997

    You could add a shortcode like the following into a text widget:
    [btn text="ERMIN VEREINBAREN" border="2px" borderradius="50px" link="https://zahn-care/kontakt" tcolor="#8cc24b" bcolor="#ffffff" bordercolor="#8cc24b" thovercolor="#ffffff" bhovercolor="#8cc24b" borderhovercolor="#8cc24b" icon="kt-icon-focus" target="true"]
    How does that work?

    Hannah

    In forum: Ascend Theme

    In reply to: Footer Widget button

    #221995

    Hi Anders,
    One option is to add a visual editor widget to your above the footer widget area. Then you can add a button shortcode and add in your custom styling. Would that work for you?

    Hannah

    In forum: Ascend Theme

    In reply to: Footer Widget button

    #221994

    Hi Kevin, thank you,

    it kinda works, without hover effect.

    That is why i asked if there is maybe a trick to make it easyer so i don’t have to figure out hover style/transition times, etc. and insert so much custom css for a button that is already done.
    That would be a nice addition to the themes: having an editor or a special widget to insert blocks.

    #221948

    Hi,
    i try to insert a button in the “above footer widget”. Since there is no widget and no editor i tought i was smart and copied the html from a Kadence button from top of the same page because they need to look/behave the same. I am surprised to see that the html doesn’t have the styling and the button is grey, not green.

    Here is what i can see in Gutenberg HTML editor:
    <div class="wp-block-kadence-advancedbtn kt-btn-align-left kt-btns-wrap kt-btns_ac10e4-39 btn-bold"><div class="kt-btn-wrap kt-btn-wrap-0"><a class="kt-button kt-btn-0-action kt-btn-svg-show-always kt-btn-has-text-true kt-btn-has-svg-false" href="https://zahn-care/kontakt&quot; style="font-size:22px;border-radius:3px;border-width:2px"><span class="kt-btn-inner-text">TERMIN VEREINBAREN</span></a></div></div>

    Any idea how to insert the same button (for ex. the first CTA button on the page) in a widget?

    Thanks

    #221912

    It looks like your footer image is already taking on a max height of 100px. Are you seeing something different? If you want to decrease this height you can override with this css:

    #containerfooter .textwidget.custom-html-widget img {
        max-height: 80px;
    }

    Hannah

    In forum: Ascend Theme
    #221862

    Hmm, try this… when editing your widgets from within the page builder editor, open the attributes tab and under Mobile CSS add this: display: none;
    Does that work for you?

    Hannah

    In forum: Virtue Theme

    In reply to: Foter

    #221834

    Hey,
    You can adjust the layout from Theme Options > Footer. Then add content from Appearance > Widgets.
    Hope that helps!

    Hannah

    #221778

    Thanks for reading my post.

    I am trying to figure out how to change the text color in layout builder. I used the demo and when I opened the layout builder widget and tried to change the text color from white (as in demo) to black, and it does not work. Can anyone help me and let me know how I can change text colors in layout builder?

    Thank you so much for any help.

    Regards, Stephen

    In forum: Virtue Theme

    In reply to: shop menu

    #221724

    You can change the footer copyright in Theme Optoins> Misc Settings, “Footer Copyright Text.”

    If you want to edit your footer content you can do so in Appearance> widgets. Add whatever widgets you like to your footer columns and you should be set.

    -Kevin

    In forum: Virtue Theme
    #221713

    Hey,
    In your pagebuilder layout widget set the row to not collapse. Right now you have it set to collapse the columns on Ipad.

    Then since you will need more room on the right side of your topbar add this css:

    @media (min-width: 768px){
        .kad-topbar-right {width:70%;}
        .kad-topbar-left {width:30%;}
    }
    In forum: Membership Forums

    In reply to: Member Suggestions

    #221672

    Hi Ben,

    I sometimes need a gallery without the lightbox feature. To make images NOT clickable I use CSS (pointer-events: none;) but I’m really not sure it is a good practice if we consider keyboard navigation and accessibility.

    I wonder if you could add an option for the Gallery widget and shortcode.
    Lightbox: On/Off or Lightbox Image Size: “None”

    Alternately, a more “Core” way to think about this feature would be an editable link type like wp images.
    Link To: None/Media File/Attachment Page/Custom URL

    Thanks
    Hugo

Viewing 20 results - 2,281 through 2,300 (of 13,419 total)