Forum Replies Created
-
Hello,
Yes the theme is compatible with WordPress 5.0.3. Keep in mind to update the theme to the latest version v1.6.4
Let us know.
Regards!
Hello,
The plugin is included within the theme you don’t need to purchase it. You will find the Revolution Slider into the folder called extra_plugins. You can upload it without any problem.
If you can’t upload through the WordPress Dashboard, try to unzip the revslider.zip file and the revslider folder have to uploaded through ftp into the folder wp-content/plugins/
After that you have to activate the plugin into WordPress Dashboard > Plugins > Activate Revolution Slider.
Let us know.
Regards!
Hello,
I think there isn’t any problem with the theme. The file is called by WordPress Core function “get_template_directory_uri()” recommended by WordPress.
You can check the function here: functions.php :
wp_localize_script( 'codeless-main', 'codeless_global', array( 'ajax_url' => esc_url( admin_url( 'admin-ajax.php' ) ), 'FRONT_LIB_JS' => esc_url( get_template_directory_uri() . '/js/' ),You can see that the constant is FRONT_LIB_JS and is called the function “get_template_directory_uri() . ‘/js/’.
Please can you share with us your wp creds and online link in a private reply. So we can take a closer look.
Let me know.
Regards!
Hello,
I have just fixed it by adding the !important instruction after the “px;”.
Let us know.
Regards!
in reply to: HEADER PROBLEMHello,
I removed the bottom content, you must go into Customizer > Shop > Shop Page Archive > Shop Bottom Content > Set None.
Let us know if you want any further help.
Regards!
in reply to: how do I make a codeless slider loop?Hello,
Yes there is a possibility by change the file tower/js/main.js file find the lines 1193 below:
$('.codeless_slider').imagesLoaded(function() { $loading.css('display', 'none'); var c_speed = $('.codeless_slider').data('speed'); if (c_speed == 'undefined') c_speed = 10000; codelessSlider = new Swiper('.codeless_slider', { slidesPerView: slide_per_view, paginationAsRange: false, loop: false,and change the instruction “loop:false” in “loop:true”
Save the file and let us know.
Regards!
in reply to: Youtube video error message, againHello,
I have just added a new video id and works perfectly.
Let me know.
Regards!
in reply to: phishing contentHello,
Please can you send to us your wp credentials and online so we can check the issue closer (private reply)
Let us know.
Regards!
in reply to: HEADER PROBLEMHello,
As i see you are using Visual Composer. Please try the other normal button instead of the “eye catching button” This will resolve your issue with buttons.
I have added you an button element for example in the same page.
Let us know.
Regards!
in reply to: Portfolio pages displaying as 404Hello,
You have only to reset the permalinks. Login into WordPress Dashboard > Settings > Permalinks. Set the Default option click on save. After that you can again change to the old setting and save.
Let us know.
Regards!
in reply to: HEADER PROBLEMHello,
Do you want to remove them ? If you want to remove the “In Stock” word please try to add this custom css into General > Custom Css Box :
.cl-useful-info{display:none;}In case you want to translate it you have to translate the pot file. Or you can change it manually by edit the file codeless_functions_woocommerce.php file and edit the function “codeless_woocommerce_single_useful_info” when you can translate or remove it.
Let us know if you want any further help.
Regards!
in reply to: Visual composer failHello,
We are so sorry about the issue you had with Visual Composer. Now we are working on this issue and our staff is working to make the June 100% compatible with the Visual Composer. We have themes like Specular, Tower and Thype that are 100% compatible with it.
Let us know if you want any further help.
Regards!
in reply to: Front page won't work with WP Bakery BuilderHello,
I have checked your website right now and seems homepage is ok: https://imgur.com/a/TTaegGF.
Please can you check it again i think you have to clear the browser cache.
Let us know.
Regards!
in reply to: Images don't resize correctly in WooCommerceHello,
To change the images size of the woocommerce you have to add the lines below into function codeless_images_size():
add_theme_support( 'woocommerce', array( 'thumbnail_image_width' => 200, 'gallery_thumbnail_image_width' => 100, 'single_image_width' => 500, ) );You can change the image width by change the values above.
I thinks that the line above will also fix your issue with the image zoom.
About the last question i think isn’t possible with the theme default features.
If you can’t do the changes above by yourself contact us and give to us your wp creds so we can do the changes for you.
Regards!
in reply to: WordPress 5.0.2 won’t load the customizer fullyHello,
The previous user have removed the old Codeless Builder plugin and installed the new one that comes with the theme update.
Let us know.
Regards!