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

  • 9 years, 4 months ago Mirela
    Participant
    in reply to: Mobile background issue and logo issue

    Hello,

    Please create an account for us to check the site behind the comming soon mode.
    Read this article for more information.

    We are having some internal server works and will update the support status as soon as possible. We ask for your patience until then. Don’t worry for the ‘expired’ status. You will be getting all the support you need.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Specular Widget

    Hello,

    You can find these strings in file: \includes\register\register_shortcodes.php

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Translate "Read More"

    Hello,


    @MerijndeSteur
    ,
    I edited this line:
    <a href="<?php echo esc_url(get_permalink()) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?>"><span><?php _e('Read More', 'codeless') ?></span><i class="moon-arrow-right-5">

    to this:
    <a href="<?php echo esc_url(get_permalink()) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?>"><span><?php _e('Lees verder', 'codeless') ?></span><i class="moon-arrow-right-5">

    in file includes/view/blog/loo-second-style.php. Please check you blog page. The Read more is translated and the blog is showing just fine.

    PS: Apologies if the translation is not correct. It’s a google translation as i don’t speak dutch.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Highlighting

    Hello,

    Yes, you can. Please add this code into your custom css box:

    .services_small h4 {
        pointer-events: none;
    }

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Envanto toolkit

    Hello,

    The theme’s latest version was uploaded last week. If you already have it, then there will be no notification for theme updates. If not, please make sure to have added the marketplace username and API key correctly. Wait at least 5 minutes or clear cache.
    Please read more regarding Envato Toolkit here.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Problems with testimonial carousel

    Hello,

    Please read more on how to update theme in the theme’s online documentation: https://codeless.co/documentation/main.html#update_theme

    All the theme’s files and folders will be overwritten from the update. If you have made direct changes to theme files, then we strongly suggest to keep a backup of theme folder (you can just rename the old folder and then upload the new version).
    As for your site’s content (pages, posts) and settings, they are stored in the database so the update will not affect any of it.
    Let us know if you have further questions.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: left menu tower

    Hello,

    First, make sure to have selected the side menu style in Header Options >
    Header Style
    . Then go to Appearance > Widgets and add the socials widget in the “Header Widgetized Area“. See screenshot: https://www.clipular.com/c/5174166057910272.png?k=CRG2Ss-gAHMcO2YK9_2G-VHYZAQ

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Visual Composer,Slider Revolution and Layer Slider

    Hello,

    You can only update them from theme. Please read this article for more: https://support.codeless.co/?ht_kb=visual-composer-update

    All the included plugins, Visual Composer too, have extended licenses. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. You can not update it on your own terms with this type of licence.
    The rules of the marketplace doesn’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.

    If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
    You are free to make the choice that best fits your needs.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Sliders Plugin

    Hello,

    These three slider plugins are included in theme for your convenience and to have more options. Each of them offers different styles and options to create the slider that best fits your needs. Even if one of them may not have pre-build sliders in a certain demo, that does not mean that you can not use it.
    If you like how the Layer slider looks, then create/import one and use it in your site. If you like the Revolution then use that.
    Having all three installed and activated in your site will not affect it’s performance or quality.
    However, you can only remove (deactivate) two sliders. Revolution and layer slider. The Codeless slider is build-in and to remove it you will have to edit theme files.
    This is not recommended.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: One word translation

    Hello,

    Yes, you can easily translate it using the .PO/.MO files, no need for additional plugin. But you can not access them without a ftp or cpanel account.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Tabs Layout

    Hello,

    This is a change made in the theme some updates later (the online demo has the very first version of theme).
    To change it in order to have the old classic style when you create a tab from the scratch, please go to file includes/core/codeless-elements.php and find these lines:

    vc_add_param("vc_tabs", array(
    
      "type" => "dropdown",
    
      "class" => "",
    
      "heading" => "Style",
    
      "param_name" => "style",
    
      "value" => array(
    
        "Classic" => "style_2",
    
        "Modern" => "style_1"
    
      ) 

    Edit “style_2” to “style_3”. Save changes.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: featured image size

    Hello,

    To move the portfolio item’s text further to the left, please add this code into your custom css box:

    .single-portfolio .row-fluid .span9 { width: 60% !important;}
    .single-portfolio .row-fluid .span3 { width: 35% !important;}

    Change the values to your wish.

    As for the portfolio categories, the navigation menu is over the filter bar. That is why all the categories under menu bar are unclickable. To fix this, add this code into your custom css box:

    header#header #navigation {
        margin-top: 36px !important;
        height: 60% !important;
    }

    Result screenshot.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Tabs Layout

    Hello,

    I reproduced the tabs page into your site. Please check it here:
    https://www.blattspiel.at/tabs/
    The classic style is showing up just like the demo.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: One word translation

    Hello,

    You can use WPML plugin to translate theme. It is compatible with Specular theme.

    Best regards!

    9 years, 4 months ago Mirela
    Participant
    in reply to: Visual Composer,Slider Revolution and Layer Slider

    Hello,

    You can install and activate included plugins from the wordpress dashboard. Look for the message requiring you to install necessary plugins. Watch this video tutorial: https://www.youtube.com/watch?v=fHBeNR43BSo where the theme is being installed and after that the included plugins as well.
    You do not need additional activation code. The plugins will work perfectly.
    Watch other useful video tutorials here: https://support.codeless.co/?page_id=45
    Let us know if you have further questions.

    Best regards!

Viewing 15 posts - 6,256 through 6,270 (of 12,542 total)
← 1 2 3 … 417 418 419 … 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