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: Portfolio hide "All" tab from filters
In forum: Virtue ThemeIn reply to: Customize the second header menue
March 19, 2014 at 6:32 pm #64064. Honestly you shouldn’t it’s highly highly un-user friendly. It of course can be done but I strongly urge you to think about your users. Menus that deep are very hard to navigate, you should be linking to pages with sidebar menus the don’t appear and disappear if you need navigation that long.
Ben
In forum: Virtue ThemeIn reply to: Portfolio hide "All" tab from filters
March 19, 2014 at 6:29 pm #6405So the Isotope filter is not a query filter. It’s really important to make this distinction because the isotope filter only shows and hides what is on the page, Even if you started by only showing one type the page would still have to load all your portfolio items. For large or multipage portfolios it’s not the right solution. The reason it’s part of the theme is because it creates a cool effect for small portfolios but for a large portfolio you need to create categories and link to those pages. You can have sub categories that use the filter but it’s not designed for large portfolios like you are talking about.
You can add a menu to your site linking to say 5 different portfolio pages each one showing a parent category.
Does that make sense?
Ben
In forum: Virtue ThemeHi Ben
Can you let me know how to hide the “All” tab from my portfolio filters and specify a default portfolio type to show when the page loads?
Reason is, I have literally hundreds more drawings to upload and having “All” as the default would create a very long page.
My portfolio: *Login to see link
Thanks
Lee WildeIn forum: Virtue ThemeIn reply to: Retina
March 19, 2014 at 12:27 pm #6389Well the theme is mostly retina ready. Basically it looks good on phones and tablets but I’m working to add support for the mac pro.
The features it includes for retina ready is logo and icons, Then on phones most images are large enough to be considered retina ready.The trick is how you want to support it in full, I’ve tried a popular javascript that adds a retina ready functionality but its not very good and it’s method is the load the page as normal then reload all the images at twice the size so for retina screens (mostly iphones) it loads two sets of every photo and it does so in a two step process. Not to mention the script doesn’t work on all servers. Here is the link with that script: http://retinajs.com/
So I’ve been reading and researching and form what I gather the cleanest way to support the mac retina screens is to load the whole site in retina format (meaning photos are twice as large as normal in pixel size but not on the screen). Overall this makes photos look better on normal and retina screens. But the major downside to this is load time (which can be mostly fixed with really good caching but not entirely)
So my solution at the moment is to have an opt in button in the theme options that will make all the photos larger throughout the site. I’m doing some testing with it now, should be something that comes in the next couple weeks. One of the big things with it is photo size, you will want to upload very large photos.
Ben
In forum: Virtue ThemeIn reply to: Problem with subcategory in breadcrumbs
Ok, so I see it sort it alphabetically. I would like to change sort order by category ID descending. Then subcategory always will be first to choose. Where in code can I do this?
I have already tried with this code in function.php of child theme:
function get_the_category_sort_by_id( $categories ) { usort($categories, '_usort_terms_by_ID'); arsort($categories); return $categories; }but it only changed sorting i section “posted in” on a page. In breadcrumbs nothing change.
Sebastian
In forum: Virtue ThemeIn reply to: Home carousel scroll issues after 2.2.6 update
March 19, 2014 at 7:46 am #6383Ok yeah if you use the page content, you can click the woocommerce button and add shortcodes like:
[featured_products per_page="12" columns="4" orderby="date" order="desc"]Ben
In forum: Virtue ThemeIn reply to: Home carousel scroll issues after 2.2.6 update
March 19, 2014 at 7:37 am #6379Hey,
Maybe I’m confused, The carousel scroll works where where you click the arrow all the visible items scroll away. An example would be the featured products on this page: http://themes.kadencethemes.com/virtue-premium/Determining how many items show has to do with columns and if you want multiple rows then a carousel isn’t the right option. If you are trying to show multiple rows of products you can use the shortocodes woocommerce has available.
Ben
In forum: Virtue ThemeMarch 19, 2014 at 2:44 am #6372Hi Ben,
After updating to 2.2.6, the homepage carousels ignore the “All Visible” setting for Carousel Scroll.
As a result, it will only display products in a 1 row carousel when I need all products to display in multiple rows.Site is being developed on my local computer at the moment.
Any help would be appreciated.
Thanks,
TakisIn forum: Virtue ThemeTopic: Text Padding
In forum: Virtue ThemeIn reply to: Persistent "Smooth Scroller" Question
The scroller itself is great. In another theme I used with the smooth scroller the scroller disappears after the scroll has stopped. This returns the This in turn returns symmetry of the page and also we don’t see the scroller when its not in use making the page more clean and beautiful
In forum: Virtue Theme*Login to see link
pass: 8463timeIsn’t the smooth scroll suppose to disappear while it’s stationery and not scroll as to give back the container real estate to the browser?
This is usually a featured of this js if I’m not mistaken. It keeps the page in perfect symmetry and the scroller only appears during use.Especially important and noticable for mobile phones…
I am I off beam here or is this another smooth scroller all together?In forum: Virtue ThemeIn reply to: Category Filters not working
March 17, 2014 at 11:10 am #6304The filter are for products not categories, They are the categories and they filter the products.
The reason they are not showing on category pages is because you don’t have child categories for each category.
Here is an example: http://themes.kadencethemes.com/virtue-premium-3/
Check out the shop and category pages.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: Category Filters not working
Can’t get the Category Filters to work on…
Also, “Show Category Filter on Category Pages” is ON, however does not appear.
THANK YOU in advance.
KH
In forum: Virtue ThemeIn reply to: Not all Categories not showing up on SHOP page
In forum: Virtue ThemeFirst, thank you for a great theme!
I chose 6 columns in SHOP Settings. Only 4 are showing up on Shop page. You can see that hovering over the SHOP button shows 5 Categories, though only 4 show up on the main SHOP page.
I went through previous posts, though found no answers.
Thank you in advance for your assistance.
KH
In forum: Virtue ThemeMarch 15, 2014 at 10:22 pm #6269Hey,
1. For the feature products to show you have to have featured products: http://theitbros.com/how-to-set-featured-products-in-woocommerce/Docs are located here: http://docs.kadencethemes.com/virtue/
2. In the theme options > home page settings scroll down to the full portfolio settings, you can select how many portfolio items show on the home page.
Ben
In forum: Virtue ThemeCall me crazy BUT i have looked everywhere and I am losing the plot.
Question 1 – How do I get my products to display on the homepage?
I have added the Featured Products in the theme homepage setting yet none of my products show. Only if I use Best Selling products widget thing. I have looked in the product for an option to mark as a Feature Product and no luck? Documentation for this theme I cant find either…Question 2 – Hide a portfolio item from the homepage
I have over 20 portfolio items and only want to show max of 10 on homepage, how do I do this? Do I index each one from 1 to 10 and others leave black an dthey wil will not display?Im losing it here…
In forum: Virtue ThemeIn reply to: Woocommerce Image Sizes
March 15, 2014 at 9:42 pm #6266Hopefully this will better explain: http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/
There is a spot in the woocommerce settings to change the size for catalog pages and a different spot of product pages. You can make the images on the product pages as large as you want by following the directions above and adjusting your “Single Product Image” size.
Ben
-
AuthorSearch Results


