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,061 through 2,080 (of 3,937 total)
  • Author
    Search Results
  • #125007

    Kevin,

    I added the table using HTML. I re added the table using short code and it fixed it.

    Is it possible to change the colors of the rows and columns that are being highlighted?

    Thanks

    Dan

    #125000

    Hey Matt,

    You should be able to order them alphabetically using shortcode like this:
    [product_category category="mens-tshirts" columns="4" orderby="title" order="asc"]

    Just replace the category with on one your site and it should work for you!

    -Kevin

    #124999

    Hello,

    I’m using two separate products category pages for my “shop” using this shortcode: [product_category category=”category” columns=”4″]

    I’m trying to reorder the products from alphabetical. Is there a shortcode for that or perhaps a sorting field I’m missing?

    Thanks,
    Matt

    #124887

    Here is an optional workaround.

    Add your slider using the “shortcode entry” option in the theme options > home slider.

    Then use a plugin like this: https://wordpress.org/plugins/widgets-on-pages/ to add another widget area that you can call using a shortcode.

    Place the plugins shortcode right after your rev slider shortcode in the theme options > home slider > shortcode entry area.

    Then go to appearance > widgets and add whatever widgets you can to display below the slider. You can also use the page-builder widgets to control the columns.

    Ben

    #124813

    Hi…

    I have a Revolution slider running full screen as the header on the homepage, with the nav bar running underneath.

    Is it possible to insert a page above the nav bar or a row with two columns to create a smaller banner and facebook feed. I realise I could add this to the Homepage at the top, but there is no option to get the nav bar to run underneath it as it does now.

    Thanks,
    Harry

    #124771

    Is there a way to put a portfolio or image gallery (mosaic) on the homepage, much like in the example of the Virtue Premium site style two ( If tried this code that I found here somewhere, but it shows nothing. I don’t need the images to link to another page, just a larger image in a lightbox or nothing at all.

    [portfolio_posts orderby=date excerpt=false columns=4 items=50 height=200 lightbox=true showtypes=true]

    #124748

    Could you please fix the text on the shortcodes popup window (ie. the window that appears when the ‘Pinnacle Shortcodes’ button is selected during page editing). The font color of all the text on the window has changed to white & is reduced in font size, with the net effect being that its almost impossible to see at all. It doesn’t matter which kind of shortcode I’m trying to create (button, columns, table, etc). The dropdowns, buttons, empty fields are all present as normal but appear to be surrounded by blank space because the text has become indistinct from the background. I am happy to send a screenshot if I’m not explaining this well… thanks.

    #124716

    The shortcodes for the photo posts haven’t changed?

    If you can post a link to your site while setting the columns to 2 I can help you with css to force it to be one.

    Ben

    #124688

    Oh sorry, I missed that you were wanting the photo type. For three columns try this: [blog_posts orderby="date" items="13" columns="3" type="photo" cat="cooking-paddles"]
    Does that work for you?

    Hannah

    #124683

    Hi Ben,

    Do you have any suggestions as to how I can achieve 3 columns with blog posts showing in each?

    #124682

    Hi Hannah,

    Yes, i am using this shortcode:

    [blog_posts items=”13″ type=photo columns=1 orderby=”date” cat=”cooking-paddles”]

    http://www.littledeer.ca/en/1491-2/

    #124574

    The photo style doesn’t have a 1 column option. You can have two columns.

    Ben

    In forum: Virtue Theme

    In reply to: multiple issues

    #124548

    Hello Carrie,

    1. Go to Theme Options> Home Layout, and assign the sidebar though there. When you assign a page to be your Front Page through Settings> Reading, the theme will automatically override whatever template you assign and use the settings from your Theme Options.

    2. Place this CSS into Theme Options> Advanced Settings to get rid of that padding:

    .home-padding {
        padding: 0;
    }
    .home .contentclass {
        padding-top: 0;
    }

    3. To get that contact form to display in the far right as opposed to far left, you should go to Appearance> Widgets and assign widgets to the other footer columns. Or you can try this CSS:

    .footercol4 {
        float: right;
    }

    4. Try this CSS to remove the icons:

    .kad-header-widget .vcard i:before {
        display: none;
    }

    this will increase the font size:

    vcard p {
        font-size: 1.4em;
    }

    This will align it to the right:

    .kad-header-widget .vcard {
        float: right;
    }

    5. You can try this for the logo, but I’m not sure that it looks very good:

    @media (min-width: 1024px)   {
    .kad-header-widget {
        width: 40%;
    }
    .kad-header-left {
        width: 60%;
    }
    div#logo {
        float: right;
       }
    }

    6. I’m not seeing this. Did you figure it out?

    -Kevin

    #124538

    Hello,

    I recently updated Pinnacle Premium and it seems the blog_posts shortcode has changed how it displays blog posts.

    I have a page where I am using the columns shortcode and then using a blog_posts shortcode in each of those columns to display posts from specific categories. I want to display the post in a single column using the type=photo, but every time I put columns=1 in the shortcode, there is more than 1 column.

    Ideas?

    In forum: Virtue Theme
    #124530

    Hi Guys-Hope you’re well.

    Here’s the url:

    My issues are:
    1. I wanted a thin rule around the sidebar. I selected feature-sidebar for the page template, but it doesn’t show up. So then I created the “column” through pagebuilder, by stacking up the widgets. I guess the question is why isn’t the sidebar showing up, and could I have given it a border?
    2. I want no space above the slider please.
    3. The ‘contact us’ in the footer is actually in the far right column of 4 columns. But it’s moving to the far left since the first 3 columns have no content. How can I move that to be on the far right?
    4. Vcard in header: Is it possible to remove the icons on the v card, make the font size larger, and move it more to the right? (I had used a text widget with an h3 font, but they didn’t resize on mobile)
    5. Can I move the logo over as well?
    6. On a tablet the header logo has a white background.

    Thanks for your help. Sorry to be greedy with my questions, but I figured I’d give ’em to you all at once.
    Carrie

    #124385

    Hi,

    I am trying to use the blog posts shortcode to display specific categories with the Tabs shortcode.
    This is my code

    [tabs]
    [tab title=”Memory” start=”open”]
    [blog_posts orderby=”rand” items=10 type=”grid” columns=3 cat=memory]
    [/tab]

    [tab title=”Energy”]
    [blog_posts orderby=”rand” items=10 type=”grid” columns=3 cat=energy]
    [/tab]
    [/tabs]

    If you take a look at this page, you will see that the footer is in the middle of the page. Also only the first tab actually displays blog posts. The second tab only shows one post. Is the code above not correct? Is it proper use to use shortcodes in other shortcodes?

    Please help,

    Thank you.

    #124381

    Example of the relevant shortcode:
    [blog_posts items="3" columns="3" orderby="date" type="grid"]

    #124307

    Dear all,

    How do I make We accept to look exactly like Terms and Conditions as Virtue has the style settled as in same style of square bachground same font and my pink colour.

    Terms and Conditions
    We accept

    it is in footer menu and i want to appear this in all 4 columns of footer

    i have used widgetes with custom mennu in the first column and virtue text in the second column with virtue image

    claude

    #124227

    Yea you are right but i am only doing this for few weeks to display something new for the website.
    I am also adding a way for the users to close it as an option.

    window.onload = function(){
    document.getElementById(‘close’).onclick = function(){
    this.parentNode.parentNode.parentNode
    .removeChild(this.parentNode.parentNode);
    return false;
    };
    };

    as for the sitewide footer call i want it to be just one element because as of now it is divided into 2 columns, basically what i want is the content/text to fit from one end to the other.

    #124153

    Hey Thomas,

    To accomplish this, you will want to use a blog grid shortcode. You can simply place this shortcode into a text editor widget, and you will have posts display as in that video:
    [blog_grid orderby=date items=2 columns=2]

    Try that and let me know if it works for you! Here is more information regarding the available shortcodes within Virtue theme.
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    -Kevin

Viewing 20 results - 2,061 through 2,080 (of 3,937 total)