Forum Replies Created
-
in reply to: Contact Form 7
Hello,
Please add this code into your custom css box:
.wpcf7-form p { color: #0C0C0C !important;}
Let us know if you need more help.Best regards!
in reply to: Custom CSS radio button and checkboxHello,
The code above is based on the code of the plugin you were using. Since you change it to plain html, these classes are no longer valid and so the css code is useless.
I don’t see any titles now, screenshot. What do you need to edit here? Let us know, so we can give you the right code.Best regards!
in reply to: Visual Editor – MisalignmentHello,
Sorry for the late reply.
I tested the last situation too (on our side, your credentials are not valid anymore), but still did not get the error mentioned.
We will soon release a new update of the theme. Let us know if this will continue even after the update.Best regards!
in reply to: Portfolio Options Not DisplayingHello,
First please make sure you have all necessary access rights to all wordpress files. Second, since you have changed the permalinks form, try to reset by setting them to default and then again to your custom form. Rename .htaccess file before saving so when you save it will recreate a new and correct .htaccess file.
Let us know.Best regards!
Hello,
To remove the woocommerce shopping cart icon, either uninstall woocommerce plugin(if you do not use it) or add this code into your custom css box:
.header_tools .cart {display: none;}
2-To open header button in new tab, go to file functions-tower.php and find these lines:<!-- Header Button --> <a href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a> <!-- End Header Button -->Replace with these:
<!-- Header Button --> <a href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" target="_blank" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a> <!-- End Header Button -->Best regards!
Hello,
We and other customers, never had these issues. That is why the documentation or Knowledge base does not cover them. There must be some wrong configuration in your site.
Please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Responsive MenuHello,
I don’t see the menu overlapping(screenshot). Did you manage to fix your issue?
Let us know.Best regards!
in reply to: Maximum execution time of 60 seconds exceededHello,
You will need to increase memory limit as well. Add this line:
define('WP_MEMORY_LIMIT', '96M');
into your wp-config.php file, or ask your host to do it for you.
Also importing without attachements will lower the data flow and make the import process faster.
Let us know.Best regards!
in reply to: Responsive MenuHello,
Try adding this code into your custom css box:
@media (max-width: 480px){ #logo { left: -55px !important;} }Edit the value to your need. If you send us your site’s url, we can give a more precise code.
Merry Christmas and Happy New Year!
in reply to: Blog post social icons and text overlayHello,
1-Please refer to this topic regarding it.
2-If you do not want a specific social to show, then please go to General Options > Socials, and remove the link of that social. This will remove it from all other places you are using social icons. If you want to remove specific social only in blog page, then you should use css code for it.
Merry Christmas and Happy new Year!
in reply to: Visual Composer SpinningHello,
What version of the plugin do you have? DO you have any issue with saving any other setting? You may need more memory allocated to your wordpress installation. Ask your host to increase it for you.
If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.Merry Christmas and Happy New year!
in reply to: Maximum execution time of 60 seconds exceededHello,
Just as the error says, you need to increase the execution time limit. Ask your hosting provider to do it for you.
Merry Christmas and Happy New Year!
in reply to: Mega-menu drop down alignmentHello,
Please add this code into your custom css box:
nav .codeless_custom_menu_mega_menu.codeless_mega3 { margin-right: -200px; }Merry Christmas and Happy new year!
in reply to: Settings erased when updating from front end editorHello,
@networksolution,
There haven’t been released an update just yet.Merry Christmas and Happy New Year!
in reply to: RE: Rev Slider IssuesHello,
Ok, if you can send us the credentials of the other test site too. We’ll check this up and get back to you as soon as we can.
Merry Christmas and Happy New year!