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
I would love some help with the spacing and alignment in my footer. I’ve tried many different things, based on your support for similar topics, but I haven’t found anything that gets me what I’m after. I’m a beginner at this.
I’m using the 3 column footer. Is there any way to:
1. Make the center column larger than the other two? So a custom width, I guess?
2. Make menu in the 3 column flush with left side of page (like the content in column one is flush (left) with the content on the left side of the page)? I really don’t like where it’s placed.
3. Adjust the space between the 3 columns? It seems like there is a LOT of space.quercusfarm.com
Help greatly appreciated. Thanks!
In forum: Virtue ThemeIn reply to: Image menu on widget
January 29, 2014 at 1:45 pm #3775Add this to a text widget, just change your image url and link.
[img_menu link=http://themes.kadencethemes.com/virtue-premium-3/product-category/sneakers/ columns=1 title="Shoe Sale" description="Shop Now" height=200 image=http://themes.kadencethemes.com/virtue-premium-3/wp-content/uploads/2014/01/woman-exercising-in-forest-l.jpg]Ben
In forum: Virtue ThemeIn reply to: Best ways to display product categories?
January 25, 2014 at 9:53 pm #3664Like this page?
http://themes.kadencethemes.com/virtue-premium-3/product-categories-grid/
You can do it with a shortcode:
[product_categories number="12" parent="0" columns="3"]Ben
In forum: Virtue ThemeIn reply to: 4-8 Blog Grid Entries on the Homepage?
January 24, 2014 at 9:25 am #3616The closest thing right now is
[carousel type=post columns=4]But I’ll work on getting one built in that does exactly the same as the four columns layout.
Ben
In forum: Virtue ThemeHi Ben,
I love the Blog Grid Template and I’m using it on my news page: *Login to see link
Is there a chance to get a short code oder a homepage Option to display the latest blog posts in a grid style with 4 columns?Thanks a log!
In forum: Virtue ThemeIn reply to: Update Problems
In forum: Virtue ThemeTopic: Update Problems
Just updated from 1.7 to the latest and everywhere I used columns shifted around the page. They used to be 3 across
Here is a link.
*Login to see linkIn forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
January 23, 2014 at 9:01 am #3553Good to know, thank you. So, good news, bad news. The update added in the captions for full screen images; however, it disabled the left/right scrolling functionality between images when in full screen. I suppose a feature was taken for one added. Any suggestions to get the left/right functionality back, or should I downgrade to 2.0.4 for now considering that is a more important function for my purposes?
For your reference, here is an example gallery. Can any shortcode be added to bring back left/right functionality?
[gallery columns="5" ids="408,412,409,410,413"]As always, thank you very much.
In forum: Virtue ThemeIn reply to: how to change portfolio grid size
January 22, 2014 at 5:02 pm #3539Well in that case you are better off not using the values. Just use the content area, make columns and add your values in. It’s just list so you can do that and have as many as you like,
Ben
In forum: Virtue ThemeTopic: Columns in 1280×800
In forum: Virtue ThemeIn reply to: how to change portfolio grid size
January 21, 2014 at 1:37 pm #3486It should still depend on the columns. The minimum is 240 so as it moves to mobile it’s large enough.
Can you post a link?
Ben
In forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
January 20, 2014 at 7:33 pm #3456Once again, thank you. Since your post, I have been searching all over to find shorthand notation/documentation. Or in other words, where could I have read or been taught the columns= 3, speed 4000, and now how to reference an image in my media gallery, how to link, etc… It seems simple, but I cannot find a source to learn shorthand specific to this theme/feature.
Thank you very much. I am eager to learn but struggling to find relevant information.
In forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
January 20, 2014 at 5:36 pm #3453[custom_carousel columns=3 speed=4000] [carousel_item] Item 01 - Add your info here [/carousel_item] [carousel_item] Item 02 - Add your info here [/carousel_item] [carousel_item] Item 03 - Add your info here [/carousel_item] [carousel_item] Item 04 - Add your info here [/carousel_item] [/custom_carousel]Ben
In forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
January 20, 2014 at 4:56 pm #3452Thank you very much, Ben. How would you go about changing the carousel settings, such as number of columns or carousel speed?
Thank you once again, Kevin.
In forum: Virtue ThemeIn reply to: Shortcode list
Probelms with iconbox Shortcode
Hi Ben,
perhaps I stared at it for too long
any idea why this code
[columns] [span3]
[iconbox icon=icon-newspaper iconsize=48px hbackground=primary link=”http://41647.seu1.aweber.com/f/41647-104134/”%5D
NewsletterImmer die neusten Angebote in Ihr e-mail Postfach!
[/iconbox][/span3]
creates a split iconbox ?
?Thx
dan
In forum: Virtue ThemeIn reply to: Shortcode list
January 16, 2014 at 6:01 pm #3360I will asap. Thanks for posting. Most shortcodes have a little button you can press and it generates the code for you.
Here are a couple that don’t have a button.Carousel:
[carousel type=blog_posts]options:
type => posts, portfolio, featured-products, sale-products and best-products.
orderby => menu_order and date
columns => 2, 3, 4 and 5.
items => (a number of how many items in carousel ex: 8)
speed => (A number, in milliseconds. ex: 9000)
scroll => 1 or “all” (if all carousel will scroll all items showing)
cat => (only works with portfolio and post use term slug)A full example:
[carousel type=blog_posts orderby=date columns=4 items=8 speed=9000 scroll=all cat=photos]Blog Posts:
[blog_posts]
Options
orderby => menu_order and date
items => (a number of how many items to show ex: 8)
word_count => (must be less than excerpt)
cat => (category term slug)A full example:
[blog_posts orderby=date items=4 word_count=30 cat=photos]Testimonial Posts:
[testimonial_posts]
Options
orderby => menu_order and date
items => (a number of how many items to show ex: 8)
columns => 2, 3, 4 and 5.
cat => (category term slug)A full example:
[testimonial_posts orderby=date items=4 columns=4 cat=photos]In forum: Virtue ThemeIn reply to: Home Image Menu Question
January 16, 2014 at 5:15 pm #3357Ok there is a better way to do this, you need to make sure you have version 2.0.2 as I just added it in the last update.
But what you do is add three columns to the page and then add your image item to the center column. In the shortcode for the image menu set your columns to 1.
Here is the code:
[columns] [span4] [/span4][span4] [img_menu link=# columns=1 title="Icon Menu" description="The Icon Menu Description" height=200 image=AURLTOYOURIMAGE] [/span4][span4] [/span4][/columns]Ben
In forum: Virtue ThemeTopic: Home Image Menu Question
Ben,
I’ve been using the shortcode you created to insert the image menu at will and it’s great.
[img_menu link=# columns=3 title=”Icon Menu” description=”The Icon Menu Description” height=200 image=AURLTOYOURIMAGE]
Right I use three lines and put null values in the first and third lines. This gives the impression that the 2nd line is centered in the page, but this method still has the highlighting turned on in the 1st and 3rd lines so if someone mouses over it they can see the empty boxes.
So is there something that I can insert into the shortcode that will either (A) center it using only one line or (B) a more likely solution being something that can be inserted into the shortcode that will turn off the highlighting so people will have no idea that lines 1 and 3 are even there?
Hope I’ve been clear enough to get the idea across.
Thanks,
Tom
In forum: Virtue ThemeIn reply to: Shortcode list
In forum: Virtue ThemeIn reply to: How To Update To Premium
I believe I have found the problem, and uninstalled the plugin and now I see no errors in Firebug,
BUT,
I have 10 Product Categories, but only 6 show up on Shop page (home page all 10 show up)
AND
3 Product Category Images do not display, while all else do.
AND
Home page still shows 4 columns with this code
[recent_products per_page=”9″ columns=”3″ orderby=”date” order=”desc”]
-
AuthorSearch Results


