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,901 through 2,920 (of 3,937 total)
  • Author
    Search Results
  • #68362

    Hello,
    I made a page with Contact Template with map.
    I want to make 2 columns using Page Builder.
    How can i put the map on left column?
    Ty

    Catalin

    #68258

    Hey,
    You can use the “pinncale shortcodes” button and add an icon box into a visual editor widget in your page content.

    You can use pagebuilder to create the columns.

    Ben

    #68228

    Hi,

    how can I show up the products on mobile in two columns?

    #68208

    Or is there a way that I can at least keep the sidebar on tablet-sized screens. There is no reason why there shouldn’t be two columns on a tablet.

    Just thinking of work-arounds and trying to get my head around how responsiveness works…..

    #68203

    Hey Hee Jae,
    Try adding your products through a shortcode like this: [recent_products per_page="5" columns="5"]
    Just paste that into your homepage visual editor or a visual editor widget.
    Hope that helps!

    Hannah

    #68185

    Hello 🙂
    Sorry page builder plugin is not your problem but I came here.
    I added woocommerce products widget on home with page builder and all products just go down. I want them to be horizontal with 5 columns.
    I linked here
    I tried woocommerce short code but that didn’t show prices.
    Is there a plugin or widget that I could use or do i need to adjust CSS? if so could you tell me What css code needed?

    Kind regards,
    Hee Jae

    #68112

    Hey,
    It’s not really an option with the woocommerce shop page. Not without editing code. But what you can do it make a different page. Call it shop just don’t set it as your “shop” page in your woocomemrce settings. There you can add a shortcode to show your product categories then add text below that shortcode.

    Here is a shortcode for product categories: [product_categories number="12" parent="0" columns="3"]

    Ben

    #68097

    Hey Teresa,
    Glad you got the slider info back!
    You can use the Feature template to add sliders or carousels to certain pages.
    There isn’t a built in option to add a sidebar to the portfolio page. What you can do is use the Sidebar page template and add your portfolio posts using a shortcode like this: [portfolio_posts columns="4" items="16"]
    Hope that helps!

    Hannah

    #68076

    Hi,

    I would like to display a selection (6 items) of my portfolio items on my front page, and have it display a random set of them each time the page loads. Everything I want to do is working except the randomization part, and I can’t figure out why. I’m working locally so I can’t share a link, but the shortcode I’m using is as follows:

    [portfolio_posts columns=1 orderby=random items=6]

    Currently, it display the first 6 items from my portfolio, in order.

    Thanks for helping,

    Adam

    #68033

    Hey Carrie,
    I’m seeing all your column sizes as different lengths (percentages). When you save the page is it showing the columns as 20% each in the backend?

    Hannah

    #67997

    Hey,
    Are they frozen in their current columns or will they just not stick when you drag them? Is this the only thing that isn’t saving? Do you mind posting a link to your site?
    Thanks!

    Hannah

    #67939

    Hi,
    I’m using Page Builder with Pinnacle Premium.
    I started really basic with one row, two columns. Each column was equipped with the Visual Editor and an icon box was added.
    However, the resulting layout is not centered and somehow looks boxed:

    Where did I go wrong?

    #67916

    Hello,

    I have a PageBuilder line with 2 Revolution Slider Widgets between.

    You can see this
    user: ak password: ufg

    My problem is, whith differen resoutions the Slider sizes displaces less or more. I think the reason is: In Pageorigin I set the size of the columns in percent, in the slider the size settings are always absolute in px. I have solved this problem for me with setting the same background like in the slider. But in Full HD the Rev Carousel Slider is a little bit too much near top of the side.
    How can I center the slider alignment in the PageBuilder line?

    Kind regards
    Karl

    #67639

    Hi Ben,

    Everything is up to date. I finally was able to display it including it in a homepage widget with the following shortcode:

    [carousel type=”post” cat=”evenimente-ro” items=”4″ columns=”3″]

    The problem is now that I’d like to have no excerpt, only titles. Is it possible?

    #67631

    Hello,

    I try to use the following shortcode for carousel on homepage:

    [carousel type=post orderby=date columns=3 items=4 speed=9000 scroll=1 cat=evenimente-ro]

    to display the last blog posts from the category “evenimente-ro”. The problem is that when I include it in page, the page is breaking, the carousel is not displayed, all the items bellow the shortcode disappear abd the right sidebar is broken too.

    I tried using Page Builder, but the result is the same.

    Can you help me, please? Where I am wrong?

    Thank you!

    #67524

    Hello

    Currently the Icon Menu in the Home Page has an image, title, description and URL.
    Is it possible to add one more field?

    I created a new theme using virtue as the parent.
    I identified the file themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.php containing the php that creates the fields.

    I copied the file from the original virtue folder into my child theme, following the exact path.
    But for some reason, the original field_kad_icons.php is being called.

    For example, I added a new class to line 144 in the child theme
    echo '<li><label for="'. $this->field['id'] . '-target_' . $x . '" class="icon-link-target lcc">';

    But the options does not show it.
    <label for="icon_menu-target_2" class="icon-link-target">

    Maybe there is a key file in the Redux framework that I need to replicate in my child theme, which will call the correct path?

    As a workaround, I’m using shortcodes, recreating the icon menu using [columns][span4][iconbox] which works ok, but my client complained that it’s too complicated. The Theme Options would be perfect as it’s super easy to use.

    Thanks
    Leo

    #67425

    Hey Sam,
    You can do something like this using shortcodes and page builder. You can see a full list of our shortcodes here- http://docs.kadencethemes.com/virtue/#shortcodes
    And woocommerce shortcodes here- https://docs.woothemes.com/document/woocommerce-shortcodes/
    Then you can just paste the shortcodes into visual editor widgets within page builder columns using a default page template.
    Hope that helps!

    Hannah

    #67392

    Enjoying Pinnacle, so thank you!

    I am using a home layout showing the latest blog posts in two columns, pulling from an images only category. On the home blog settings, it looks like I can set up to 18 items, but wanted to see if I could have this infinitely scroll. Any suggestions on how to accomplish this? Thanks!

    #67223

    Hey Michael,
    Try using a shortcode like this:
    [carousel type="cat-products" cat="apparel" items="8" columns="4"]
    Then you can just paste that into a visual editor widget within the home widget area and enable it in the homepage layout manager from Theme Options > Home Layout. Does that work for you?

    Hannah

    #67205

    Need help on my Shop Page

    http://healingjewelsshop.com/online_shop

    Dont know how to Change These code into a carusel – all changings are not working ….

    [recent_products per_page=”12″ columns=”3″]

    would like that the recent products also move

    code I have use for the others are like These example

    [carousel type=”cat-products” cat =”sale” items=”20″ columns=”5″]

    Dont know what I have to Change in These code that it is working like the other carousels for the cat. recent_products

    Thanks for helping

    Jenny

Viewing 20 results - 2,901 through 2,920 (of 3,937 total)