Forum Replies Created
-
in reply to: Submenu, logo and topwidgets mobile devices
Hello,
2- It is not that simple though and it requires some time, which i can not give to it since it is a customization not included in support. Please read here our support policy.
3-If you send us your wp credentials in a private reply, i can do it for you.
Best regards!
in reply to: Mobile Device Layout ProblemsHello,
1-Please go to the row containing the google maps, go to settings and enable “Full height row?”.
Please enable admin rights to the user, whom credentials you send us. So we can check all your requests and fix them.
Best regards!
in reply to: Theme My Login or Profile Builder LayoutHello,
Please add this code into your custom css box:
.text-input, .input { min-height: 30px !important; }Let us know.
Best regards!
-
This reply was modified 10 years, 7 months ago by
Mirela.
in reply to: Making Service Square Icon clickableHello,
To make the services circle icons links too, please go to file vc_template/services_medium.php and find this line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
Replace with this:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';
Save file and refresh.Best regards!
in reply to: Layout is allways changing + 1 questionHello,
Please add these lines into your custom css box:
.btn-bt.gradient { background: #eaa133; color: #fff; text-transform: uppercase; border: none; border-radius: 0; } .btn-bt.gradient:hover { background: #eaa133; color: #fff; text-transform: uppercase; border: none; border-radius: 0; }Let us know.
Best regards!
in reply to: Contact Form 7 ProblemsHello,
The Contact Form 7 is a great contact plugin and it is incorporated with the theme. But of course if you want, you can use any other plugin.
If you decide to keep it, add this code:
.wpcf7-validation-errors, .wpcf7-mail-sent-ok { border: none !important; }into your custom css box, to remove the borders.
Best regards!
in reply to: Menu always visibleHello,
Can you please be more specific? The sticky header does that. It keeps the menu visible even when you scroll down. Let us know what do you need to change about it.
Best regards!
in reply to: White space behind header on scroll upHello,
Please update theme and Visual Composer to their latest versions. Let us know if the issue persists.
Best regards!
in reply to: Changing button colors…Hello,
I edited the code above by adding an
!importantat the end of the attributes. It’s ok now. Please check your site.Best regards!
in reply to: Side Menu IssueHello,
Yes it does, but the sub-items (from ‘Pre-transactional Due Diligence’ to ‘Cyber Due Diligence’) are all under the ‘Due Diligence’ item.So when we add a border to it, it will follow the parent’s border size. I don’t know if i’m explaining this well, the thing is that you can not have different length border in both ‘under first parent item’ and above second parent item.
I edited the code again. Please check your site.
Please keep in mind that these are customizations not included in this support.Best regards!
Hello,
Please update theme and Visual Composer to their latest versions. If the issue persists, please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
-
This reply was modified 10 years, 8 months ago by
Mirela.
in reply to: Layout is allways changing + 1 questionHello,
1-Disable all plugins, I have seen many plugins cause this issue. Once done, try to update the pages and see if it shows. If so, then enable one plugin at a time until you find the culprit. Usually it is some type of Caching plugin that causes the problem.
If disabling plugins doesn’t resolve the issue, you may need to repair the database. Access your WordPress database via phpMyAdmin (most hosting providers offer this in their control panel), check all of the tables, and choose “Repair tables” from the pull-down menu.2-Can you please show us what element are you using the button on?
Best regards!
in reply to: Making Service Square Icon clickableHello,
1- To make the services boxed icons links too, please go to file vc_template/services_large.php and find this line:
$output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><i class="'.esc_attr($icon).'"></i></div>';
Replace with this:
$output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'"></i></a></div>';
Save file and refresh page.2-Sorry but this is not possible.
Best regards!
in reply to: MENU ISSUEHello,
Does this happen with other pages? Please reset permalinks and make sure you have all necessary rights to access files. If you send us your wp credentials in a private reply, we can give it a closer look.
Best regards!
in reply to: Problems on Mobile DevicesHello,
For the problem 4 and 7 i edited and organized the css in your custom css box and now they are ok. Please check and let us know.
8- I opened the site from a Samsung Galaxy S4 device and this is what i get: screenshot. The first character does display as it is.
9- Services in home page. I edited the css and added this new class:.align_button { padding-top: 24px;}in your home page custom css section , but please keep in mind that this kind of customizations are not included in theme support.Best regards!
-
This reply was modified 10 years, 7 months ago by