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

    Hi All,

    using the following shortcode to display posts in a pagebuilder row

    [blog_grid orderby=date items=3 columns=3 cat=news]

    can you tell me the actual template file that i can copy to my child theme, as i want to add a thin line under the titles and also a permanent read more button under each of the posts

    #228756

    Hi Hannah,

    Thanks for the link. The short code does get rid of the subcategories but doesn’t get the grid looking right (like the regular grid squares… even when change the columns value to 4), but don’t worry, I’ll work something out, or maybe just leave out the sub-types altogether.

    best regards,

    Andrew.

    #228753

    Try using this shortcode instead: [portfolio_types orderby=title showexcerpt=true columns=2 items=4 childof=0]
    How does that work?

    As for redirecting your portfolio type page, this plugin may work well for you: https://wordpress.org/plugins/safe-redirect-manager/

    Hannah

    #228746

    Hey Andrew,
    Try using a shortcode like this: [portfolio_types orderby=date showexcerpt=false columns=4 items=4 height=200 childof=0 childcategories=false] Hope it helps!

    In Theme Options > Portfolio Options you can set the “All Projects Default Portfolio Page”. Is that what you’re referencing?

    Hannah

    #228731

    Hello there,

    I have set up a Portfolio Category Grid page and it displays ALL categories, including sub-categories (child-types). I only want to display the higher level categories/ parent types on this page.

    I have searched the forum archives and see that you can do this by posting the following code into a full-width default page template

    [portfolio_types columns=”4″ items=”10″]

    …but it doesn’t look the same – the photos are not the same size when I try this, even in the full-width page template. I want it to look exactly like the other portfolio grids. Here’s a link, so you can see what I mean (I only have one higher level category so far):

    Finally, when I click on the grid menu item on this page, I am directed to the portfolio type pages, but I want it to direct to custom portfolio grid pages (which have the filter for the subcategories/ sub types). Am I right in assuming the only/ best way to do this is by redirecting the url of the type pages?

    Thank you.

    Andrew.

    #228543

    Hey Jay,
    You can’t use a page template on the homepage as the home page template will automatically override. What is your reason for not wanting to use the latest posts on the homepage? You could also add your blog posts via shortcode like this: [blog_grid orderby=date items=4 columns=3 cat=photos]

    Hannah

    #228375

    hi! i have seen some pages that offers the posibility of choosing weather to see the porducts list in 2 columns or one column. like small button above the list. how can u do that? right now my content is being shown in two columns because of some css y added to be shown like that but i think it will be a great idea to give the user the option to choose the view…any idea?

    #228119

    I’m experiencing the same issue on a site I’m building for a client. Even just inserting a row seems to lock me out from putting content within that row or its columns. I’m able to use some other blocks just fine, but rows in particular (which I rely heavily upon) have all crashed in a manner similar to what the original poster above is showing in the screenshots.

    #227937

    Hi, do you think is there a way to add a widget bar between the topbar and logo and menu row? just a have an area where insert ads images, or interesting point about the business like (telephoone number, turn poclicy etc etc…? it will be great to have a few columns or an editor where add columns/images or so on….

    thank you very much

    #227823
    This reply has been marked as private.
    #227572

    Hey Hannah,

    Just working through this using the guide.
    The block I am replacing has category, tag and pagination set.
    Can I do tag and pagination with the [blog_posts] shortcode?

    Also, despite using the columns=”1″ it seems to insist on showing 4 columns.

    Thanks,
    Phil.

    #227533

    Hi, in this page i put in the prefooter area a pagebuilder structure widget and i create a 6 columns layout. As you can see if y scrool to the bottom the 6 images are displayed vertically one per row… is there a way to display 2 per row? thanks

    Angelo

    In forum: Virtue Theme

    In reply to: Category Sidebars

    #227528

    Hi Miguel,
    I would recommend creating pages using the default page template and selecting your specific sidebar. Then you can add your products within specific categories via shortcode like this: [products limit="8" columns="4" category="hoodies"]
    Hope that’s helpful!

    Hannah

    #227526

    Hey Phil,
    There isn’t a built-in function to set the posts order to random using the post grid/carousel block. You would need to use a shortcode like this: [blog_posts type="grid" orderby="rand" columns="2" items="8"]
    Would that work for you?

    Hannah

    In forum: Ascend Theme

    In reply to: Blog Post Carousel

    #227470

    Hannah, thanks. yes, these settings control how many columns/posts to show at once. I was looking for a way to either limit the nmber of posts that loop through the carousel or alternatively stop the carousel from rotating?

    David

    #227435

    The page template actually has no effect on the homepage as it will just be overridden by the home page template. It looks like the plugin is outputting css that is forcing it into two columns. You can override with this css:

    @media (min-width: 992px) {
    .home.atbd_content_active #directorist.atbd_wrapper .atbdp_column {
        width: 33.333333333333% !important;
    }
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    #227424

    Yes, the shortcode is the same on both.
    I am speaking with the plugin support. Their attitude is leaning towards… ” Well no one else has complained about it”

    This a link to them. https://wordpress.org/plugins/directorist/

    I know Virtue’s homepage does tend to only show 2 columns for posts on the bottom. So I have switched the pages template between Feature, Full Width, and default. All give the same results.

    The only other thing I can think of is that I used SiteOrigin page builder on the home page?

    but the shortcode for the “Popular Locations” work via a similar shortcode???????

    In forum: Virtue Theme

    In reply to: Jumping Header Widget

    #227412

    It’s changed a bit since the image so please feel free to have a look, (as I say I need to brush up on CSS)
    I’m trying to get the two logos side by side without making a mess of the footer columns.

    #227356

    I know it’s a conflict with a directory plugin.
    When adding a Featured Listings section (via the plugins shorcode)on the home page.. it won’t display in 3 columns like it should, but jumps to a 2 column layout.
    I have the same shortcode on this page.
    and it works fine.
    But on the home page htps://berlinatv.com
    You can see it does not….
    This is the shortcode provided
    [directorist_all_listing featured_only=”yes” header=”no”]
    There was an allowance to edit that to the desired number of columns which I messed with over and over with no success.

    In forum: Ascend Theme
    #227349

    Thank you so much Ben, it’s works!!!

    Only a little thing (maybe I’m wrong): my functions.php in child theme doesn’t work. When I’ve put the code in functions theme parent yes. My child theme path is named ascend_premium_child, inside there is style.css file and function.php
    Inside style.css there is this code:

    /*
    Theme Name: Ascend Premium Child
    Theme URI: http://example.com/ascend-premium-child/
    Description: Ascend Premium Child Theme
    Author: Kadence Themes
    Author URI: http://example.com
    Template: ascend_premium
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout
    Text Domain: ascend-child
    */

    /* Theme customization starts here
    ————————————————————– */

    Is there something wrong or is correct?
    Thank you again

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