Forum Replies Created
-
in reply to: 2 home page questions
Hello,
-To remove the padding between menu and slider, add this code into your custom css box:
#content { padding-top: 0 !important;}
-Please refer to this topic, regarding it.Best regards!
in reply to: Portfolio Category Slug Names Appearing In PortfolioHello,
I can not access your site as it is password protected. It is true that this code does removes the white background as well. If you do not want to loose it, then you will have to edit the file responsible for it. But keep in mind that this is a edit you will have to do for every theme update.
Go to file includes\view\portfolio\loop-grid.php and find this line:
<h6><?php echo esc_html($sort_classes) ?></h6>
Replace with this:
<h6><?php echo " " ?></h6>
Let us know.Best regards!
in reply to: Check box arrow disappearedHello,
Can you please explain better? What do you mean by “The missing check boxes arrow are in our “Meet the team” page”?
-As for the icons, you have set them to be transparent. That is why you do not see them anymore. I added this code into your custom cs sbox:
.list li.simple i { color: #e5af5a !important;}
..and now they do show.Best regards!
in reply to: Several problems with my mobile websiteHello,
Please send us your site’s url. So we can give it a closer look.
Best regards!
Hello,
Please update theme first. You have a very old version of it. Let us know if the issue will persists.
Best regards!
in reply to: Datepicker in Woocommerce with Theme not workingHello,
Are you using a plugin or an add-on for the datepicker? Send us your wp credentials in a private reply and we can give it a closer look.
Best regards!
in reply to: Codeless Slider not working on iPad/TabletHello,
@DTIAWEB,
Please open up a new ticket and send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Responsive/ Mobile IssuesHello,
Please send us your wp credentials in a private reply. I can do it for you.
Best regards!
in reply to: Reduce white space on pageHello,
Please add this code into your custom css box:
.page_header_yes #content { padding-top: 0 !important;}Best regards!
in reply to: Breadcrumbs not showingHello,
You have chosen the centered style of page header. The other style is the basic, with breadcrumbs. Sorry but is not possible to have both styles at the same time.
Best regards!
in reply to: Theme updateHello,
You may keep it for the moment but sooner or later you will have to update it. That’s because the WordPress and Visual Composer are always developing and it will come a time when you will face incompatibilities of theme code with wordpress it’self.
If you have already received the email from wordpress requiring you to update because of security issues, and had passed that time of update, then you may continue for some time on.
We always recommend to keep theme up to date. You may try to update a clone of your site in localhost. To be sure there won’t be any bad surprise when updating.Best regards!
in reply to: Issues installing demo data and mail chimp pluggingHello,
Sorry for the inconvenience. We will make the needed changes for the included plugin to be used without issues, in the next theme update.
Best regards!
in reply to: Button color not changing in slidersHello,
Are you using Codeless slider? If so, add this code into your custom css box:
.codeless_slider .swiper-slide .buttons.colors-light a.colored {color: #A210C7 !important;}
Sorry but is not possible to change the color for each slide apart.
Which services are you using? There are many services. Please send us a link so we can understand and give you a precise code.Best regards!
in reply to: Row Height ChangingHello,
Are you watching this from Visual Composer front-end? In front-end the measures are not exactly the same as in actual page. However, please send us your site’s wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: I can\'t see Tour section on VCHello,
Yes, sorry but this element has been deprecated from Visual Composer elements. Please use any other tab element.
Best regards!