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,841 through 2,860 (of 13,419 total)
  • Author
    Search Results
  • #208218

    Hi
    I’d like a 1pt grey border around images only inserted into siteorigin editor widgets

    can you assist?

    In forum: Virtue Theme
    #208191

    Hey, the WordPress widget doesn’t have a dropdown it’s a list menu meant for a sidebar were all items show. It’s not like the navigation you would have in your site header.

    Ben

    #208179

    The custom menu widget has been changed to navigation menu, however the dropdown menu for the subpages is not functioning.

    Link

    In forum: Virtue Theme
    #208084

    I wasn’t aware of the menu widget issue but I can certainly fix the bug, I’ll make sure that is part of the next update.

    In forum: Virtue Theme

    In reply to: Overlapping Rows

    #207992

    Hey, remove the bottom padding from the row with the text, then add the pattern background to the row with the button. in that row in the attributes add a margin-top: -26px;

    For the lower button you could add css like this:

    #panel-5-4-0-0 .siteorigin-widget-tinymce.textwidget {
        position: relative;
    }
    
    #panel-5-4-0-0 .siteorigin-widget-tinymce.textwidget .kad-btn.btn-shortcode {
        position: absolute;
        bottom: -135px;
    }

    Ben

    In forum: Ascend Theme

    In reply to: Demo Image Menu

    #207991

    So how exactly are yours displaying? What is different? When I use the Ascend Image Menu Item widget it displays the same as in the documentation.

    Hannah

    In forum: Ascend Theme

    In reply to: Demo Image Menu

    #207957

    Hi Hannah,

    Here’s the demo I’m referring to:
    http://themes.kadencethemes.com/ascend-premium/

    I want to have an image menu like the one displayed on there, but the only one I can find is the one in the documentation under “Image Menu Item”:
    http://docs.kadencethemes.com/ascend-premium/widgets/

    Thanks,
    David

    In forum: Ascend Theme
    #207947

    Hi,

    I’m looking to get the same look of the image menu that’s displaying your demo sites, but the current Ascend widget seems to be different. Is there another widget to have it look just like the one on the demo site?

    Thanks,
    David

    In forum: Membership Forums

    In reply to: Inormation

    #207838

    Hey,
    There isn’t an option to select by ID but you can use the “featured product” which you can create a custom selection from your admin products page by clicking the start.

    There isn’t an option for 6 columns, using the widget, but you can use the shortcode:

    [carousel columns="6" items="12" type="featured-products"]

    Ben

    #207826

    I would suggest making the row three column and adding to the center column.

    Or using another option you can add

    max-width:600px;
    margin-left:auto;
    margin-right:auto;

    css in the widget settings.

    Ben

    #207810

    Hey guys,

    Is there an easy way to globally set the Call to Action Title and Subtitle typography — modify the setting for the title and subtitle for all Call to Action widgets? I see that you can set each one through H1, H2, light, heavy, etc., but I have quite a few of them and it would be nice to be able to make them all look the same without editing each one individually.

    Thanks as always!

    #207798

    In your appearance > widgets you can remove the recent posts widgets from footer column one and footer column three.

    I do see the share, like and related in your post, can you link to where you are not seeing them?

    Ben

    In forum: Membership Forums

    Topic: Inormation

    #207764

    I am using “Virtue: Carousel” widget to show featured product and other but i want to show 6 product in a row but there is only 5 by default.

    and is there any way to show product by selecting it or by product ID. I want to create offer in different product from different categories and show them to home page.

    I used YITH WooCommerce Product Slider Carousel but it slows my website’s pingdom time 10s to 21 so is there any way or plugin.
    can i do this with kadence slider pro.

    #207755

    Hey guys,

    I have some pages where the text is centered and indented (both left and right) on the desktop version and it also needs to look good on the mobile version — and there are a number of ways of doing this with PageBuilder.

    – left and right padding on the row
    – make the row three column and put the text in the center column
    – left and right padding in the widget
    – left and right margins in the widget

    Which method do you recommend to keep it simple and to look good on both desktop and mobile versions?

    Thanks!

    #207723

    Thanks Ben for looking into it. I am still getting “Related Posts” in the footer though (I have not not done this using widgets, so not sure why it has moved down into the footer). Also, the “Share This”, “Like This” and “Related Posts” have disappeared.

    #207717

    This will hide the area on your home page in mobile:

    @media (max-width: 992px) {
    #panel-7-2-0-0> .panel-widget-style {
        display: none;
        }
    }

    For the footer, it might be best to configure it in page builder if you’re wanting to change it in mobile. There isn’t much you can do by default aside from hiding some elements with CSS.

    What pages have a sidebar? You should be able to hide it with this CSS:

    @media (max-width: 992px) {
    .sidebar {
    display: none;
        }
    }

    -Kevin

    #207708

    I realize my Home Page looks a bit heavy on a Mobile devices and slows it down. I was wondering if there was a way to HIDE certain content on a row such as “Recent Blog Posts widgets” or a “parallax banner widget”. All this looks fine on a computer but seems unnecessary on a phone. I would like to keep the mobile version as light as possible to speed it up. Currently my mobile speed score is so slow and I’m trying to speed it up any way I can.

    Also is there a way to just place one image as a header instead of a slider on a mobile version?

    Thank you so much for your help!

    #207669

    Hi There,

    I have noticed that the icon associated with GooglePlus on the Virtue Social Links Widget has stopped working across numerous sites I manage.

    I am using the latest Virtue Premium Theme 4.8.5

    The Google icon has been replaced by a small white box.

    Regards
    Gary

    #207610

    Hey,
    So our flip box widget doesn’t really work like you need. It’s built for a background color and text and not for flipping images.

    I’m not sure I know of a plugin that would just do that. Are these images going to link anywhere? how many are you talking about?

    Ben

    #207564

    Hi Ben:

    I copied and pasted the code into the Custom CSS Box.
    The image did not move. I increased the margin numbers, the image did not move.

    I tried putting the code in the “Custom HTML” widget in the Topbar Widget without result.

    From my perspective, it would be easier and more understandable to add code to the Custom HTML Widget; then at least, all of the code for the button is in one spot.

    What do you suggest?

    Cynthia

Viewing 20 results - 2,841 through 2,860 (of 13,419 total)