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

  • 11 years, 1 month ago Ruco
    Keymaster
    in reply to: Coming soon page

    Hello,

    Create a coming soon page and set it as coming soon page and front page at general options.
    Add this code at Custom Css Code:

    .home #navigation {
      display: none;
    }

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Menu and codeless slider not displaying on customised template

    Hello,

    How have you created the custom template?
    I don’t know if the it works this way. Can you give me the credentials of an admin user to your site so I can check?

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Change height of footer

    Hello,

    You can change the footer height or the space between the widgets with some custom csss code. You can add it at custom Css Code box at general settings (theme customizations aren’t included in theme support. Support Policy).

    To remove the search placeholder use this code:

    footer .widget_search input[type="text"]::-webkit-input-placeholder {
      opacity: 0;
    }
    footer .widget_search input[type="text"]:-moz-placeholder { opacity: 0; }
    footer .widget_search input[type="text"]:-moz-placeholder { opacity: 0; }
    footer .widget_search input[type="text"]:-ms-input-placeholder { opacity: 0; }

    Best regards!

    • This reply was modified 11 years, 1 month ago by Ruco.
    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Problems with the pages and its mobile versión with portfolio section

    Hello,

    Sorry, this element isn’t responsive.
    You can find some workarounds to make it look better on mobile by adding some custom css style.

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Bug with the menue (newest version)

    Hello,

    I fixed the issue of sticky menu on home page.
    Here I created the home page https://wp.smartgains.de/home-new/.
    Updating the theme you don’t loose any of content and settings, it’s not the reason of the mismatch of the elements of VC on homepage.

    Best regards!

    • This reply was modified 11 years, 1 month ago by Ruco.
    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Portfolio Social Share

    Hello,

    Can you be more clear? The blog post and the portfolio items have the same heart shape like button.

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: google map and extra side navigation

    Hello,

    Open maps.google.com. Search the location. Click here https://www.clipular.com/c/4517308706848768.png?k=51TPiyvXdZuf1nnyYGN4zAucLbA
    Then select ‘Share or embed map’. Go to Embed map.
    Copy only the link that displays at the iframe.

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Mobile site doesn't work

    Hello,

    This isn’t part of the theme. You must have installed a third party plugin for the responsive view.
    When you click “visit entire site”, this is the theme’s look on responsive.

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Banners Not Responsive

    Hello,

    Please can you give me the credentials of an admin user to your site so I can check it?

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Notice "Trying to get property of non-object: codeless_elements.php on line 261"

    Hello,

    I fixed it, by adding a condition in this file.

    It can be fixed also by turning off the debug notices on the host.

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: My first topic

    Hello,

    Please edit the file ‘functions.php’. Find the lines:

    function themeple_wp_title_filter( $title, $sep ) {
        if ( is_feed() ) {
            return $title;
        }

    Replace with:

    function themeple_wp_title_filter( $title, $sep ) {
         if ($title=='Archive')
            $title="";
        if ( is_feed() ) {
            return $title;
        }

    About the Visual Composer buttons please wait the next theme update, it will be available soon.

    You can set the background color of the pages at Specular Settings. If you want to change only the bg color of archive pages, add this css code at Custom Css Code box:

    .archive #content {
      background-color: #fff !important;
    }

    Fixed the header bg color. I set it at Specular settings https://www.clipular.com/c/5796567308042240.png?k=RPH16jLDrMCU34Y9bK51QGXV8Cg

    Best regards!

    • This reply was modified 11 years, 1 month ago by Ruco.
    • This reply was modified 11 years, 1 month ago by Ruco.
    • This reply was modified 11 years, 1 month ago by Ruco.
    11 years, 1 month ago Ruco
    Keymaster
    in reply to: Importing Dummy Data – fail

    Hello,

    Please can you give us the credentials of an admin user in your site so I can check?

    Write them in a private reply.

    Best regards!

    11 years, 1 month ago Ruco
    Keymaster
    in reply to: All Icons Are Missing

    Hello,

    As I have responded you by email:

    I checked your site and notice these errors:

    https://postimg.org/image/koxej4fcz/

    It seems that for some reason your host is blocking the fonts.
    Please contact your host provider about the issue and let us know.

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Visual Composer Custom Post Type

    Hello,

    Sorry, it’s not possible to use VC in custom post types.

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Problem with customizing navigation since WPML

    Hello,

    Please follow the instructions to translate the blog page:
    1. Edit the file ‘specular/wpml-config.xml.

    2. Replace the file content with this one:
    https://www.codeshare.io/5yXQf

    3. Then, please click on the WPML > Theme and plugins localization. Be sure that the ‘Translate by WPML.’ option is selected. Scroll down the page and look for the “Strings in the theme” option. Click on the “Scan the theme for strings” button. This will scan the theme to find the strings.

    Please in WPML > String Translation, check if the strings are available for translation.

    What should be displayed in the String Translation page is the blog page ID (search ’16’). You need to add the page ID translated into other languages ( 1187 is the blog page ID in English ).

    It it doesn’t succeed please replace the file content and let me know so I can help you with the blog translation.

    We will fix this issue on the next theme update.

    Best regards!

Viewing 15 posts - 2,236 through 2,250 (of 3,073 total)
← 1 2 3 … 149 150 151 … 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