Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 8 years ago Mirela
    Participant
    in reply to: Site breakdown after install

    Hello,

    2-Please clear cache. I checked the homepage and the search text is changed. See screenshot: https://postimg.cc/image/gnlsutxct/

    3-The recommended PHP for June theme is PHP 7. Can you recall when the warning started showing? Did you install any new plugin lately? Please know that this is just a warning and will not affect your site.

    4-I checked the “Premium Vacuum Flask” product from the link you send. The quick view is seized first depending on the height of the biggest image in the gallery. The other images are displaying all complete. Do you want to change the size of the first image?
    Let me know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Specular Demos Don't Load

    Hello,

    The latest version of Visual Composer plugin, included in theme is version 5.4.5. To have it, just delete the current version’s files and install plugin again following the instructions in dashboard screen.
    Or if you want to keep both versions, go to wp-content/plugins folder using a ftp account and rename the js_composer. THen install from dashboard instructions as previous suggested.
    In this case you will have both versions installed. Just make sure to have activated only the 5.4.5 version.


    @tswindle
    ,
    Are you trying to import theme files from Appearances > Themes? Please make sure to be importing only theme files and not the entire zip file you downloaded from Envato first. Then make sure to have enough memory limit and increase the file upload limit size.
    You can check theme’s server requirements here: https://codeless.co/documentation/main.html#requirements

    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: menu not working on mobiles

    Hello,

    The plugin’s script are conflicting with theme’s script that is why the issue raised when you activate the plugin.
    Sorry but we do not support third party plugins. If you must keep the plugin, i suggest you hire a developer to help you with this.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Specular Demos Don't Load

    Hello,

    Please use the included version of Visual Composer. The latest one is still being tested. We will launch soon a theme update with all included plugins updated and fully compatible.
    Let us know if the issues persist after this.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: "Internal server Error" when trying to update plugins

    Hello,

    As the error message suggests, this is an internal server error. First check your internet connection, make sure you have a stable connection. Then contact your host and ask them to help you with it. This is a server side issue.

    After updating plugins, check if the saving issue persists. Let us know how it goes.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Remove Codeless Cookies

    Hello,

    I just checked and these cookies are not generated on our side. What version of theme do you have? Please make sure to have the latest version first. Let us know how it goes.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Codeless Slider

    Hello,

    Please go to file js/main.js and find this block:

    $('.codeless_slider').imagesLoaded(function(){
    		$loading.css('display', 'none');
    		var c_speed = $('.codeless_slider').data('speed');
    		if(c_speed == 'undefined')
    			c_speed = 800;
    		codelessSlider = new Swiper('.codeless_slider',{ 
    			slidesPerView: slide_per_view,
    			paginationAsRange: false,
    			loop: false,

    Set loopto true. So it will be like this: loop: true,

    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Your theme (June) contains outdated copies of some WooCommerce template files

    Hello,

    Do not worry about this.
    The WooCommerce file’s version number changes every time there is a WooCommerce update. The current version of theme is fully functional and has no issues with WooCommerce . So apart from the version number, there is nothing to worry about. If it is needed any change or theme update to match any major change from the latest WooCommerce update, we will take care of it and release an urgent update.

    Did you experience any inconvenience with the shop after WooCommerce update? Let us know for anything.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: product view sidebar problem

    Hello,

    Please check this video tutorial to guide you thru the steps to take for this: https://youtu.be/Rw_tct2pfoY?t=6m5s

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Quantity buttons on product page

    Hello,

    Glad to know it worked for you.
    Please know that theme has included third party important files such as woocommerce and thus is depended on Woocommerce changes as well. We try to keep up with these changes and reflect them in every theme release.
    We have taken notice of this and will fix it in the next theme update for sure!

    To set the “Add to Cart” button in line with quantity buttons in mobile, please add this code:

    @media (max-width: 480px){
    .woocommerce div.product form.cart .button {
        margin-left: 0 !important;
        width: 65% !important;
        margin-top: -61px !important;
    }}

    See screenshot: https://postimg.cc/image/j7csns12l/
    Let me know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Folie – Scroll Story menu email link issue

    Hello,

    Please add a mailto: before the email address in theme options. See screenshot:
    https://postimg.cc/image/4vop4v6al/
    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: product image carousel not showing

    Hello,

    Are you referring to the zooming effect when you hover on image? I see you already have other products with this feature. See one of your products where zoom is present: https://dev.painogen.com/product/painogen_natural_pain_relief_olive_blend/

    Just check the settings of both products to add zoom effect in the other product as well.
    Let us know if this is what you asked.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: how to rename FEATURED TOP SELLERS NEW ARRIVALS

    Hello,

    This is a original element of June theme only. It is created from scratch for this theme from our developers. For now this is the structure of this element. You can only change the order of the tabs and the titles. We will add more features to it in future updates.

    The WP Bakery Add-on plugin is a third party plugin that is not included in theme package. If you want it then you will have to buy a license yourself.
    All included plugins are listed in theme’s profile in Themeforest.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Quantity buttons on product page

    Hello,

    Please try adding this css into your Customize > General > Custom Codes> Custom css:

    .woocommerce .quantity:before {
        right: 42px !important;
    }
    .woocommerce .quantity:after {
        right: 42px !important;
    }

    Change the value until you are satisfied with the result.
    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Cart Page:- "cart update" bug

    Hello,

    I just make a test and this does not happen on our side. Can you please update theme first? I see you have version 2.2 while the latest version is 2.3 Then we can check it again if the situation persists.

    *Save a backup of your current files so that you can find and remake the changes made directly at theme files! I remember that you did had direct changes made to them.

    Let us know.

    Best regards!

Viewing 15 posts - 3,106 through 3,120 (of 12,542 total)
← 1 2 3 … 207 208 209 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password