Forum Replies Created
-
Hello,
1-To align socials in top bar, in top-right corner, please add this code into your customc ss box:
.pull-right { float: right !important;}
2-For the menu, please add this code:.header_8 nav .menu > li > ul.sub-menu, .header_8 nav .menu > li > ul.sub-menu ul { top: 102% !important; }3-To make the icon and text link, please do the following:
a-Go to file vc_templates/services_steps.php and replace all it’s code with this:
https://codeshare.io/LQiZZ
PS: If you do not want the text as link, then find this line:
$output .= '<p><a href="'.$link.'">'.do_shortcode($content).'</a></p>';and replace with this:
$output .= '<p>'.do_shortcode($content).'</p>';
b– Go to file includes/core/codeless_elements.php and find these lines: https://codeshare.io/0KtlL
and replace with these: https://codeshare.io/IBuj6
c-Go to your dashboard and recreate the services step elements.Best regards!
Hello,
Since this is a topic that someone else started, you are not able to see admins private replies. Sorry for that. The text in private reply is this:
I turned off the debugging mode on wp-config file., the messages aren’t showing now.
There aren’t errors, but notices and don’t affect the theme or plugin functionality.
Let us know if you need further help.Best regards!
in reply to: How do I show text field borders for Contact Form 7Hello,
Please add this code into your custom css box:
.wpcf7-form-control-wrap input { border: 1px solid rgba(154, 141, 141, 0.86) !important;} .wpcf7-form-control-wrap textarea { border: 1px solid rgba(154, 141, 141, 0.86) !important;}Best regards!
in reply to: Portfolio PROJECT DESCRIPTION – How do I change it?Hello,
You can edit “Project Description” from files:
-includes\view\portfolio\single-container.php
-includes\view\portfolio\single-floating.php
-includes\view\portfolio\single-fullwidth.php
-includes\view\portfolio\single-gallery.phpTo remove the “Project Details” , add this code into your custom css box:
.single_portfolio_container .details { display: none; }Best regards!
in reply to: Problem some time after a theme installHello,
That does not mean that updates are missing. It means that in those theme updates, no files where changed, only plugins where updated. However vs 1.2.6 is still very old. You need to get the latest theme update (and plugins) for the site to run without any issue.
Best regards!
in reply to: Full height row doesn't workHello,
Please add this code into your custom css box:
.vc_col-sm-6.theravines-intro.wpb_column.column_container.with_padding { height: 438px !important; }Best regards!
in reply to: Header issuesHello,
Can you please explain better? I don’t understand. What do you mean by “the header title effect to not extend to the bottom of the image“? The header titles do not extend their background images. Send us a screenshot if you can, so we can understand better.
-It is not possible to add image to portfolio page header. We will change this in the next update.Best regards!
in reply to: Testimonial SpeedHello,
@nooramanso,
Change again the speed value until you reach the desired speed. If you still can’t succeed then send us your ftp credentials in a private reply. So we can do it for you.Best regards!
in reply to: Staff single entry pageHello,
Please go to Blog Config > Single Post Layout, select the fullwidth without sidebar layout here.
Best regards!
in reply to: TWITTER DOESN’T UPDATEHello,
Sorry for the inconvenience.
We will fix this in the next update which will be released shortly.Best regards!
in reply to: Social Icons in Menu / Custom Buttons in MenuHello,
1-Can you please be more specific? Do you want to add socials into menu item button? If yes, sorry but that is not possible. If you want to add the Vimeo and Behance to the list of available socials, then please see this topic.
2-Go to Header Options > Add button to header, to add button to menu bar.Best regards!
in reply to: header widgetized area and blog title font colorHello,
To change the font color of header widgetized area go to General Options > Top Widgetized Area. For the blog title font color go to General Options > Styling Options > Blog Styling.
Best regards!
Hello,
The “parent” page works just as any other normal page. If you set another page as it’s child, nothing will change for it except that when set in a menu (example sidebar menu) they will display in hierarchy.
There is not a default feature to duplicate pages/posts. You can copy/paste it’s content and recreated the same settings in the new post.Best regards!
in reply to: Tower Theme – Logo DisappearedHello,
I added this code into your custom css box:
.logo_only_sticky .header_wrapper #logo { opacity: 1 !important;}
The logo does display now. Please check your site.Best regards!
in reply to: Menu disappears with smooth scrollHello,
What header style did you choose? Please make sure that the header style (light or dark) selected in the homepage settings is the same as the one selected in the slider. If you send us your wp credentials in a private reply, we can give it a closer look and fix it.
Let us know.Best regards!