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 - 1,241 through 1,260 (of 3,937 total)
  • Author
    Search Results
  • #199577

    hello, I have a scheme where I have divided a page into two columns, but I need to insert another two columns inside a column but the schema and code are messed up … is there any way within the options of the theme? Thank you

    #199276

    Hey,
    So I will update a fix for this with the next update so it’s not confusing. Currently, you would just need to leave childcategories=false off in your shortcode. So just use this:

    [portfolio_types orderby=title showexcerpt=true columns=2 items=4 childof=0]

    Ben

    #199267

    Hello,

    Another problem with the demo content not importing properly it seems. This is the second or third issue. I guess I expected when I imported the demo content from this site, it would import “as is”.

    In any case, there are 4 columns plus an upper area containing the “subscribe” section on the demo site, but on the page that imported there are only two sections showing up: customer service and follow us (even though I have the 4 column layout selected in the footer settings).

    How can I get the other sections to show up as in the demo page?

    #199262

    HI Ben
    it seems that when using this shortcode [portfolio_types orderby=title showexcerpt=true columns=2 items=4 childof=0 childcategories=false]

    child categories always show, weather declared true or false.

    it seems to be a problem with the shortcode template- if i change to this:

    if($childcategories == false) {$parent = “”;} else {$parent = “0”;}

    then child categories do not show as expected- however I cant seem to declare the option properly, so that the shortcode works. can you assist with this? it would almost seem as if the shortcode values are not being passed correctly to me. however not sure.

    thanks

    J

    #199162

    Hi Kevin,

    Thanks your piece of code resolved the issue with the number of columns.

    However, the thumbnails are still 300x300px and shown as 460x460px on the screen, which makes them pixelated. Is there a way to change how the thumbnails are generated or other method to make them nearer the 460x460px resolution?

    Thanks and cheers!
    Kubo

    In forum: Ascend Theme

    In reply to: home page content

    #199049

    pagebuilder will add a 30px margin when columns breakdown, you can add this css:

    #pgc-w5b756ffe83b17-0-0, #pgc-w5b756ffe83b17-0-1, #pgc-w5b756ffe83b17-0-2 {
        margin-bottom: 10px !important;
    }

    Ben

    #199036

    Hey, Thats more closely resembles a product layout. Might be worth considering using products and if you don’t want to sell placing them into catalog mode.

    Inside of a portfolio, you would need to choose “none” for the portfolio options and set the layout to three rows.

    Then use page builder inside your content. You can add two columns, in your left column you would need to add a thumbnail slider. You can do this using visual editor widget and clicking add media then building a gallery. When you output you can set the shortcode to type="slider" and thumbs="true"

    Ben

    #198966

    Hello guys,

    I am working on a simple full-width pinnacle gallery:
    My problem is that although I have the number of columns set to 4 there are 6 of them when opened on a wide-screen monitor.

    When I check the “use full screen image sizes” option, the number of columns stays at 4 but the thumbnails are all pixely, like on this page:

    Do you have a fix for this?
    Great thanks and kind regards,
    Kubo

    In forum: Ascend Theme

    In reply to: home page content

    #198928

    Yes thats perfect. Thanks.

    I used pagebuilder to divide in 4 columns with in each column 1 button with shortcode. I want the button to be 100% width, how to achieve that?

    In forum: Virtue Theme

    In reply to: Testimonials

    #198842

    Thanks for the link Hannah. I understand it all except how to put in the actual testimonies. When I add text to the text box it does not automatically arrange into the columns as they are set (into 3). What can I try next? Do people have to add the testimonies like they add reviews or do I put them in somewhere?

    #198587

    I’m using the Virtue free theme for http://www.indivisiblega11.com. Below the icon menu on the Home page, under “Latest News”, I would like to display the posts in a single column instead of two columns, with the featured image at the top of each, and each image/post the same width as the other page content above. Is there a setting I’ve missed that would enable this, and if not, how could the page template be modified to enable it?

    #198564

    Hi Team,
    Please could you help with a CSS fix?
    I am generally happy with the layout I have achieved in the footer of this site.

    However, when I reduce the screen size, the 3 icon-links misbehave and come out of “formation”! And the other footer columns don’t look too good either. Please could you suggest an approach to keeping the icon-links together under the “Subscribe” box for tablets and smart-phones?

    Many thanks,
    Phil.

    In forum: Virtue Theme
    #198413

    I used the page builder on a test page to create the code needed for four icon boxes I’d like to display on my home page. But because I don’t like the page builder structure, I used it just to generate the code that I could pop into four columns.

    I’ve been trying to just create a border around my icon boxes, but I can’t seem to create the code that works inside of the icon box shortcode. I’ve created a css class called (.icon-boxes) and thought I could enter my custom css there, but it’s not working. Below is all of the shortcode I’ve been tweaking, but I can’t get this to work. I haven’t been able to assign the class to the shortcode.

    <p>[iconbox icon="icon-wrench" iconsize="48px" link=" color="#444444" background="trasparent" hcolor="#ffffff" hbackground="#0070C8" border-color="#444444"]<h4>Website Maintenance</h4></p><p>We can maintain your site and keep it safer from attacks </p>[/iconbox]

    What am I overlooking please? Or how can I do this?

    In forum: Virtue Theme

    In reply to: Random Blog Posts

    #198400

    Hello,

    You can do this with shortcode. Rather than add the posts via the Home Layout section, place this shortcode either in the page content area of your home page, or enable the home widget area and add it to a text or visual editor widget in Appearance> Widgets:
    [blog_grid orderby=rand items=2 columns=2]

    Let me know if the shortcode option works for you.

    -Kevin

    #198373

    Hey,
    I’m confused, setting the columns to 1 does make it default to list. The list icon will be the default selected. What about that doesn’t work for you? Or what different are you wanting?

    Ben

    #198347

    Hey,
    There isn’t an option to set the list view as default, but you can set the number of columns to one from Theme Options > Shop Settings > Shop Product Column Layout.
    Would that work for you?

    Hannah

    #198147

    Sure, you can add a portfolio grid anywhere with a shortcode, for example:

    [portfolio_posts columns="4" items="12"]

    Ben

    #198139

    Hey,
    So you would need to use the slug for the category and it’s best to wrap in quotes.

    For example:

    [blog_posts orderby=date word_count=30 columns=2 items=8 cat="medshield-mom"]

    Ben

    #198114

    Hi
    I have my footer set at 4 columns, first column full width, 3 columns below.
    The Virtue Social Media Widget is aligned left in the first column – I would like everything in the footer areas aligned centre.
    I’d alsolike to make the social media icons bigger.
    Can you assist?

    #198112
    This reply has been marked as private.
Viewing 20 results - 1,241 through 1,260 (of 3,937 total)