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,021 through 1,040 (of 13,419 total)
  • Author
    Search Results
  • In forum: Ascend Theme

    In reply to: Menu error

    #254457

    I’m seeing the same fatal error on Appearance->Menus on two blogs using the Ascend Premium theme.
    But Customize -> Menu seems to work.

    Fatal error: Uncaught ArgumentCountError: Too few arguments to function Ascend_custom_menu::ascend_custom_nav_fields(), 4 passed in … /stillmindmartialarts.com/wp/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in …

    Plugins:
    AddToAny Share Buttons Version 1.7.41 by AddToAny
    Ad Inserter Version 2.6.11 by Igor Funa
    Akismet Anti-Spam Version 4.1.6 by Automattic
    Better Recent Comments Version 1.1.2 by Barn2 Plugins
    Crop Thumbnails Version 1.2.6 by Volkmar Kantor
    Email Subscribers & Newsletters Version 4.5.3 by Icegram
    Enable Media Replace Version 3.4.1 by ShortPixel
    Featured Image from URL Version 3.2.4 by fifu.app
    Google Analytics for WordPress by MonsterInsights Version 7.12.0 by MonsterInsights
    Gutenberg Blocks by Kadence Blocks – Page Builder Features Version 1.8.11 by Kadence WP
    Gutenberg Blocks by Kadence Blocks – PRO Extension Version 1.4.12 by Kadence WP
    HTML Forms Version 1.3.16 by ibericode
    iQ Block Country Version 1.2.9 by Pascal
    iThemes Security Version 7.7.1 by iThemes
    Kadence Custom Fonts Version 1.0.4 by Kadence WP
    Kadence Slider Version 2.3.1 by Kadence WP
    Login Logo Version 0.10.0 by Mark Jaquith
    Nextend Social Login Version 3.0.24 by Nextendweb
    Redirection Version 4.8 by John Godley
    Regenerate Thumbnails Version 3.1.3 by Alex Mills (Viper007Bond)
    SG Optimizer Version 5.6.1 by SiteGround
    Simple Image Sizes Version 3.2.1 by Rahe
    SiteOrigin Widgets Bundle Version 1.17.4 by SiteOrigin
    SVG Support Version 2.3.18 by Benbodhi
    Widget Importer & Exporter Version 1.6 by ChurchThemes.com
    Widget Shortcode Version 0.3.5 by Hassan Derakhshandeh
    WooCommerce Version 4.3.1 by Automattic
    WooCommerce External Product New Tab Version 1.0.3 by Stuart Duff
    Wordfence Security Version 7.4.10 by Wordfence
    WordPress Importer Version 0.7 by wordpressdotorg
    WordPress Navigation Menu Links Version 1.0.6 by Agbonghama Collins
    WordPress Users & WooCommerce Customers Import Export(BASIC) Version 1.4.3 by WebToffee
    WPBruiser Version 3.1.42 by Mihai Chelaru
    WP User Avatar Version 2.2.7 by ProfilePress
    Yoast Duplicate Post Version 3.2.5 by Enrico Battocchi & Team Yoast
    Yoast SEO Version 14.7 by Team Yoast

    • This reply was modified 5 years, 9 months ago by mikes. Reason: Added details
    In forum: Ascend Theme

    In reply to: Formatting issues

    #254447

    Hey Nic,
    1. You can use this css to center the widget title and icons:

    .footerclass .kadence_social_widget {
        text-align: center;
    }
    .footerclass .footer-widget-title {
        text-align: center;
    }

    Then if you want, this css will move the title just slightly right so it sits more directly over the icons:

    .footerclass .footer-widget-title {
        margin-left: 12px;
    }

    Hope that helps!

    2. I’m not seeing the alt tag. Did you hide this already?

    Best,
    Hannah

    #254430
    This reply has been marked as private.
    #254411

    Hey Ben,
    I’ll have the developer look into this. For now, you can override with this css:

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
        content: "X" !important;
        font-weight: bold !important;
        font-family: sans-serif !important;
    }

    Best,
    Hannah

    In forum: Ascend Theme
    #254399

    Hello,

    Can I center the widget title on this site for the social icons:
    http://www.amypitfieldphotography.co.uk
    The bit that says “follow and like me”
    It is currently on the left

    I have tried .footer-widget-title {
    align-content: center;
    }
    But didn’t work.

    Also is there anyway I can turn off the alt captions displaying?
    At the moment if someone clicks on an image to see it bigger, you can see the alt tag underneath.
    I want to keep the alt tags but have them not display underneath – can this be done?

    You can see what I mean on this page:
    http://www.amypitfieldphotography.co.uk/gallery

    Many thanks
    Nic

    #254378

    Hi,

    How can I move the widget area from the primary menu from the right to the left (of the logo)? And Have there only a single Hamburger Menu? Only for full screen desktop mode.

    Please advice to the CSS.

    Thank you

    Regards/Rainer

    In forum: Virtue Theme
    #254278

    Hey Connie,
    What exactly do you mean by broken widgets? You would likely need to reassign widgets after transferring, but they should not be broken?
    Check out this post: https://optimwise.com/copy-migrate-wordpress-sites-with-the-duplicator-plugin/

    Best,
    Hannah

    #254262

    Hello,

    We have a question about SQL query.

    We want to use transfer our Virtue site from sandbox.mathengineering.com to mathengineering.com
    (We also have another site we’re creating using Ascend that we will need to transfer at a later date).

    We used this query for the mathengineering transfer:

    UPDATE wp_options SET option_value = replace(option_value, ‘ ’, ‘ ’)

    This breaks our virtue theme widgets (such as the image menu).

    The question is: How should we be telling Virtue or Ascend that we want to change the URL of our site?

    #254161

    Hi
    I have a weird misalignment in my footer. The footer is a 4 column type and there is only one widget item in each footer.
    The specific issue is the first 2 columns. The images are the same size identically yet the second column one inexplicably is out of line with the first.

    This is custom HTML but it’s a pretty basic bit of code and so I can’t figure out what I’m doing wrong. Looking on Chrome’s inspector I can’t see what CSS elements might even be causing the problem as it seems both have the same padding/margin.

    Please help 🙂

    Thanks
    Tim (Link in reply)

    #254122

    Hi, I see there has been some questions around the extra category description before and I’d like to know how I can enable Pagebuilder to be applied so I can add widgets or just some formattable text.
    I have this enabled currently in WooExtras but because it is not formattable, more than one line of text becomes messy.
    I have added an optimised category description to the existing box but due to placement, it appears above the products in the category.
    For SEO purposes, this text should be around the 300 words limit but if this is then viewed on mobile, the visitor needs to scroll way down to see the products which kinda goes against the idea of a product category.
    I’m sure others would welcome this option.

    I can provide a site that demonstrates this issue if required.

    regards
    Andy

    #254101

    Hi,

    a question for your developer.

    in our child theme I need to add some custom CSS classes to the div around the products on the shop page (that’s for adding some custom filter widget for product attributes – but that’s another story 😉

    The question here is: Looking at the source of lib/woocommerce/woo-archive-hooks.php in line 142 and 143 there are two filters to do this:
    * virtue_product_loop_classes (which is being used in the code at one place)
    * and kadence_woo_ele_product_loop_classes (which is used nowhere but might have been added recently and be used in the future)

    Both seem to be more or less the same. Which of the two is better to use? I mean in terms of future compatibility that is which one is less likely to be removed or changed in the future?

    #254099

    Hey,
    The alignment comes down to the widget and your widget settings for example in a text widget you can align text right in the controls.

    However here is css you can add to run the alignment for you (as well as the vertical align):

    .topbar-widget .textwidget p {
        line-height: 34px;
        margin: 0;
        text-align: right;
    }

    Ben

    #254091

    Hi There,

    I used the text widget to place a phone number in my top bar. I don’t like where it placed itself though. How do I control that? I’d like it further to the right, lined up with the last menu item and centered vertically.

    #254043

    Dear Ben,

    Please check out this link because some designs widgets are very unique. That’s the reason elementor page builder is my first and last choice with elementors happyaddons

    https://web.hazelglow.in/templates/ every widget are unique design features.

    If you need help for elementor page design templates feel free to ask me. Nowadays I am having free time coz of Covid19 Pandemic my fashion products production is very less and not much sales.
    Regards
    himanshu

    In forum: Virtue Theme
    #253662

    That was quick! Thanks Ben!

    Can I change the h4 specifically for the blog grid?

    What about the font size for the excerpt?

    I was just about to also ask… can I remove the ‘read more’ link?

    I don’t plan to use blog grid for any blog posts, so this shouldn’t affect the appearance of the blog page or the blog widget?

    #253623

    that shortcode would only work with some themes, for example not our new Kadence Theme.

    The workaround to adding a block into a widget area right now is to use this plugin which allows you to build a reusable block but then add it to a page via a shortcode:https://wordpress.org/plugins/reusable-blocks-extended/

    Ben

    In forum: Ascend Theme

    In reply to: Menu in Footer

    #253614

    Hey,
    There isn’t an option for a collapsible footer menu widget. It’s possible you can find a plugin for this. I’m not aware of any at the moment though.

    Ben

    #253591

    You can use a shortcode like this:
    [kt_contact_form label_name="Name:" label_email="Email:" label_subject="Subject:" label_message="Message:" label_submit="Send Message" email_to="Email to:" message_success="Thank you! Your message was sent successfully."]
    Just paste that into a text widget in your footer.
    Hope it helps!

    Hannah

    #253577

    Apologies, Grace! The shortcode doesn’t support categories. If you’re wanting to add a testimonial carousel limited to a specific category you could use the Virtue: Testimonial Carousel widget. But you would either need to paste this into a widget area (ie sidebar, footer, etc.) or use a page builder plugin that allows you to add widgets to your page.
    Sorry! Let me know how I can help further.

    Hannah

    In forum: Ascend Theme
    #253569

    Hi! My main menu, one of the options has a dropdown list when it is clicked, and this works great for the navigation bar up above. But when I put the same menu as a widget into one of the columns in my footer area (not the very bottom footer area menu line), it shows all the options in the same vertical line as the other menu items and takes up too much vertical space. Is there anyway to have a + sign or something where when it is clicked the other options show, but if not they don’t show or take up space? Thanks!

Viewing 20 results - 1,021 through 1,040 (of 13,419 total)