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,501 through 4,520 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #36613

    Hi Ben,

    I don’t know why but my sidebar @ the shop and Product category side is gone. The name is sidebar1.
    Can you help here?

    If you need a admin login, I send you one in a separate mail.

    Category:

    Shop:

    We like to go live tomorrow. This is really urgent.

    Thanks a lot.

    Regards Josef

    In forum: Virtue Theme

    In reply to: Testimonials Images

    #36585

    If you want to change the color for a link in the sidebar use this css:

    .sidebar a {
    color: blue;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Testimonials Images

    #36555

    The Testimonial Carousel is in the Feature Sidebar on services page, if that would make a difference. intuitivesoulreadings.com

    #36310

    I want the pages look the same page principan the sidebar occupying the whole body and content of the page to the right of the sidebar, including title

    In forum: Virtue Theme
    #36243

    Hey,
    1. Well yes, the css I gave wouldn’t work in pagebuilder on in the sidebar. Please post a link with support requests.

    .widget_kadence_testimonials_slider .test-prev, .widget_kadence_testimonials_slider .test-next {
      display: none !important;
    }

    2. .widget_kadence_testimonials_slider h3.widget-title {display:none}

    2.b?

    .widget_kadence_testimonials_slider .testimonialbox {
      display: table-cell;
      height: 200px;
      width:100%;
      clear: both;
      vertical-align:middle;
    }

    3.

    .widget_kadence_testimonials_slider .fredcarousel {
      max-height: 232px;
      overflow:hidden;
    }

    Ben

    #36233

    I changed my sidebar to the left using:


    @media
    (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    How can I make the sidebar narrower?

    Thank you for your help.

    Randy

    In forum: Virtue Theme
    #36206

    Hey, No link so I’m guessing your adding through a sidebar?

    1.

    .kadence_testimonials_slider .test-prev, .kadence_testimonials_slider .test-next {
      display: none !important;
    }

    2. You can use this:

    .kadence_testimonials_slider h3 {display:none}

    3. If you have a link I could give you some css that would hide all but the first.

    Ben

    #36160

    Hi.

    Have had my site up for about a year. Have also been using The “Events Calender by modern tribe” Both have been working wonderfully together. Just recently noticed the events page is now blank. Any way long story short, only way to display events now is by changing the settings in Events > Setting > Display > Events Tempalte. i used to have it on Default Page template. Which i am assuming its from the theme. and it would display with in a page with the default stuff on the side bar. Now i have to use “Default Events Template” and it messes up the Virtue Page theme as it has the sidebar information on the bottom of the events listings. Can you help me?

    my website is :

    the event page is:

    -Edited Events page link

    Thanks,
    Michael

    In forum: Virtue Theme

    In reply to: Side bar in body

    #36151

    You can use the featured page template and add a slider above the content and sidebar.

    Ben

    In forum: Virtue Theme

    In reply to: Need help with spacing

    #36041

    Here is what is in my css box.

    .footernav ul li a {
    font-size: 14px;
    }
    .footercredits {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    }
    .footercredits p {
    font-size: 14px;
    }
    .page-header {
    margin-left:400px;}
    .sliderclass {
    padding: 5px;
    .sidebar {
    padding-left: 50px;
    }
    .home #pl-11 .panel-grid-cell .so-panel:last-child {
    margin-bottom: -20px;
    }
    .hometitle {
    padding-bottom: 20px;
    }

    In forum: Virtue Theme
    #36007

    Hi Timothy. Are you adding your ads through widgets? You could add them to a sidebar. Or you can add it to the page content and it would appear above the blog posts. Or, you can use pagebuilder to add your blog posts and your ads.

    Hannah

    In forum: Virtue Theme

    In reply to: Video in sidebar?

    #35866

    You can make it specific to single product pages:

    @media (min-width: 900px) {
    .single-product .sidebar {
    padding-top: 50px;
    }
    .single-product #kadbreadcrumbs {
      margin-right: -250px;
    }
    }

    Or you can make it specific to a product id:

    @media (min-width: 900px) {
    .postid-70 .sidebar {
    padding-top: 50px;
    }
    .postid-70 #kadbreadcrumbs {
      margin-right: -250px;
    }
    }

    Ben

    In forum: Virtue Theme
    #35860

    Hey Cat, have you first created testimonials from the admin area > Testimonials? That is what the testimonial grid page template will pull from. Then you would create an actual page and set the page template to Testimonial Grid. Make sure the “Limit Testimonial Text” box is not selected. Also, that page template should not have a sidebar?
    You can add a shortcode to the content area of the testimonials page and it will display above the grid. Does that work for you?
    Hope that’s somewhat helpful!

    Hannah

    #35847

    Hi everyone

    I am trying to improve the appearance of a Testimonials page (first time I’m trying to create one) but I’m having two problems:

    1. For some reason the sidebar is appearing on the page and I can’t get rid of it (I have tried setting the page to fullwidth as well as trying the testimonial grid layout – both retain the sidebar)

    2. I’d like to display the testimonials in grid format (as shown on with all the text visible without needing to click on each testimonial to read the full content.

    Also, I’d like to add a testimonials form but adding the shortcode to the page (whether the page is set to fullwidth or testimonials grid layout) doesn’t seem to have any effect. From what I’ve seen mentioned in the forums, it seems you can’t display a block grid and a testimonials form on the same page?

    This is what the page currently looks like:

    Any suggestions would be very appreciated!

    Cat

    In forum: Virtue Theme

    In reply to: Video in sidebar?

    #35799

    No, it’s only based on the size of the sidebar not the product name.

    Ben

    In forum: Virtue Theme

    In reply to: Video in sidebar?

    #35759

    This should push the sidebar down and move the breadcrumbs right:

    @media (min-width: 900px) {
    .sidebar {
    padding-top: 50px;
    }
    #kadbreadcrumbs {
      margin-right: -250px;
    }
    }

    Just paste that in your custom css box in theme options > advanced settings.
    Hope it helps!

    Hannah

    #35756
    This reply has been marked as private.
    #35754

    Hi Forum, me again.
    This time i have some questions :

    1- In this exemple ( can I change the color behind the text “Canale 5” ? Now it’s gray, but I want a different shade.

    2- Is there the possibility to set a second sidebar when I open the blog posts? Now i have the one on the right, can i put another one on the left?

    3- It is possible to align center the Titles of the blog posts?

    thanks a lot 🙂

    #35703

    ok now its looking what i want and working well. but when i add text widget to my sidebar filters not working. so i made 2 column from pagebuilder, added text widget to left and shortcode to right.

    #35679

    Hey, If your using a widget then all the woocommerce widgets are designed for sidebars. and are not supposed to be in rows. If you want to have a grid you have to use a shortcode: http://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

Viewing 20 results - 4,501 through 4,520 (of 5,356 total)