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,481 through 4,500 (of 5,356 total)
  • Author
    Search Results
  • #37553

    1. You can use css like this:

    @media (min-width: 1400px) {
    .container {
      width: 1370px;
    }
    }

    But that will throw off some of the sizing like your home slider.

    2. Do you mean the sidebar? You want the sidebar larger and content smaller?

    Ben

    #37520

    Hello,
    I do know and respect your support policy.
    I’m getting log file errors and just need to know that nothing relates to virtue theme please.

    1/ I’m guessing I can remove the all-in-one seo plugin to solve those errors?
    2/ The database errors are too complicated for me to understand.
    – site =
    – virtue theme = v 3.0.3
    – no child theme
    – woocommerce v 2.3.7
    – wordpress v 4.1.1
    Even if you just say “Not our theme!”
    Tks a lot for any help, John
    ——————-
    [09-Apr-2015 21:29:45 UTC] WordPress database error Got error 28 from storage engine for query SELECT t.*, tt.*, tm.* FROM wEpb6X3_terms AS t INNER JOIN wEpb6X3_term_taxonomy AS tt ON t.term_id = tt.term_id LEFT JOIN wEpb6X3_woocommerce_termmeta AS tm ON (t.term_id = tm.woocommerce_term_id AND tm.meta_key = ‘order’) WHERE tt.taxonomy IN (‘product_cat’) ORDER BY tm.meta_value+0 ASC, t.name ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/virtue_premium/base.php’), include(‘/themes/virtue_premium/front-page.php’), get_template_part, locate_template, load_template, require(‘/themes/virtue_premium/templates/content-page.php’), the_content, apply_filters(‘the_content’), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, WC_Shortcodes::product_categories, get_terms
    [09-Apr-2015 21:30:41 UTC] WordPress database error Got error 28 from storage engine for query SELECT SQL_CALC_FOUND_ROWS wEpb6X3_posts.ID FROM wEpb6X3_posts INNER JOIN wEpb6X3_postmeta ON ( wEpb6X3_posts.ID = wEpb6X3_postmeta.post_id ) WHERE 1=1 AND wEpb6X3_posts.post_type = ‘product’ AND (wEpb6X3_posts.post_status = ‘publish’) AND (
    ( wEpb6X3_postmeta.meta_key = ‘_visibility’ AND CAST(wEpb6X3_postmeta.meta_value AS CHAR) IN (‘visible’,’catalog’) )
    ) GROUP BY wEpb6X3_posts.ID ORDER BY wEpb6X3_posts.menu_order ASC, wEpb6X3_posts.post_title ASC LIMIT 0, 12 made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
    [09-Apr-2015 21:30:55 UTC] WordPress database error Got error 28 from storage engine for query SELECT t.*, tt.*, tm.* FROM wEpb6X3_terms AS t INNER JOIN wEpb6X3_term_taxonomy AS tt ON t.term_id = tt.term_id LEFT JOIN wEpb6X3_woocommerce_termmeta AS tm ON (t.term_id = tm.woocommerce_term_id AND tm.meta_key = ‘order’) WHERE tt.taxonomy IN (‘product_cat’) AND tt.parent = ‘0’ ORDER BY tm.meta_value+0 ASC, t.name ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/virtue_premium/base.php’), include(‘/themes/virtue_premium/woocommerce/archive-product.php’), woocommerce_product_subcategories, get_categories, get_terms
    [09-Apr-2015 21:30:58 UTC] WordPress database error Got error 28 from storage engine for query SELECT t.*, tt.*, tm.* FROM wEpb6X3_terms AS t INNER JOIN wEpb6X3_term_taxonomy AS tt ON t.term_id = tt.term_id LEFT JOIN wEpb6X3_woocommerce_termmeta AS tm ON (t.term_id = tm.woocommerce_term_id AND tm.meta_key = ‘order’) WHERE tt.taxonomy IN (‘product_cat’) ORDER BY tm.meta_value+0 asc, t.name ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/virtue_premium/base.php’), include(‘/themes/virtue_premium/templates/sidebar.php’), dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, WC_Widget_Product_Categories->widget, wp_list_categories, get_categories, get_terms
    [11-Apr-2015 06:44:09 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/xxxxx/public_html/wp-includes/pluggable.php on line 940
    (same error as the line above, all the way up to line 957)

    #37475

    Hi there, my site is

    I don’t know what happened recently, but my sidebars are missing from my single posts. Any ideas?

    In forum: Virtue Theme
    #37425

    You can adjust the content vs sidebar width with css like this:

    @media (min-width: 1200px) {
    #content .main.col-lg-9 {width: 66.66%;}
    #content aside.col-lg-3 {width: 33.33%;}
    }

    Ben

    In forum: Virtue Theme

    In reply to: templates/sidebar.php

    #37421

    You can hook into it with a function so you don’t need to override theme files. just add this in your child theme functions file:

    add_filter('kadence_sidebar_id', 'kt_post_sidebar_id');
    function kt_post_sidebar_id($sidebar) {
      if ( is_singular( 'post' ) ) {
        return 'blog-sidebar';
      }
      return $sidebar;
    }

    Ben

    In forum: Virtue Theme
    #37389

    Hey, your sidebar should already be 300px. Can you post a link?

    Hannah

    #37366

    How can I set the Sidebar Lenght to 300px and reduce the blog posts width so the whole width of the site stays the same?

    #37359

    Hi Ben

    I notice the templates/sidebar.php file has been changed to include just the following:

    <?php
    dynamic_sidebar( kadence_sidebar_id() );

    It used to contain a lot of conditionals that can easily be manipulated to change defaults etc….

    So what is the best practice for coding for specific templates on specific pages/categories now?

    E.g. I want the following:

    when a new blog post is created – always use a specific default sidebar type (“blog-sidebar” which has been created in theme options)

    Thanks
    Sol

    #37310

    Is it possible to have a line to separate the side bar and a blog post?

    #37250

    Looks like your on the portfolio post? Those don’t have sidebar options. If you wanted to force a sidebar into those posts you would need a child theme and a custom function to add the sidebar. Are you using a child theme?

    I don’t know what you mean by “starts rating”? Maybe “Star Rating”? Portfolio posts don’t have a star rating option you could look into a plugin that might add that.

    “recent projects” can be edited right in the post page. You can make that whatever you like.

    Ben

    #37192

    Here my analysis

    In directory uploads/2015/04 there are no images

    ACTION Adding 1 product with one image thru a datafeed

    In directory uploads/2015/04 there are now 2 images
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-80×50.jpg ADDED THRU IMPORT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import.jpg ADDED THRU IMPORT

    ACTION: Search product ‘gets’ in product search box in sidebar.

    In directory uploads/2015/04 there are now 4 images
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-80×50.jpg ADDED THRU IMPORT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import.jpg ADDED THRU IMPORT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-300×300.jpg ADDED THRU SEARCH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-300×[email protected] ADDED THRU SEARCH

    ACTION GO TO PRODUCT DETAILS

    In directory uploads/2015/04 there are now 6 images
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-80×50.jpg ADDED THRU IMPORT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import.jpg ADDED THRU IMPORT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-300×300.jpg ADDED THRU SEARCH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-300×[email protected] ADDED THRU SEARCH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-240×240.jpg ADDED THRU VIEW DETAIL OF PRODUCT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-240×[email protected] ADDED THRU VIEW DETAIL OF PRODUCT

    ACTION search not in produc search but by general search. Now 9 images
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-80×50.jpg ADDED THRU IMPORT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import.jpg ADDED THRU IMPORT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-300×300.jpg ADDED THRU SEARCH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-300×[email protected] ADDED THRU SEARCH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-240×240.jpg ADDED THRU VIEW DETAIL OF PRODUCT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-240×[email protected] ADDED THRU VIEW DETAIL OF PRODUCT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-260×329.jpg ADDED BY GENERAL SEACRH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-260×[email protected] ADDED BY GENERAL SEACRH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-456×456.jpg ADDED BY GENERAL SEACRH

    ACTION Delete product and media

    LEFT OVER ON UPLOAD DIRECTORY
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-300×300.jpg ADDED THRU SEARCH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-300×[email protected] ADDED THRU SEARCH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-240×240.jpg ADDED THRU VIEW DETAIL OF PRODUCT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-240×[email protected] ADDED THRU VIEW DETAIL OF PRODUCT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-260×329.jpg ADDED BY GENERAL SEACRH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-260×[email protected] ADDED BY GENERAL SEACRH
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-456×456.jpg ADDED BY GENERAL SEACRH

    Only the 2 original files are deleted
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import-80×50.jpg ADDED THRU IMPORT
    cfdf8c77f98ab377d906792db94e3ebf-1315383374-tw-image-import.jpg ADDED THRU IMPORT

    Gr Daniel

    In forum: Virtue Theme

    In reply to: Side Bar Backgroun

    #37137

    You add this css:

    .single-article aside {
      background-image: url("http://baywatcharms.net/blog/wp-content/uploads/2015/04/baa_bg_040915_21.png");
      padding: 20px;
      border-radius: 10px;
      border: 2px solid #4d0000;
      margin-top: 14.5px;
      width: 276px;
    }

    You really shouldn’t. You shouldn’t add a width and you should target the sidebar not all elements of aside…

    So if you make your css:

    #ktsidebar{
      background-image: url("http://baywatcharms.net/blog/wp-content/uploads/2015/04/baa_bg_040915_21.png");
      padding: 20px;
      border-radius: 10px;
      border: 2px solid #4d0000;
    }
    .single-article #ktsidebar {
      margin-top: 14.5px;
    }

    Then it will apply to every sidebar and not force a with on it which will break your site in mobile.

    Ben

    In forum: Virtue Theme

    In reply to: mini-cart.php

    #37135

    Well the theme uses this http://docs.woothemes.com/document/show-cart-contents-total/

    You can ask the plugin developers the best way for that woocommerce recommended function to work.

    Or you could add the mini cart to a sidebar and not have the topbar

    I don’t know what a developer would charge you.

    Ben

    #37000

    I’m doing a web site which has a general public facing context and has a ‘governance’ context.
    I don’t know if this is possible ‘systematically’ but I don’t want the governance context to show up on every page but I want to have a separate sidebar menu.

    I’ve followed the Virtue manual’s explanation of how to make a new Sidebar but I don’t seem to get anywhere with it.

    I’m just building a test site right now so I’m not sure I want to put a link here if it’s public and might get scraped by search engines which I have set in WP not to search at the moment.

    #36633

    I asked a previous question about removing the sidebar from a custom page template ( Now I would like to ask how to remove the navbar and footer from a custom page template that I make?

    In forum: Virtue Theme

    In reply to: Sidebar is gone

    #36632

    Hi Ben,

    Sidebar issue is also fixed now.
    Restis open.

    Thanks

    Josef

    In forum: Virtue Theme

    In reply to: Testimonials Images

    #36626

    Yes, the sidebar you can use the above css.

    Ben

    In forum: Virtue Theme

    In reply to: Sidebar is gone

    #36625

    This what your going for?

    @media (min-width: 992px){
        aside#ktsidebar {padding-left: 50px;}
    }
    

    Ben

    In forum: Virtue Theme

    In reply to: Testimonials Images

    #36619

    ok so the default for the link and hover colors do not carry over to the sidebar? Because in our other website hellebarr.com the Testimonial Carousel “read more” is in the Basic Setting default with primary and hover colors.

    I love your theme! It has so many options and so many looks that can be created. The support is absolutely the most you could ask for.

    In forum: Virtue Theme

    In reply to: Sidebar is gone

    #36614

    In the theme options > misc settings. Seems sidebar1 was missing from the add more sidebar section.

    Ben

Viewing 20 results - 4,481 through 4,500 (of 5,356 total)