Forum Replies Created
-
in reply to: Navigation button not working
Hello,
Please add some wp credentials in your profile data. So we can give it a closer look.
https://support.codeless.co/?ht_kb=add-private-login-credentialsBest regards!
in reply to: Breadcrumbs above page titleHello,
This can not be done from theme options. You need to edit theme files. sorry but personal customization’s are not included in support.
Best regards!
in reply to: Thumbnails on Product Detail Page not aligningHello,
The first image has different dimensions from the rest, so it resizes differently. While the other images original dimensions are 1200x1000px, the first one is 100x100px. See screenshot:
https://ibb.co/q94Njt1
I suggest you upload a different image and it will be ok.Best regards!
in reply to: Amount of products, load more and shop layoutHello,
You have an error in this line:
echo 'get_permalink( $product->id ).'" class="button">' . __('View Product', 'woocommerce') . '';It should be like this:
echo get_permalink( $product->id ).' class="button">'. __('View Product', 'woocommerce') .'';Let us know.
Best regards!in reply to: Problems with the prices in productsHello,
Please make sure to have set up the prices right. Check this video tutorial: https://youtu.be/Rw_tct2pfoY?t=272
If the issue persists, send us some valid wp credentials in a private reply. So we cna give it a closer look.Best regards!
in reply to: How do I get "Complete The Look Tab"?Hello,
Please check this video tutorial: https://youtu.be/Rw_tct2pfoY?t=155
Let us know if you still need help.Best regards!
in reply to: Navigation button not workingHello,
I made several tests. I switched back and forth all menu items and did not have any issue. Did you manage to fix it? What browser are you using?
Best regards!
in reply to: Logo not showing in header on mobileHello,
do you have added a dark version of the logo? Please add it first in Customize > Header > Logo. Then i’ll check and fix it if needed.
Best regards!
in reply to: help with installation – JuneHello,
Thank you for choosing our theme!
The purchase code register has been removed in later versions of theme because many customers where getting confused.Theme is divided in three autonomous setup sections. The main content -> Setup wizard (screenshot), Header setup wizard (screenshot) and Footer setup wizard (screenshot).
So if later on, you decide to change the header or footer, you can import one of the available styles in a minute! Without needing to import an entire demo from scratch.If you want, we can set it up for you. Just add some valid wp credentials in your profile data. Read this article for more information.
Please make sure to read the documentation and watch the video tutorials to get a fast glimpse of what this theme is made of and what it can offer.
Let us know if you have any question.
Best regards!
in reply to: Edit Copyright TextHello,
Yes, i see. This is one of the Firefox issues. I fixed it buy adding this code in your Additiona Css box:
.cl-custom-heading span { text-align: -moz-center; }Result: https://ibb.co/fXkV21w
Please clear cache if you do not see it at first.Best regards!
in reply to: Spacing on MobileHello,
I don’t see any issue with the list. The items are properly distanced. Do you want the list closer or with more distance? In any case, just add this code:
@media (max-width: 480px){ .services_small.wpb_content_element { margin-top: 35px; margin-bottom: 35px; } }And edit the values to your wish.
Best regards!
in reply to: Product title on topHello,
Sorry but can be more specific? What issue do you have with it? Can i see a link of the archive page?
Regards!
in reply to: Spacing on MobileHello,
Edit the code to this:
@media (max-width: 480px){ .services_small.wpb_content_element { margin-top: 35px; } }Best regards!
in reply to: Embedded SpotifyHello,
1-You can add icons if you want. I listed the files that need to be edited, in one of my old reply. You can do it in child theme too, just make sure to add the files right. The file you have added now (in child theme) is not correct as the folder name and file name are set in capital letter. While the original in parent theme is in lowerletter. This can cause issues.
2-Yes, this is depended of OS type. This is a broader issue that we will look closely and fix in future updates.
3-There is no problem with the bundled plugins. If so, it would have given the same issue to all installations. Some plugins (third party) make changes to the site code and even if you deactivate (or delete) them, these changes do not reverse back. Something like that could have happened to your site. You can test out the lightbox in a test environment.
I suggest you install theme in a localhost and import demo data or your online site data. Use the wordpress import/export feature (Tools > Import/Export).Let us know.
Best regards!in reply to: Portfolio not showing up correctlyHello,
I set a min height of 350px in the portfolio element’s options. This is how it looks now: https://ibb.co/bLM5MbK
Please clear cache and refresh page. Let us know.Best regards!