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
Topic: Top Bar to Follow you
Hey there Ben,
Love the theme, just bought it. I like how in the preview you have the primary menu and the topbar that follow you as you scroll down. Im probably blind but i cant seem to find this option 🙂
Also, a second quick question. Is it easy to left align (eg totally left) the title and secondary menu and other assets for example? Seems like there a white space on the sides of the page. Can work with it fine just curious.
Cheery o!
In forum: Virtue ThemeIn reply to: Home page serving as mobile on computers
March 4, 2014 at 10:49 am #5674Looks like you are using W3 Total Cache. I don’t have the issue happening to me but it’s probably with the cache. If you go into the w3 total cache settings, click on the page cache tab and click the box that makes it so it doesn’t cache the front page. See if that resolves.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Grid Filter
March 4, 2014 at 10:46 am #5673You can change the text in the language settings page of the theme options.
As for the icon you would have to edit the template file. Line 41 of page-portfolio.php
Ben
In forum: Virtue ThemeIn reply to: customizing place of pagename and remove grey line.
March 4, 2014 at 10:10 am #56661. the page you linked to doesn’t have a page title? So what are you trying to adjust?
2. add this css:
.post-type-archive-product.woocommerce .page-header h1 { padding-left:20px; } .post-type-archive-product.woocommerce .page-header .woocommerce-result-count { display:none; }In forum: Virtue ThemeMy products-in-category count in woocommerce isn’t showing the correct number of items in the subcategory. Is there a fix for this?
For example, “dryers” shows 8 products, but there are actually 12 products in this category. In some pages, subcategories are missing completely (even though there are products in them.)
Thank you!
In forum: Virtue ThemeHey Ben,
My posts page is my home page and I can only get it to show an excerpt. I’ve change the option to full in the settings with no success. Can you please assist? *Login to see linkIn forum: Virtue ThemeTopic: Site Border Colors
Hey Ben,
Is there a way to change the colors of the borders through theme options? If not could you please tell me how to make the borders that surround the home page posts transparent? *Login to see linkIn forum: Virtue ThemeHello Ben,
When viewers go to http://www.rachelamanda.com, about 50% of the time they are being served the mobile version of the site, not the computer version. If they go to other pages, they get the computer version, but then if they go back to the homepage, it shows the mobile version. It happens to me too sometimes. I would say about 50% of the time that I go to the site, and only while I’m not logged in as the administrator. Is this an issue with the theme? Or should I take this over to the WordPress support forum as a bigger issue?
Thanks,
RachelIn forum: Virtue ThemeTopic: Navigation menu full width
Hi there,
I am using the boxed layout, and I would like my main navigation menu to span the entire width of the inner container. I’ve put a repeating background behind the main navigation menu, however it does not stretch all the way to the sides of the box, rather there is a 20px margin which is great for the page content, but doesn’t look great with the menu background.
I have not been able to alter the css in a way that allows the menu to stretch all the way across the container without in turn messing up the margins on the page content.
Could you kindly point me towards the specific code that I should be editing? Here is the site: *Login to see link
Thank you!
In forum: Virtue ThemeIn reply to: customizing place of pagename and remove grey line.
Thanks, looks great. I did the same for http://kosdeg.net/?page_id=15 and others (23 etc) using the same code:
Ex.:
.page-id-15 .page-header h1 {
padding-left:20px;
}But no use. What do I miss here?
2. how to find page ID for the shop: http://kosdeg.net/?post_type=product
and move as well heading “showing all 6 result”.Thanks for good service.
In forum: Virtue ThemeIn reply to: Some warning from woocomerce
Hi Ben,
I am getting the same “bundled outdated copies of WooCommerce template files warning”. I upgraded to version 2.2.2 and I am still getting them.
The site seems to be working fine, but the dashboard error is alarming my client.
When I clicked the “System Status” button it told me the following pages were out of date.
Any ideas?Thanks!
-Dominicmini-cart.php version 1.6.4 is out of date. The core version is 2.1.0,
form-billing.php version 2.0.0 is out of date. The core version is 2.1.2,
form-shipping.php version 1.6.4 is out of date. The core version is 2.1.2,
review-order.php version 1.6.4 is out of date. The core version is 2.1.0,
email-order-items.php version 2.0.3 is out of date. The core version is 2.1.2,
email-order-items.php version 2.0.0 is out of date. The core version is 2.1.2,
form-edit-address.php version 1.6.4 is out of date. The core version is 2.1.0,
form-login.php version 1.6.4 is out of date. The core version is 2.1.0,
my-orders.php version 2.0.0 is out of date. The core version is 2.1.0,
product-attributes.php version 2.0.8 is out of date. The core version is 2.1.3,In forum: Virtue ThemeIn reply to: Responsive Images
March 3, 2014 at 5:33 pm #5625If your editing the home page you can click the columns button on the top left of the editor and it will window with your options, the image here should help:
http://docs.kadencethemes.com/virtue/#shortcodesBen
In forum: Virtue ThemeIn reply to: remove virtue branding on theme options footer
March 3, 2014 at 4:24 pm #5621The css above only targets the theme options page, what else is there in wordpress?
Ben
In forum: Virtue ThemeIn reply to: All theme options suddenly reseted
In forum: Virtue ThemeIn reply to: Can't install plugins for upgraded account
I spoke to soon…it looks like it has installed however when I go into the slider settings page, select the drop down for slider revolution. The field below ‘if slider revolution’ all that appears is ‘No items of this type were found’ There are no further options for me to select.
Hope you are able to assist, thank you. Claire
In forum: Virtue ThemeIn reply to: customizing place of pagename and remove grey line.
March 3, 2014 at 2:21 pm #5609Hey,
1. The page title can be moved right, you can also move your logo left. Either way you have to take into account that the theme is responsive so any changes will effect the mobile version of your site. Either way you can adjust just the page you want by adding css like this:.page-id-143 .page-header h1 { padding-left:20px; }The first class page-id-143 is specific to the page you linked to, every page has it’s own class in the body tag so if you start with that it will only effect that page.
2. To hide the borders add this to your custom css box in the theme options:
body .page-header { border:0; }Ben
In forum: Virtue ThemeHi from Norway,
Hope you having a nice evening.
I have some questions regarding customizing the theme.
1. Here is link to one of the pages *Login to see link . Is it possible to move pagename (in this link pagename is “FINN SVARET PÅ DET MESTE”) to the right so its centered right under the logo. I want to do that in all my pages. Is there a possibility to decide individually for each page how to move pagename (so pagename centered under the logo)?
2. In the same link you can see the grey lines, they are on every page. Is there a way to remove them both, or the one on top (right under the borderline under primary menu)?
Thank you a lot and have a nice evening.
Best regards from Ellaya,In forum: Virtue ThemeIn reply to: Images from gallery are shaking
March 3, 2014 at 12:21 pm #5597Hey, seems like some css transition side effect, I’ll see if I can get it to play nice, The video doesn’t load twice, the small that you see first is the videos size in the embed code, then it gets larger when the javascript runs on the page because the javascript includes fit-vids which allows the video to be responsive.
Ben
In forum: Virtue ThemeHi Ben,
after recent updates I have found a little bug in Chrome. Images from gallery are shaking on hover. example: *Login to see linkOn the same page there is an embedded video. As you can see, it is loading twice. First is with original size, then second load is as responsive size. Is this is necessary to load video two times, because it slows down my page?
Sebastian
In forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
March 3, 2014 at 11:37 am #5590Hi Ben,
Quick question, do you know of a plugin that enables a hover functionality similar to this? http://themes.wopethemes.com/?theme=leader eg. allows you to link a photo to another page (shop) or view image full-screen.
As always, thank you very much.
Kevin
-
AuthorSearch Results


