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,081 through 2,100 (of 13,419 total)
  • Author
    Search Results
  • #227131

    Hi Tom,
    Glad to hear you’re enjoying the theme!
    1. You have quite a bit of padding on either side of the mobile logo. You can remove that with this css:

    .kad-mobile-logo-center {
        padding: 0;
    }

    2. Do you mean on dekstop? You can use this css to adjust the size of your social links:

    .kad-topbar-flex-item .kadence_social_widget a {
        font-size: 20px;
    }

    3. In Theme Options > Blog Settings set “Crop blog grid images to equal height” to No.

    Hope that’s helpful!

    Hannah

    #227125

    The problem with the snippet, the widgets on footer are still executed.

    I need to make the woocommerce pages lighter.

    Do I have to override the template or is there a function snippet?

    In forum: Virtue Theme

    Topic: Header widget

    #227111

    Good morning!

    I want to add header widget. What is the area dimensions if I want to us an image for the area? Is it possible not to show it on mobile?

    Thank you!

    #227089

    Hey thank for your kind support using Ascend premium… It’s an awesome theme.

    I have 3 issues (last ones) that I was hoping for some help with:

    1) Mobile logo size doesn’t seem to increase regardless of what the Mobile Logo width is set as.
    2) Mobile Top Icon Bar Widget Area. Is there a way I can resize the social media icons when using the Social Links widget?
    3) I’m using youtube pro to display youtube playlist. The issue is that there is never even spacing between the top and bottom. The only thing I could think of was wrapping the youtube playlist in a fixed height div but this is not responsive. Is there anyway I can achieve this please?

    Thank you so much!
    Tom

    #227037

    Hi team,
    I have been instructed to place this code inside <body></body>-tags with its own <div>-tag. I have no clue what that means… I would like to use this function in a sidebar – can you instruct me or am I in deep water now…? Thanks!

    <script>
    var _bws = _bws || [];
    _bws[‘d’] = ‘c’; _bws[‘k’] = ’87xsbv75′;
    (function() {
    var bw = document.createElement(‘script’);
    bw.async = true; bw.type = ‘text/javascript’;
    bw.src = ‘
    var bs = document.getElementsByTagName(‘script’)[0];
    bs.parentNode.insertBefore(bw, bs);
    })();
    </script>

    #226986

    Hannah,
    Jus to say I’ve found the answer. By re-smushing an image and changing the settings in the widget to set the image height and setting the height by the height setting above rather than image size it forces the widget to fit a compressed image. Thanks for your help.

    David

    #226969

    So your css actually is taking effect, it just isn’t stretching the full width of the page. Is that what you’re wanting? One option is to use css to stretch your entire footer like this:

    #containerfooter .container {
        width: 100%;
    }

    Then use this to decrease your map size:

    .footercol1 .widget-first {
        max-width: 1200px;
        margin: auto;
        padding: 20px;
    }

    Or, if you’re using page builder by siteorgin you could add a Layout Builder widget to your footer col 1, set the row layout to full width stretched and the background to white. Then add your map widget into that. Does that make sense?

    Hope this is helpful!

    Hannah

    #226959

    Hi,

    i like to have the first column (fullwidth column above the three) with a white #fff background.

    Unfortunately I do not get the correct css instruction, for example with

    .footerclass .footercol1 {background:#fff;”}

    it does not work.

    Could you help me ;-)?!

    Thanks in advance.

    Kind Regards

    MyCon

    #226954

    Hannah,
    The home page link below is an example.

    https://takinginthesights.com/

    The images under the headings of Planning to Travel and Latest Travel Guides, are examples using the Image Menu Widget. If this isn’t what you are looking for plesae let me know. Both GTmetrix and Smush are saying they are full size images. Hope you can help.

    David

    #226952

    Hi,
    I’ve just noticed that when placing an image in the Image Menu widget it is squeezing the full size image, say 2048 x 1360, into a container of around 350 x 230. I can have a number of these on one page and suspect it is slowing down loading a fair bit. I use Smush for image compression but the Image Menu widget doesn’t seem to be picking up on any compressed images. I might be missing something obvious but is there a way of getting it to select an appropriate size of the image I want to insert?

    David

    #226941

    Sorry, I may not have been clear. I have custom sidebars with all kinds of custom content built into them, not just blog categories, for different blog category archive pages. For example I have blog categories:
    -Buyers
    -Sellers
    -Investors
    -Events & Workshops

    All of which have different custom sidebars with lots of custom content built into the widgets, from text/HTML, menus, recent posts, lead capture form, etc. Need to find the cleanest work-around to assigning my custom sidebars to specific blog category archive pages.

    #226937

    Hey,
    You can create custom sidebars from Theme Options > Misc Settings. Then you can assign content to each from Appearance > Widgets. Then from each edit page, you can select a specific sidebar to show on that page.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: posts shortcode

    #226890

    Hi Hannah,

    I used shortcode on body: [blog_posts orderby=date items=6 word_count=20 columns=3]

    Tried to change using the widgets but still i didnt manage to make it work. Can it be the shortcode that i have used?

    many thanks

    In forum: Virtue Theme

    In reply to: Slider transitions

    #226883

    If you build it with a shortcode, via -> visual editor widget > add media > create gallery.

    Then click on the “text tab”

    Then you could add transpeed="4000" into the shortcode.

    Ben

    In forum: Virtue Theme

    In reply to: Remove post date

    #226859

    Thank you it did work.
    I have another question. I added a comment plugin in the comments widget but it is not showing. Did I forget anything?

    #226852

    Hi Ben,

    Great advice that I can build the whole home page inside a widget!

    1. How can I remove the outline from the gallery images: http://www.gentil.fi/saitti1/wp-content/uploads/2019/05/Metropolia_RGB_A_h_100px.png

    2. How to affect the breaking point for mobile, so that I would get mobile header for smaller than 1200 px screens. Now there seems to be a problem with the hero image scaling when the screen is between 900 px and 1200 px.

    3. Could I get the 2-word menu items go on two lines, I think the client needs one more menu item there and there is no space.
    http://www.gentil.fi/saitti1/

    Thank you for your help!

    Ulla

    #226843

    Hey Greta,
    This css should work for you:

    .sidebar .widget_categories li ul.children a {
        color: #333;
    }

    Just paste that into your custom css box in theme options.
    Hope it helps!

    Hannah

    #226812

    Yes! I just turned it on the other day. Does that really equal a performance boost?

    And that was the problem with the social icons widget.

    In forum: Virtue Theme
    #226808

    Hi team,

    I’m using a the Virtue Gallery widget in a sidebar, set to image carousel to give a slideshow of images.
    Is there away to change the transition type to “fade”?
    I saw the effect you got with your Woo Extras Product Gallery and it looks great.
    Is there away to create a similar effect in the slider in my sidebar?

    Failing that, can Kadence Slider Pro be setup to provide a “fade” transition?

    Very many thanks,
    Phil.

    #226796

    Hey,
    1. You can add your image into the page content of your home page or through the home widget area instead of using slider. In your theme options > home layout you can set the order for how you want your home page to appear. And in fact, the whole home page can be created in just the content using a page builder or Gutenberg editor.

    2. It’s possible, you just have to hide the title with css. So for example:

    .page-header h1 {display: none;}
    
    .page-header .page-bread-container {
        margin: 0;
        float: none;
    }

    3. Where do you want them to be larger? Where do you have them outputing? If you want # in the text you have to make that the tag, so update your tag label from tag to #tag for example.

    Ben

Viewing 20 results - 2,081 through 2,100 (of 13,419 total)