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 - 4,301 through 4,320 (of 5,356 total)
  • Author
    Search Results
  • #43208

    If you’re using a sidebar template it is going to take up the entire page. It won’t work to put a sidebar on the top of a page and make the bottom fullwidth. You would need to use a fullwidth template and create a sidebar like feature on the right side of the page. Does that make sense?

    You can mess around with this to add shadow:

    #nav-main {
      box-shadow: 10px 10px 5px #888888;
    }

    Hannah

    #43200

    1. Yes, I can definitely try it out.

    Btw, from the previous conversation regarding pagebuilder, I tried to add two columns underneath the sidebar and setting as sidebar template…..the columns were not aligning underneath the sidebar but rather shifted left as if there was a blank sidebar next to it. Is there a shortcode to fix this?

    2. yes, it was the primary…sorry about that. How do I add a hint of shadow or some kind of styling/texture to the bar?

    #43134

    Hey,
    There isn’t a fullwidth template. Just turn the sidebar off in your page settings. Pinnacle has it all right in the page settings.

    Ben

    In forum: Virtue Theme

    In reply to: Facebook SDK

    #43054

    The code you wrote above can be placed in a footer widget or sidebar widget. Just try.

    Kadence Themes

    #43030

    Yes you would because the sidebar is set by a function not by anything in the template. You would have to add a function to target your template so there is no sidebar. like this:

    function kad_sidebar_on_custom_page($sidebar) {
      if (is_page_template('filenamehere.php')) {
        return false;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_on_custom_page');
    

    Ben

    #42994

    Good Morning,

    1. Any chance I could increase the sidebar size to 35% on desktops? I would like to keep the current sidebar and just add two additional columns underneath it to equal 35%
    3. I scaled down the images significantly (1/3 of its original size now) this morning and it’s still slow. I don’t know what else to do. Do you have an alternative solution that would allow a placement of one image the size of the slider with linking capability to the blog post similar to what the slider can do?

    In forum: Virtue Theme

    In reply to: sidebar "ABOUT US"

    #42983

    Do you mean the page title from the sidebar? Could be this:

    .sidebar h3 {
      display: none;
    }

    Try pasting that in your custom css box in theme options > advanced settings. As Ben said, posting a link is always helpful.

    Hannah

    #42968

    The thing is that when creating my own template, I copy fullwith template and then modify code without any problem, but when using the new template, i get a sidebar…

    I don´t know where can the problem be

    In forum: Virtue Theme

    In reply to: sidebar "ABOUT US"

    #42963

    Hey Ana,
    It’s helpful if you can post a link. I don’t know what your “about us” is?

    If your wanting a page without a sidebar you can use the fullwidth page template. http://docs.kadencethemes.com/virtue/#fullwidthpage

    Ben

    #42956

    Hey.

    1. The sidebar size changes based on screen size. It’s responsive. On desktops its 25% of the page width which works out to 292.5px.

    3. By image size this is what hannah means: http://www.twopeasinthepantry.com/wp-content/uploads/2015/05/IMG_6121_web1.jpg

    See how large that image is that is what you put into the slider.

    Also see here: http://tools.pingdom.com/fpt/#!/r7SLj/http://www.twopeasinthepantry.com/

    See how you have 472 requests? And your page size is 4.2mb..

    Both are bad. the size is because of images above the requests is because of all your ads and other plugins.

    For example look at the demo:

    http://tools.pingdom.com/fpt/#!/brfPkY/http://themes.kadencethemes.com/virtue-premium-2/

    Ben

    In forum: Virtue Theme
    #42953

    Hello , I need to know how the sidebar ” about us ” is removed and how to make a page created from scratch not lead sidebar

    Thanks

    In forum: Virtue Theme

    In reply to: change the title

    #42945

    Well you can make a child theme. then override the templates/account-sidebar.php file. That what your wanting?

    Ben

    #42923

    1. What is the size of the current sidebar? Any chance I can resize it so that when I add the two columns to mimic sidebars, they will align with the primary sidebar. The size will have to be big enough to fit two 300×250 ads.

    3. I scaled down the images alot and reduced the slider to show only two images now and it is still having a problem loading. I also contacted the Ad Inserter plugin author and he disabled the plugin and the loading was still very slow. I’d really like to keep the slider for my homepage. Anything you could do to help solve this problem? Would greatly appreciate it.

    #42858

    1. It’s currently setup as a static page and i’m using the home widget as my homepage right now because I’m using the kadence slider. But ever since I’ve added some ads, the slider is really slow at loading so I will need to remove it. So how do I setup so that the pagebuilder will be the homepage?

    These below links look like they have two sidebars side by side. Can pagebuilder do this? Have one primary sidebar and a second column like you said right next to each other?

    http://www.theravenouscouple.com/

    http://sallysbakingaddiction.com/2013/11/24/peppermint-mocha-cupcakes/

    2. http://www.twopeasinthepantry.com. My logo has reduced in size when I changed the logo layout to widget. How can I enlarge it again?

    3. Since I will be removing the slider, i need to add back in the latest post (one post). But I’m worried that it will affect the current grid layout of the Category pages. http://www.twopeasinthepantry.com/category/main-dishes/ Can I do just one post and still have the current grid layout that shows multiple posts?

    I’m so sorry for all these questions. It just seems different problems come up all the time.

    In forum: Virtue Theme
    #42815

    Hey, just change that to this:

    @media (max-width: 992px){
        #ktsidebar {display: none;}
    }

    Hannah

    #42799

    1. Oh I get it now. But I don’t want to create an entirely new homepage. I already have an existing homepage with a primary sidebar and just want to add a left column as you suggested. Can we do that? I’m worried that if I create a new homepage, everything that is connected now will be messed up.

    2. I recently changed the logo layout to the fourth option with widget and it made my logo so tiny. Is there a way to increase the size? I tried increasing my logo size but once uploaded to the site, it’s still small.

    #42795

    Hi,

    Disabling Landscape Sidebar

    I´m using this css:


    @media
    (max-width: 768px){
    #ktsidebar {display: none;}
    }

    to disable the Sidebar on mobile content.
    My question is how to disable the sidebar at the landscape view on mobile device (iPad etc.) too.
    Thank you in advance!

    #42788

    What do you mean you set it to Home attribute? You’re wanting two sidebars on the homepage, correct? Is your front page set as a static page in Settings > Reading? Do you have page content enabled in theme options > home layout? If you want a sidebar like feature on the left side of the page you need to create at least two columns and make the first smaller. Does that make sense?

    Hannah

    #42781

    Hi Hannah,

    So I just created a “test” page builder….picked one column and set it to Home attribute and using sidebar template. I published and nothing is showing up on the homepage. Maybe I didn’t do this right?

    Jane

    #42739

    Hey,
    You can’t use the woocommerce widget to add products into page content. Those widgets are designed for a sidebar only.

    You just need to use a shortcode in your page content… or the virtue carousel widget.

    http://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

Viewing 20 results - 4,301 through 4,320 (of 5,356 total)