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 - 2,561 through 2,580 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: About WPML

    #127414

    It does work, thanks, but when I look at the page in a mobile device, then the primary sidebar goes to the bottom after the products, could it be possible to have it on top of the products when responsive? Thanks!

    In forum: Virtue Theme

    In reply to: About WPML

    #127384

    Hi Hannah,

    I just renew and bought the latest WPML and hopefully I will be able to solve multilingual issues. I have another question, but should I start a new threat? I just need to move the primary sidebar that is on the right side of my shop page and hopefully on every product page to the LEFT. I look at the forums but cannot find an answer. I also looked at Theme options/home layout also looked at theme options/main setting and cannot see an option to do that and I don’t see where I can do that. Could you help me with it? Thanks!

    #127275

    Hi

    I would like to know how I do change de Product-Label’s page to put a sidebar as I have on my mais shop’s page.

    Product-Label´s page:
    Main shop´s page:

    May you help me?

    Regards

    #127270

    You can use as large of images as you like, since the theme will automatically resize them to fit within the sidebar.

    How did you add the youtube video? I suggest using the embedded shortcode in the Visual editor. This will allow you to control the sizing of the video as well as make it behave responsively.

    -Kevin

    #127254

    Hey Jari,

    is this also your thread?
    https://wordpress.org/support/topic/virtue-themes-how-to-create-a-page-without-header-menu-sidebar-and-footer/#post-8621947

    Would you mind posting a temporary login here in a private reply so that we can take a look at the settings of your site?

    Thanks,
    Kevin

    #127071

    Ah ok. So since I have a sidebar, I need to have them be ~850px wide for cropping. Thanks. Was hoping it scaled down with sidebar 🙂

    #126979

    I just added this to your child theme functions.php file. That just allows you to set it for that type of archive instead of being dependent on the sidebar inheritance setting.

    add_filter('kadence_display_sidebar', 'wpbdp_category_sidebar');
    function wpbdp_category_sidebar($sidebar) {
      if (is_tax('wpbdp_category')) {
        return true;
      }
      return $sidebar;
    }

    Ben

    #126971

    Hello

    I’m using shortcode to display a small slideshow on the sidebar. This works fine in FF but not in IE and chrome. The image is the correct width but the height is really small, it also an extra broken image icon in the slider.

    Any ideas on how can I fix this please?

    Thank you very much

    Tom

    #126951

    Hi Brandy

    Thank you very much for you help.
    I’ve checked the settings on blog options > Blog Category/Archive Defaults and they are all set to display the sidebar. So it can’t be that.
    Thank you though.
    Tom

    #126938

    Hi Tom,

    I’m not a Kadence team member but I’ll try to help you. On this site https://unitedinnormandy.com/business-directory/wpbdp_category/building-renovation/, please check your Theme Option settings. Look under Blog Options, scroll to the bottom and you’ll see a section for the Blog Category/Archive Defaults. Is the Display the sidebar on blog archives set to show the sidebar? Hope this helps.

    #126937

    Hello I’m running virtue premium and business directory plugin on 3 sites all with the same settings. On one of them the sidebar doesn’t show when viewing a business category yet the other two websites it does. I’ve checked custom css and all settings but I’m really flummoxed as to why its not working and wonder if you could help me please?

    Not showing sidebar –
    Showing sidebar –
    Showing sidebar –

    Thank you 🙂
    Yan.

    In forum: Virtue Theme

    Topic: update

    #126915

    Hi
    Can you confirm that I do not need to create a child theme when I have only made css additions directly in the theme options, and that I have added sidebars and widgets in the header …. from the theme options also.
    I did not touch the functions.php file
    Thanks for your reply because for now I do not dare to update!
    cordially
    Peggy

    #126908

    Ok, this seems to be working, to disable the sidebar on the archive page:

    .archive #ktsidebar {
        display: none;
    }
    .archive .main.col-lg-9.col-md-8 {
        width: 100%;
    }
    #126856

    I’ve found, that there is space for a sidebar, but where can I define, that this page should be without sidebar?

    #126789

    Hannah, thanks… I thought this might be the answer I would get, but please do consider adding this as an option on the theme’s “testimonials” template in the future. Another nice option would be to allow the use of a sidebar, on the theme template options.

    Thanks!

    #126727

    Hey,
    You can create custom sidebars from Theme Options > Misc Settings then add content to them from Appearance > Widgets.
    Hope that helps!

    Hannah

    #126709

    Please help me to figure out how to do customized sidebar for posts.

    Thank you!

    In forum: Virtue Theme

    In reply to: Sticky Sidebar

    #126498

    Sorry for the confusion, I will try to clear things up…

    In the widget demo it’s possible to scroll through the “fixed widgets” without having to go to the absolute top/bottom of the page (demo is here: http://q2w3.ru/fixed-widget-demo/)

    I’ve installed the sticky sidebar here (www.traceyreneehubbard.com/blog)and the widget(s) at the bottom of the sidebar aren’t visible unless you scroll to the very bottom of the page. Initially there was an issue with the sidebar overlapping the footer, so I followed the instructions here (https://wordpress.org/plugins/q2w3-fixed-widget/faq/) by adding “containerfooter” as the stop ID.

    I’ve tried to mitigate the issue by not setting the first two sidebar widgets to “fixed” status and changing my blog page from infinite scroll to a finite number of posts (so users won’t have to scroll as much to get to the bottom of the page). Despite all these things, the sidebar seems to be locked to the footer as opposed to “floating” I would like to have the sidebar function as it does in the plug-in demo or similar to this page (www.marieforleo.com/blog/)

    In forum: Virtue Theme
    #126427

    Hello,

    I’d like to update my sidebar on my blog (www.traceyreneehubbard.com/blog).

    Is it possible to create a sticky sidebar (similar to the one here: http://www.marieforleo.com/blog/ ) using the Virtue premium theme?

    Thank you for your help.

    In forum: Virtue Theme

    In reply to: Few codes required

    #126360

    Hello Francis,

    1. Try adding this CSS to theme Options> Advanced Settings:

    .wpml-ls-sidebars-footer_4 {
        margin-right: auto;
        margin-left: auto;
    }

    2. I’m not seeing this link so I’m not sure I’m understanding. You should be able to change the link destination on your page settings, but I need to make sure I know which link you’re referring to. Can you share a screenshot?
    postimg.org

    Let me know if this is helpful!

    Thanks!,
    Kevin

Viewing 20 results - 2,561 through 2,580 (of 5,356 total)