Forum Replies Created
-
in reply to: Adding an image with several map links
Hello,
-It is not possible to give an image multiple link values.
-You can create a table with html code and make it responsive by adding the needed css code for it as well. Read more information on it in these links:
https://www.w3schools.com/css/css_rwd_intro.asp
https://www.w3schools.com/html/html_responsive.asp
https://www.w3schools.com/css/css_responsive_intro.aspBest regards!
-
This reply was modified 10 years, 3 months ago by
Mirela.
in reply to: Trojan Found in Tower WordPress ThemeHello,
The file does not have any virus.
The antivirus in the list, which stated the Trojan malware presence, it’s a Chinese produced antivirus. It’s not updated recently for the international customers and not so reliable. They focus solely on the Chinese market these days. Rising has always been known for poor detection, and in part that may be due to concentrating more on detecting Chinese malware.
Theme files are tested by powerful anti-virus and anti-malware software and we can assure you they have no issue. You can easily see it your self in the list of other reliable antivirus programs.
(example: vendors with 2,000+ staff – ESET or 5,000+ staff – Kaspersky)Best regards!
in reply to: Top Social Bar and Font Question.Hello,
1-In the existing css code you have, this code:
/*#header{ margin: 0 auto; }*/is set as a comment. Meaning, it has no effect on the site so you can delete it any time. The other code makes the services element content float to the left. If you have not added that yourself, or do not want that effect anymore, then you can delete it as well.
2-In the provided css code, you can add any other attribute you want. Width; height; background..etc. Just make sure you are adding attributes that are acceptable from the element. (read more info on css attributes here)
3-To make more room between these elements, please add this code into your custom css box (you are right, it is the box under General Options > Custom CSS Code):
.top_nav .icon_text { padding-right: 20px;}
Edit the value to your need.Best regards!
in reply to: Blog layout stuck on "Creative"Hello,
Please go to blog page’s General Settings > Page Options & Style, and make sure to have set OFF the “Fullscreen Sections Sliding” option. Send us your wp credentials in a private reply, if the issue persists.
Best regards!
in reply to: Slider Revolution Thumbnails off center in FirefoxHello,
Please add this code into your custom css box:
@-moz-document url-prefix() { .tp-thumbs { left: 33% !important;} }Let us know.
Best regards!
in reply to: Revolution slider stopsHello,
Can i see a link where are you running this?
Best regards!
in reply to: visual composer versionHello,
Sorry but you have to wait until the next theme update. We included the latest versions of all the plugins contained by theme package. But if you want to make an early update, then you have to buy it yourself.
PS: This is Specular theme forum. You have purchased Tower theme. Please keep in mind to write future posts, in your theme’s specific support forum. For this one, i will redirect it to the right place.
Best regards!
in reply to: One page menuHello,
I checked your site and there is no apparent issue(error), but it generates the “current menu item” class and does not remove it anymore. That is why you keep having the “About” active. Did you installed(and then perhaps removed) any third party plugin, other than the ones listed?
Have you edited any of theme files? Please disable all third party plugins first. Then update theme to it’s latest version. You can download it from your Envato account. Keep in mind to always save a backup!
Let us know if the issue persists.Best regards!
in reply to: Single portfolio image sizeHello,
Please reupload the images again (after editing functions.php) or install and run a plugin to recreate the thumbnails.
Let us know.Best regards!
in reply to: Homepage Header / Footer SpacingHello,
Sorry for the late reply!
Please add this code into your custom css box:#content { padding-top: 0 !important; padding-bottom: 0 !important; margin-bottom: -90px !important; }Best regards!
in reply to: Menu issue – URGENTHello,
The menu supports up to five levels of submenus. How many sub-levels were you trying to have? We can suggest you using a mega-menu as it will be more user-friendly.
As for the number of pages in menu, there is no issue with that. Maybe you should check your servers configuration or memory limit. You may not have enough memory capacity for your site to not be able to handle all the theme’s data and that can cause memory exhaustion.
I should notify you that this is an issue that does not happen on our side, so we need to identify the causes in your side.
Please increase your memory limit, execution time limit and disable all third party plugins. Try again. If the issue persist, send us your wp credentials in a private reply. So we can give it a closer look.Please read more on our support policy and working hours, here.
Best regards!
in reply to: Add to cart button always visibleHello,
Please add this code into your custom css box:
ul.products li .button, ul.products li .added_to_cart { opacity: 1; }Best regards!
in reply to: One pager with Sticky NavHello,
I added this code into your custom css box:
.sticky_active h2.vc_custom_heading { padding-top: 50px !important; }It’s ok now. Please check your site.
Best regards!
-
This reply was modified 10 years, 3 months ago by
Mirela.
in reply to: Borders on Portfolio Grid (Portfolio Template)Hello,
Sorry for the late reply.
1-To have a border around all portfolio grid, please add this code into your custom css box:
#portfolio-preview-items { border: 4px #ADA923 solid;}for this preview.
2-To add border to every single portfolio item, add this code:
.portfolio-item { border: 4px #ADA923 solid;}preview.Best regards!
in reply to: Firefox & Explorer Display IssuesHello,
Sorry for the late reply.
Please send us your wp credentials in a private reply. So we can fix this.Best regards!
-
This reply was modified 10 years, 3 months ago by