Forum Replies Created
-
in reply to: OnePage link to id scroll to far
Hello,
Sorry this is not yet implemented.
Best regards!
in reply to: Unable to Upload ThemeHello,
First make sure to download the latest theme version from your Envato account.
Once the zip file is downloaded in your computer, unzip it. Now go to wordpress dashboard > themes and upload only theme zip file (find it inside the unzipped folder).Once theme is uploaded, activate it. If you can’t upload it, then you may need to increase file upload size limit. Contact your host about it.
I am more than happy to assist if you have any difficulties. But this should work well. just try it out and let me know if you still need my assistance.
Note: Please keep in mind that you need to purchase a new license for each site theme is used.
Best regards!
in reply to: Row borders not displayingHello,
You have to add a border width first. See screenshot: https://ibb.co/rymYxCq
Let me know if this is what you wanted.Best regards!
in reply to: Error 500Hello,
Access the wp-content/themes folder in your wordpress installation folder, using a ftp account or the cpanel. Rename theme folder. Then try to login to the wordpress dashboard again. Please add some wp and ftp credentials in a private reply. So we can check this out.
Best regards!
in reply to: Customize Display ErrorHello,
You can add the shop element to achieve this. See screenshot: https://ibb.co/w4zHhm1
The exact look is set by default in the assigned shop page.Best regards!
in reply to: Sticky header not workingHello,
In mobile the sticky header is not available by default. To add it here as well, add this css in the Custom Css menu:
.header_container.cl-header-sticky.cl-responsive-header { position: fixed; z-index: 99999; width: 100%; }Let me know.
Best regards!in reply to: Specular Blog not showing my videosHello,
Blog page pulls out all posts and shows them in a page. To have videos in the blog page, you have to first create a post and add a video to it. You do not have assigned any home page or blog page. (screenshot). What blog page are you referring to?
Please keep in mind that it’s important to assign these to main pages for important functions to be active.
Regards!
Hello,
We checked it and appears to be a bug of grid style. We will fix it in the next theme update. For now please use the masonry style.
Best regards!
in reply to: alt tag on imagesHello,
The alt tags are not yet added to the current theme version. The is already SEO optimized. To further increase it, refer to this article: https://codeless.co/essential-wordpress-plugins-for-seo/
Best regards!
in reply to: 500 Error Internal Server ErrorHello,
Please add wp and ftp credentials in a private reply. So we can access the backend.
Best regards!
in reply to: Site loading very slowlyHello,
you do not need many caching plugins. Just one. Adding more can result in the oposite effect. Try to keep the minimum of plugins installed. Remove the ones you do not use. Optimize images (the most important) and make sure you have enough memory limit allocated to wordpress in your server.
Check other steps to take in order to optimize site: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/Best regards!
in reply to: Codeless Slider on MobileHello,
I added this code into your Custom Css box:
@media (max-width:767px){ .cl_slider .cl-text{ font-size: 10px !important; line-height: 18px !important; } .cl_custom_heading { font-size: 18px !important; line-height: 10px !important; } .swiper-slide .btn-layout-extra-large { min-width: 200px; } }Please check and let us know.
Best regards!in reply to: Sticky header not workingHello,
I reset the sticky header option and it’s ok now. See screenshot: https://ibb.co/VQpdT7c
Best regards!
in reply to: Specular Blog not showing my videosHello,
Please update theme. you have a very old version. The latest version is 3.0. After this, proceed in updating the included plugins.
Let us know if you still have issues after the update.Best regards!
in reply to: How to change the Single Product Display pageHello,
You can find the css classes to edit, from inspect element. Open inspect element of chrome pressing the F12 keyboard. Then check all css classes you need to grab in order to get the layout you want.
See here a tutorial on how to use inspect element:
https://youtu.be/vi1mUy-nXFo
https://youtu.be/nV9PLPFTnkEBest regards!