Forum Replies Created
-
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!
in reply to: Problems with Mobile versionHello,
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!
in reply to: Accordian not Working in Responsive ModeHello,
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!
in reply to: Centered title heading prob / ChromeHello,
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!
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!
in reply to: Staff positionHello,
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.
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!
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!
in reply to: How to prevent staff featured image to be resizedHello,
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!
in reply to: Accordian not Working in Responsive ModeHello,
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!
in reply to: Decrease space below menuHello,
Please add this code into your custom css box:
.slider#slider-fixed { padding-top: 0 !important;}Best regards!
in reply to: Issues with HomepsgeHello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Change Header LayoutHello,
Please send us your wp credentials in a private reply. We will help you get this header.
Best regards!
in reply to: [PORTFOLIO] – edit portfolio fieldsHello,
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.phpBest regards!
in reply to: Styling questionHello,
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!
-
This reply was modified 10 years, 8 months ago by