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

  • 7 years, 7 months ago Ruco
    Keymaster
    in reply to: WPML Setup

    Hello,

    Now you have to change only to duplicate the pages by click the plus button on the WordPress Dashboard > Pages. After click the plus you can copy the original content of the english page and paste to the translation in French.

    https://imgur.com/a/jBjkoKn

    You can read the WPML documentation here for more info:

    https://wpml.org/documentation/getting-started-guide/

    Best Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Sticky Menu only for Homepage

    Hello,

    You have to customize by adding a custom css code and disable the sticky menu:

    .home .header-top{ position:fixed }

    The code above can be added in the General > Custom code.

    Let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Responsive footer

    Hello,

    If you want to remove the whole footer you have to add this line of code:

    @media(max-width:480px){
      .site-footer{display:none}
    }

    Anyway by default the footer is responsive. This is the standard way to show the footer columns in responsive devices.

    Let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Enlarge the image in "recent news"

    Hello,

    I think that you have to regenerate thumbnails to have results. Please use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Change details on Cart

    Hello,

    You have to go to Pages and edit this two: Shop Page Top Content, Shop Single Top Content

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Wishlist not responsive

    Hello,

    We will fix the issue with the next update will be launched in the next days.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Search displays HTML entity for special characters

    Hello,

    To fix this issue you have only to remove the space between the “-” in the product titles.

    Let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: VC full blog not works

    Hello,

    The problem is that you have activated again the page with element and you have unset the page as blog page.

    Please got to Specular > General > Set Articles page as Blog Page. Click on save and retry again.

    P.S In order to receive further support you have to renew you support license that is expired.

    Let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: June Demo Install issues

    Hello,

    You have tried to install the theme demo more than one time. This have caused the duplicated menus.

    Please try to install the theme on a new wordpress installation with a blank db.

    Let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Hide header on home page?

    Hello,

    Have you tried to make the header transparent. There is an option on Page settings Header Over Content (Transparent). You can access it by click on the first circle button on the right bottom area of live customizer. After click on this button on the left you will see page setting and you can set the transparent page header.

    So you can specify the header transparency for every page.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Responsive theme not working for certain elements.

    Hello,

    There is two possibilities:

    1. You have to make the font-size smaller and you don’t have any problem.

    2. Another option is to transform the menu into a responsive one:

    @media(min-width:768px and max-width:1100px){
          header#header #navigation{display:none;}
          .mobile_small_menu{display:block !important;}          
     
    }

    let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: \'slider_dummy_data\' missing

    Hello,

    You don’t need the dummy data of the sliders. In order to install the sliders you have to install the demo and with it will come the slider.

    Let us know if you need any further support.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Increase the content in "recent news"
    This reply has been marked as private.
    7 years, 7 months ago Ruco
    Keymaster
    in reply to: WP bakery builder license

    Hello,

    In that case you have to purchase the regular license and adding it in the Visual Composer.

    Let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: JUNE installation stopped

    Hello,

    I have tried to access the files via ftp but seems impossible to access. There are two possibilities :

    1. Edit the file functions.php file and replace these line below:
    `$value = get_post_meta( $id, $meta );
    $return = ”;
    $nr = count($value); `

    with:

    $value = get_post_meta( $id, $meta );
        $return = '';
     if(is_array($value))
     $nr = count($value);

    2. Another option is to wait our update that will come the next days.

    Best Regards!

Viewing 15 posts - 1,111 through 1,125 (of 3,073 total)
← 1 2 3 … 74 75 76 … 203 204 205 →

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