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'
-
AuthorSearch Results
-
In forum: Virtue Theme
Topic: blog grid shortcode template
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
In forum: Virtue ThemeHi 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.
In forum: Virtue ThemeTry 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
In forum: Virtue ThemeHey 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
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.
In forum: Virtue ThemeIn reply to: Blog Grid template when set as home page not working
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
In forum: Virtue ThemeJune 15, 2019 at 12:37 pm #228375hi! 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?
In forum: Membership ForumsIn reply to: Some blocks on the main page crasched after update
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.
In forum: Ascend ThemeJune 10, 2019 at 7:16 am #227937Hi, 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
In forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: Post Grid/Carousel with random order
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.In forum: Ascend ThemeJune 4, 2019 at 10:49 am #227533Hi, in this page *Login to see link 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 ThemeIn reply to: Category Sidebars
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
In forum: Ascend ThemeIn reply to: Post Grid/Carousel with random order
In forum: Ascend ThemeIn reply to: Blog Post Carousel
In forum: Virtue ThemeIn reply to: Problem with home page columns
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
In forum: Virtue ThemeIn reply to: Problem with home page columns
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 ThemeIn reply to: Jumping Header Widget
In forum: Virtue ThemeI 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. *Login to see link
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 ThemeIn reply to: Display sku in shop pages
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 -
AuthorSearch Results


