Forum Replies Created
-
in reply to: Position Products
Hello,
–If I use the “shop element” option, the products are still displayed twice: Once in the shop element (9 products) and once below also 9 products with the “page default layout” with.
Please do not use the shop element in a page assigned as shop page, or the products will be displayed twice because these are two different features.I think you misunderstood how the shop works. The ‘shop’ element of Codeless builder is complete and independent from the Shop page. You should not use both features in one page.
Either use the shop page, by assigning a page as shop in Woocommerce plugin options.
Or use a normal page and add the Codeless Builder shop element.
These two features are stand-alone and will display the products available, independently of what other elements you add in the page.Each of them has a different layout and features. You can use the one you want.
Let us know.Best regards!
in reply to: June modification listHello,
Sorry for the late reply.
1-Just check that there are no brackets left open or double. This is a syntactic error. Check the syntactic error. This message you got: “There are 2 errors which must be fixed before you can save. Can force update though.” shows up when you change code from style.css file directly. When opened from Appearance > Editor. However, you can still save your changes.2-Great!
3-Please try adding this attribute to the current css:
position: fixed !important;4-You can change the width of products in mobile using custom css. Can i please see a link where you have this? So i can help with the code.
5- The “Search Your Style” and “Similar Styles” can be found in files:
june\includes\codeless_builder\header-elements\cl_header_search.php
june\includes\codeless_builder\header-elements\cl_header_tools.php
june\lang\june.pot
june\woocommerce\single-product\related.phpOpen files in an editor and use Ctrl+F combination to search for the strings. You can use the pot file to replace the current strings with your own as well. Use the same workflow as if you were to translate them.
Check this article to understand more on this way of replacing strings: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-filesLet us know.
Best regards!
in reply to: Folie – Architecture TemplateHello,
You add this attribute:
position: center center !important;
So the result css would be this:body.page-template-default.page.page-id-517 { background-image: url(https://dev.fergusonarchitects.co.za/wp-content/uploads/2018/04/estate_new-1.jpg) !important; background-position: center center !important; }Best regards!
in reply to: Wishlist page is emptyHello,
I checked the “Enable YITH Wishlist” in the YITH Plugin > Wishlist > General Settings >Wishlist Page. Now the wishlist page is showing up ok. See screenshot:
https://postimg.cc/image/m60tyep1z/
Let us know if you need further help.Best regards!
in reply to: TranslationHello,
This is string present in Woocommerce plugin files. You can find it in these files:
wp-content\plugins\woocommerce\i18n\languages\woocommerce.pot
wp-content\plugins\woocommerce\includes\wc-template-functions.phpWe recommend you to use the .pot file to translate strings or changes them. Save a copy of the edited file to retrieve in case of future plugin update.
Best regards!
in reply to: Handel Theme, Services Section, Image displayHello,
You are right. We will fix this in the next theme update. Thank you for noticing it!
In the mean time, please use custom media before or above the service text.
Let us know if you need help.Best regards!
in reply to: How to set Shop Categories Top Content?Hello,
Sorry but the Top content is available only for the shop page. Not single products or categories page.
Best regards!
in reply to: How to set "add to cart"Hello,
The cart was off because the Catalog mode was set on. I set it OFF in Customize > Shop > Shop Page Archive (screenshot) and now the cart is visible.
Please check your site and let us know.
Best regards!
in reply to: Product Image not showingHello,
I checked the product page and the image shows up if some other kind of action is performed (example opening inspect element: screenshot).
I see there are errors showing in your site. DO you have any third party plugin installed? Please deactivate them and try again.
If the issue persists, please fill in the extra fields in you profile data.
Read this article for more information.Best regards!
in reply to: featured and top sellers and new arrivalsHello,
Sorry but you can’t with theme options. The tabbed shop element uses default wordpress functions to automatically pull the products that belong to these three categories and show them in your site. To change this you will need to change the element’s code in theme core files.
This is not recommended as it will prevent you from taking future theme updates. However, if you must then we recommend to use a child theme to make such major changes to theme.Please keep in mind that personal customizations are not covered from this support.
Best regards!
in reply to: Folie Sample ContentHello,
Please go to General options from Appearance > Customize and make sure to have selected a home page for your site. Then In Appearance > Menus, edit out current menu. Add the pages you want to use and then assign this menu as your main menu.
If you want we can help you with the initial configurations. Just add some valid wp credentials in the extra fields in your profile data.
Read this article for more information.Best regards!
in reply to: Portfolio questionsHello,
1-Yes, but you have to use custom css for this. Try adding this code into your General > Custom Codes > Custom css:
.cl-filters.cl-filter-small .selected:first-child { display: none; }Result screenshot: https://ibb.co/fEJLz7
2-Sorry this is not possible. The link is generated by a script for all portfolio items in a loop. It’s not possible to differ one item from another.
3-4-Can you please update the site’s admin link in your profile data? The current link leads to a “non existent” page. SO we can give a closer look to the logos category configuration.
Let us know.
Best regards!
in reply to: Page Fullwidth Content problem with new versionHello,
I’m glad to see you resolved your issue but i can’t say it a bug since this is not an issue present on our side. We have tested theme many times (Envato team has as well), also other users do not report such situation. So this looks like an isolated case.
I will forward this ticket to our developers so they can investigate further and include any needed changes in the next theme update.
Let us know if we can help with anything else.
Best regards!
in reply to: "Similar Styles" products not displaying properlyHello,
This is strange. I opened the product page from chrome on Mac and i still get to see the “Similar Styles” very well. See screenshot: https://ibb.co/b21Fwn
I will forward this ticket to our developers for a more professional review.
Best regards!
in reply to: Fatal Error when using Customizer > Page BuilderHello,
I just made a test and this error is not happening. See screenshot: https://ibb.co/husup7
Can you please try deactivating third party plugins and try again? Did you made any direct changes to theme files? Can you update theme in order to rule out the possibility of any corrupted file? What PHP version do you have running in the server?
Let us know.Best regards!