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,461 through 2,480 (of 3,937 total)
  • Author
    Search Results
  • #95578

    Ben:
    The reason is because I consider good at visual level and for information, to have the footer in all pages (and all kind of pages).
    Yes, I can use the footer I deleted (the original footer of the theme), but this one I built with Page Builder is more interesting, and in future I want to add more information and widgets.

    Hannah:
    The result was like i said in my last reply:
    – Title
    – Portfolio inside a little window
    – Footer
    – Portfolio
    But now, I tried what you said and it worked better (not ideal):
    It’s necessary to be sure that the shortcode is in paragraph format, not preformatted.
    And it’s necessary also use a default page template.

    But I will try with the other configurations

    [portfolio_posts orderby=date columns=4 ratio=square filter=true layoutstyle=flat-no-margin hoverstyle=default items=4 masonry=false lightbox=true showtypes=true cat=photos]

    because is not yet like I would like.

    Thank you both of you for your replies!

    #95452

    Hi Hannah.
    Thank you for your reply.

    In Portfolio Page, i tried

    Title
    [portfolio_posts]
    Footer

    but the result is:
    Title
    “portfolio inside a little box”
    Footer
    Portfolio

    I tried also something like this
    [portfolio_posts orderby=date columns=4 ratio=square filter=true layoutstyle=flat-no-margin hoverstyle=default items=4 masonry=false lightbox=true showtypes=true cat=photos]
    but I didn’t had good results.

    Carla

    In forum: Virtue Theme
    #95372

    You can also use a shortcode in a text widget:

    [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]
    #95258

    When using the topbar widget, I would like to add text that is centered on page and also centered in height widget. Is this possible?

    It seems the widget size in only 6 columns; need to make 12 columns.

    Thanks

    #95176

    SOLVED:
    1- In the individual staff post, I left the body text as above <a href="mailto:[email protected]">[email protected]</a><br />123-456-7890 X 201 plus other long text and images but added text in a custom excerpt (in the box called EXCERPT), text that I want to only show on the all staff page.
    2- I was able to put limit_content=”true” in the staff shortcode, for my custom excerpt to show.
    [staff_posts orderby="rand" columns="3" items="10" cat="our-consultants" ratio="portrait" masonry="false" limit_content="true" link="true"]
    I knew the theme allowed for it, just a matter of knowing how!
    Thanks.

    #95147

    Excellent. One small detail to resolve.
    To make it the way I wanted, i.e. the image and under it, the name, title, clickable e-mail and telephone, all on different lines:
    1- In the individual staff post, I inserted a Feature Image, typed in a title, and in the body text in text mode (not visual), no image was inserted, just typed:
    <a href="mailto:[email protected]">[email protected]</a><br />123-456-7890 X 201
    (if I was not to put a feature image and insert an image in the body text instead, the image would appear below the name and title)
    2- I tweak the staff shortcode a bit as follow:
    [staff_posts orderby="rand" columns="3" items="10" cat="our-consultants" ratio="portrait" masonry="false" limit_content="false" link="true"]
    -> masonry in order not to crop my feature image,
    -> link=”true” if I want to open a page with more detail on the employee.
    TO SOLVE: The only way I could make the email linkable and to accept the <br /> as per the text typed in the individual staff post, was to add: limit_content=”false”. But if I have a lot of text in that employee individual post, I do not want to show it all on the all staff page.
    How can I make the email clickable (and to accept the <br />) without showing all the content on the all staff page?

    In forum: Pinnacle Theme
    #95143

    Hey,
    You have 6 portfolio post from what I can see? Two of them don’t have a featured image set? So that’s why you can only see 4 posts. You have to set a featured image for each post.

    You have set the columns to 3 but you are using the “fullwidth” layout which pulls the items into a larger format on larger screens meaning on a laptop it would be three columns but on a large screen could be up to 5 columns.

    So that should explain what your seeing.
    Ben

    #95085

    Hey,
    You would have to use a normal page then add the staff with shortcodes. like this:

    Our consultants:
    [staff_posts columns="3" items="3" cat="our-consultants"]
    Administration:
    [staff_posts columns="3" items="3" cat="administration"]
    Marketing Team:
    [staff_posts columns="3" items="3" cat="marketing-team"]

    Ben

    #94947

    Hi, I would like to show one page with my employees picture in rows of 3 columns (along with some info like name, title, email and phone) displayed in a stack of 4 blocks high based on their job: “Our Consultants”, followed by “Administration”, “Marketing Team” and finally “Our Associates”.
    For example:
    Our consultants:
    Joe Carol Mary
    Carl Ben
    Administration:
    Arthur Joanne
    Martketing Team:
    etc.
    Right now, I was able to create a “staff” post per employee and assign one of the 4 categories to each.
    When I created a page based on the Staff Grid model, they all show with the proper information (name, title, etc), but they are not segragated by category.
    I can create a page with one category, several or all categories, but I cannot separate them into blocks on the same staff page, category according to their function.
    Is there a way to achieve this using Staff template or another way? I am using a child theme of Pinnacle.
    Thanks!

    In forum: Pinnacle Theme
    #94946

    Hi Ben.
    Thank you for your reply.

    In Theme Options > Home Layout > Home Portfolio Full Settings i have:

    Choose how many Portfolio Items on Homepage = 14 (it’s showing only 4 of 7 created)

    Choose how many Portfolio columns = 3 (it’s showing 4)

    Carla

    #94750

    You can use a shortcode have the portfolio posts be as many as you like.
    [portfolio_posts filter="true" items="50" columns="3"]

    Ben

    #94729

    Hello : )
    Our WooCommerce “Shop” page is not displaying shop (image) categories correctly.
    There should be 3 even columns with equal display, yet the last column the images are bunched up together.

    Thanks!
    deb

    #94676

    If you change the columns to 4 that would make the gallery items smaller?

    Right now they are 1/3 of the width of the footer column. If you force them smaller in three rows you would end up with larger gaps in that column are you wanting that?

    Ben

    #94675

    Ok, I missed that step previously but I now added the category slug for my photos and still nothing happens: [carousel type=cat-products orderby=date columns=4 items=8 speed=9000 scroll=all cat=fotos]

    In forum: Pinnacle Theme
    #94664

    You can use shortcode added to a text editor to pull up your portfolio.

    It will look something like this.

    [portfolio_posts orderby=date columns=4 items=16]

    You’ll do this in the page edit screen for your home screen.

    In order to get things to display as you’re wanting on your home page, be sure to go to Theme Options> Home Layout and assign them there.

    Page content will be the area that contains your newly added portfolio.

    Hopefully I’m explaining this well. Try these steps and let me know if it works for you.

    #94624

    Hey,
    You can use a shortcode like this- [carousel type=cat-products orderby=date columns=4 items=8 speed=9000 scroll=all cat=photos]
    You can just paste that into a text widget within your home widget area.
    Hope it helps!

    Hannah

    #94453

    I want to set some images with hover effect and few other widgets just above the footer section.

    I tried to add the layout widget in the home widget area but no matters how many columns or widgets i use they never display in the front end. The other “normal” widgets that i set in the home widget area does work but not the layaout widget..

    I am missing something or its not possible to use that widget in the home widget area?

    In forum: Virtue Theme

    In reply to: Footer area

    #94116

    Hey Venci,
    That isn’t something that would be built in.

    So you use a child theme and build in another widget area into the footer.

    Or as a workaround you can change the columns to two. In your theme options > footer settings. Then add this css:

    .footercol1, .footercol2 {
        width:100%;
    }

    That will give your footer two rows with 1 widget area in each. Then you can use the “layout builder” widget from pagebuilder and create 4 columns with the top widget area. Make sense?

    Ben

    In forum: Virtue Theme

    In reply to: Footer area

    #93930

    You can add more columns to the footer via Theme Options> Footer.

    You can assign rows of widgets to the footer area via Appearance> Widgets.

    Check those areas out and let me know if that gets you where you need to be!

    In forum: Virtue Theme

    In reply to: Footer area

    #93929

    You can add more columns to the footer via Theme Options> Footer.

    You can assign rows of widgets to the footer area via Appearance> Widgets.

    Check those areas out and let me know if that gets you where you need to be!

Viewing 20 results - 2,461 through 2,480 (of 3,937 total)