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,561 through 2,580 (of 13,419 total)
  • Author
    Search Results
  • #215173

    Hello,

    You can create as many sidebars as you like in Theme Options> Misc Settings.

    Then assign the widgets in Appearance> widgets.

    Then navigate to the page you want this sidebar to show on, and assign it to the page.

    -Kevin

    #215168

    Is there a way to have a different sidebar for one page? I see in widgets that there is a sidebar3. But it doesn’t show up in the list of templates for that page. Don’t want to add another plugin if possible.

    Using Virtue Premium,

    #215158

    Hello,

    One option is to add a custom function to a child theme to define the sidebar for your categories.

    Another option that doesn’t require extra code would be to configure your sidebar, and then set which widgets are visible on each category with this plugin:
    https://wordpress.org/plugins/widget-logic/

    Let me know if that works for you!

    -Kevin

    In forum: Pinnacle Theme
    #215145

    Here is some CSS that will remove the underline:

    .pinnacle_imgmenu_widget .home-message h4:after {
        display: none;
    }

    For styling the text background, try this CSS:

    .pinnacle_imgmenu_widget .home-message h4 {
        background: #445398c9;
        align-self: center;
        padding: 5px;
        border-radius: 5px
    }
    .pinnacle_imgmenu_widget .home-message {
        display: flex;
        justify-content: center;
    }

    -Kevin

    In forum: Ascend Theme

    In reply to: Top-vertical alignment

    #215142

    I’m already seeing the tops of the widgets align with each other. Can you send me a screenshot of what you’re seeing?

    You can host an image here:
    https://postimages.org

    -Kevin

    In forum: Ascend Theme

    In reply to: Top-vertical alignment

    #215137

    The widgets are actually all aligned exactly the same. The difference is the height of your widgets.

    I’m guessing you want to bring the other footer widgets down to center align them with the tallest widget, so try this CSS:

    .footercol2 .footer-widget-title {
        margin-bottom: 30px
    }
    .footercol3 .footer-widget-title  {
        margin-bottom: 22px
    }

    Is that what you’re after?

    -Kevin

    In forum: Ascend Theme

    In reply to: mobile styling

    #215130

    Here is CSS that will target that text:

    .container.above-footer-widgets .textwidget p {
        font-size: 14px !important;
    }

    Let me know if that works for you.

    -Kevin

    In forum: Ascend Theme

    In reply to: mobile styling

    #215108

    Hi Kevin,

    Thank you. The only thing I can not target with css for mobile is the above footer text widget.
    I want the font-size in mobile mode at 14px!

    Any idea how to target the text “Elk pakketje dat retour webwinkel gaat = extra CO2 uitstoot van 0,03 kg” in the above footer widget?

    thanks

    #215065

    Hi Kadence, can I use the Kadence Widget Dock plugin with any theme? I’ve installed it on a website using Pinnacle Free theme and the option page isn’t showing into the admin area.

    I’ve tried to access directly the option page with the link (/wp-admin/admin.php?page=ktwidgetdockpoptions&tab=1) but it says it’s restricted (“Sorry, you are not allowed to access this page.”). The Widget Dock Widget Area is shown properly on the widget page.

    Thanks
    Hugo

    #215046

    Kevin,

    Will this shortcode work? On the page? Using Text widget from SiteOrigin Page Builder?

    [display-posts category=“reader email” posts_per_page=”-1″ include_date=”true” order=”ASC” orderby=”title”]

    Pam

    In forum: Pinnacle Theme
    #215038

    Hello,

    You can set that font in Theme Options> typography Settings, h4.

    Or you can target with this CSS:

    .pinnacle_imgmenu_widget .home-message h4 {
        font-size: 30px;
    }

    Let me know if that works for you.

    -Kevin

    #215037

    Hi,

    How can I change the font-size and set the font-style of the text in an image menu item?

    For the 6 items in this page:

    I made a custom id for the widget and added the following css in theme options -> custom CSS

    .Custum id {
    font-size: 30px;
    }

    Didn’t do the job…

    #215014

    Hi, All,

    Just placed Virtue: Recent Posts Widget in primary sidebar. Went to dropdown to show only a specific category and that category is not there….although it is listed in categories.

    Help. 😉

    Thank you,
    Pam

    Sending access URL privately.

    #214992

    Hello,

    Looks like you just need to re-order the header extras in Theme Options> Header Settings, “Enable and Sort Header Extras”

    From top to bottom, the header widgets will go left to right. Try moving them around and let me know if you’re able to get the layout you’re after.

    -Kevin

    #214983

    Hi, I would like the “Enroll Today” widget button to be on the left side of the nav. Both widgets go to the right.

    Thank You!

    In forum: Ascend Theme

    In reply to: Top-vertical alignment

    #214975

    Hello,

    Can you explain a bit more what you mean? It appears that the widget is already aligned, though I may be misunderstanding.

    -Kevin

    #214974

    Hi,
    I want to align vertically the Trip Advisor widget to the top of the container in the Footer Column 1 of this site
    Any HTLM code I can use or CSS ?
    Thanks in advance,
    JF

    In forum: Virtue Theme

    In reply to: Expandable text boxes

    #214969

    Your images are not working. Can you try resending?
    Have you tried using the “insert read more link” button from the toolbar of the visual editor widget?

    Hannah

    #214957

    Hi, Hannah,

    Thank you. I tried it. Here’s what I don’t like and like. 😉

    The Home Slider offers the Full-Width option that brings the image and content across the top and pushes sidebar down so it lines up with Latest Blog Post grid. I like that. Looks clean.

    When I use the Virtue Carousel as a widget it brings the sidebar up above the top of carousel. I just like that Home Slider spanning across. Looks clean.

    Hum…might have to make some content changes…unless you have another option.

    Thank you,
    Pam

    #214954

    Hey,
    There isn’t a built-in function to add a specific category slider to the home slider. A workaround could be to enable your home widget area at the top of your homepage layout manager (theme options > home layout) then from appearance > widgets you could add a virtue: carousel widget to your home widget area. That will allow you to choose a specific category and display them in a single column like a slider. Would that work for you?

    Hannah

Viewing 20 results - 2,561 through 2,580 (of 13,419 total)