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

  • 10 years, 4 months ago Mirela
    Participant
    in reply to: Website Tagline

    Hello,

    The tagline does not have any issue on our side. Can i please see a link where are you running it?

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: cannot install visual composer

    Hello,

    This can happen only if (as the error states) you already have the “js_composer” folder in your “wp-content/plugins” folder. Maybe your tried installing it before and had not succeed, but it already created the folder.
    Just go to your “wp-content/plugins” folder, find and delete the “js_composer” folder. Install plugin once again from the dashboard.
    *You can not install included plugins from your child theme. The url will be wrong and it will result in installation errors too.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Sloppy on iPad

    Hello,

    I made some changes to custom css code. This is the view of site in ipad profile, and in landscape. What do you want to change now? Let us know.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Header Image

    Hello,

    1-To remove the gap under recent portfolio items, i added this code into your custom css box:

    .wpb_content_element{
        margin-bottom: 0 !important;
    }

    2-The version of WooCommerce in the demo is an old one. In the latest releases WooCommerce have changed it’s layout. If you want to change it like the demo, then you edit it’s css.

    3-Can you send / receive emails from your hosting server? This is usually a server issue. Please contact your host and make sure you can send/receive emails.
    I added this code:

    div.wpcf7-mail-sent-ng {
        height: 30px;
        margin-bottom: -35px;
        margin-top: 597px;
    }
    div.wpcf7-validation-errors {
        height: 30px;
        margin-bottom: -35px;
        margin-top: 624px;
    }

    For the validations messages border.
    Let us know.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Overall header for woocommerce sites

    Hello,

    Make sure to have set ON the Active Page Header in General Settings > Page Header Options (screenshot).
    Normally you do not have to edit woocommerce files to show page header. It does take the default page header assigned in Header Options > Default Page Header. Did you had any issue with that?

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Error during upgrade

    Hello,

    There is no problem updating Visual Composer from whatever version to the latest. Follow the steps described in this article to update plugin.
    It does not help exporting your site, as all you need it update theme and visual composer.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Blog sharing botton error

    Hello,

    Just go to your Envato account and download theme files again, like you did the first time. Let us know.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Row set up

    Hello,

    For this layout, copy the code below:
    [vc_row][vc_column][vc_custom_heading text="Extensive Print Strategy" font_container="tag:h2|font_size:16|text_align:center"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]
    Screenshot.
    Paste it in a blank page, then view the configuration in backend mode.
    You can then recreate this in your page.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Border line for text blocks not working

    Hello,

    Sorry for the inconvenience.
    We will fix this in the next theme update. Mean while i can help you achieve what you want with css. Add this code into your custom css box:

    .wpb_text_column.wpb_content_element {
        border: 2px solid #9BB9EF;
        border-radius: 5px;
    }
    

    Let us know.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Responsive Menu

    Hello,

    I understand now, by your previous description i figured you had issues with menu dropdown and not the menu icon. For this, add this code into your custom css box:

    @media (max-width:480px){
    #logo img { height: 45px !important;}
    }

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Translation

    Hello,

    You can easily translate them via .PO/.MO files. Watch this tutorial for more detailed information. Or use more complex plugins such as WPML.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: tower / 1-click install

    Hello,

    Please make sure you have enough memory limit and execution time limit. To increase memory add this line: define('WP_MEMORY_LIMIT', '96M'); into your wp-config.php file, or ask your host to do it for you.
    Also importing without attachements will lower the data flow and make the import process faster.
    Let us know.
    Note: For your security, do NOT send sensitive data (username , password) in a public reply. Make sure to have set your reply as private (scroll down to checkbox) before sending it.
    Ps: This is Specular theme support forum. Please be careful to write in your theme’s specific forum for future topics.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Sloppy on iPad

    Hello,

    I fixed it.(screenshot)
    Please check your site and let us know.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: visual composer with codeless slider throwing erro

    Hello,

    Please send us your ftp credentials too. So we can give it a closer look.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: RE: Rev Slider Issues

    Hello,

    Sorry for the late reply.
    Your site is not accessible. It says: “Error establishing a database connection”. If you can open, can you please show us a screenshot of the issue?

    Best regards!

Viewing 15 posts - 10,186 through 10,200 (of 12,542 total)
← 1 2 3 … 679 680 681 … 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