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,261 through 2,280 (of 13,419 total)
  • Author
    Search Results
  • In forum: Ascend Theme
    #222856

    I have responded to you here:
    https://www.kadencewp.com/support-forums/topic/add-space-above-logo-and-widen-logo/

    You can replace the search with a widget area in theme options> Header Settings.

    -Kevin

    #222850

    I want to insert a text widget in that area. How can I remove the search icon? What widget is it in?

    Thanks,

    Jerry

    In forum: Ascend Theme

    In reply to: Ascend problem

    #222838
    This reply has been marked as private.
    #222822

    Hi team,

    We would like to make a couple of visual edits to the Image Menu Item widget:

    1) Decrease the spacing between 2 Image Menu Items when viewing on mobile

    2) Add a colour overlay with adjustable opacity over the the background image. This is similar to the effect when we hover the cursor over the image menu, but we would it to be always present and that we are able to change the colour and the opacity.

    Thank you and I look forward to hearing from you!

    #222818

    This worked for me!!!

    .home-widget-box h3 {
    color: red;
    border-top: 1px solid #dd3333;
    border-bottom: 1px solid #dd3333;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }

    #222817

    So how do I access the Featured Services text?
    this does not work:
    .home-widget-box .widget-1 widget-first home-widget-area-widget widget_sow-editor .so-widget-sow-editor so-widget-sow-editor-base .siteorigin-widget-tinymce textwidget{
    color: red;
    }

    from the page

    <div class=”home-widget-box”>

    <div class=”widget-1 widget-first home-widget-area-widget widget_sow-editor”>

    <div class=”so-widget-sow-editor so-widget-sow-editor-base”>

    <div class=”siteorigin-widget-tinymce textwidget”>

    <h3 style=”text-align: center;”>Featured Services</h3>
    </div>
    </div>
    </div>
    </div> <!–home widget box –>

    #222816

    You can remove the text margin with this css:

    .home-widget-area-widget h3 {
        margin: 0;
    }

    Hannah

    #222802

    Hi Hanna,
    This will get rid of the small space. There is still space around the text. see page

    .home-widget-area-widget {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #dd3333;
    border-bottom: 1px solid #dd3333;
    }

    #222801

    Oh sorry, somehow I missed that. You can use the same class to adjust the padding and margin. Like this:

    .home-widget-area-widget {
        padding: 20px;
        margin: 20px;
    }

    What kind of effects are you wanting to make on the border?

    Hannah

    #222796

    Hi Hanna,
    The Text “Featured Services” is contained in the home widget via a site origin editor and added to the home layout layout. This was the only way I found to just add a header for my Icon menu. I would like to adjust the spacing around the widget and text.

    Does this make sense?

    #222795

    Hey Joseph,
    I’m not seeing a widget area enabled on your homepage. What exactly are you trying to add a border to?

    Hannah

    #222794

    trying to access home widget on home page

    .home-widget-area-widget {
    border-top: 1px solid #dd3333;
    border-bottom: 1px solid #dd3333;
    }
    .home-widget-box {
    border-top: 1px solid #dd3333;
    border-bottom: 1px solid #dd3333;
    }

    I have identified these two classes and have borders drawn around the widget text. I would like to adjust the margin, border, and padding but cannot find the correct class names: (fromhome page)
    <div class=”home-widget-box”>

    <div class=”widget-1 widget-first home-widget-area-widget widget_sow-editor”>

    <div class=”so-widget-sow-editor so-widget-sow-editor-base”>

    <div class=”siteorigin-widget-tinymce textwidget”>

    <h3 style=”text-align: center;”>Featured Services</h3>
    </div>
    </div>
    </div>
    </div> <!–home widget box –>

    #222772

    Yesterday a recurrent Gataway Timeout occurred

    If that was only happening on one or a couple page it’s possible there is just something in the page that is createing an endless loop. For example, using the post loop widget incorrectly can easily create this issue.

    If that was happening on every page then it’s more likely related to your php settings. For example your max memory or max execution time setting in the site’s settings.

    The best way to determine the issue is to get access to your php error logs. That will clearly outline what is happening and if you don’t know how to access your hosting provider can help.

    Ben

    #222729

    Hi

    I would like to have Blog Posts default to have Primary Sidebar &
    Pages default to have Custom sidebar.
    I set up custom siderbar in Appearance > Widget then Theme Option > Misc setting > Default Page Template – Sidebar Default > Yes, sidebar (I think, this enables Page default -> Primary sidebar to appear)
    I could not find option to select Custom sidebar.

    So, I went to one of the page and edit, manually set Page Option > Yes, sidebar then Chose Custom Sidebar.
    Saved, reloaded the page but it is still Primary sidebar.

    In forum: Virtue Theme
    #222699

    Hey,
    Sorry I missed your previous response.

    Can you send me a login to your site, I’m seeing that your css is added like this:

    @media (min-width: 768px) {
    .kad-topbar-right {width: 70%;) 
    .kad-topbar-left{width: 30%};
    }

    And it should be like this:


    @media
    (min-width: 768px){
    .kad-topbar-right {width:70%;}
    .kad-topbar-left {width:30%;}
    }

    I need access to fix and assess the other issues.

    explorer is turning your phone number into a link, which is making it blue and not visible on the blue background. I suggest just adding it as a link so you can control the styling. In which case you need to add through a text widget. With a login I can do this for you.

    Ben

    In forum: Virtue Theme
    #222620

    Hi,

    Could you please help?

    When there is a sidebar, the topbar is shortened and stops where the sidebar starts. I would liek the topbar to take the full width.

    Plus the widgets on the right hand side of the topbar and the link on the left hand side show up on two lines now. I’d like to bring everything on one line.

    Thank you

    Christine

    #222506

    Hi Hannah:

    No, I had a menu in the navigation widget within the footer that was not appearing on a mobile device. I believe I have it figured out though.

    Thank you for that quick response!

    -Loren

    #222489

    Hi:

    Is there a way I can edit the theme so a menu will show when using the Navigation Menu widget in the global footer when viewing the website on a mobile device? This menu is not selected for Mobile Navigation under the Menu Settings. We have another menu selected being used for primary navigation.

    Thank you,
    Loren

    In forum: Pinnacle Theme

    In reply to: Testimonial Carousel

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

    In reply to: Post Date

    #222387

    Thanks for the CSS – works great. I had to move my post list from the home page right sidebar because the post date also appeared there. So, that’s the confusion. Town residents saw: “Bulk Trash Pickup April 5, 2019” so naturally they thought the post date was the track pickup date. Understandable. Is there any way to remove the date from the sidebar so I can place my posts back there? I used a block widget to post without the date.

    Thanks

Viewing 20 results - 2,261 through 2,280 (of 13,419 total)