Forum Replies Created
-
in reply to: Codeless Builder still stuck in loading page!
Hello,
As you can see in the previous post you replied (topic), the theme works fine in an online hosting. It does also in localhost, as we tested with MAMP and XAMPP.
Where are you hosting this? Can you please give more specifications on server status and PHP installed in it?
Best regards!
in reply to: Folie Stuck on Import Template Dummy ContentHello,
Sorry for the late reply.
What theme version do you have? Please make sure first to always have the latest theme version and that you have enough memory limit to perform the dummy data import. Ask your host to guide you with it. Then deactivate every third party plugin and try again.
Let us know how it goes.best regards!
in reply to: Testimonials not scrollingHello,
Yes, sure. To make the testimonials automatically scroll please go to file js/codeless-main.js and find these lines:
/** * Init Testimonial Carousel * * @since 1.0.0 */ CL_FRONT.testimonialCarousel = CL_FRONT.init_cl_testimonial = function(){ "use strict"; $('#testimonial-entries').each(function(){ CL_FRONT.components.Carousel( $( this ), { items: 1, animateIn: 'alpha-in', animateOut: 'fadeOut', }); }); }Edit to this:
/** * Init Testimonial Carousel * * @since 1.0.0 */ CL_FRONT.testimonialCarousel = CL_FRONT.init_cl_testimonial = function(){ "use strict"; $('#testimonial-entries').each(function(){ CL_FRONT.components.Carousel( $( this ), { items: 1, animateIn: 'alpha-in', animateOut: 'fadeOut', autoplay: true, loop: true }); }); }I have added only
autoplayandloopoptions.
Let us know.Best regards!
in reply to: System Status: What does this mean?Hello,
Do you have any other plugin installed in your site? Please disable all plugins and try installing theme again.
Can you post your wp credentials in a private reply? So we can give this a closer look.Thanks!
in reply to: Column links open in the same pageHello,
Can you please be more specific? Where do you have the links in the columns? Can i see a link?
Where do you want to add the icon wrapper? In what element? Let us know.Best regards!
in reply to: Photographer light produce errorHello,
Sorry for the late reply.
We have installed and configured the photography light demo on your site. Please continue adding and editing the portfolio items and their featured images in order to populate more the home page portfolio.
Let us know if you need further help.Best regards!
in reply to: Portfolio images not scrollingHello,
You can make it autoplay but the direction will be right to left. To do so go to file js/codeless-main.js and find this block of code:
https://codeshare.io/2EMPKP
Edit to this:
https://codeshare.io/axeb0dLet us know.
Best regards!
in reply to: Cart Layout, Buttons, & Product TypographyHello,
I have copy-pasted the credentials in your profile but i’m still not able to login. See screenshot: https://www.clipular.com/c/5918078501388288.png?k=lxCQHC0N3IpnS7mJU3ArzVP-4SY
Let us know.
Best regards!
in reply to: Select2 Error WoocommerceHello,
What plugins do you have installed? Can i see a link of the site?
To remove a script from being called from a page, add this code into page.php file:
$page_id = get_the_ID(); if($page_id == 10){ wp_dequeue_script('select2'); }Change the page id (in this case 10) to the page’s id you want this script removed for.
Let us know.Best regards!
-
This reply was modified 8 years, 11 months ago by
Mirela.
in reply to: Search Function – products not blog postsThis reply has been marked as private.Hello,
Yes, you can extend your support time and not necessarily buy another license for it. Just login to your Envato account. Go to the theme’s profile an at the right side you will see the option to extent support time. Follow the instructions to buy only additional support time.
Let us know if you have other questions.Note: Please know that due to some internal server work going on, the status of the support may not be updated in your profile. But however the date will be and we can always check if you are still supported or not. Do not worry if you do not see the support status change here.
Thank you for understanding.Best regards!
in reply to: Child Theme Demo Won’t InstallHello,
The dummy content xml files are located in the main theme folder. Trying to import from a child theme will give error.
Just activate parent theme first. Import the demo you want and then activate child theme to continue customizing the content.Best regards!
in reply to: Main nav pushed outside of header in chromeHello,
Can you please send us some valid wp credentials? I would like to give this a closer look since it does not happen on our side.
Please fill in the login information on the extra information fields of your profile data.Read this article for more information.
Best regards!
in reply to: Icons LinkedHello,
@gyabrudy,
Yes, sure. Just follow my instructions via screenshots:
1- Locate and open the given file. Go to Appearance > Editor. In the right sidebar, you will see some of theme’s files listed. Find services_medium.php among them.
Screenshot: https://postimg.org/image/4elars4t9/
If you would want to access it using a ftp account instead, then you should go to folder wp-content/themes/specular/vc_templates/ and here in the listed files, is the file you need.
Screenshot: https://postimg.org/image/abl1e3nnf/2-After opening the file, find the line of code above (copy text and find it using CTRL+F):
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
Screenshot: https://postimg.org/image/b5vva9dpv/3-Replace it with the edited line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';Save changes.
That’s it. Let us know.Best regards!
-
This reply was modified 8 years, 11 months ago by