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, 7 months ago Mirela
    Participant
    in reply to: Codeless Builder Shortcode added to Visual Composer blocks

    Hello,

    That’s because you are using the Codeless builder as well. To not add any cl shortcode, you have to use solely the Visual Composer builder. Go to your page and start adding elements from Visual Composer editor only.
    See screenshot: https://postimg.org/image/wssl5r37f/
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Cannot View Second Page of Portfolio

    Hello,

    Can you show us the structure of the permalinks? Please reset permalinks in Settings > Permalinks and try again.
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Tower update

    Hello,

    The latest theme update was in August 1, 2017. By the time of the update the version of Visual Composer was 5.2. So indeed you already have the latest included version of the plugin.
    This is fully compatible and does not have any problem with theme. We are already working on a theme update for the new WordPress version and will update theme soon. With all plugins to their current version as well.

    You will be notified then. Let us know if you need help with the update again at the time.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Configuration Item Questions

    Hello,

    1-To change the “Project Description” you need to edit the portfolio core files. Please go to file specular\includes\view\portfolio\single-container.php
    Use Ctrl+F combination key to find the string and change it to your wish.
    The line will be like this:
    <h4><?php _e('Project Details', 'codeless') ?></h4>
    Just change ‘Project Details’ string to your wish.
    -To remove “Project Details“, add this code into your Custom Css box in General Options:

    .single_portfolio_container .details {
        display: none;
    }

    -You can shrink the image using css as well. Add this code into your Custom Css box:

    .single_portfolio_container .media img {
        width: 85% !important;
    }

    2-Yes, you can show only the text for the blog category page, but thi swill affect the ones with featured images as well.
    Please add this code into your custom css box:

    .category .blog-article.standard-style .media {
        display: none;
    }

    3-Yes, this too can be styled with css. Please add this code:

    #comments {
        display: none;
    }

    Let us know if you need further help.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Pages load slowly, show spinner

    Hello,

    Please go to General Options > Page Transition, and set it OFF. This should remove the spinner on page load.
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Outdated theme

    Hello,

    You can always download the latest theme version from your Envato account. Just go to ‘Downloads’. The latest theme version will always be available for download. Currently the latest version is 2.6.
    Yes, you have a very old theme and it’s important to keep it up to date. To update theme without affecting the current theme data, please follow the steps below:
    Update via FTP:

    -If you do not have a ftp account, then ask your host provider to help you get one. Or use the cpanel to access the files.

    Step 1 – Go to “wp-content > themes” location and backup your “specular” theme folder by saving it to your computer, or you can choose to simply rename it. So you’ll have both versions installed. Your content will not be lost.
    Step 2 – Retrieve the newly downloaded “specular.zip” file from your hard-drive and extract the file to get only the “specular” theme folder.
    Step 3 – Drag and drop the new “specular” theme folder into “wp-content > themes” location. Choose to “Replace” the current one if you did not rename or delete it.
    Step 4 – Lastly, update the included plugins! You will see in your wordpress dashboard, a notification message letting you know the plugins have a new version and need to be updated. Follow the on screen steps.

    If you need further help, let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Codeless Builder not load

    Hello,

    Yes, we are aware of the issue and are currently working on it. An update with this fixed will be released very soon (1-2 day at max). Please look forward to it.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Links in body text breaking

    Hello,

    Do you have any third party plugin installed in your site? Please deactivate all third party plugin as one of them may be affecting the links.
    Let us know if the situation proceeds.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: VC kills

    Hello,

    That’s because you are adding text in the ‘text’ tab of the editor (screenshot). This tab is used when you want to use tags to format your text. If you want the editor to recognize the ‘enter’ key action then switch to the ‘visual’ tab.
    Or just use the <br> tag to break the text to a new line.
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Animated Counter on Smartphone

    Hello,

    The first screenshot was from chrome simulator, and the two following screenshots (https://postimg.org/gallery/1v6p74i64/) are from actual device. The test for these two is made from a Samsung s6 mobile.

    -There isn’t any tool for that. You make changes to theme and refresh site in mobile/tablet to view the changes.
    However, as you can see in the other screenshots, there is no problem for them displaying in actual mobile. You only need to improve the site speed in order for them to trigger faster.

    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: "button" VC Element blows up on mobile when url added

    Hello,

    This is styling so it will be css. The code i send you, while being added in the Custom Css box, it is safe from future theme updates.
    We will certainly check this out for the next theme update, but every change will still be a css code, this time added in the style.css file instead of Custom css box.

    So to arrange the text alignment, please add this css too:

    .vc_btn3.vc_btn3-size-lg {
        padding: 18px 82px !important;
    }

    Result code:

    @media (max-width: 979px) {
    .vc_btn3.vc_btn3-block {  display: -webkit-box !important;}
    .vc_btn3.vc_btn3-size-lg {   padding: 18px 82px !important;}
    }

    And this the result screenshot: https://postimg.org/image/aaz08gukr/
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: VC kills

    Hello,

    Which element are you referring to? Can i see a screenshot of it? There are vc elements that do not recognize html tags when displayed. Please give us some more details so we can give a more specific answer.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Equal Height Columns

    That’s great! Let us know if you have further questions.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Animated Counter on Smartphone

    Hello,

    I checked your site in mobile and the animated counters are working well. So are the other animated elements.
    Here are some screenshots:
    Counters while loading in mobile: https://postimg.org/image/mvqakgdwb/
    Counters loaded for second time and other elements: https://postimg.org/gallery/1v6p74i64/

    Do you have any third party plugin installed in your site? Deactivate them all and check if the loading will get faster. Other methods to make your site perform faster are listed in this article: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/

    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Video File

    Hello,

    This is a customization you should do to the WordPress core files. Like php.ini or using the .htaccess file. Please read this related article to help you with it:
    https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

    Best regards!

Viewing 15 posts - 4,561 through 4,575 (of 12,542 total)
← 1 2 3 … 304 305 306 … 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