Forum Replies Created
-
in reply to: Magazine demo/dummy import failed
Hello,
Sure. Let us know if you need help.
Best regards!
in reply to: Viedo in Codeless sliderThis reply has been marked as private.in reply to: Unable To Import Dummy DataHello,
Can you please send us your ftp and wp credentials in a private reply? So we can give this a closer look.
Best regards!
in reply to: error with CALL TO ACTION in responsive modeHello,
I don’t see any “Call to action” element in this page. Are you perhaps referring to the page header title? Please explain better what is your issue.
Best regards!
in reply to: Blue line in all list items with VISUAL COMPOSERHello,
Sorry for the late reply.
This is not an issue of Visual Composer. It is part of it’s layout style. I removed them by adding this code into your custom css box:
.codeless_separator { display: none;}Best regards!
in reply to: Next/Previous Post Buttons ErrorHello,
Sorry for the late reply.
I don’t understand your issue. I see in the screenshot that the arrows are just as they should be. I opened your site and they do send you to the right post (according to the order they are displayed in blog page). Can you please be more specific?Best regards!
in reply to: New theme update – Visual Composer FIXHello,
@hismailf,
You can delete plugin folder directly from the plugins folder. Access it from your ftp. Find and delete this folder: wp-content/plugins/vc_composerBest regards!
in reply to: Memory errors reg. google fonts?Hello,
Please read this topic, regarding your issue. This is a server issue. Please try the solution mentioned in the topic attached or contact your host.
Let us know.Best regards!
in reply to: background color issuesHello,
Please find main.js file in this location: wp-content/themes/tower/js/main.js
Let us know.Best regards!
in reply to: how to link a list itemHello,
The contact elements are all list items. So to edit the code you have to edit file vc_template/list_item.php. To make it recognize the html tags, find these lines:
$output = '<li class="'.esc_attr($style).'">'; if($style == 'simple'){ $output .= '<i class=""></i>'; $output .= esc_html($title);Replace this line:
$output .= esc_html($title);
With this:$output .= $title;
But however it is not possible to place the “mailto” in an anchor links.
Let us know.Best regards!
in reply to: Tower updateHello,
Theme settings do not affect the map in any way. The only reason for the map not to show is if the address url is not in the correct form, or if you include the
<iframe>tags in it. However i already set up the google map for you in the contact us page. I see it is still there and the map is displaying with no issue. See screenshot.Best regards!
in reply to: social likesHello,
Sorry for the late reply.
Do you mean this snippet?<!-- Place this tag in your head or just before your close body tag. --> <script src="https://apis.google.com/js/platform.js" async defer></script>You can add it in file header.php. Before the closing tag of
<header>. See screenshot.
Let us know.Best regards!
in reply to: Responsive LogoHello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo img { height: 37px !important;} }Change the value until you are satisfied with the result.
Best regards!
in reply to: Memory errors reg. google fonts?Hello,
Just like the error message says, you need to increase your memory limit. Please contact your host provider regarding this.
Best regards!
in reply to: Responsive LogoHello,
The logo does get smaller, but in your case not enough. I need your site’s link to provide the precise css.
Best regards!