Forum Replies Created
-
in reply to: Eliminate "No Comment" from Timeline Blog
Hello,
Now that’s strange. This is the code responsible for it. It is tested and it does remove the categories. Maybe you are making some mistake in implementing it. Please open up a new ticket and send us your wp credentials. We will look it up for you.
Best regards!
in reply to: problem with service circle iconin reply to: Import Dummy Data pleaseHello,
Sorry for the late reply.
I was able now to import succesfully the demo data of Business 3 (screenshot). The issue was in the server as theme does not have issue with data import.
I made the first configurations as well (home page assignment, menu, import of sliders..etc).
Please continue with further customization. You should install ‘Contact Form 7’ plugin for the contact form. Let us know if you need help.Best regards!
in reply to: Logo light missingHello,
Please add an
!importantin the last code.
This block:@media(max-width: 1024px){ header#header {background-color: rgba(230, 227, 221, 0.05);} }Will become like this:
@media(max-width: 1024px){ header#header {background-color: rgba(230, 227, 221, 0.05) !important;} }Best regards!
in reply to: Selecting agency demoHello,
Sorry for the late reply.
What agency demo are you trying to import? What is the issue? Is the import not finishing correctly or is not happening at all? Or do you not see the demo screenshot at all?
Please send us your wp credentials in a private reply and we’ll do it for you.Best regards!
in reply to: Cant acess to my Profile in this forumThis reply has been marked as private.in reply to: Unwanted characters in headerHello,
You have many third party plugins installed. Please disable them all and try to enable one at a time. I suspect that the “Siteorigin – Page Builder” may be the culprit, but i can not test it as your wp credentials are not valid.
Let us know.Best regards!
in reply to: My Visual Composer License Key is Not workingHello,
The WP Bakery plugin is included in theme package and so you can install it directly from wordpress dashboard. You do not need a licence key. In every theme update, we include the latest versions of all included plugins as well.
To update visual composer plugin, please read more here.
If you have already bought it on your own, then we can not guide you on licence key issues. You have to contact plugin’s support.
What contact form are you using? If you are getting spammed, we suggest to install ReCaptcha in your contact form.Best regards!
in reply to: Your example theme has problems on mobilein reply to: Minifying CSS Error with W3 Total CacheHello,
Please try to configure the site based on this option’s screenshot. These are actions that are based on this specific host (our host). So you have to play around with the options and find the right configuration especially for your website. You may need to change the engines to make the minify possible.
Best Regards!
in reply to: Plugin installation problemHello,
You must have installed theme in the wrong path. Make sure to have this hierarchy: wp-content/themes/tower/. It is not correct to upload the hole package you downloaded from Envato. Install only theme files!
Let us know.Best regards!
in reply to: Improvement: TestimonialHello,
Thank you for the suggestion. We will include it in the next theme update.
Best regards!
in reply to: Dynamic Links for ButtonsHello,
Sorry but this is not possible. You have to use full links to link button with page.
Best regards!
in reply to: mobile menuHello,
In your style.css (child theme) file i commented out the line with the attribute ‘left’. See the result code:
.mobile_small_menu { top: 50% !important; /*left: 10% !important;*/ }Please check your site.
Best regards!
in reply to: HOW Open New Window with Social Media links?