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 - 3,221 through 3,240 (of 13,419 total)
  • Author
    Search Results
  • In forum: Ascend Theme
    #199476

    Hello! Visual Editor widget is working, this is now perfect, thank you!

    This is the site (and the Reference part at the bottom): https://goo.gl/ardN2y

    BR, Anita

    #199453

    Hey,
    There isn’t a widget for this or shortcode way to add one. But I’ll put it on my list to add a widget for this purpose to the next version. I don’t think the arrow would become a link to the parent category if at the end simply because that isn’t what the user would expect but navigate within a category would be a feature.

    Ben

    #199426

    Kevin,

    Thanks. I understand a bit better now. I’ve pasted a link below to a post compiled using a widget I intend to use in future (Site Origin Editor), If you are able to provide the code to adjust the caption font size for this it would be great.

    David

    https://takinginthesights.com/images-of-zakynthos/

    #199423

    They are actually setup in Appearance> Widgets in the Home Widget area. I apologize for taking so long to get that right!

    -Kevin

    #199413

    The CSS is only meant for the use of the first widget that you linked to. Each widget will require slightly different CSS, so if you want the consistent look, then you should use the same widgets.

    If you have to use a different widget, then please link to the post where this is visible so I can update the CSS to work in each case.

    -Kevin

    #199390

    Hi Kevin,

    I didnt use the id specific code but instead used the general code Hannah provided that would change the captions in all images, which was pasted into custom CSS:

    .widget_sow-image .widget-title {
    font-size: 22px !important;
    }

    From tinkering about I’ve discovered that this changes the caption text only when I insert an image into an image specific widget. However, when I insert an image into, say, the Site Origin Editor widget the caption text remains the same size as the paragraph text. So looks like the code only sorts part of the problem.

    I was trying to avoid cluttering up custo css by inserting id specific code for every post (unless there is another place to put he code?

    David

    #199360

    Hello,

    If you added this bit of CSS:

    .postid-4674 .widget_sow-image .widget-title {
        font-size: 12px;
    }

    It will only effect the post with the ID of 4674, and no other post on your site. That would be the reason you’re not seeing it effect your draft.

    -Kevin

    #199348

    I’m seeing this in your css:

    .widget_sow-image .widget-title {
        font-size: 22px !important;
    }

    Have you added that? That is setting the caption size for your images. If you want to decrease the size just decrease the number in that css.
    If you want to make it post specific you can add the post id to your css like this:

    .postid-4674 .widget_sow-image .widget-title {
        font-size: 12px;
    }

    This tutorial explains finding paeg/post id’s: https://www.youtube.com/watch?v=fLg2T1AvmFE

    Hannah

    #199343

    Hi,

    Where is it best to insert this code? I would like it to show at the bottom of all my blog posts?

    Follow The Rain Bird Blog on WordPress.com
    <script type=”text/javascript”>(function(d){var f = d.getElementsByTagName(‘SCRIPT’)[0], p = d.createElement(‘SCRIPT’);p.type = ‘text/javascript’;p.async = true;p.src = ‘//widgets.wp.com/platform.js’;f.parentNode.insertBefore(p,f);}(document));</script>

    Many thanks for your help.

    In forum: Ascend Theme
    #199337

    I have a problem in custom-carousel-kadence_custom_carousel_widget.
    The problem is on Internet Explorer 11 and old browser. I have a looping banner carousel and everything it’s fine until it arrives to the end then it starts again with the first logo. in that case the “cloned” logos have not the right size. From HTML what I noted is that the boxes of the logo doesn’t have the ID. I don’t know if it’s related.

    You can browse http://www.festambiente.it with IE11 to see what I mean in pratical. The “Coop” logo and next ones are malformed when they appear the second time.

    Thank you in advance

    #199295

    Hi there,

    I’m using the “Kadence WooCommerce SiteOrigin Builder” Plugin to build some WooCommerce Templates and would like to add product navigation arrows to the single product template.

    The Pinnacle Theme provides the option to show the arrows next to the page title, but I don’t use the title and they show up at the wrong place anyway.
    Is there a shortcode or widget I can use in the product template?
    Ideally it would just navigate inside the selected catagory and return to the category archive page when the last product was reached.

    Thanks,

    Christian Toller
    http://www.tethis-it.at

    #199291

    Hey,
    So by default the images show at the size of what would be needed in a normal max width page width.

    You can customize this using a shortcode. If you add a visual editor widget you can click add media. and then click “create gallery” that would output a shortcode which you can look at by clicking on the text tab.

    Next you would just need to add imgwidth="460" and imgheight="460" to the shortcode.

    It’s worth noting that your images will just need to get large and large on larger screens since your not giving it a max width so you may want to set the size even larger.

    I hope that helps,

    Ben

    #199287

    Hey,
    If you have content already existing on the site wordpress can’t import widgets exactly because of how widgets work inside wordpress.

    If you go to appearance > widgets all the demo widgets would be imported but may not be in the exact spot they should be so you may need to drag items into the correct location.

    It’s also worth noting that the menu widget may not always import with a selected menu item, you would just need to edit the widget and select a menu from the dropdown. This also has to do with how menu ids work in wordpress.

    If it helps, I would be happy to import a demo site for you and I can make sure it’s going into a completely clean install and that all the widgets are added. I would just need a login.

    Ben

    #199280

    Hey,
    This isn’t an option within the brand’s widget. It’s similar to a category menu. You can’t select more than one because it’s not a filter.

    If you need filterable attributes you would need to look at using a plugin like this: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/

    Ben

    In forum: Ascend Theme
    #199278

    You just need to use the visual editor widget instead of the gallery widget. Then add the gallery by clicking the add media button. And “create gallery” once you have it set if you don’t see the link option you can add link="none" to the shortcode by clicking the text tab.

    Ben

    In forum: Virtue Theme
    #199256

    Hey,
    You can create custom product pages like this using the elementor plugin and our extension for woocommerce. see here: https://wordpress.org/plugins/kadence-woocommerce-elementor/

    You would have to get elementor pro to have options for making widgets or sections sticky.

    Ben

    #199253

    Hey
    You would just need to edit the page and remove the builder rows that have empty content. Just delete those rows. That will help you with the space.

    If you need to add an image where all of the images needs to show you should just use the image widget. Do not add it as a background. Just set the row to fullwidth stretched and ad your image as an image. Backgrounds are not set up to function like an image on the web. They are a background and it sounds like you want to add an image where the entire thing shows all the time.

    Ben

    In forum: Reply To:

    In reply to:

    #199182

    You can change the font weight and add space below your widget titles by adding to the above CSS like this:

    .sidebar h4.widget-title {
        font-size: 25px;
        margin-bottom: 25px;
        font-weight: 500;
    }

    Here’s some CSS that will change the background of the input in your sidebar:

    .sidebar #subscribe-email input {
        background: #e4e4e4;
    }

    Let me know how that works for you.

    -Kevin

    In forum: Reply To:

    In reply to:

    #199178

    Kevin,
    Thanks, its looking better already. Am I also able to reduce the boldness of the widget titles? and increase the amount of space immediately below each title?
    Lastly, would you know how to remove the shading in the subscription widget. It is shaded dark, I think using custom CSS, to match the widgets use in the footer section. Ideally I would want to remove the shading for the sidebar only.

    Thanks
    David

    #199171

    Hey Jesse,
    You can use a plugin like this to add links to your images: https://wordpress.org/plugins/wp-gallery-custom-links/
    Or you can use something like the image menu item widget. Would either of those options work for you?

    Hannah

Viewing 20 results - 3,221 through 3,240 (of 13,419 total)