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,821 through 2,840 (of 13,419 total)
  • Author
    Search Results
  • #209441

    Hi Maureen,
    This css should remove the pencil images:

    .kadence_recent_posts img, .widget_kadence_recent_posts img {
        display: none;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    In forum: Ascend Theme

    In reply to: Header widget widths

    #209421

    Also make sure header widget 1 is at the top of your header extras and header widget 2 is at the bottom. They can be dragged around.

    #209414

    Hello!

    I need to have the company phone number (with an icon) to the left of the header, and to the right of the header I need the shopping cart and a search bar. I can’t figure out how to move the search bar, and the width of both widget areas is too small.

    Also, can I upload my own cart icon and if so, how do I change it? My client wants a specific graphic there.

    Thank you!

    #209197

    Hi,

    I need to edit the background color and text of the search box in the Topbar of my Virtue Premium homepage. Can you tell me what CSS edits to use?

    (I found a similar question in issue # #206549 but was not sure if the code would work due to it being a different theme.)

    Also, is there a way to have both the Search Field AND the Cart Total in the right side of the Topbar? I tried with widgets but the results weren’t what I wanted.

    Thanks,
    Scarlett

    #209170

    Hey,

    How are you currently setting the background for the button? If you’re using CSS, I suggest you go in and edit the CSS to change the color. Or remove the CSS that you’re adding entirely and I can give you some new code.

    And for the go button, you should be able to set that within the button settings where you’re adding it.

    If you can’t figure it out, I should be able to give you some CSS to override the settings, but it’s probably best to change it within the widget.

    -Kevin

    #209161

    Hello,

    There isn’t really any way to change that to a carousel. The best method would be to go to theme Options> Home Layout, and make sure you enable the home widget area.

    Then navigate to Appearance> Widgets and add a Virtue: carousel widget to your home widget area.

    Assign it to display the posts that you want and save.

    Let me know if that works for you.

    -Kevin

    #209152

    Hi, i create as simple example for tests purpose … just to check if i am doing the right thing: i create a row, with 3 colums of 33% witdh and i put a siteorigin editor widget with this shortcode: [product id=”2391″]

    as you can see the product is not displayed as i wanted: all the column witdh … so, am i doing anything wrong?

    PD: if necessary you already have the key to enter the site and check it…

    thank you very much
    Angelo

    #209133

    Hello,


    @Hannah
    , am going to use the visual editor widget as suggest. And this will work just fine.
    Thanks.


    @Ben
    , It seems to be a jetpack video widget. But am going to get rid of them and use the widget suggest by Kevin and Hannah.

    Thanks you all.
    Gerard

    In forum: Pinnacle Theme

    In reply to: Google Maps API issue

    #209129
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Google Maps API issue

    #209114

    ok, I just pushed out an update that will fix that widget.

    Ben

    #209112

    What video widget are you using? Have you talked with there support?

    Ben

    #209089

    Hey Gerard,
    Rather than using the video widget try using the visual editor widget and adding the shortcode. Would that work for you?

    Hannah

    #209078

    Hello Kevin,
    I’m using a Video widget on some pages and have only the possibility to put in a field (for exemple): https://www.youtube.com/watch?v=mcJlYHURrt0
    your solution can’t work.

    But in a SiteOrigin Editor your solution works fine.
    Thanks.
    How can I do the same thing in a video widget ?

    #209077

    Hey,
    There isn’t an option within the Kadence slider Legacy to move the title or description off the image.

    You could use the pro and simply add your image as an image layer and the text as layers above and/or below.

    Otherwise you could look at using the custom carousel widget with siteorigin pagebuilder installed.

    Ben

    #208623

    Sorry Cecilia, I was wrong. You would only need to set an id if you were using a shortcode, but because you’re using the widget you’re set.

    Hannah

    #208567

    The ID is actually pulled from the widget, you don’t add it so it’s being applied to your 4th accordion widget on the page. But as I can see now that you have the js added this won’t work because your titles all have special characters.

    for example:
    ó

    And javascript can’t render that to open the tab because it’s not safe content. I’ll have to update the tabs to force that class to strip out those special characters then your link will just have to not make as much sense.

    Ben

    #208478

    Hello Ben,
    I’ve double check all slider and now everything is working fine.
    I don’t understand why with only one photo missing all the post are not displayed and yet the carousel of posts is displayed in a widget
    Anyway you gave me the solution and thanks a lot.
    Resolved for me.

    Gerard

    #208336
    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    if ($('#accordionnamewidget-2-1-1').length) {
      if (location.hash){
        if($(location.hash).hasClass('in') ) {
    } else {
    $('#accordionnamewidget-2-1-1 .in').parent('.panel-default').find('.accordion-toggle').addClass('collapsed');
    $('#accordionnamewidget-2-1-1 .in').collapse('hide');
    $(location.hash).collapse('show');
    $(location.hash).parent('.panel-default').find('.accordion-toggle').removeClass('collapsed');
    }
      }
    }
    });
    </script>

    and the link:
    http://babylovers.neuroclick.cl/preguntas-frecuentes/#collapsewidget-2-1-1-cómo-ser-destacado

    #208282

    Sorry but the website is currently only available on my internal network. I’m happy to provide screenshots if needed?

    I would like the images to align with the SWEP water usage widget, like how it does on the desktop version.

    Regards,

    In forum: Virtue Theme
    #208240

    Hi Michael,
    Try using this css:

    .so-widget-sow-editor.so-widget-sow-editor-base img {
        border: 1pt solid #333;
    }

    You can paste that into your custom css box in Theme Options > Advnaced Settings.
    Hope that helps!

    Hannah

Viewing 20 results - 2,821 through 2,840 (of 13,419 total)