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, 5 months ago Mirela
    Participant
    in reply to: Contact Form 7

    Hello,

    Please add this code into your custom css box:
    .wpcf7-form p { color: #0C0C0C !important;}
    Let us know if you need more help.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Custom CSS radio button and checkbox

    Hello,

    The code above is based on the code of the plugin you were using. Since you change it to plain html, these classes are no longer valid and so the css code is useless.
    I don’t see any titles now, screenshot. What do you need to edit here? Let us know, so we can give you the right code.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Visual Editor – Misalignment

    Hello,

    Sorry for the late reply.
    I tested the last situation too (on our side, your credentials are not valid anymore), but still did not get the error mentioned.
    We will soon release a new update of the theme. Let us know if this will continue even after the update.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Portfolio Options Not Displaying

    Hello,

    First please make sure you have all necessary access rights to all wordpress files. Second, since you have changed the permalinks form, try to reset by setting them to default and then again to your custom form. Rename .htaccess file before saving so when you save it will recreate a new and correct .htaccess file.
    Let us know.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Remove WooCommerce Cart Icon and Adjust Button in Header

    Hello,

    To remove the woocommerce shopping cart icon, either uninstall woocommerce plugin(if you do not use it) or add this code into your custom css box:
    .header_tools .cart {display: none;}
    2-To open header button in new tab, go to file functions-tower.php and find these lines:

    <!-- Header Button -->
    <a href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a> 
    <!-- End Header Button -->

    Replace with these:

    <!-- Header Button -->
    <a href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" target="_blank" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a> 
    <!-- End Header Button -->

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Codeless slider conflict on homepage (single page) and other weirdness

    Hello,

    We and other customers, never had these issues. That is why the documentation or Knowledge base does not cover them. There must be some wrong configuration in your site.
    Please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

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

    Hello,

    I don’t see the menu overlapping(screenshot). Did you manage to fix your issue?
    Let us know.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Maximum execution time of 60 seconds exceeded

    Hello,

    You will need to increase memory limit as well. 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.

    Best regards!

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

    Hello,

    Try adding this code into your custom css box:

    @media (max-width: 480px){
    #logo { left: -55px !important;}
    }

    Edit the value to your need. If you send us your site’s url, we can give a more precise code.

    Merry Christmas and Happy New Year!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Blog post social icons and text overlay

    Hello,

    1-Please refer to this topic regarding it.

    2-If you do not want a specific social to show, then please go to General Options > Socials, and remove the link of that social. This will remove it from all other places you are using social icons. If you want to remove specific social only in blog page, then you should use css code for it.

    Merry Christmas and Happy new Year!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Visual Composer Spinning

    Hello,

    What version of the plugin do you have? DO you have any issue with saving any other setting? You may need more memory allocated to your wordpress installation. Ask your host to increase it for you.
    If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.

    Merry Christmas and Happy New year!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Maximum execution time of 60 seconds exceeded

    Hello,

    Just as the error says, you need to increase the execution time limit. Ask your hosting provider to do it for you.

    Merry Christmas and Happy New Year!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Mega-menu drop down alignment

    Hello,

    Please add this code into your custom css box:

    nav .codeless_custom_menu_mega_menu.codeless_mega3 {
        margin-right: -200px;
    }

    Merry Christmas and Happy new year!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Settings erased when updating from front end editor

    Hello,


    @networksolution
    ,
    There haven’t been released an update just yet.

    Merry Christmas and Happy New Year!

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

    Hello,

    Ok, if you can send us the credentials of the other test site too. We’ll check this up and get back to you as soon as we can.

    Merry Christmas and Happy New year!

Viewing 15 posts - 10,291 through 10,305 (of 12,542 total)
← 1 2 3 … 686 687 688 … 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