Forum Replies Created
-
in reply to: Changing button colors…
Hello,
Please add the code below into your custom css box:
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline { color: #6ab165; border-color: #6ab165; background-color: transparent; } .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus { color: #ffffff; border-color: #6ab165; background-color: #6ab165; }Edit the colors to your wish.
Best regards!
in reply to: Side Menu IssueHello,
Please add this code into your custom css box:
aside ul.sub-menu { border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; }Best regards!
Hello,
1- Please add this code into your custom css box:
.vc_col-sm-4.nopad.wpb_column.column_container.with_padding { height: 388px; }Let us know.
2- Sorry for the inconvenience, we are checking it up and will let you know asap.
3- The demo, uses an old version of Woocommerce plugin. The new versions of this plugin, have the +/- signs removed.Best regards!
in reply to: Trouble with imagesHello,
Please import again the images. And run a plugin to recreate the thumbnails.
Best regards!
in reply to: Problems while importing demoHello,
Did you save the imported data after finishing the import? Please try importing dummy data again and save the changes after finishing the import with success.
For the mailchimp plugin, you could try contacting your hosts as it appears that there is an issue with their servers connecting to wordpress.org (sometimes caused by a failure to compile PHP with cUrl). Or you could try installing your plugins manually.
Let us know.Best regards!
in reply to: Cannot select new main menuHello,
Sorry for the late reply.
What version of the theme do you have? Did you made any updates recently? Please update theme and Visual Composer to their latest version first. If the issue persists, then please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Left Hand Header Layout – Adding Custom LinksHello,
Sorry for the late reply.
Glad to know is all set. Please let us know if you have any other question.Best regards!
in reply to: Left Sidebar Layout QueryHello,
Sorry but it is not possible to have this view for the sidebar. Although it is very beautiful. You can however have the menu like this. If you choose the Header Options > header Style > Left/Right header, then scroll down to Background and set up the transparency.
You can see an example in one of our demos: https://codeless.co/specular/agency/
We can help you achieve it, let us know.Best regards!
in reply to: FAQs Not Working on One Page LayoutHello,
Sorry for the late reply.
-Sorry for the inconvenience, we are checking it up and will let you know asap.
-Yes, you can add additional links that are not part of the one page. An example scenario is to add a new custom menu item and assign a custom (external) url to it.
-Sorry but by default, the theme does not support more than one menu to use. You can use any other plugin to achieve this.Please send us your wp credentials in a private reply, so we can give a closer look to the FAQs issue.
Best regards!
-
This reply was modified 10 years, 8 months ago by
Mirela.
in reply to: Blog loading problemHello,
In what screen resolution are you accessing your site? In a 16:9 DAR, the columns are displayed ok. Please see the screenshot. However, even in a smaller screens the blog should not have any issue. I tested the same configuration on our side and this does not happen.
Please disable all third party plugins, update theme to it’s latest version, the Visual Composer and let us know if the issue persists.Best regards!
in reply to: How to edit top navigation like business 4 theme?Hello,
Sorry for the late reply.
To have the top navigation like the demo, please make sure to have enabled the “Top Navigation” area in Header Options > Top Widgetized Area > Show Top Navigation -ON.
-Then go to Appearance > Widgets, and add the necessary widgets to the ‘Top Header Left’ and ‘Top Header Right’ (screenshot).
-Add this shortcode:
[contact_information tel="+114 554 888" addr="20 St Street, New York" email="[email protected]"]
into the ‘Header Widgetized Area'(screenshot).
-For the menu style, please go to Header Options > Header style, and select the ‘Navigation with border separators’ style.
If you are having problems enabling these, you can send us your site’s credentials and we can do it for you.Best regards!
in reply to: Latest update breaks revolution sliderHello,
Thanks for the feedback! Glad to know is all ok now.
Best regards!
in reply to: Missing alpha-channel for transparent headerHello,
Sorry for the late reply.
Can you please post your wp credentials in a private reply? So we can give it a closer look.Best regards!
in reply to: Back to Top ButtonHello,
-the use of ‘!important’ is a notice, but it represents no issue in the code.
-To change the background color just edit the second css code to this:
.scrollup { background-color: #c7cdfc !important; }
-The arrow is an image. To change it, edit the image source url to the one you want to use. (this attribute: background-image: url(‘img/icon_top.png’);)-By default the button position is the beginning and does not fade. I will suggest this edit to the developer team to include in the next update. Sorry but this is a customization not included in this support.
Best regards!
in reply to: Back to Top ButtonHello,
You have pasted the code wrong. The first code should have a dot at the beginning:
.scrollup { z-index: 9999; display: block !important; }This will display the ‘back to top’ button in your site. (screenshot).
The second block of code:.scrollup { background-color: rgba(199, 205, 252, 1); background-image: url(‘img/icon_top.png’); }contains the attributes that are responsible for the button color/transparency and arrow image. If you want to change them, edit the values of these attributes.
Best regards!
-
This reply was modified 10 years, 8 months ago by