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 'sidebar'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 1,141 through 1,160 (of 5,356 total)
  • Author
    Search Results
  • #223277

    Hello,

    1. The post grid element doesn’t have an option for columns. The columns are defined by the width of the container.

    2. If you’re not seeing those options and are using the classic editor, make sure those sections are enabled in the screen options at the top of the page.

    If using the block editor, you should see them in the main sidebar.

    Let me know if that’s helpful!

    -Kevin

    #223254

    Can you show me what you’re seeing on your posts/pages in the sidebar area? Is “sidebar1” not showing as an option?

    -Kevin

    #222875

    Can you send me a screenshot of where you’re assigning the sidebar? you can host images here:
    https://postimages.org

    -Kevin

    In forum: Ascend Theme

    In reply to: Ascend problem

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

    Thanks for the reply.
    It’s a test site and on localhost.
    I deleted the cache both in chrome and with delete cacahe plugin but it is still primary sidebar.

    #222756

    Hello,

    Did you clear your site’s cache after changing the sidebar? Can you please post a link to this?

    -Kevin

    #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
    #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

    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

    In forum: Virtue Theme
    #222308

    Hey,
    Can you link to the plugin? I’ll just add support for it and update the theme with that change, basically, just need to add in a filter to tell the base template wrapper to ignore those custom post types.

    For a very temp fix that can get those looking normal right away add this into your custom css box in your theme options > custom css:

    .single-sa_invoice #containerfooter, .single-sa_invoice .kt_footer_sitewide_shortcode, .single-sa_invoice #kad-banner, .single-sa_invoice #kad-mobile-banner, .single-sa_invoice #ktsidebar, .single-sa_invoice
     #kad-banner-sticky-wrapper {
        display: none;
    }

    Ben

    #222275

    Hi Team,

    I’m using the “Seriously Simple Podcasting” plugin to list podcasts on this page. The plugin seems to be corrupting the Virtue Social icons in the sidebar but I’m unsure what to tell the developer.

    I’ve viewed the page source and can’t see what is causing the corruption. Please could you take a look and give me a steer as to what information I can pass on?
    Very many thanks,
    Phil.

    In forum: Ascend Theme

    In reply to: Remove Add to Basket

    #222257

    Hey,
    Thanks for sending the link!

    There isn’t any way to target a specific product and hide the price in a sidebar widget like that, there are no classes or identifiers so to hide there you would need to hide all the products price.

    So you can’t do it with CSS but you can use a child theme and add a function, there is a write up here showing different ways and it shows how you can target a specific product and hide that price from being output:

    https://jeroensormani.com/hiding-product-prices-woocommerce/

    Ben

    #222220

    Please help!!!

    I just discovered that my slide show disappeared from my home page.

    And it’s no longer showing in the WP sidebar.

    So I went to plugins > activate Revolution

    and I got this fatal error message:

    * * * * * *

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Uncaught Error: Call to undefined function mysql_error() in /dom7846/wp-content/plugins/revslider/inc_php/framework/db.class.php:29 Stack trace: #0 /dom7846/wp-content/plugins/revslider/inc_php/framework/db.class.php(127): UniteDBRev->checkForErrors(‘fetch’) #1 /dom7846/wp-content/plugins/revslider/inc_php/revslider_params.class.php(42): UniteDBRev->fetch(‘wp_revslider_se…’) #2 /dom7846/wp-content/plugins/revslider/inc_php/revslider_operations.class.php(1275): RevSliderParams->getFieldFromDB(‘general’) #3 /dom7846/wp-content/plugins/revslider/settings/general_settings.php(52): RevOperations::getGeneralSettingsValues() #4 /dom7846/wp-content/plugins/revslider/inc_php/framework/base_admin.class.php(346): require(‘/dom7846/wp-con…’) #5 /dom7846/wp-content/plugins/revslider/revslider_admin.php(58): UniteBaseAdminClassRev::requireSettings(‘general_setting…’) #6 /dom7846/wp-content/plugins/revslider/revslider_admin.php(40): RevSliderAdmin->init() #7 /dom7846/wp-content/plugins/revslider/revslider.php(132): Re in /dom7846/wp-content/plugins/revslider/inc_php/framework/db.class.php on line 29

    In forum: Ascend Theme

    In reply to: Remove Add to Basket

    #222203

    Can you link to where this sidebar is showing? I’m not seeing a sidebar with recently viewed products.

    Hannah

    In forum: Ascend Theme

    In reply to: Remove Add to Basket

    #222183

    thanks hannah and what about the recently viewed products section on the shop sidebar.

    Many Thanks the otehr coding worked on the other part

    In forum: Ascend Theme

    In reply to: Remove Add to Basket

    #222162

    Hi Hannah,

    I was trying to hide the prices but across the site on select products I was just explaining think there is a bug with that one product as you were asking about why was there no price but the variations still appear on that product.

    I need the CSS as the following

    .product_item .price {
    display: none;
    }

    on the page https://www.fmbranding.co.uk/product-category/hoodies/

    hides every product price I want to be able to control which items as some i will need prices to show but the code also does not hide the sidebar for the same product.

    IS there css code to hide the price across all areas but with the product Id so I can control which ones.

    In forum: Virtue Theme
    #222040

    I added the code above and set the row to not collapse but I still have two lines for the topbar. I’d like to have one.

    On a page with a sidebar, the layout changed again. Please refer to this page.
    I have also noticed that in explorer, the phone number in the topbar disappears. In Google Chrome the phone number is in the topbar.

    Thank you.

    #221601

    Try this CSS and let me know if it works for you:

    .sidebar .kadence_calltoaction_widget {
        margin-top: 5px;
    }

    -Kevin

    #221537

    Here’s CSS to reduce the padding between the images:

    .sidebar .kad-wp-gallery .slick-initialized .slick-slide {
        padding-left: 2px;
        padding-right: 2px;
    }

    Try this for reducing the height:

    @media (min-width: 992px) {
    .virtue_gallery_widget {
        margin-top: 0;
        max-height: 330px;
    }
    }

    Let me know if that works for you!

    -Kevin

    #221509

    Hi,

    Here is the page…

    1. In the sidebar, in the image widget, some of the images are cropped and some or not. I don’t want them cropped. What is causing this and how can I fix it?

    2. How do I reduce the white space between the image widget and the call to action button?

    Thanks!
    Grace

Viewing 20 results - 1,141 through 1,160 (of 5,356 total)