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 - 1,781 through 1,800 (of 13,419 total)
  • Author
    Search Results
  • #237719

    Hi

    I am having trouble getting HTML text to collapse and look ok, I am using the page builder and have tried the custom HTML widget and Site origin text editor.

    Can you point me in the right direction please, the URL is

    Thanks

    David

    #237696

    You shouldn’t have to add a blog widget if you’re using the blog page template. http://docs.kadencethemes.com/ascend-premium/templates/blog-page-template/ Are you using that?

    Hannah

    #237687

    I played with that too… But I think I figured it out now by adding the content and a blog widget. That’s not clear in your documentation if you want to add it.

    Thank you!

    Luke

    #237685

    Hi, All,

    In short, I am using SliderPro on a page. Creating slide. Full width. Size 1140 x 489. Beautiful. 😉

    Now I am taking Slide short code and placing in text widget on page. However, the image is not loading to the size that I created in SliderPro.

    And here is where I have issues.

    SiteOrigin Pagebuilder:

    1. Insert row. Set attributes, layout, design for that row. I have tried everything combination…nothing allows the image to appear as 1140 x 489

    Text Widget place in above established row. I do not set attributes, because Pagebuilder row is already controling that. Correct?

    <gurrrrh>

    Load page….image is cutoff at top and bottom.

    Please help me to understand settings for these Pagebuilder rows and the widget settings. I could not find anything on this forum that helped me resolve this issue.

    Thank you,
    Pam

    #237674

    Hey,
    You can’t use page builder to edit your categories, but you can create a new page and add your categories via shortcode like this: [blog_posts orderby=date items=4 word_count=30 cat=photos] So say you wanted to add page builder content to your “Photos” category, just create a page, add your content via page builder, then paste the above shortcode into a text widget. Would this work for you?

    Hannah

    #237665

    Hi Hannah,

    Yes I did add content. You can see there is a SO row with and ascend image widget.

    Thank you,

    Luke

    #237659

    Hi Hannah,

    Page Content….Go to home page> Edit page > SiteOrigin> Page Builder…. there is one row, two widgets. Each are text widgets that contain SliderPro short code.

    Do you see it?

    Pam

    #237648

    Hello:
    I’m trying to add custom CSS to left-align the contents of a widget in the sidebar of the Virtue blog page. The widget has a 5px border on all four sides, and I would like to eliminate only the left border, so the contents are flush with the left edge of the widget column.

    Images attached showing the widget identified in the inspector (div#sbi_images) as it currently is (padding: 5px), and the same widget with the padding as I would like it (padding: 5px 5px 5px 0px).

    I must be doing something wrong with the syntax; I’m not sure how to correctly identify the element. Thanks if you can help.

    I will post the website under development in a private reply.

    #237643

    Hi, Ben,

    Excuse the late response.

    Here is what I am attempting to do…because I love the Slider Pro.

    Home Page Layout> Page Content> SiteOrigin Pagebuilder>Insert Block > Row> Widget> Text > Insert Kadence Slider Pro Shortcode

    No matter what I do, I can’t get the row itself to work with the Slider Image.

    Sending you link.

    Thank you,
    Pam

    #237638

    But I know that I can only use SliderPro in one area of homepage

    You can use it more than once, just has to be different slides, you can’t have the same slider on the page more than once.

    The Ascend call to action widget has title, subtitle and button options. What different options are you wanting? You can always use a text box and place whatever content you want into it.

    Ben

    #237634

    Hi, Hannah,

    Thank you for the prompt response. Yes, I tried the SiteOrigin Page Builder and did what you suggested. I promoted me that I couldn’t have a row without a widget. So….I did what you suggested and place a call to action widget in the row. Yikes….that was a nightmare.

    So how to get I text over the image with a button link?

    Thank you,
    Pam

    #237612

    Hi, Gang.

    I want to place a fullwidth image on the home page further down from the slide image above with a link to an article. I have tried the SiteOrigin Hero widget. A little wanky. I have tried the Call To Action Widget. Doesn’t give me what I’m looking for. I really want more of a SliderPro image with titles and button. But I know that I can only use SliderPro in one area of homepage.

    Any suggestions?

    Thank you,
    Pam

    #237550

    WordPress search does have a hard time searching content withing a page builder. Siteorigin exposes the widgets internal text for search a little better and if you use that with the flip box it shows in the search results but elementor doesn’t get widgets content into the search. If you use none “WordPress” widgets, items that are specifically created for elementor those are usually able to get into the content in a way that WordPress can read for search queries.

    Ben

    #237545

    Hey,
    If you use our widget that is inside this plugin: https://wordpress.org/plugins/kadence-woocommerce-elementor/

    You can add the product gallery and it will load the woo extras gallery.

    Ben

    #237470

    Hello,

    I found this posting about centering the footer columns in the Virtue support forum ( and I added the code to my Advanced Settings:

    footer#containerfooter {
    text-align: center;
    }
    .virtue_social_widget.clearfix {
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .footermenu {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    }
    .footercredits.clearfix {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    }
    .footernav.clearfix {
    display: flex;
    }

    It centers everything but the menu, which is still left justified. How can I center that for mobile?

    You can see what I mean at

    Thanks,

    Jim

    #237507

    Or, if you want to avoid accidents, do this.

    CSS

    .to-the-top {
    margin:80px 0 0 0;
    text-align:center;
    }
    .to-the-top a {
    padding:7px 24px 10px 24px;
        background-color: #e3b015;
      border-radius: 4px;
        color: #fff !important;
      font-family: Roboto;
      font-size: 16px;
        text-align: center;
      position: relative;
    }
    .to-the-top a:hover {
      color: #fff !important;
    }
    @media (min-width:980px) {
    .to-the-top {
    display:none;
    }
    }

    With widgets, add a custom HTML at the end of footer’s last column with this in it…<div class="to-the-top"><a href="#">TOP</a></div>

    • This reply was modified 6 years, 7 months ago by GasTheo.
    • This reply was modified 6 years, 7 months ago by GasTheo.
    • This reply was modified 6 years, 7 months ago by GasTheo.
    #237477

    Hello, I am using Elementor Pro to create my product pages and I tried to activate the Product Galleries but it doesn’t seem to work with the Product Images Widget that is provided by Elementor Pro. Is there any way to make it work?

    Thanks in advance.

    #237461

    Hi,

    Website: o Theme: Ascend

    Issue: I’ve enabled the ‘Headers Extra Widget Area’ with Click to Call HTML which shows up and works fine in Desktop view, but does not show up in Mobile View, please advise, thank you.

    Cheers

    • This topic was modified 6 years, 7 months ago by bugit.xyz.
    #237429

    Hello
    I am looking at selling some artwork on a website through fineartamerica.com. It says you can do this using their iframe shopping cart widgets – is this something that will work with your themes? Can you see any problems with doing this?
    There is more info here:
    Thank you for your help
    Kirianne

    #237411

    Hello,

    i made this site http://www.littledreamstrani.it.

    In homepage for text and image row i have used this method:

    1) page builder site origin 1 row 100% with 1 cell.

    2) Text editor widget in which i write the text and add a media image aligned on right.

    In responsive mode, how i can control the collapse order? now in responsive i have first the image and then the text, how i can obtain before the text and then the image?

    Follow a private reply with login data.

    Thanks and regards

Viewing 20 results - 1,781 through 1,800 (of 13,419 total)