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,881 through 2,900 (of 13,419 total)
  • Author
    Search Results
  • #207204

    Hi Pam,
    If you’re enabling the Latest Blog Posts in the homepage layout manager you can only set the number of columns to one or two. If your homepage is set as the latest posts page from Settings > Reading then you can set “Use Post Grid Format” to “On” from Theme Options > Home Layout > Page Content Options. Then you’ll see an option to set the number of columns (up to four). Or you can always add a shortcode into your home content area or a text widget within the home widget area. A shortcode like this should work for you: [blog_grid orderby=date items=8 columns=4]
    You can see a full list of shortcodes here: http://docs.kadencethemes.com/virtue-premium/shortcodes/
    Hope that’s helpful!

    Hannah

    #207194
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: News are not found

    #207182
    This reply has been marked as private.
    #207172

    Hi guys,

    I have some problems with the widget-margins after updating Polylang to the latest version, as you can see it on .
    It appears on both language versions…

    Thanks in advance!

    Markus

    #207165

    Hey,

    Another option would be to enable the home widget area and then add the contact to that. You can enable the home widget area in Theme Options> Home Layout, then add the content in Appearance> Widgets.

    Does that work for you?

    -Kevin

    #207144

    In this new site: I have on the Home Layout “Portfolio Carousel” and then “Page Content”. The thing is I’d like page contact both above and below that lovely portfolio block.

    I see two options:

    Add another page content section (somehow), or
    recreate that excellent portfolio carousel in a different way with a Pinnacle widget, but I tried that and it came out all goofy.

    Ideally, I’d like the “Defining perfection in the industry for 30 years,” text box to come second, and then the portfolio carousel, and then more content.

    Thank you,

    Luke

    #207138

    Hi –
    I am trying to locate a quick but noticeable ‘jump’ appearing on ipad and iphone with the mobile menu. At first I thought it was only on the home page that has a Revolution Slider, and I blamed it on the slider loading. (On that slider I removed the transition and delay from the first slide) – but it seems to be happening on the inner pages as well – not when I visit them via the menus so much, but on inner page refreshing.

    I think what’s happening is the hamburger loads in one spot, higher on the page, then a text widget displays under the logo and moves the ‘hamburger’ down, where it sits on top of the slider within the page content. So it might be an issue of the text widget displaying after the mobile menu does…?

    IF that’s the cause of the hamburger’s motion, (and altho I’ve looked at it a zillion times it may not be) is there a way to either locate the hamburger at the top left of the whole screen, so it doesn’t have to make space for anything, OR not display the hamburger at all until the other elements on the page have loaded. Once all is loaded, the hamburger appears and looks fine.

    I’d like to send a link but please advise on how to do this privately –

    Thank you,
    Jackie

    #207041

    In November 05,2018 we updated the Page builder by SiteOrigin plugin and SiteOrigin Widget Bundle plugin for one of our customer’s website (segurosenontario.com).
    After the update the site shows signs of being hacked. We ran a scan with Sucuri site check and got the following diagnostic:

    Malware found :

    This page includes a JavaScript/iframe from erealitatea.net that is blacklisted by PhishTank, see

    <script type=’text/javascript’ src=’

    Please advise

    Felipe Castro

    #206969

    Hi Kadence,

    Loving kadence themes!

    I have a question to add some space between the Header extra’s widget area and the second header extra’s widget. (Between the Youtube social link button and a Siteoriging call to action button, see header on )

    Hope you can help!

    Thanks in advance!

    Martin

    #206963
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Product Search Widget

    #206884

    The widget was searching your products when I tested it previously. Did you try typing something into the search that would bring up a product?

    I think you’re expecting the widget to act like the category dropdown, which is totally different. The product search needs to be typed. The words you are seeing are not a dropdown.

    See this demo site and click the search icon in the header then click the search box that pops up:
    http://themes.kadencethemes.com/ascend-premium-2/

    You should be able to see that it behaves the same as your product search. Yes, site visitors will see the search suggestions based on their browser and search history. But keep in mind, they will recognize these terms since they’re the ones who made the searches.

    I’ll flag this for a developer followup so Ben can explain better.

    -Kevin

    In forum: Ascend Theme

    In reply to: Product Search Widget

    #206882

    Hi Kevin

    It looks neater to use the product search than a button. but I’m at a loss as to what to do. I want to enable users to search for my products. If I can’t even search for my products, then how does it work? I don’t want users to search randomly either because I only have x number of products, so when they select, it should come up with those option and take them to the relevant page.

    If these words are cached in my browser then users might have other words cached in their browsers and it would affect the widget?

    In forum: Ascend Theme

    In reply to: Product Search Widget

    #206880

    It’s definitely a product search widget. I think you’re misunderstanding where the words are coming from. It’s not an ajax search that predicts results based on your site’s content. It’s just using search terms from your previous searches that are cached in your browser.

    I see you’ve removed it now, have you decided to go a different direction?

    -Kevin

    #206874

    Hello guys,

    I am trying to copy the layout of the Portfolio Grid template in a shortcode so I can add a widget below it. I’m getting everything except the sortable Types line on the upper right corner (which I like). Here is a link to the page. The first layout on the page is my shortcode and the second is the template default.

    What do I need to add to my current shortcode?

    [portfolio_types]
    [portfolio_posts type=branding orderby=rand columns=3 items=20 ratio=”square” style=”mosaic”]

    #206860

    2018-11-08 0838 Update
    So I used this article to set the max_input_vars to 3000 in the cPanel for the site after reading another post about people having issues saving theme options where that was the recommended solution.
    That seems to have remedied the reversion of the Footer when I save the CSS in Advanced Settings and vice versa.
    With that resolved,
    I added the following attributes directly to the table style:

    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

    And changed

    .textwidget.custom-html-widget a {
        text-align: center;
        align-items: center;
    	padding:5px;
    	border:none;
    }

    to

    .textwidget.custom-html-widget table {
        text-align: center;
        align-items: center;
    	padding:5px;
    	border:none;
    }

    And that seems to have remedied the issue. Everything is now aligned!

    Consider this thread resolved!

    In forum: Ascend Theme

    In reply to: Product Search Widget

    #206836

    In that case it’s not a search products widget at all.

    Is there a way to make the drop box shorter? that way I can use it instead

    Or maybe there’s another widget?

    #206827

    Hi Ben & Hannah,
    I’m attempting to center the table with the mobile app badges on the footer of this site:
    I’ve used the following css:
    .textwidget.custom-html-widget a {
    padding:5px;
    border:none;
    }
    .textwidget.custom-html-widget a:hover {
    background: rgba(45,92,136,0.3);
    border-radius: 10px;
    }
    /* Footer Widget Styling 2018-11-07 2136*/
    .col-md-12.footercol1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    align-content: center;
    text-align: center;
    }
    #custom_html-6 > div {
    border:none;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    }
    .footercredits {
    text-align: center;
    align-items: center;
    }
    .footercredits p:nth-child(1) {
    width: 100%;
    }
    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;
    }

    And I’m finding that if I save the CSS, the CSS appears, then if I save the footer layout, the CSS disappears. If I go back and save the CSS, the footer layout reverts. I’m trying to get the footer into the first full-width column of the last layout such that I can make it absolute center on the page since the other layouts seem to align the content left regardless of which footer widget the content resides in.

    Any ideas as to how to resolve this?

    #206768

    the products search widget in the header is not searching my shop products, rather it’s showing random words and articles on my website- anyone got a solution? or another widget?

    In forum: Ascend Theme

    In reply to: Headers/Sliders

    #206767

    One other question, the products search widget in the header is not searching my shop products, rather it’s showing random words and articles on my website

    In forum: Ascend Theme
    #206762

    I tried to change my header image on the home page from a background video to no header (instead I just wanted widgets added to my page – so you will see the truck which is what I want)

    Now what’s happened is the homepage is showing both the original video background and the new header image below it and I can’t get it off. Please can someone assist?

    The site in question is http://www.coreconsultantsgroup.com

Viewing 20 results - 2,881 through 2,900 (of 13,419 total)