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: Shrinking Header and parallax scrolling
June 1, 2014 at 10:06 pm #9886Hey can you post a link?
Did you watch this video about the home page? https://www.kadencewp.com/creating-a-home-page-with-virtue/
You can move the “page content” to the bottom of your enabled list in the theme options > home layout.
You can edit the parallax row by clicking the “visual style” button on the top right corner of the pagebuilder row. on your home page.
Ben
In forum: Virtue ThemeIn reply to: Shrinking Header and parallax scrolling
June 1, 2014 at 2:19 pm #9871Im haveing dificulties. How do i get the parallax scrolling to come at the bottom of the home page. and how do i edit it. im using the site one set up
In forum: Virtue ThemeTopic: Staff page
In forum: Virtue ThemeTopic: Button product details
June 1, 2014 at 9:17 am #9864You can add product page add to cart mother beside a button product details
ThanksIn forum: Virtue ThemeTopic: Page builder Visual Style
Have a glitch with the visual style in page builder wide parallax not working on home page using Safari but it does work with Chrome and Firefox seems some media images will load and appear but not the one I wish to use?
I am just getting the layout and a black fill. Any ideas?In forum: Virtue ThemeJune 1, 2014 at 3:30 am #9856Hi.
I need some help here.
I want to make something like this.
Main Category
|
———–
| |
Sub Category 1 Sub Category 2
| | | |
SubC3 SubC4 SubC5 SubC6I need some help to hide category filter on main category, sub 1 and 2.
Is there any way to do that?
Thank you!
In forum: Virtue ThemeIn reply to: where did "SOLD" tag go?
May 31, 2014 at 12:57 pm #9844The out of stock text on the single product page is from woocommerce. You can find a plugin that will edit that or hide it in the settings or with css:
.entry-summary .out-of-stock { display:none; }as for the tag it’s hidden because we added css to hide the “sale” tag.. you can only show the sold tag by using this css:
.woocommerce span.onsale.kad-out-of-stock { display: block !important; }Ben
In forum: Virtue ThemeIn reply to: WooCommerce Files Outdated & Theme Options Errors
In forum: Virtue ThemeIn reply to: There is no picture in product page
May 31, 2014 at 12:07 pm #9838oh so by default the image only shows on parent category pages. For example if you set your shop page to only show categories then any category with products in them (doesn’t work if the category is empty) will show using the photo that you set for the category.
If you want a slider or image like this page: http://themes.kadencethemes.com/virtue-premium-3/product-category/gear-packs/
Then you have to create a slider using the revolution slider or cyclone slider and add the shortcode to your slider shortcode area of the category when you click edit.Ben
In forum: Virtue ThemeIn reply to: There is no picture in product page
May 31, 2014 at 11:59 am #9837Yes I made a product category page, I added a picture and a text, and when I make click on the category page displays only the text and the image does not
if you can help me
ThanksIn forum: Virtue ThemeIn reply to: site style 4
May 31, 2014 at 6:36 am #9824Hey so the style four has the home page set as a static page in the settings > reading then you can use the page content module to have page builder. I’ve got a little video explaining the home page more: https://www.kadencewp.com/creating-a-home-page-with-virtue/
You can set a parallax background per row using the visual styles button on the top right corner of each row.
BenIn forum: Virtue ThemeTopic: where did "SOLD" tag go?
In forum: Virtue ThemeWhen I try to open my Virtue theme Options I get the following error message
“Sorry, but the page you were trying to view does not exist.
It looks like this was the result of either:a mistyped address
an out-of-date link”ALSO: On my Dashboard I have the error message:
“Your theme has bundled outdated copies of WooCommerce template files – if you encounter functionality issues on the frontend this could the reason. Ensure you update or remove them (in general we recommend only bundling the template files you actually need to customize). See the system report for full details.”Are these error messages related to each other (i.e. are the outdated WooCommerce files responsible for the fact that my theme options won’t load?
Any help to fix this would be greatly appreciated!
In forum: Virtue ThemeIn reply to: Content page sidebar customization
May 30, 2014 at 5:03 am #9792.sidebar .widget_nav_menu ul li a { font-size:16px; line-height:18px; color: #444444; font-family: lato; } .sidebar .widget_nav_menu ul li { line-height:18px; padding: 10px 0; } .sidebar .widget_nav_menu ul li a:hover { color:blue; } .sidebar .widget_nav_menu ul li.current-menu-item a { color:red; } .sidebar .widget_nav_menu ul li a i { margin-right:5px; }You can add icons just like you would with the primary menu: https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/
as for the page title:
.page .page-header h1 { font-family: Lato; font-weight: 400; font-style: normal; font-size: 32px; line-height: 36px; color: #4b599f; }Ben
In forum: Virtue ThemeIn reply to: Content page sidebar customization
May 30, 2014 at 5:03 am #9791.sidebar .widget_nav_menu ul li a { font-size:16px; line-height:18px; color: #444444; font-family: lato; } .sidebar .widget_nav_menu ul li { line-height:18px; padding: 10px 0; } .sidebar .widget_nav_menu ul li a:hover { color:blue; } .sidebar .widget_nav_menu ul li.current-menu-item a { color:red; } .sidebar .widget_nav_menu ul li a i { margin-right:5px; }You can add icons just like you would with the primary menu: https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/
as for the page title:
.page .page-header h1 { font-family: Lato; font-weight: 400; font-style: normal; font-size: 32px; line-height: 36px; color: #4b599f; }Ben
In forum: Virtue ThemeIn reply to: Turn off tag display in blog posts
May 30, 2014 at 4:51 am #9788to hide them everywhere:
.posttags { display:none; }to hide them only on blog pages and not the post page:
.page .posttags { display:none; }Ben
In forum: Virtue ThemeIn reply to: Content page sidebar customization
ok, my next question is about the custom menu i added to this page sidebar. How do i change:
– the menu text font colour, size, face
– the line-hight
– spacing between menu items ( padding)
– menu item hover class
– menu item active class
– add image (custom bullet/icon) next to the menu item linkAlso, is it possible to use custom style (font size, colour, font face) for just this page title (and other pages in this section) without affecting product page titles?
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Portfolio Layout: being weird
May 29, 2014 at 9:44 pm #9777Hey so not the portfolio item but your portfolio grid page… The page you named portfolio. Test by changing the permalink to project and see if the navigation works,
BenIn forum: Virtue ThemeIn reply to: There is no picture in product page
May 29, 2014 at 3:02 pm #9768Have you created a product? The link you posted would be to a product category page if you had any products.
Ben -
AuthorSearch Results


