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,201 through 3,220 (of 13,419 total)
  • Author
    Search Results
  • #199840

    Hello Kevin,

    Finally, I resolved it with your help and inputs. Thanks a lot.
    The main problem was that I kept the option enabled that says, “Show widget in topbar” under Topbar Settings. I had nothing in the Topbar Widget area but it was stopping the search bar language settings.

    I really appreciate your help and time here. Have a great time.
    Cheers!

    Regards,
    Dave CJ

    #199835

    I believe the search showing in your topbar is actually coming from the widget area. Can you go to appearance> widgets and confirm that you haven’t added a search to the topbar widget area?

    -Kevin

    #199834

    You can access it on – https://www.watch1440.com/
    I have configured it using Theme Setting –> Topbar Settings –> Show Searchbar (Not using widget)

    #199832

    Can you please post a link so that I can see how you’ve configured the topbar search? Have you added it through widget rather than in Theme Options> Topbar Settings?

    -Kevin

    In forum: Ascend Theme

    In reply to: Social Icons

    #199805

    You should be able to have the left and right header widget areas by going to Theme Options> Header Settings, and enabling the second widget area under Header Extras. Then you can add them in Appearance> Widgets.

    Does that work for you?

    -Kevin

    #199784

    Hey,
    You can’t really add a class to testimonials without affecting all testimonials and it would require you override the testimonial loop file in a child theme.

    It would be better to simply style the testimonials how you want using the current classes. (if you need help be sure to post a link).

    Or you can use the custom carousel widget and simply add your block quotes into a visual editor widget in each pane of the carousel.

    Ben

    In forum: Ascend Theme

    In reply to: Social Icons

    #199781

    Try adding this CSS to Theme Options> Custom CSS and let me know if it works for you:

    .kadence_social_widget a {
        border-color: white;
    }

    -Kevin

    In forum: Ascend Theme

    In reply to: Social Icons

    #199763

    Hi Steve,
    This css will change the color of your icon:

    .sf-menu .kadence_social_widget a i {
        color: #fff;
    }

    And this will change the background color if you want to change that as well:

    .kad-header-menu-outer .kadence_social_widget a {
        background: #eee;
    }

    Hope that helps!

    Hannah

    #199756

    Hi Team,
    I’m using the “Testimonial Carousel” widget to slide short sentences across the screen every few seconds. I would like to have them marked as class=”blockquote” so that I can adjust the formatting and add large “inverted commas”. I guess this requires understanding what hook to use, then adding the appropriate code into functions.php.

    Please could you advise?

    Very many thanks,
    Phil.

    #199698

    I see! You could certainly edit the template via a child theme to remove the widgets, but a simpler solution would be to just hide them with page specific CSS. If you can link to the page that you’re wanting to remove those widgets from, I can provide the CSS for you.

    -Kevin

    #199697

    Hi Kevin,

    Yes, I see where those widgets are, but my understanding was if I deleted them it would impact all of the site.

    To put it simply, I want to create my own custom template. One that includes the header area, nav menu, and footer of the demo content them that I am using.

    http://www.beautifyinternational.com

    As you can see, I am taking my design cues from the Ascend them demo content. Which is great for most pages, but for the contact page and maybe some others, I would like the freedom to use Elementor but keep the consistency of the header, nav menu, and footer seen in the default theme pages.

    #199695

    The map and contact form are added with page builder to the contact page’s content.

    The above footer widgets are set in Appearance> Widgets, under “Above Footer Widget Area.”

    "Likewise, is there a way to start from scratch and create a standard template using the demo theme’s header and footer and menu?"

    I’m not really sure what you mean by that. Can you explain more

    #199692

    Hello,

    I would like to create page with Elementor, but keep the aforementioned items created with the demo content. In this particular case, the Contact Us page.

    I essentially just want the header with menu, and the footer, and get rid of everything in between.

    It was almost achieved by editing the page builder widgets, but the Featured Products, Product tags, etc are still on a row that I can’t seem to get rid of.

    Likewise, is there a way to start from scratch and create a standard template using the demo theme’s header and footer and menu? There are times when I want these core elements but everything in between I would use Elementor for.

    #199684

    Yeah, just add the page id class like this:

    .page-id-217 .panel-grid-cell .widget-title {
        font-size: 20px;
    }

    Let me know if that works for you.

    -Kevin

    #199622

    Hello,

    Here is some CSS that will change the size of your widget titles:

    .panel-grid-cell .widget-title {
        font-size: 20px;
    }

    Add to Theme Options> Advanced Settings custom CSS box, and let me know if that works for you. Feel free to adjust the 20px to whatever size you like.

    -Kevin

    #199613

    How to change the PageBuilder text widget title font size?

    By default it’s using h3, which is too big.

    Here’s the site:

    I try to edit the title of the contact form.

    Thanks.

    #199560

    If the cart contains a hidden product, it’s image in the mini cart is displayed at 100% width and the text is in a different size. This is because unlike the normal cart items the hidden item is not placed within an -tag.

    This fixes it for me:

    /* virtue uses this rule: #nav-main ul.sf-menu ul#kad-head-cart-popup ul.product_list_widget li a img */
    #nav-main ul.sf-menu ul#kad-head-cart-popup ul.product_list_widget li img {
    max-width: 50px;
    padding-right: 10px;
    width: 50px;
    height: auto;
    float: left;
    margin: 0;
    }

    #nav-main ul.sf-menu ul#kad-head-cart-popup ul.product_list_widget li {font-size: 12px;}

    #199542

    Hey,
    Anything is possible if you want to code it. The search page is possible because it’s coded thus making it possible. You can’t, however, add a search page into your normal page content.

    I’m not aware of any widget that would pull in pages like your suggesting and automatically get the featured image and build an excerpt. It’s something you can certainly check the plugins repository for.

    I’ll keep an eye for something that would automate this for you in the exact way you want without you needing to code it. I’m not aware currently of that so I can only suggest that you add an image and text into your page in the way you ant it to look.

    Ben

    #199537
    This reply has been marked as private.
    #199492

    Any suggestions?
    Thanks
    Costa

Viewing 20 results - 3,201 through 3,220 (of 13,419 total)