Forum Replies Created
-
in reply to: Search in Forun
Hello,
We are working on it. It will be available later in the day. Thank you for the patience.
Best regards!
in reply to: Redux frameworkin reply to: Problems with Tower ThemeHello,
The plugins included in theme are already licensed. You do not need a license number to use them. The messages as described require a licence only in case of an update.
In each theme release, we update every included plugin to it’s latest version (of the time). They are fully compatible with theme version and wordpress.
In cases of major changes (of plugin itself or WordPress) and when the compatibility is compromised, we release urgent updates of all. So it is not necessary for you to update. But if you want to, then you have to buy them yourself.Ps: The purchase code is valid only for registration in this support forum.
Best regards!
in reply to: Mega menu column widthHello,
1- To make the icon too, clickable please go to file vc_templates/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>';2-For the rollover color you have to find the css that has
:hoverclass at the end of css classes. Edit the color there.3-Please add this code for the white border in side of mega menu:
nav .codeless_custom_menu_mega_menu ul>li { padding-right: 7px !important; }Best regards!
in reply to: Child Theme doesn’t workHello,
Sorry for the late reply.
I modified the child theme, i added the necessary files for it to work. I tested it and this is what it looks like when child theme is activated, screenshot. I renamed your previous files just like you had renamed header.php. The widgets below menu where already there. If you do not want them, just go to Appearance > Widgets > Header Widgetized and remove them (while child theme is active)
Right now you have parent theme activated again. Please check it yourself and let us know.Best regards!
in reply to: "post comment" button colorHello,
You have to change the button color in General Options > Styling Options > Buttons Styling.
Best regards!
Hello,
I edited the code for the first menu items alignement to this:
.snap-drawer #navigation nav .menu > li:first-child { margin-left: 11px !important; }It’s ok now. Please check your site.
Best regards!
in reply to: Failed to write file to disk ERRORHello,
This is not a theme issue. Please contact your host regarding it.
Let us know.Best regards!
in reply to: Breadcrumb not displayHello,
@philliptm,
What version do you have? Please update theme to it’s latest version first. Let us know if you still can not find it.Best regards!
in reply to: How to restore a theme backup ?Hello,
If you have exported the site’s settings and data with the export option in General Options > Import/Export (Dummy Data). The file generated is stored in includes\dummy_data\backups folder. It should also display in the drop down.
If it doesn’t then install WP Import plugin and import the file you have from it.
Let us know.Best regards!
in reply to: Radio button and checkbox cssHello,
Please add this code into your custom css box:
.page-id-3348 #content .wpb_text_column :last-child { margin-bottom: 7px !important; }This should be the result. Let us now if it is what you needed.
Best regards!
in reply to: Slider Revolution – text layer problemHello,
-The code i send you was for the js error, not revolution slider. I asked for the credentials so we can check the slider.
-What elements are you not seeing? Most probably these elements are removed from the recent version. You can enable them again by just commenting out the element in the includes/core/codeless_elements.php file.
Send us the elements you want back and the ftp and wp credentials in a private reply. So we can help you with these.Best regards!
in reply to: Social media icons don’t appearHello,
I do see them under menu items, screenshot. To display a social link, you only need to add it’s respective link in General options > Socials. Let us know.
Best regards!
in reply to: Portfolio only showing 9 itemsHello,
Please reset permalinks first for the 404 issue. To display more portfolio items, please refer to this article. Let us know.
Best regards!
in reply to: Centre logo on mobileHello,
To center the logo in mobile please add this code into your custom css box:
@media (max-width: 480px){ #logo img { padding-left: 24px !important;} }Edit the padding to your wish to reach the position you want.
I don’t get the side menu in the normal page like you say. Can you send a screenshot of it? So we can understand better.Best regards!