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: Product Category Page Columns
February 13, 2014 at 8:23 am #4582On the shop settings of the theme options you can set the category columns a little way down the page under Shop Category Image Size.
Or with the latest update the shortcode should work.
Ben
In forum: Virtue ThemeIn reply to: Filter buttons
February 13, 2014 at 8:01 am #4575First you want to make sure you’ve turned on the dynamic filter in the theme options shop settings for the shop page or category page depending on what you want.
With the link as the example I created a category called Packs then added two child categories “mens’ and “womans”. So with the filter on for the category pages when you go to gear packs it show all child categories as a filterBen
In forum: Virtue ThemeThanks for your reply regarding both right and left sidebars! It´s OK!
The furniture company (one person), want the productcatecory meny on the left sidebar, but I want them to have that info in the secondarymeny. I give it a try to persuade her to have it my way! Then the left sidebar can be used to other information!Sorry for you, but I have some more questions?!
1) Can I put widgets to a page/post?2) Secondary meny settings customise! I mean where I make the meny hierarchy. I can activate the css-classes/meta boxes and put some css above the description! I would like to have another font on the second “row”??!
Have a nice time!
🙂In forum: Virtue ThemeHi Ben,
Thanks for the version 2.1.2 update. That is now showing correctly in the theme options and has resolved some issues from the interim updates.
I re-posted this information from another thread as this is how I was able to resolve an issue relating to images and posts seeming to disappear after upgrading. Having followed your advice from other forum members. Re-saving the Permalinks can be the start to solving many issues.
1. I successfully upgraded a test site on the server using one of your recommended plugin solutions from an earlier thread “Easy theme and Plugin Upgrades” (*Login to see link
2. Initially the site was not showing the gallery images or posts on some pages – but they were navigable when hovering.
3. They are All showing now and work on various browsers on mobile devices.
4. The Solution that worked for me was to “Re-save my Permalinks”
5.
a. Log into WordPress (3.8.1) site administrator
b. Scroll to WordPress “Settings” menu (nb: not virtue theme options settings)
c. Go to “Permalinks” menu
d. Click “Save Changes” button on the Permalinks page
e. Visit your web site and if necessary Refresh the web page (press function key F5 usually refreshes windows based webpages)
f. You should see the page properly rendered showing all the previously hidden images and text.I hope this works for anyone who has similar experiences after upgrading on some servers.
(P.S. the upgrade worked perfectly without having to utilise these steps on a different server configuration)
Juannah
In forum: Virtue ThemeIn reply to: v2.1.0 update showing as v2.0.9.9 in Theme Options
Hi Ben,
Thanks for the version 2.1.2 update. That is now showing correctly in the theme options and has resolved some issues from the interim updates.
1. I successfully upgraded a test site on the server using one of your recommended plugin solutions from an earlier thread “Easy theme and Plugin Upgrades” (http://wordpress.org/plugins/easy-theme-and-plugin-upgrades/).
2. Initially the site was not showing the gallery images or posts on some pages – but they were navigable when hovering.
3. They are All showing now and work on various browsers on mobile devices.
4. The Solution that worked for me was to “Re-save my Permalinks”
5.
a. Log into WordPress (3.8.1) site administrator
b. Scroll to WordPress “Settings” menu (nb: not virtue theme options settings)
c. Go to “Permalinks” menu
d. Click “Save Changes” button on the Permalinks page
e. Visit your web site and if necessary Refresh the web page (press function key F5 usually refreshes windows based webpages)
f. You should see the page properly rendered showing all the previously hidden images and text.I hope this works for anyone who has similar experiences after upgrading on some servers.
(P.S. the upgrade worked perfectly without having to utilise these steps on a different server configuration)
Juannah
In forum: Virtue ThemeApologies if the topic was already discussed. I want a sidebar to appear in the homepage, next to the ‘featured produts’ carousel. So…
– I have chosen Sidebar option for the homepage
– I picked primary sidebar from the menu
– In the widget screen I dragged couple of elements in the ‘primary sidebar’ box.But the homepage just ignores it…can anyone help?
Have a look > shop.vivilondra.it
Thanks!
In forum: Virtue ThemeTopic: Page slider image
In forum: Virtue ThemeIn reply to: Product Category Page Columns
In forum: Virtue ThemeIn reply to: > Symbol at top of page
Hi Ben,
The only thing i edited in the was the sidebar.php file but i ended up changing it back to default. This is the content in the current sidebar. Do you have any idea of what this could be?
Thanks for the quick response,
Kelley
class Kadence_Sidebar {
private $conditionals;
private $templates;public $display = true;
function __construct($conditionals = array(), $templates = array()) {
$this->conditionals = $conditionals;
$this->templates = $templates;$conditionals = array_map(array($this, ‘check_conditional_tag’), $this->conditionals);
$templates = array_map(array($this, ‘check_page_template’), $this->templates);if (in_array(true, $conditionals) || in_array(true, $templates)) {
$this->display = false;
}
}private function check_conditional_tag($conditional_tag) {
if (is_array($conditional_tag)) {
return call_user_func_array($conditional_tag[0], $conditional_tag[1]);
} else {
return $conditional_tag();
}
}private function check_page_template($page_template) {
return is_page_template($page_template);
}
}In forum: Virtue ThemeTopic: Product page + add to cart
Hi,
I’d like to know if it’s possible to position “add to cart button” in the middle, underneath the text.
Here is the link to the page *Login to see link
Thank youIn forum: Virtue ThemeFor benefit of who can meet my same problem of not finding Lost Password and other links under LOGIN, please read my notes below.
Some pages are being declared endpoints so don’t exist anymore on your woocommerce list after making the upgrade to 2.1.1
Don’t worry just try to follow these steps, first.
-Click Login
-there you will see a linked statement edit my account right click and copy the url
-go to dashboard > Appearance> Menus
-select TopBar navigation
-go to Links and paste the URL in a new Link, write in the label Lost Password? or whatever and add to menu.
-drag and drop the new link under the Login in place of previous Subelements. Save it.That’s all. I wish it helps you.
Best Regards,
AngeloIn forum: Virtue ThemeIn reply to: links disappeared
I solved it!
For Benefit of others who can meet the same problem, please read my notes here below.
Some pages are being declared endpoints so don’t exist anymore on your woocommerce list after making the upgrade.
Don’t worry just folloow this steps.
-Click Login
-there you will see a linked statement edit my account right click and copy the url
-go to dashboard > Appearance> Menus
-select TopBar navigation
-go to Links and paste the URL in a new Link, write in the label Lost Password? or whatever and add to menu.
-drag and drop the new link under the Login in place of previous Subelements.That’s all. I wish it helps you.
Best Regards,
AngeloIn forum: Virtue ThemeTopic: links disappeared
Hi Ben,
I updated and anything went Ok but there’s a little problem. In the topbar under Login don’t appear anymore the links to Logout, Lost Password, etc.
can you check in my page *Login to see link just hover on login in the leftmost top corner and see.
I also attach a shot…maybe it’s a woocommerce problem but I don’t know because all other things appear working correctly.Thanks
AngeloIn forum: Virtue ThemeTopic: Filter buttons
Hi,
I want to know how to get the filter buttons as in demo site: *Login to see linkIts the “ALL” “MENS” WOMANS” I am after. I want to use it as a fileter option, but cant get it to show on the page? Please advise. Thanks for a great Theme by the way.
In forum: Virtue ThemeIn reply to: WooCommerce 2.1.1
I have problems with adding new variable products – added attributes are not saved and therefore variations cannot be made. Updated both WC 2.1.1. and Virtue 2.1 tonite (though it says it’s 2.0.9.9. but it’s the latest from the download page after seeing you to post it available).
In forum: Virtue ThemeTopic: Product SEO and sidebar
Hi Ben,
I’m testing WooCommerce and I’ve hit two issues with products.
First, could you maybe include a way to choose the sidebar for all products in Virtue Settings (like for the shop and the categories)? By default it takes the main sidebar of the website, which is different and I have to manually change it on all products.
Second, why isn’t there SEO options in the product page? I would love to be able to change the title and description of each product page.
Thank you!
Michael
In forum: Virtue ThemeIn reply to: Sidebar pushed down
February 12, 2014 at 5:56 pm #4529It seems you have edited some files? is that correct? are you using a child theme? Right now the main div is showing a class that should only show up if the page is full width.
Can you tell me what version of the theme you are using? and what you might have changed?
Ben
In forum: Virtue ThemeTopic: > Symbol at top of page
In forum: Virtue ThemeTopic: Sidebar pushed down
In forum: Virtue ThemeIn reply to: WooCommerce 2.1.1
Thanks Ben! All the tabs are working in the new version. However, I have a few products displayed on my homepage under the ‘Products on Sale’ widget of the Homepage and whenever I click on the “Add to Cart” button, instead of telling the customer that it added to the cart, it just brings them to the single product description page and having the item added to the cart…
And for the fonts that are missing, before the update version of Virtue 2.1 I was using “Cedarville Cursive” and “Denk One” but I can’t find those two font in the list anymore.
Thanks,
Vin -
AuthorSearch Results


