Forum Replies Created
-
in reply to: Testimonial – carousel / home page
Hello,
Please add this code as well, for the responsive mode:
@media(max-width: 480px){ .testimonial_carousel .item { min-height: 384px !important; }}We will have a fix for this in the next theme update.
Best regards!
in reply to: Blog Style "Second Style" removes paginationHello,
That’s not a issue, it’s the blog style. The Normal, Timeline and Creative style uses pagination, the other styles for “Full Blog” element, will show exactly as many items as you assign in “Post Numbers” option of it. If you set it to -1, it will show all blog items in the same page, without pagination.
However, if you must have it, then make these changes:
-go to file \includes\view\blog\loop-second-style.php and find these lines:<?php if(!is_single() && (!isset($for_element) || !$for_element)): ?> <?php codeless_pagination_display(); ?> <?php endif; ?>And replace with this:
<?php if(!is_single()): ?> <?php codeless_pagination_display(); ?> <?php endif; ?>Let us know.
Best regards!
in reply to: Broken Images through the siteHello,
This is not a theme issue. If you have not made any changes yourself, then contact your host about it. I suggest you run a script or custom plugin to change back all url’s to the correct form in the database.
Best regards!
in reply to: Add icons set(s) / change colors for Circle iconsHello,
1-Custom icons: Sorry but this is a customization that requires coding which is not included in support service. I suggest you hire a developer to achieve this for you.
Related topic.2-To make the icons links as well, 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>';3-To make the icon’s color red on hover too, you need to add this custom css code as well:
.services_large:hover .icon_wrapper, .services_steps:hover .icon_wrapper { background: #e01102 !important }Result screenshot.
-Change the chart skill color in file vc_templates/chart_skill.php. FInd thi sline:
$output .= '<div class="chart" data-percent="'.esc_attr($percent).'%" data-color="'.esc_attr($cl_redata['primary_color']).'" data-color2="'.esc_attr($color).'">';Replace this part: ‘.esc_attr($cl_redata[‘primary_color’]).’ with the color you want it to have. Example:
$output .= '<div class="chart" data-percent="'.esc_attr($percent).'%" data-color="#f79468" data-color2="'.esc_attr($color).'">';-To set a different color for each page’s services, you should add the custom css that changes the main color to the page’s custom css box. Instead of the main custom css box located in General options, which affects the entire site.
4-You can give each service circle icon a different color in “Services Circle Icon Settings“. See screenshot.
Best regards!
in reply to: Strange symbols in Recent News excerptsHello,
What font family are you using? You must use a font family that supports the Cyrillic symbols. I can suggest you search the net to find out if the font you want supports it.
Let us know.PS: I see you support time has expired. Please consider buying an extend of support. Visit this link for it: https://themeforest.net/item/tower-businessdriven-multipurpose-wp-theme/11941335
Best regards!
in reply to: Removing Category from Home Page postsHello,
Can you please check the ftp? I can not access none of theme files from this location. Please see screenshot: https://pho.to/AbU3c
Let us know.Best regards!
in reply to: Change Contact 7 form font colorHello,
The code does work. Please see screenshot. This is added at the General Options > Custom css box. Perhaps you made some error while adding it. Is this not what you wanted to change?
Let us know.Best regards!
in reply to: Adding Recent News to homepageHello,
Please check the credentials you have set in your profile data. The site link is linking to a unavailable website.
We need to give a closer look to this.Best regards!
in reply to: changing font and color in top widget areaHello,
Add this code into your custom css box:
.top_nav .textwidget { color: #3595d6; font-size: 14px; }Change the values to your wish. Let us know if it’s what you wanted.
Best regards!
in reply to: Visual Composer Frontend Editor BrokenHello,
I logged in with the second password. I checked your site and the visual composer really is not working in front-end. I created the same situation on our side but this does not happen. So it is wordpress incompatibility with the latest VC, issue.
I see you have many third party plugins installed. One of them may have affected VC files. Even if you disable them all, the VC still does not work. So i suggest you remove(save a backup of plugin files in case you have made changes to them), the current Visual Composer files and install a fresh copy of it.Sometimes when you install new plugins, they may change some scripts of theme or other plugins running. This will not change back even if you disable or remove completely the culprit plugin. So the best solution is to overwrite the damaged plugin’s files once again.
Read this article to know how to update Visual Composer from theme.
Let us know how it goes, so we can keep track of this issue.Best regards!
in reply to: Problems with testimonial carouselHello,
Sorry for the late reply.
I added this code into your custom css box:@media (max-width: 480px){ .testimonial_carousel{min-height:289px !important;} footer .inner .widget { margin-left: 17% !important; width: 65% !important; } }It will give a initial minimum height to testimonials in mobile and decrease the footer widget content. Also it will center it.
Unfortunately the first testimonial is not complete and this is not something we can fix with just css. I have send this topic to our developers and they are working on a new theme update. We will include a fix for this in the next theme update. We require your patience until then.
Thank you!
in reply to: Link Underline & Bold font?Hello,
I am glad to know that we were able to help. If you are happy with our support, please
rate the product with 5 stars under the Downloads tab of your Envato
profile.
This is very important for us to be able to keep working hard and provide more
awesome work.Thank you for being an awesome customer!
in reply to: Problem with installing templateHello,
I was able to import default dummy data successfully. I set up some initial customizations. You can continue customizing it to your needs.
Read theme’s online documentation to understand more of all the things it offers and create a unique site.
Let us know if you have further questions.Best regards!
in reply to: Portfolio Image QualityHello,
An additional filter for the jpeg images was added. Yes, it will affect all future images.
Best regards!
in reply to: MAP LINK not working in Tower for contact us pageHello,
Please do not duplikate the same topic. Just reply to this one. There is no point to open a new ticket to just reply an existing one.
I closed this: https://support.codeless.co/?topic=problem-continues-with-google-map-for-contact-page
Please keep up in this ticket.
The screenshot is here, you just need to click the “screenshot” word. As it is shown in blue font color, this means it is a link to the image.
If you still can not get the right map url, then just send us the address and we’ll send the right url to you.Best regards!