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, 8 months ago Mirela
    Participant
    in reply to: Simple style help me!

    Hello,

    Go to General Options > Header Options, select Header Style-> Simple style, Make Transparency Header -> OFF, Background-> white. Save settings!
    Now go to home page > General Settings > Page Options & Style > Header Color Style for Header 1 ->Dark version. Save! If you are using Codeless slider, make sure to select the dark header version in each of the slides you are using.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Problems with Mobile version

    Hello,

    I added this line: nav .menu { margin-left: -4px !important;} to the previous block. It’s ok now, screenshot. Please check your site.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Accordian not Working in Responsive Mode

    Hello,

    Please try this out, add these lines into your custom css box:

    .vc_tta.vc_general .vc_tta-panels-container, .vc_tta.vc_general .vc_tta-panels {
        position: inherit !important;
    }
    .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
        top: initial !important;
    }

    Let us know.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Centered title heading prob / Chrome

    Hello,

    No, retina display can not be a reason. Try this out, the width of the lines is 90px, try changing it to a smaller value and try again. Add this code into your custom css box:

     .block_title.section_title .divider .line {
        width: 90px;
    }

    Change the value to your need.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Urgent: website non-functional on Internet explorer 8 and 9

    Hello,

    I opened your site from IE9 but did not find the issue mentioned. Screenshot.
    Sorry but we do not provide support for older than IE9 versions.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Staff position

    Hello,

    Sorry for the inconvenience.
    Please go to file vc_templates\staff.php and find these lines:

    /**
     * Shortcode attributes
     * @var $atts
     * @var $staff
     * @var $style
     * Shortcode class
     * @var  WPBakeryShortCode_Staff
     */
    $output = '';
    $atts = vc_map_get_attributes( $this->getShortcode(), $atts );
    extract( $atts );

    Replace with these:

    /**
     * Shortcode attributes
     * @var $atts
     * @var $staff
     * @var $staff_position
     * @var $style
     * Shortcode class
     * @var  WPBakeryShortCode_Staff
     */
    
    global $cl_redata;
    
    $output = '';
    $atts = vc_map_get_attributes( $this->getShortcode(), $atts );
    extract( $atts );

    We will fix this in the next theme update. Which will be released very soon.

    Best regards!

    • This reply was modified 10 years, 8 months ago by Mirela.
    10 years, 8 months ago Mirela
    Participant
    in reply to: Problems with header and how to submit clients?

    Hello,

    1-Please make sure to have activated mobile menu in Header Options > Show Responsive Menu Dropdown. Set it ON.

    2-Go to General Options > Layout > Extra Side Navigation, set it OFF.

    3-Please perform the action of question 1, first.

    4-Go to General Option > Clients, add here the logo and other data.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Slider shadow and adding search bar to navigation…

    Hello,

    Please add these lines into your custom css box:

    .tp-bannershadow.tp-shadow1 {
        z-index: 9999;
        top: 540px;
    }

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: How to prevent staff featured image to be resized

    Hello,

    Please add these lines into your custom css box, for the staff image sizes:

    .single_staff .featured_img {
        width: 200px;
        height: 250px;
    }

    To display more text in description, go to file vc_templates\staff.php and find this line:
    $output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
    edit the 25 value to your need. The more you increase it, the more words it will display.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Accordian not Working in Responsive Mode

    Hello,

    Please go to file wp-content\plugins\js_composer\assets\css\js_composer.css and find this line:

    .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
      position: absolute;
      top: 50%;

    Edit it by commenting out the top attribute. It should be like this:

    .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
      position: absolute;
      /*top: 50%;*/

    Let us know.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Decrease space below menu

    Hello,

    Please add this code into your custom css box:
    .slider#slider-fixed { padding-top: 0 !important;}

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Issues with Homepsge

    Hello,

    Please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Change Header Layout

    Hello,

    Please send us your wp credentials in a private reply. We will help you get this header.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: [PORTFOLIO] – edit portfolio fields

    Hello,

    I see you have already removed them all.(screenshot). To remove the “Project Details” from portfolio items, i added this code into your custom css box:

    .single_portfolio_container .details h4 { display: none;}
    .portfolio_single h4 { display: none;}

    According to the type of portfolio you are using, you can find these titles in files:
    -includes\view\portfolio\single-floating.php
    -includes\view\portfolio\single-fullwidth.php
    -includes\view\portfolio\single-gallery.php
    -includes\view\portfolio\single-container.php

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Styling question

    Hello,

    You had an error in your custom css box. I fixed it, and added this code:

    p a {
        color: #E26336 !important;
    }

    Please check your site.

    Best regards!

Viewing 15 posts - 11,326 through 11,340 (of 12,542 total)
← 1 2 3 … 755 756 757 … 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