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 - 601 through 620 (of 13,419 total)
  • Author
    Search Results
  • #264566

    Hello,

    I would like to embed a vimeo video using HTML so I can control the size.

    I have used some custom html widgets within my page builder and I can successfully add these. Once adding, I go to select the widget and my I am taken to a blank white page with just the current time and date and I am no longer able to access the row where the Custom HTML was added.

    Can you provide a way of doing this where I don’t experience this?

    Thanks

    #264555

    Hello.
    Is there any way to change style of this widget?
    Right now it looks like this:

    and i want to make it more clear, like it looks like on submenu

    Thank you for the help.

    #264537

    Hi guys, any ideas how to add a slide animation the the Toggle Widget? At moment it appears very suddenly and would be nice if it could slide in instead?

    • This topic was modified 5 years, 1 month ago by christo.
    #264535

    Hi Team, I have 9 images in sliders on the home page http://www.mimiemmanuel.com at the bottom under ‘books’
    I added a new one and it won’t display even after clearing the browser cache.

    it is in the footer column 1 widget as site origin slider and pics are added as background picks. endless reloading and cannot see my new images. I have heaps to do why would that be? how can I fix this, please?

    Thank you very much for your help.

    #264500

    Is there a script for CodeSnippet that allows changing the H2 to H3 of the title of all the web sites (sidebar, footer, header, …)

    Thanks,
    Greetings.

    #264477

    Hi Hannah!

    It seems that theme Customising is having hard time showing things and applying edits. As you can see in the screenshot, settings from the archive did not apply on search page. But today I tried again and now it is working. So this problem is solved, but it is not the only time that customiser settings are missing.

    I was pulling my hair off trying to find Off canvas area widgets and the setting simply didn’t show. Next day it was there. Also same with footer widget areas settings. This has happened at least five sites before. Strange! But now I know, that it was a bug and the settings really apply.

    #264453

    Hello,

    Thanks for reaching out to us.

    Unfortunately, there is no built-in option to do that. You can only enable the cart or search icon to show on the primary menu row. On the other hand, you may add a widget on the Topbar section – just turn ON the Enable widget area in right of Topbar? option in Theme Options > Topbar Settings after enabling the top bar.

    Then, add a Custom HTML widget on the Topbar Widget area so you can add a button HTML.

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #264450

    Hello,

    1) Kindly change the custom CSS code to:

    .kadence_tabs_content_widget .panel-heading .accordion-toggle:not(.collapsed) h5 {
        color: black;
    }

    3) Unfortunately, the iframe stylesheets seem to set the graph’s width and height and we’ll not be able to override that. On the iframe’s embed code, could you try to set the width to 300 and see if the graph will show full until mobile views? Additionally, I don’t know of any third-party plugin to show Google graphs in WordPress.

    Hope this helps.

    Regards,
    Karla

    #264418

    I have a solution that works but it is very much a workaround.

    I used: “amr shortcode any widget” plugin which creates shortcodes, as implied for any widget.

    Then I used the Kadence Testimonial Carousel, but put a group of 1 client only for each testimonial in the group option.

    This does the job, but it would be good if I could do it without adding an extra plugin.

    Cheers
    Tim

    #264416
    This reply has been marked as private.
    #264408

    Hi,

    In short…..every time I create a custom widget, it either disappears completely, or reappears in a different location. Here is what I have done….multiple times.

    1. Theme Options > Misc. Settings > Create Sidebars
    2. Widgets> Open Custom Sidebar and insert SiteOrigin Editor and in put information.
    3. View on page…it’s not there.
    4. Go back to Widgets page and it’s not there. Open all widgets and see that it has migrated to another location.

    I have performed this take several times, each time the location changes,and the widget content is shuffles around like playing cards.

    Then I performed the obligatory checklist.

    1. Checked to make sure I am using current WordPress theme and ASCEND PREMIUM theme. √
    2. Checked all plugins. Nothing news. Disabled and reactivated. Nothing changed. √
    3. Log out and take a rest, because I’m getting aggrevated. √
    4. Sign back in and see that issue still remains. √

    And suggestions how to fix this? I working just fine until last night. I tried working on it again today and still can’t resolve.

    Thank you,
    Pamela

    #264400

    Hello,

    Thank you for reaching out to us.

    As with your other topic, I cannot log in using the username and password you gave.

    There is a 2% margin-bottom for page contents’ H1 – H4 set in the ascend stylesheet. Please try this custom CSS code to see if the spaces for your widget titles will all be the same:

    .panel-grid-cell .widget-title {
        margin-bottom: 2rem;
    }

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #264395

    Hello,

    Thank you for reaching out to us.

    1) You can change the Links color on the Widget Styles to change the tab’s pane titles color. However, if you only want to change the active tab’s font color, you can add custom CSS code in Theme Options > Custom CSS:

    .widget_kadence_tabs_content_widget .nav-tabs li.active a {
      color: blue;
    }

    2) Gallery images will open in a lightbox and there is no built-in option within the widget to disable that. If you do not want a lightbox or link on the gallery images, try this custom CSS code:

    .kad-wp-gallery .gallery_item {
        pointer-events: none;
    }

    3) Please try this CSS code:

    @media screen and (max-width: 991px){
        .textwidget.custom-html-widget iframe {
            max-width: 100%!important;
        }
    }

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #264374

    Hi, Hannah….

    I will be brief.

    Some widgets (SiteOrigin Editor) are leaving a space below the widget title above the content. The content is a shortcode. This is not occurring on every SO Editor widget. And for the life of me I can’t figure out what is happening. It’s random. See screenshot in private message.

    Thank you,
    Pamela

    #264367
    This reply has been marked as private.
    #264366

    Hello there.
    1) How tho change active Pane title color in “Pinnacle: Tabs & Accordions” widget? Its white by default.

    2) When i use “Pinnacle image” widget, i set “Image opens in” option as “No Link”. How to set those “No Link” thing for “Pinnacle: Gallery” widget?
    3) I use Google for charts and diagrams. I Want To Embed Google Chart, but looks like its not mobile-friendly. How to make its adaptive for mobile? If its impossible, maybe you could recommend plugin for creating charts and diagrams?

    Thank you for the help!

    #264350

    I have fixed it. It was a plugin in the footer widget that tried to load some javascripts that doesn’t exists anymore.

    In forum: Kadence Theme

    In reply to: Transparent header

    #264302
    This reply has been marked as private.
    In forum: Membership Forums

    In reply to: discord icon missing

    #264223

    Thanks a lot! I will try that way.
    Hope to see more built-in icons for Menu CSS and also for Social Icon widgets in the future.

    • This reply was modified 5 years, 1 month ago by Sebastian C..
    #264208

    Hi Sara,

    Thank you for reaching out to us and I’m sorry to hear you’re having this issue.

    Upon checking, it seems like you have enabled the tooltips and that is what makes the icons wandering upon hovering on one of them. Kindly go to Appearance > Widgets > Topbar Widget Area > Ascend: Social Links and select Disable for the Title Optionshttps://share.getcloudapp.com/z8uPWeAl.

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

Viewing 20 results - 601 through 620 (of 13,419 total)