Forum Replies Created
-
in reply to: switching to dummy data
Hello,
Yes, importing the dummy data will overwrite and delete all you current pages/settings. You can export your current data, but importing them after the dummy will have the same result as the first action.
We suggest you to install a test site in local host, import there dummy data and copy all the pages settings, you want, into the current site.Best regards!
in reply to: Hover Over Sub Navigation Drop Downin reply to: Footer Doesn't Stick to Bottom of PageThis reply has been marked as private.in reply to: Main Navigation – Hover Text ColourHello,
Please add these lines into your custom css box:
.background--dark nav .menu > li > a:hover { color: #e99439 !important; } .header_4 nav .menu > li:hover > a { color: #e99439 !important; } nav .menu li ul.sub-menu li a {color: #777777 !important;}Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: Change footer fontHello,
To edit footer font size please add these lines into your custom css box:
.footer_wrapper { font-size: 14px; }To edit column titles font, add these lines:
footer#footer .widget-title {font-size: 14px;}Best regards!
in reply to: Call-to-action – open in new tabHello,
To open Call to action button in new tab, please do the following:
-go to file vc_templates\textbar.php and find this line:
$output .= '<a href="'.esc_url($button_link).'" class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'"><span>'.esc_attr($button_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
replace with this:
$output .= '<a target="_blank" href="'.esc_url($button_link).'" class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'"><span>'.esc_attr($button_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
-Save file!I clicked on the last portfolio picture and it opens in new tab. Did you solve it?
Best regards!
in reply to: Change of the menu colorHello,
Please add these lines into your custom css box:
.header_4 nav .menu>li:hover>a { color: #777; }PS: By the way, the name of my colleague above, is Ruco. Not Rico. It’s her last name, and she’s a lady :)
All the best!
in reply to: Blurry LogoHello,
You can change the image width x height, by inserting into your custom css box, this code:
#logo img { height: 119px; }In this width it looks less blured. Or just upload an other image ,with better resolution.
Best regards!
in reply to: Translate "Read More"Hello,
You can translate it directly from the files. Please look in these files:
-specular\includes\view\blog\loop-fullscreen.php
-specular\includes\view\blog\loop-index.php
-specular\includes\view\blog\loop-second-style.php
-specular\includes\view\blog\loop-timeline.phpBest regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: Submission Counter | Contact-Form-7Hello,
The contact form 7 does not have this feature. You can use any other plugin that does the trick.
Best regards!
in reply to: Staff carousel paginationHello,
Please copy-paste this code, into a new test page(classic mode):
[vc_row type="full_width_background" bg_position="left top" bg_repeat="no-repeat" bg_color="#f7f7f7" text_color="dark" top_padding="30" bottom_padding="30"][vc_column width="1/1"][block_title style="column_title" title="Our great team." second_title="Special professionals for codeless theme"][/block_title][/vc_column][/vc_row][vc_row type="full_width_content" bg_position="left top" bg_repeat="no-repeat" text_color="dark"][vc_column width="1/1"][staff_carousel pagination="yes"][/vc_column][/vc_row][vc_row][vc_column width="1/1"][testimonial_carousel test_cat="0"][/vc_column][/vc_row]
Save page, go to ‘Backend mode’ and see the configurations.Best regards!
in reply to: Codeless slider fontsHello,
Nice to know there is no issue anymore :)
Best regards!
in reply to: Team Page InfoHello,
Are you using shortcodes for the social? Add these lines into your custom css box:
.icon_text { width: 100%; } .social_icons_sc { width: 100%; }If that won’t do, give me your site’s url so i can check.
Best regards!
in reply to: Testimonials alignmentHello,
The testimonials are aligned. That is just one testimonial, pushed more in the right. Please make sure there are no empty spaces before the sentence. To remove the coma, please go to file vc_templates\testimonial_carousel.php and find this line:
$output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';Replace with this:$output .= '<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';Save and refresh.
Best regards!
-
This reply was modified 11 years, 2 months ago by