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: Recent post.
In forum: Virtue ThemeIn reply to: Portfolio grid
August 4, 2014 at 12:24 am #14490So just for clarity you have to save the page, then the metaboxes register that your using the grid template.
Ben
In forum: Virtue ThemeIn reply to: Blog Title Font & Colour
August 4, 2014 at 12:23 am #14489for what page? That would target the blog grid titles. Can you post a link?
Ben
In forum: Virtue ThemeIn reply to: Recent post.
August 4, 2014 at 12:22 am #14488Just use the fullwidth template, or if you want a sidebar then edit the content in the widgets page.
Ben
In forum: Virtue ThemeIn reply to: Create Custom Page Template
August 4, 2014 at 12:15 am #14484Yea so side is determined by a function because of how the theme wrapper works, So it’s actually the file name that determines that the sidebar shouldn’t show. It’s tricky but genius. Here is the function you can add to your child theme functions file that will all you to create a full width page.
<?php add_filter('kadence_display_sidebar', 'kad_custom_fullwidth_page'); function kad_custom_fullwidth_page($sidebar) { if (is_page_template('page-custom-fullwidth.php')) { return false; } return $sidebar; } ?>Ben
In forum: Virtue ThemeTopic: Portfolio grid
In forum: Virtue ThemeTopic: Recent post.
Can you refresh my memory. I am working on the following page. *Login to see link . The recent post, archices, etc. are showing up on the page. I can’t remember where I am suppose to go to turn them off for the page.
In forum: Virtue Themehttp://www.firehouseglassworks.com
I just enabled the woo commerce plugin and started looking at settings. I have set the currency under woo commerce > settings > general to US dollars. When my page loads the top bar initially shows $ and very quickly flashes and shows GBP. Any thoughts?
Thanks
Trisha
In forum: Virtue ThemeTopic: HTTPS / SSL with site
Hi Ben
Just a suggestion…. and wanted to alert you to the fact that when using HTTPS or SSL with site, any images uploaded into the theme options tend to break the https – so you get the annoying “this page displayed insecure content”.
On my site I have uploaded a custom background and also a favicon and both of these seem to be causing the issue.
To get around this, I have removed these images from the theme options panel and instead directly added them to the theme CSS file (and the header file for the favicon) using the following…. but I just wanted to request that if possible, you could modify the options panel to remove the http part and then the browser will automatically assign the http or https according to whether the page is a secure one or not.
body {
background: url("//mydomain.com/wp-content/uploads/2013/06/custom-background.jpg") no-repeat scroll center top !important;
}In forum: Virtue ThemeIn reply to: Create Custom Page Template
Ben,
Your suggestion above to copy the page-sidebar.php and remove the page title section worked as expected. However with I duplicated the same steps and copied the page-fullwidth.php and commented out the title section and then applied it to this page…http://temp.avmi.net/?page_id=1982
It correctly hides the page title but displays the sidebar????? Furthermore when I look at the code in the page-fullwidth.php it appears identical to the page-sidebar.php except for some white space before the last line of code. Sorry, but I am confused. Do I need to edit another file to create a custom page template for the fullwidth template?
Thanks
MikeIn forum: Virtue ThemeTopic: Menu icon
In forum: Virtue ThemeIn reply to: Create Custom Page Template
In forum: Virtue ThemeIn reply to: More than four items in home page slider?
Thanks, it all worked!
Is there a way to proportionally shrink the size of the font in the mobile version of the home page slider?
Because now the font size in the mobile version of the home page slider is very big.
The font size in the ”iPad resolution” is oke, but on a iPhone the font size looks quite big.Frank
In forum: Virtue ThemeIn reply to: Headline 2
August 3, 2014 at 9:13 am #14453Hey,
Yes some of the tags were changed around version 2.0. Now the blog page is a little different, if you use the full posts it’s h2 and the summary it’s h3.Thanks for point out the docs and theme options. I’ll update both.
Ben
In forum: Virtue ThemeIn reply to: Headline 2
In forum: Virtue ThemeIn reply to: Headline 2
August 3, 2014 at 9:07 am #14451That page doesn’t have any h2 tags on it? has h3 tags… for the post titles and sidebar widgets.
Ben
In forum: Virtue ThemeIn reply to: Moved: Product pages
August 3, 2014 at 8:36 am #14445Hey,
Best to start a new topic if you have a new question.
What do you mean by “loaded your produts”.Let me make sure we are on the same page… you are using woocommerce plugin. and woocommerce products. You’ve got a page assigned as your shop page and you have some products by they are not showing?
Can you post a link?
Ben
In forum: Virtue ThemeIn reply to: Menu Type Qusestion
August 3, 2014 at 8:18 am #14439If you don’t just want the links in your footer, so they are on every page your going to need to edit the template file and add in your links. For example the products are built with woocommerce/archive-products.php
Ben
In forum: Virtue ThemeIn reply to: cart and shopping cart page missing
August 3, 2014 at 8:10 am #14437So in woocommerce > system status > click on tools tab, Then You can click on Install WooCommerce Pages.
That will make sure woocommerce settings has selected the pages and that the shortcode for those pages is in the page content.
Ben
In forum: Virtue ThemeIn reply to: custom default sidebar for posts
August 3, 2014 at 8:06 am #14436Correct. You can’t, primary is default for posts. So why not use primary for posts and switch to a custom on whatever page your using primary?
Ben
-
AuthorSearch Results


