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

Home / Forums / Search / Search Results for 'COLUMNS'

Viewing 20 results - 2,781 through 2,800 (of 3,937 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: page within message

    #76373

    Hi Marc,
    Sorry for the delay. I’m not sure I’m following. Why not just use a portfolio grid, rather than a blog grid? It seems you’re trying to link your images to portfolio posts anyway. Or are you wanting a portfolio grid within an individual blog post? If so, you can use a shortcode like this: [portfolio_posts columns="4" items="12"]

    Hannah

    In forum: Virtue Theme
    #76324

    You could use the custom menu widget in the sidebar. Would that work for you?
    There isn’t a built in option to have two sidebars, but if you wanted the sidebar on the left instead of the right you could use this css:

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

    You would just paste that into your custom css box in Theme Options > Advanced Settings. If you want that only to apply to the shop page you just need to add the page id.
    If you really want two sidebars you could use page builder and create a row with three long columns, the middle being the largest, giving the outside columns a sidebar effect. Does that make sense?

    Hannah

    In forum: Virtue Theme
    #76289

    This theme is not set up to work like that, sorry. If everything were unresponsive it would either be shrunk down and hard to see, or it would go off the screen. I could help with certain areas like the menu or with columns, but a fully non-responsive site goes beyond theme support.

    Hannah

    #76187

    Hey,
    Sorry for the delay! Thanks for the kind words and for recommending our theme! We truly appreciate it.

    1. I played around with this for quite some time and couldn’t come up with the right css to make it work. I will make sure the theme developer looks into this. Thanks for your patience!

    2. There isn’t a built in option to turn off the auto play within the home layout options. I would suggest using a shortcode like this:

    [custom_carousel columns=4 speed=9000 scroll=1]
    
    [carousel_item columns=4]
    Item 01 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 02 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 03 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 04 - Add your info here
    [/carousel_item]
    
    [/custom_carousel]

    You could just paste that into a visual editor widget within the home widget area.

    3.

    #containerfooter h3 {
        text-align: center;
        border-right: 1px solid;
    }

    Hope that helps!
    Hannah

    #75892

    Hi Paul,
    There isn’t an option for that within theme options, but it should work using a shortcode like this: [portfolio_posts columns="4" items="50"]
    You can paste that into a visual editor widget within the home widget area.
    Hope that helps!

    Hannah

    In forum: Pinnacle Theme

    In reply to: button footer

    #75888

    You can do this using page builder or the layout widget by creating a row and adding three columns then add a widget to each column.

    Hannah

    #75797

    Hello Ben, I have changed my products shortcode from the one above:

    OLD: [product_category category="6bta-330-370-engine-hoses-ac-side" columns="6" orderby="title" order="asc"]

    To the one below:

    NEW: [products ids="1988, 2008, 2010, 2012, 2013, 2014, 2015" columns="5"]

    I have tried to alter the function below to get it to work with the new shortcode but have not been able to figure it out. What am I missing?

    Here is the latest version of my attempt to get the QTY +/- to work:

    function custom_shortcode_before_products_link() {
        add_filter('woocommerce_loop_add_to_cart_link', 'custom_woo_loop_add_to_cart_link', 10, 2);
        add_action('woocommerce_shortcode_after_product_loop', 'custom_woo_after_shop_loop');
    }
    add_action('woocommerce_shortcode_before_product_loop', 'custom_shortcode_before_products_link');

    VERSION YOU SENT TO ME FOR THE ORIGINAL SHORTCODE FOR PRODUCT CATEGORIES:

    function custom_shortcode_before_product_cat_link() {
        add_filter('woocommerce_loop_add_to_cart_link', 'custom_woo_loop_add_to_cart_link', 10, 2);
        add_action('woocommerce_shortcode_after_product_cat_loop', 'custom_woo_after_shop_loop');
    }
    add_action('woocommerce_shortcode_before_product_cat_loop', 'custom_shortcode_before_product_cat_link');
    #75751

    Hello Hannah,

    thx for the reply! I dealed it now with the pagebuilder.
    But now i have an other problem. I use a Pagebuilder-row with 2 textwidgets inside. In the widgets i put the shortcode to show up a blog_post.
    I set the shortcode to show only one element on one column, but it is not working, it always shows 2 columns.

    This is the shortcode is set: [blog_posts orderby=menu_order type=normal items=1 columns=1 cat=Aktuell]

    And in the moment my site looks this way: http://wp.artgluchowe.de/
    At the template-options/homepage-options i set the postcolumns to 1.

    Jan

    #75517

    A better description would be that the images are not cropped or resized to fir the thumb size. I love that we can just add a full or large image so that the light box will be large, and even the picture with the descriptions are clear and not be chopped off. However the portfolio grid images are not shrinking but instead are being cropped off leaving a poor image.
    I see where in the portfolio items we can set the image height , and have tried changing that as well as how many columns to see if it will produce a better image. But no luck. here is a link to show you what I mean

    Thanks
    Frank

    #75503
    This reply has been marked as private.
    #75485

    Hi Ben,

    If I were to use this function, would it apply everywhere a product is displayed? I would like to switch the Description and Product Short Description only on the individual product pages. Where I have products listed in a [products columns=1] format I would still like it to list the Product Short Description.

    Thanks,

    -Adam

    In forum: Virtue Theme

    In reply to: Banner Full width

    #75438

    Hi Karisma,
    Sorry for the delay!
    1. I would either suggest using page builder and adding a row with three buttons or links. You could create three columns within page builder with one link in each column so they display horizontally. Or you could use the secondary menu and use css to hide it from other pages.

    2. Try adding this to your custom css box in Theme Options > Advanced Settings:

    #nav-main ul.sf-menu {
        float: left;
    }

    Hope that helps!
    Hannah

    #75329

    Hi Ben,

    I have a two-part question:

    (1) I have a static front page with a Kadence Slider header (love it!) and Call to Action. I just switched to the primary sidebar and added the Pinnacle Latest Blog Posts Widget, which is exactly what I wanted. It is not lining up properly on the home page (see http://www.wetapestry.com). Is there a way to push it down to align with the image menu in the first two columns and ensure the Call to Action extends all the way across the page?

    (2) Also, if I put that widget there, then does it mean whenever I have widget space on other pages that that EXACT widget is the one that will show up, or can I change it page by page AND/OR make the blog list longer, or with excerpts?

    Thank you for your help! I am loving your theme and am eager to rate it soon. Just need a bit more work with it. 🙂
    Caroline

    In forum: Virtue Theme

    In reply to: Mobile issues

    #75236

    1. just move this to the top of your custom css: #logo {display:none;}
    2. Settings > pagebuilder. Layout tab.
    3. the grid is a 12 column layout. span6 would span 6 columns of the 12 column grid meaning it would be 50% width.

    Ben

    In forum: Virtue Theme
    #75219

    Yeah just set the columns=”1″ in your shortcode.

    Ben

    In forum: Virtue Theme
    #74999

    Ok, I think I’m following. You want two shop pages, one with english book and the other with arabic books, correct? So you would create two categories, one labeled english books and the other arabic. Then assign your products to their proper categories. Then create a page using a default page template and paste this shortcode into the page:
    [recent_products per_page="12" columns="4" cat="english"]
    Then create a separate page and paste the same shortcode, only changing out the category slug. Does this make sense?

    Hannah

    In forum: Virtue Theme
    #74949
    This reply has been marked as private.
    #74761

    Hi Kadence team!

    I have been struggling with this issue: I can’t get page builder to be responsive on my site.

    I created one row that is divided by 50% so it has 2 columns. I put a Virtue: Image on the left side and Visual Editor on the right side. I went to Settings > Page Builder > Layout and made sure that Responsive is Enabled. Here is a link to my site:

    It’s very basic, mainly because I just want to get the responsive part working before going to the next step. I also created a child theme but when I use the original theme it doesn’t work either. I have searched for solutions online but all I find is the “Enable Responsive in the Page Builder tab under Settings”.

    Any help will be very much appreciated! Thank you in advance.

    Ryan

    In forum: Virtue Theme
    #74737

    Tianci can you post a link?

    Are you setting the columns to 2?

    Ben

    #74557

    Hello,
    I created a child theme to safe keep modified plug in templates. In the child theme folder there is a style.css file, and a function.php, in addition to a folder containing modified plugin templates.
    When previewing the child theme, the footer of the page is missing the menu. Going live has the same result.

    The style.css file has the following content:
    /*
    Theme Name: pinnacle premium child
    Theme URI:
    Description: pinnacle premium child theme
    Author: Gregorio
    Author URI:
    Template: pinnacle_premium
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI:
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: pinnacle_premium_child
    */

    The functions.php file has the following content:
    <?php
    add_filter( ‘woocommerce_return_to_shop_redirect’, ‘return_to_shop_link’ );

    function return_to_shop_link() {
    return ‘
    }

    I’m currently fully updated with WP (4.4.1) , theme (1.5.7), and pluggins.

    Is the child theme not set up correctly?

    Thank you

Viewing 20 results - 2,781 through 2,800 (of 3,937 total)