This topic has 32 replies, 17 voices, and was last updated 6 years, 9 months ago ago by sgdheeban
Hello,
Here you can post your feature requests and suggestions for Classico theme that will be reviewed and added in the future updates of the theme.
We are very grateful for using our themes and always do our best to make you satisfied. Join us and you’ll get more than just a theme! You’ll get powerful tool to make your website a success!
Regards,
Olga Barlow
A couple suggestions :
1. Please, develop another version of header starting from No 10 design;
2. Enter into admin panel an section for adjusting the sensitivity of resolution mobile menu.Currently it starts at aprox. 1,400 px what is not OK. I mean, when the screen resolution become under “X”px the WordPress Site Design will be Mobile Design…;
3. Include parametric Search with Category / Products Category section included into Search bar.
4. verify the dummy content install for Victoria style;
5. insert into admin panel the settings for h1,h2,h3,h4,h5,h6,and <p>;
6. try to make posible for adding custom menus into Top Bar and other elements
Best regards,
Gabi
Please help me with setting stock label display into product page.
I want to appear “in stock” or “out of stock” labels in the product page and I do not know where I set this.
In woocommerce setting is already set appearance and manage stock but the stock label does not appear
into theme (product page).
Thank you!
Hello @biromax,
Please provide us with wp-admin panel credentials in private content.
Also give us a product link which is out of stock and the icon isn’t shown on products page.
Please note, create a new topic for other issues as the current topic is created for suggestions and proposals for the new theme.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
I am sorry for this issue posted here.
Please, excuse me!
I already send you the login dates.
Best regards,
Gabi
Hello @biromax,
To display “Out of stock” notification you need select “Do not allow” for “Allow Backorders?” field in Inventory section in a product editor.
Please try it and check.
Regards,
Eva Kemp.
Hello Eva,
It’s working for “Out of stock” BUT for stock amount more then “0”, in product page, the label with “In stock” doesn’t appear.
It would be very nice if label “in stock” had appeared with identical design as “Out of stock”.
But no “In stock label”.
Any ideas ?
Please check the setting because I already send you the login details.
Thank you very much!
Regards,
Gabi
Hello @biromax,
Do you want to show “In Stock” on Shop page or single product page?
It can’t be shown on Shop page. If a product is in stock it’s available for adding to cart, and if it’s not the label “Out of Stock” shown and “Read More” button appears instead of “Add to Cart”.
Please take our apologies.
Regards,
Eva Kemp.
I want to see “In stock” label in the PRODUCT PAGE (not in shop page).
I watnt this for all products with stock amount more than “0”.
Please, check!
You alreade have the login data for my site.
Why you not verify yourself this problem?
Thank you!
Hello @biromax,
We need FTP credentials to fix this issue.
Please provide us with them.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Thank you!
Please delete any inappropriate comments or articles with basic subject of this section.
Regards,
Gabi
Hello @biromax,
I’ve reuploaded the file simple.php in the directory wp-content/themes/classico/woocommerce/single-product/add-to-cart. Now “In Stock” notice is shown on a single product page:
http://storage1.static.itmages.com/i/15/0522/h_1432278549_9265803_72bdad94f0.png
Regards,
Eva Kemp.
Thank you very much Eva!
Beste regards,
Gabi
Hello @biromax,
You’re welcome.
Regards,
Eva Kemp.
Hello,
I am a new user of this theme. I am facing an issue of missing user login top-bar on mobile devices. This is mainly because in responsive view, the theme hides the right top-bar. But in this case, how a customer of my website will be able to login? I don’t know if I am missing any theme option. Please suggest..
Hello,
I do want to start of by saying this is a nice theme and has great potential for my site. There’s obviously some addition/fixes that need to be made as things don’t work as smoothly as they should as with anything new! I am wondering why there is such a lag in time to provide updates to this theme compared to others the last update was June 5th and we are now in September? I have worked with a previous theme by 8theme and was a satisfied customer especially with support team which is why I bought this latest theme by 8 theme to create a new website.
I’ve only been working with it for a week along with getting great help from support staff. Here are a few suggestions I have so far:
1. Please add the 8theme brand grid/slider you guys have in a previous theme. Most ecommerce stores are brand based as well and it’s really nice to be able to show your brands in that fashion in an easy to do way by adding that element on visual composer.
2. The theme has quite a few bugs but it seems like support is always able to fix them with custom css but please fix as many bugs as possible so admin panel can run more smoothly such as colors, the instagram widget etc to name a few that I’ve experienced.
3. Being able to edit the contact form or to have different contact form options, there’s a label that says website on the contact form, a accessories or apparel store doesn’t want to know anything about ‘website’ when it has a customer contact them for a question.
4. Popup, it doesn’t work, and when it is fixed it will be great if it doesn’t popup all the time(or to at least have options) like it did in a previous theme. I had to download a 3rd party plugin(mailmunch) for it with many features that ended up working great
5. Maybe add more documentation or videos to help. But support is great and prompt.
6. Header top bar didn’t originally display on mobile and tablet, it would be nice to be able to have that as an option instead of putting custom css staff helps you with.
I’m sure they’ll be more to the list to add as I continue developing and getting help from support.
Keep up the good work.
Thank you.
hello i would like to know how to set up the style of LUCIA . one of the styles of this theme. ( just opened a new forum topic and than i realised that i didn’t write it correctly. Lucia is not a theme right? its a style of a theme ) anyway, i would like to know what is my next step:)
Thank you very much in advance,
tamarica.
J’ai implanter 3 fois Royal avec le WP 4.3 aprés avoir suivi la methode.
Installation avec succes de la base demo, mais impossible de charger un des sites de Royal. Pas de message “all done Have fun !”. En plus probleme de revolution slider manquant et d’image parallax alors que visual editeur le montre bien.
Thanks for your help
I noticed that when you open the search modal (seems like this is coming from boostrap), the entire content of the body jumps 1px to the right of the screen.
I noticed this in some of the demos and on my recently purchased theme in my local environment.
Here a quick and easy fix for this (CSS) :
body.modal-open { overflow:inherit; padding-right:inherit !important; }
Lots of people ask me for the option to have different menu items for logged in or logged out users. I tried to implement the plug-in Nav Menu Roles (https://wordpress.org/plugins/nav-menu-roles/), however it seems to conflict with the custom menu options in the theme.
This is a known issue with a lot of themes, and they say to add this code to nav menu Walker, after the Description field, but I’m having trouble figuring out where to put it in Classico.
<?php
// Place this in your admin nav menu Walker
do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );
// end added section
?>
Would it be possible to include either this patch, or some other means of selecting user permissions for menu items in an update?
I would like to be able to add a Visual Composer ‘Call to Action’ to the site from the widgets screen, but there is currently no widget for this. I have other WP themes that use Visual Composer that have the Call to Action in widgets and it means it can be easily applied to every page without duplicating the code in every page.
Create a field for the google tracking code. That’s pretty much it.
I’ve seen a whole bunch of themes using this and it shouldn’t be that much time consuming, also I think most un-savvy users would appreciate this hugely.
I just added mine directly on the code but it would also save us (a little) savvy customers a little time 🙂
Hello, Catinho,
Thank you for your suggestion. This option was presented in our theme, but we have withdrawn, because it threatens the safety. We recommend you to use special plugins designed for such tasks.
Regards
Hi
Could you please tell me how I change the photo that is at the top of every page? I have imported a Classico Theme and I am working out how to change everything but cant work that one out. Also I have been looking to have a page that displays the brands like it does when you put a products category shortcode on a page. I have tried all the brand shortcodes but non of them seem to work could you please advise me what I am doing wrong?
I suggest disabling the update check. Currently, your version API returns 1.2, when Classico is on 1.7.1. At this point, all the check is doing is slowing down wp-admin by adding an extra HTTP request to every page load.
Hello, I’m new here, but my page speed with Classico theme is really bad, I don’t have photos in my page, and only the esential plugins, this is so terrible, please can you help me?
Please release a new update with Woocommerce 3.0.1 ! 🙂
Hi there,
I’m having some problems with integrating mailchimp, I’ve loaded plugins correctly and set up my api’s to mailchimp but i can’t seem to be able to find where i can add the html data to embed the popup form.
The other issue is for some reason all the buttons that used to be there in visual composer (replicate, edit, delete, move extra) have all disappeared.
Finally i can’t seem to locate where i can edit links (add/change/delete) in my top bar.
I couldn’t find any links on this forum to start a new thread so i’ve posted this here.
Thanks,
Bec
@Bec Hi Bec, I think you posted in the wrong place, this thread is for suggestions & proposals. Your own issue needs your own new thread with the appropriate subject heading. Just some friendly advice.
Hello, @harmoniskissNOA,
Please see screenshot http://prntscr.com/fejw46
You can add [mc4wp_form]
shortcode to the Text editor (Theme Options->E-commerce->Promo Popup->Popup content).
As I see you updated woocommerce plugin to the latest version, but current theme v. 1.7.1 has compatibility issues with woocommerce 3.0.x.
You can download new theme version on ThemeForest https://themeforest.net/item/classico-responsive-woocommerce-wordpress-theme/11024192?s_rank=4. Log in to your account and go to the Downloads area. Then follow the documentation https://www.8theme.com/demo/docs/classico/#theme_installation_and_upgrade
Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/classico/ to avoid problems with old files.
Don’t forget to create backup of your files and database before starting update process!
You need to enter your purchase code to activate the theme and skip Setup Wizard.
You can add links in Appearance > Widgets > Right/Left Side top bar area.
Regards,
Rose Tyler.
Tagged: classico, proposals, suggestions, template, theme, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up