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: info box text after image
Hello,
I have an issue with the info box widget : when i download my own icon and put 3 columns in a row, the text stand beside the image and not after. How could I change that please?
*Login to see linkThank you very much
In forum: Virtue ThemeIn reply to: Highlight something
March 9, 2015 at 5:41 pm #33606Looking at the above code I posted all your have to do is change the “content” section for the icon to change. You can use any icon here: http://themes.kadencethemes.com/virtue-premium/icons/
Just inspect the icon with google chrome to see what content is used.
Or you can just add the icon right into the box using the “virtue shortcodes” and leave the whole :before section of css out.
For a divider you can click on the virtue short codes button and select a divider.
You can use shortcodes to add icons and columns or just add your own divs to divide.
Just a heads up, I’m not sure where this is going to go but these are questions for a designer. customizing your content isn’t really theme support. I’m happy to point you in the right direction but anytime your wanting to copy a design directly it’s more of a customization question.
Ben
In forum: Virtue ThemeIn reply to: PageBuilder layout on Contact Page
March 9, 2015 at 2:44 pm #33593email link would need to be like this:
<a href="mailto:youremailaddress">youremailaddress</a>For page builder you need to make the columns sizes for the logo smaller not 50%
and you need to add padding above the icon so it lines up better with the text. You can use the “virtue shortcodes” button to add spacing.Ben
In forum: Virtue ThemeIn reply to: CSS questions for checkout page
March 7, 2015 at 7:39 pm #333991. Can’t use a hook on those, need to use po files. It’s a good thing to learn and not smart to override templates when that is the best option. See this plugin makes the whole process easy: https://wordpress.org/plugins/loco-translate/ or https://wordpress.org/plugins/codestyling-localization/
2.
.checkout div#order_review { margin-top: 40px; }3. You can’t do this with css, not with the html layout of the checkout that you have, it’s all edited so I can’t even figure out what you’ve done but I can tell you that there would have to be divs around each of those sections for that to work and right now there isn’t. you can use a child theme and edit the code in the woocommerce template file checkout/review-order.php and overall cart. Or add in html hooks to give yourself the right kind of html to create two columns. This is beyond support and not necessarily advisable. editing checkout files means your responsible to update those every time woocommerce does.
Ben
In forum: Virtue ThemeIn reply to: PageBuilder layout on Contact Page
March 7, 2015 at 7:17 pm #33397Hey,
If you want the icons above to be in two rows you can use pagebuilder to create columns. I’m not sure what you trying to do though? Can you tell me what your going for? Right now I see that your first row has 4 columns and you have content in the first two?Ben
In forum: Virtue ThemeIn reply to: Custom Staff Grid
March 4, 2015 at 11:45 pm #33155You would be better off using the staff post shortcode and just adding to a sidebar page.
One column with the image on the left isn’t a built in option so you would need to use some custom css for that part.
Here is the shortcode I would use:
[staff_posts columns="1" items="-1"]then add css like this:
@media (min-width: 992px){ .grid_item.staff_item .imghoverclass { width: 40%; float: left; padding-right: 15px; padding-top: 15px } .grid_item.staff_item .staff_item_info { width: 60%; float: left; padding-left: 15px; } }Ben
In forum: Virtue ThemeIn reply to: Force List View by default
March 1, 2015 at 11:57 pm #32802Hey, You would just change your columns to 1 in the theme options > shop settings.
Ben
In forum: Virtue ThemeIn reply to: Motionless Slider
March 1, 2015 at 9:03 am #32728Hey Dave,
The bottom carousel on product page is your “related products carousel” since you have your columns set to 6 columns and you only have 5 related products there isn’t any need for the carousel to animate. all the items are visible. You can change the columns in the theme options > shop settings. Scroll to the bottom and change “Choose how many columns are in related product carousel”.Ben
In forum: Virtue ThemeIn reply to: Gallery Carrousel sliding/animated
February 28, 2015 at 4:14 pm #32691You can’t breakup page content but you can use the home widget area and make that another content area you control through the widgets page.
You can also use this shortcode to add a custom carousel anywhere:
[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]Ben
In forum: Virtue ThemeI want to create three box icons across the top of one page and each icon box will have hover and links.
I feel like this should be easy (and it is on the home page) but ….
If I use pagebuilder to create the three equally distributed columns and put virtue icon-box widget then there is no option to add links. This is my ideal solution.
If I just add icons with links using text widget then the icon background fills the whole width of the column ?
Like the Icon Box Links on this page *Login to see link
Please advise what’s the best way to achieve this.
Thank you
In forum: Virtue ThemeIn reply to: Testimonial page
February 26, 2015 at 10:17 am #32485Post has been resolved for months, thats why it’s confusing to post into it, easy for use to miss. But no matter.
You can set up a page with pagebuilder, (use a fullwidth template). Make a row with two columns place your testimonial grid shortcode on the left. Set the items to -1 so every one is shown. Then add your form in the right column.
Ben
In forum: Virtue ThemeIn reply to: Testimonial page
February 26, 2015 at 1:21 am #32461Leonard, Please create a new topic, don’t post in an old one.
If you are adding the testimonials through a shortcode you have to set the code to call in 7 if that is how many you want.
So should be:
[testimonial_posts columns="1" items="7"]Ben
In forum: Virtue ThemeIn reply to: Testimonial page
I want Testimonial form off to the right and Testimonials to list on the left. I put visual editor widget in primary sidebar, I put testimonial form code in visual editor widget, and put [testimonial_posts columns=”1″] in the editor page. Only 3 out of 7 testimonials show on page. All testimonials are published.
What is the better way to do this?I also tied this on a Fullwidth Page
<div style=”float: right;width: 475px; height: 525px; border: 1px solid #333; padding: 10px; margin: 5px;”>Column 2[kad_testimonial_form ]</div>
<div style=”float: left; width: 475px; height: 1200px; border: 1px solid #333; padding: 10px; margin: 5px;”>Column 1[testimonial_posts columns=”1″]</div>Still only 3 out of 7 testimonial show on page.
In forum: Virtue ThemeIn reply to: Testimonial page
I want Testimonial form off to the right and Testimonials to list on the left. I put visual editor widget in primary sidebar, I put testimonial form code in visual editor widget, and put [testimonial_posts columns=”1″] in the editor page. Only 3 out of 7 testimonials show on page. All testimonials are published.
What is the better way to do this?In forum: Virtue ThemeIn reply to: Adding Category Titles to Woocommerce Shop Page
February 25, 2015 at 1:20 pm #32406You have the page set up right.
I’m reading back and see that hannah has the wrong shortcode. should be:
[product_category category="appliances" per_page="4" columns="4"]The category=”slug” not name. See all the shortcodes here:
http://docs.woothemes.com/document/woocommerce-shortcodes/Ben
In forum: Virtue ThemeIn reply to: Adding Category Titles to Woocommerce Shop Page
Hey James,
I think your best bet for doing this is to use shortcodes. So you would add your title, then add a shortcode like this:[recent_products per_page="4" columns="4" cat=grills]Then repeat that process, just changing out the category. Pagebuiler may also be a helpful tool in this.
Another option is to just have a product category page like this one- http://themes.kadencethemes.com/virtue-premium/product-categories-grid/
Hope that’s helpful!Hannah
In forum: Virtue ThemeHi
I am having an issue with the layout since changing over to premium.
I have set a right contact form up and added it directly to the page using the columns set up. On the free version of the theme my header all lined up neatly with the contact us boxes, now the header image seems to be smaller and not filling the space up as previous?
I have not changed anything other than upgrade to the premium theme.
Is there also a way that i can add a facebook icon to the secondary menu?
Many thanks
J
In forum: Virtue ThemeIn reply to: Rev Slider Padding/Gap
February 24, 2015 at 2:13 pm #32282So the best thing would be for you to add the cloud background image. Then just add your people image as an image in a widget. Make that widget area two columns.
Ben
In forum: Virtue ThemeIn reply to: featured products acting strange
Are those the settings that can be found on the theme options / homepage settings?if so i set it to the maximum the slider would let me, 4 columns 18 products well more than is showing it just repeats the same products slide after slide, unless it randomises and changes? if so i havnt notoced it doing so,
thanks richardIn forum: Pinnacle ThemeIn reply to: Space between photos – widget gallery
Thank you, it works perfectly. I have another question, I am trying to get the same photo gallery appearance as you have on your demo http://themes.kadencethemes.com/pinnacle-premium/scroll-gallery/. I tried with the widget gallery and here is the result : http://www.justroutein.fr/?p=104.
1. Is it possible to adjust the size of the photos? (in order to avoid irregular blank space on vertical photo sides as in my link)
2. How can we force one photo to cross over two columns as in your example ?
Thank you very much for your reactivity.Simon
-
AuthorSearch Results


