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 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Getting started
January 20, 2015 at 4:30 pm #28081https://www.kadencewp.com/tutorials/
This is a good place to start: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Portfolio: https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/
Ben
In forum: Virtue ThemeIn reply to: Create a landing page
January 20, 2015 at 4:27 pm #28080Sorry didn’t make it clear above. You do not (and really it’s easier if you don’t) need to make a template.
Just go to pages, add new. Select the fullwidth page template.
set your title to whatever you want. for an example lets say “landing page”
then in the theme options > advanced settings. Add this css:
.landing-page header.banner, .landing-page #containerfooter, .landing-page .page-header { display:none; }see how the title becomes the first class?
Ben
In forum: Virtue ThemeTopic: Getting started
In forum: Virtue ThemeIn reply to: Create a landing page
Thank you Ben. I’m sorry but please could you explain in slightly more detail?
I’ve copied and renamed page-fullwidth.php to page-landing.php. Am I supposed to put a new class in place of titleclass?
<div id="pageheader" class="titleclass"> <div class="container"> <?php get_template_part('templates/page', 'header'); ?> </div><!--container--> </div><!--titleclass-->Andrew
In forum: Virtue ThemeJanuary 20, 2015 at 3:47 pm #28071Every page has multiple parts depending on your languages you’ve set up. you can control the page for each language. all you do is click the page to edit then choose which language of the page you want to edit.
When your on the site you can choose the language and then each link will be for that language.
Ben
In forum: Virtue ThemeI just came to realize, if I am trying to make multi-language option for the site, I will need to require different main navigation.
E.g.
for English version, the main navigation is in english
for Chinese version, the main navigation is in chineseI don’t seem to see there’s such option. Is there such possibilities? Or I have to create multi wordpress? One for each language version but if I do this, the database for will be different so when people uses log-in. The user in English version won’t be able to log into the Chinese version and vise versa.
What are the possible and easiest ways to solve this?
In forum: Virtue ThemeIn reply to: Mobile Responsive issue
January 20, 2015 at 2:39 pm #28060ok well first you have to remove the php you added into your custom css box… php can’t go in css.
So this has to be removed:
add_filter( 'woocommerce_get_item_data', 'wc_checkout_description_so_15127954', 10, 2 ); function wc_checkout_description_so_15127954( $other_data, $cart_item ) { $post_data = get_post( $cart_item['product_id'] ); $other_data[] = array( 'name' => $post_data->post_excerpt ); return $other_data; }php functions should go in a child theme functions file.
as for the other issue your missing a bracket in your css.. from hannahs css above, see how it has two closing brackets:
@media (min-width: 900px) { #page-id-128, #content .main { float: right; } }Your missing the second in your css.
Ben
In forum: Virtue ThemeIn reply to: Using Sales Carousel in Shop page.
January 20, 2015 at 2:33 pm #28057Hmm I don’t think I understand what your asking? You want a different buy button on the single product page. But you want it where?
Ben
In forum: Virtue ThemeIn reply to: Using Sales Carousel in Shop page.
January 20, 2015 at 1:01 pm #28046Hey,
Pagebuilder and the woocommerce shop page don’t get along well. Has to do with how woocommerce renders the page.You can use the shortcode
[carousel type="sale-products"]instead though.Ben
In forum: Virtue ThemeHelp needed to get the ‘read more’ on the Testimonials grid to link back to the rest of the full text of the testimonial and hopefully open in another page. I have tried all the normal WordPress actions and nothing is working.
http://www.ablendabovegffoods.comThanks,
TheresaIn forum: Virtue ThemeHej!
Here I am again, other site other issue. First I must say Outstanding support.
On most sites I use “on sale Products” in Homepage Layout Manager having latest posts or Home as static page.
I want the Sales Carousel in the Shop page. Now, trying out the Page Builder that is Brilliant!, I used one row, inserted widget Virtue: Carousel/Sales.
Why does it not display in a row as here: *Login to see link Take a look: *Login to see link *Login to see link
My settings? Please advice.
PeterIn forum: Virtue ThemeIn reply to: Create a landing page
January 20, 2015 at 11:32 am #28039Hey,
You can just use the fullwidth page template, then a very small amount of css.Here is my example page: http://themes.kadencethemes.com/virtue-premium-3/no-header-test/
Just using the page title, which becomes a css tag in the body I added this css:
.no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header { display:none; }Ben
In forum: Virtue ThemeIn reply to: Create a landing page
I want to create a template that I can use for very basic landing pages or squeeze pages that has pretty much *nothing* on it – no header, no sidebar, no footer – that I can use to capture emails, sell single products etc with traffic coming from certain PPC and FB campaigns.
I’ve tried copying, renaming and editing a Virtue premium template (eg page-fullwidth.php) but because of the way templates are called I am still left with the header and sidebar.
I could create a standalone html page outside of WordPress by hand but that would take longer and I would not be able to use the other features of WordPress and Woocommerce, eg shortcodes.
So I need an incredibly basic blank page template (no header, footer, sideabar) that I can use as a template residing within WordPress for all of my landing pages.
In forum: Virtue ThemeTopic: Create a landing page
Hi Ben
Trying to create landing pages using adapted Virtue Premium templates but struggling a bit.
1. Basic landing pages to collect an email address, nothing for sale
2. Landing pages to sell a simple Woocommerce product or a variation of a variable Woocommerce product.Are you able to point me in the right direction please?
Kind regards
Andrew
In forum: Virtue ThemeIn reply to: Mobile Responsive issue
In forum: Virtue ThemeTopic: Mobile Responsive issue
Hi,
I recently built a website with virtue theme. Firstly let me say how awesome it is – you guys did a great job.
Im having some problems with making my site completely mobile responsive. You can see my site at http://www.sandusa.net.
If we start with the shop page. It loads up but all you can see is the Products categories then the products are shown listed off the page (to the right) and there is no real theme formatting happening. Is there a mobile settings area I am missing somewhere or some CSS that I need to add?Id be happy to remove the product categories and have the products show up in a shop style.
cheers,
Baz
In forum: Virtue ThemeIn reply to: image disappeared from homepage
In forum: Virtue ThemeIn reply to: one portfolio grid page not updating
Hello again,
A little bit of feedback here. I haven’t solved completely this issue, though I made some progress 🙂
So, I was indeed using a cache plugin, and it seems that it was causing the issue. Although I’d deleted it, some code was left in my .htaccess file, as well as in my config file… Once deleted, the bug ‘tends’ to disappear, yet reappearing sometimes. I’m not sure, but I think (also not making much sense) that there is a correlation between the bug reappearance (portfolio grid page not updating + forced admin frequent log out) and I using duplicated css ids by mistake in different portfolio items.
Hope that might help others with similar issues.Cheers,
Laurent
In forum: Virtue ThemeIn reply to: image disappeared from homepage
January 19, 2015 at 11:12 pm #28000You can get that image from here: https://unsplash.imgix.net/23/make-your-own-path.JPG?q=75&fm=jpg&s=303e1e225793deadcebf734f3b055352
You can set as the row background in the pagebuilder row edit settings.
Ben
In forum: Virtue ThemeHi – An image has disappeared from the bottom of my homepage. It was a standard image of grass and leaves from the virtue premium package. Can you advise how to fix?
-
AuthorSearch Results


