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: 2 Shortcode Questions for Homepage
Hi, Ben –
This worked beautifully. Except now that I’m using the shortcode for the Revolution Slider, I can’t use the theme options to have it not show up in mobile. I’ve set it in the Revolution plugin to not display the layers, so now on the mobile version of the site, there’s just a black bar/background. It’s not the worst thing in the world, but is there a shortcode that would allow me to remove the Revolution Slider from the mobile homepage? (You can look at our site, still very much in test form, here).
A second, much less important question: Since I’m using the icon menu on the homepage only (in place of the primary menu), is it possible to also remove the primary mobile menu from the homepage of the mobile site only?
Thanks!
In forum: Virtue ThemeIn reply to: sku question & some items have no posted price
February 16, 2014 at 9:15 am #4758So after doing some testing it seems the only why to show the product sku without a price is to make it a simple product. Leave the price empty like the external and hide the action button on the shop page.
As for adding “Price on Application” you can do it by adding a custom function to either the theme functions.php file or a child themes functions file:
add_filter('woocommerce_empty_price_html', 'custom_call_for_price'); function custom_call_for_price() { return 'Price on Application'; }That code will check if the product has a price if it’s empty it will say call for pricing.
Ben
In forum: Virtue ThemeHello Ben,
-I have the external affiliate chosen on my products since I did not want the ‘ADD TO CART’ button to appear on product pages. That is swell, but the SKU’s are not revealed on the product page. Can we turn on this feature to show SKU’s on the product page? The website visitors will find this handy when we communicate.-Another issue is some of our products do not have listed prices in the Reg Price box because they are high end items and we invite visitors to contact us for price discussion. In our trade the term P.O.A. means Price on Application. How can we get ‘P.O.A.’ to be entered in the price box in these instances. It only allows us to put numerals in.
But more importantly than that…we can always say ‘Price on Application’ in the description as a solution, but note if there is no price on an item, the product alignment on our category and shop pages do not line up. The products without prices are a shorter height than those that do have a price.Thanks.
In forum: Virtue ThemeTopic: shortcode carousel issue
Hi Ben,
I don’t understand why appear this issue in the english page the carousel shortcode it’s ok while in italian page the same shortcode has a strange issue.
Please, have a look at *Login to see link you will see there’s no arrow to manual scroll and search box is on the bottom while if you click on the english flag it’s correctyou have admin data to check
Thank you for helping me
AngeloIn forum: Virtue ThemeIn reply to: Search bar above Slider or above Secondary Header
February 15, 2014 at 4:51 pm #4740You would need to code it into the header.php, preferably with a child theme, then add some css to make it the width of the page. You wanting to have this on all your pages? If so you can probably drop it right below the banner image call in the header.php file.
Ben
In forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
February 15, 2014 at 4:44 pm #4738So to explain, every category you make automatically create a page in the backend, you just need to link to it, this demo site shows a great example of having a shop page or having navigation to each category and each category having sub categories. http://themes.kadencethemes.com/virtue-premium-3/product-category/tshirts/
So the shop page is meant to show all your products but if you have a ton you are better off making a category of “featured products” and linking that instead of your shop page… if you look on the menus page of WordPress you can add product categories directly into your menu.
The filter you see on the shop page isn’t designed to handle a ton of products, it only filters what is on the page and you don’t want a page to load that many products at once.
As for a arrow navigation on product pages, I am looking into it. I personally prefer using breadcrumbs (an option in your theme options) for product navigation. But I’m thinking about adding this in the next update.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Type Selected
February 15, 2014 at 4:13 pm #4732So no this isn’t possible, The filter is only designed to filter items on the page, it’s not designed to be a menu. I understand the animation between would make a nice menu but it’s not designed work that way. You could do something like this but it would require you to rewrite the code on the portfolio page… I’d have to send some time experimenting to figure out how this could be done.
On the top of my head though this doesn’t make much sense for future navigation. So lets say I want to access commercials, I would have to click on your portfolio then know to click on commercials, it’s a two step process to show something. The reason thats hard is once someone clicks on a single commercial then click back to view a different one the page now shows the highlights category again. To me it makes more sense to use different pages if you want to separate them and don’t want people to access a page with all your work.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
February 15, 2014 at 11:28 am #4725Oh, also… On the individual image pages in the Portfolio section, to the top right of the page, there is a Left Arrow, Grid Image (portfolio), and Right Arrow. Can this easily be added to the individual product pages? ie To be able to view product to product, similar to portfolio images. I’m assuming I can add some custom css. I have added a plugin where I can edit the css for each page. I suppose I could find a way to implement the same images with the desired functionality?
Thank you very much. Kevin
In forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
February 15, 2014 at 11:25 am #4724Thank you very much. I was able to see the sorting options for both the products and categories. This helps a lot; however, I will likely need to find a solution to not default to the “All” category. When I am done developing the site and adding products, it would be too overwhelming to default to “All” because I will have a product for every image on my site, which is more than one hundred.
When you mention “it would be better to link to the category page,” can you elaborate? I do not have a page titled “category.” Is that a particular template for creating a new page? Here is a link to my products page. Not much there, but ideally it would default to “Featured Products.” http://www.kevinforey.com/shop/
Thank you for letting me know about the woocommerce update. I will google search how to resolve a java script error. Let me know if you have any suggestions aside from a google search. Thank you for your time, Kevin
In forum: Virtue ThemeIn reply to: woocommerce not working
Yes I installed it but at first it didn’t work and the home page was totally blank. I had to delete all the theme and child theme files and woocommerce and re-install them again, and then it worked more or less.
The permalinks to the shop options are broken and give 404 error pages (even the new endpoints urls). I’ve tried to manually flush the permalinks several times but the web only works correctly if I set the url to default. I can’t find what is the problem here, any ideas?
thanks!
In forum: Virtue ThemeHi Ben,
since last update (or maybe the one before) my captions are wider than the image.
They used to be as wide as the image, but now they take the full width of the page. See here: *Login to see linkAny idea what’s causing that? Is there a setting I can change?
Thanks!
In forum: Virtue ThemeIn reply to: Portfolio Type Selected
Well, when I use that option and set the portfolio to a specific Type, on the portfolio page the menuType disappear, only that type is shown and the menutype reflect that showing only 1 type (all).
I’ll try to express better my question:
can I point to a portfolio page and a specific menutype without loosing the ability to navigate through the other types?I have for instance the portfolio Videos: Commercials, Highlights and Reel.
I’d like to point “Videos” to show “Highlights” as default Type but still allow on the same page the navigation to Reel or Commercials.
Even better link the porfolio adding a #Highlights or #Reel pointer to the page, or something similar…Thank you very much 🙂
GabrieleIn forum: Virtue ThemeIn reply to: Fonts not pulling over from virtue free to premium
February 14, 2014 at 9:51 am #4694Ok I see, language issue, the theme has a secondary menu, so I didn’t know you mean page title.
</style><link href='http://fonts.googleapis.com/css?family=Londrina+Solid' rel='stylesheet' type='text/css'><style type="text/css"> #nav-main ul.sf-menu a, h1, h2, h3 { font-family: 'Londrina Solid', cursive !important; }That should work.
Ben
In forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
February 14, 2014 at 9:45 am #4692Hey,
You should be able to order categories by dragging them around up and down on the product category page in admin.There isn’t a way to change all. If you want to show a limited category of products you would be better to link to the category page instead of the shop page.
Can you post a link I would like to see a little of what you are trying to do.
As for the home items invisible, this means you either have a javascript error or you needed to clear your cache (two javascript files merged and if the browser didn’t reread that file it wouldn’t work right). With version above 2 there is javascript that runs and reveals your items throughout the theme, if there is a javascript error the items will stay hidden.
You can test this by turning the animation in off in the misc settings of the theme options.One last thing, if you update you have to update woocommerce to 2.1 if you haven’t already. The way woocommerce did the last update there isn’t a way for the theme to have backwards compatibility with other versions of woocommerce.
Ben
In forum: Virtue ThemeIn reply to: Just upgraded and my home page is invisible.
I got it working, after trying everything dragging the layout options back into disable and then enabling them again. What finally worked was dragging a new option over to the enabled side, then it started working. Weird but I’m just glad my home page is no longer invisible.
In forum: Virtue ThemeI just upgraded the premium theme and woocommerce. The woocommerce upgrade was fine and tested. I upgraded the Virtue theme and everything works except now my home page layout content is invisible. Everything is there if you mouse over it but you can’t see it. My site is *Login to see link Any help is greatly appreciated.
In forum: Virtue ThemeIn reply to: Creating Multiple Custom Carousels
February 13, 2014 at 11:49 pm #4676Hey Ben, hope you’ve been well.
Two questions. On the Product page, is it possible to change the order of tabs on the “Show Category Filter on Shop Page.” The default is “All,” followed by an alphabetical order of the product categories. I am curious to know if we can change the order away from alphabetical, and not necessarily have “All” of the products be shown by default.
Also, I was updating from 2.0.5 to the current version. After install, a huge portion of my front page, shop, portfolio, etc… was not visible, but many links still worked. Any ideas what may be causing that? I was able to revert back to my original version and everything is working. It would be nice to update though… I deleted everything in my custom CSS field under Advanced Settings. The problem persisted.
As always, thank you for your help,
KevinIn forum: Virtue ThemeIn reply to: Portfolio Type Selected
February 13, 2014 at 9:40 pm #4663Well I think both things are the same? you want the all to be a specific type. just set that in the portfolio page options.
http://docs.kadencethemes.com/virtue/#portfoliogridpage
Ben
In forum: Virtue ThemeFebruary 13, 2014 at 9:38 pm #4662It’s not cropping but resizing, for speed optimization the theme will often crop/resize image to fit a certain size.
The small thumbnails in the product page for the gallery images are set by woocommerce.
Ben
-
AuthorSearch Results


