Forum Replies Created
-
in reply to: Service icon link
Hello,
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 .= '<a href="'.esc_url($data['link']).'"><div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div></a>';Best regards!
in reply to: Bad responsive Image behavior in FirefoxHello,
That is actually the right responsive layout. In smaller screen sizes the elements are set to flow one after another and keep as much as possible of the normal sized dimensions so they will be the most visible to visitors. If you keep the elements in the same row even in small screens, the elements will be stretched to the point that will be uncomfortable for the eye(also not responsive at all).
I opened your site in chrome/firefox/IE11/iphone/ipad and did not see any issue.
Let us know.Best regards!
in reply to: HTML link in Portfolio Project DetailsHello,
To make the portfolio details as links, go to file \includes\view\portfolio\single-container.php and find this line:
<li><span class="title"><?php echo esc_attr($cl_redata['single_portfolio_custom_params'][$i]) ?></span><span><?php echo esc_attr($cl_redata['single_portfolio_custom_fields'][$i]) ?></span></li>
Replace with this:
<li><span class="title"><?php echo esc_attr($cl_redata['single_portfolio_custom_params'][$i]) ?></span><span><?php echo $cl_redata['single_portfolio_custom_fields'][$i] ?></span></li>-To edit portfolio image sizes, please refer to this article.
Best regards!
in reply to: Tower | Business-Driven Multipurpose WP ThemeHello,
I have replied you here: https://support.codeless.co/forums/topic/menu-links-to-target-pages/#post-11330
Please keep up in the replies for this issue in the other post.Best regards!
in reply to: Menu Links to target pagesHello,
This is strange. There are no issues for viewing any of the imported pages from menu. Please try to reset permalinks first. Go to Settings > Permalinks, set them to default->save and then reset to your previous form-> save.
Let us know if the issue persists. To save time, send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Dummy Data – Can only install some demosHello,
I see you are no longer using Tower theme. Let us know if you decide to come back and still need our help.
Best regards!
in reply to: Sticky Header LogoHello,
Please clear cache and refresh site’s pages. The custom css code is not for a specific device. You should see the changes from any device/browser you access site.
Can you explain better on the “post’s” issue? Do you need any help from us?
Best regards!
in reply to: Firefox & Explorer Display IssuesHello,
please try to add this code into your custom css box:
@-moz-document url-prefix() { .wpb_single_image .vc_single_image-wrapper { margin-left: -53px;} .wpb_single_image img { max-width: 67% !important; float: left !important;} } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { #content { width: 85% !important;} }Let us know.
Best regards!
in reply to: Change pagenation hover color?Hello,
Please add this code into your custom css box:
.nav-fillpath .icon-wrap::before, .nav-fillpath .icon-wrap::after {background: #BCC710 !important;}Best regards!
in reply to: Mobile MenuHello,
Please add this code into your custom css box:
@media (max-width: 979px){ .header_5 .mobile_small_menu { display: block;} }One of you other plugins or some script/css you may have added, has disabled the default display of small menu. By adding the code above it will display ok again.
Best regards!
in reply to: One page menuHello,
You had set the links in menu, wrong. Wrong link: https://www.scotthegasman.co.uk/#about
Right link: #about
I change that and it’s ok now. Please check your site.Ps: this is Specular theme forum, you have Tower theme installed. For future posts, please make sure to open your tickets to the right forum.
Best regards!
in reply to: Contact Form 7 & Codeless sliderHello,
Please make sure to have set OFF the slider in mobile option in page’s General Settings > Slider Options > Remove Sliders from Mobile Phone View (screenshot).
If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Page Header in mobile modein reply to: does not the responsive No works responsiveHello,
Please add this code into your custom css box:
@media (max-width: 480px){ .swiper-wrapper { width: 271px !important; height: 271px !important; }}Result screenshot.
Best regards!
in reply to: Problem theme exampleHello,
Did the import finished successfully? Did you made the main customizations? That include: set up home page; blog page in Settings > Reading; add widgets to footer; import sliders and assign to pages..etc.
Send us your site’s url so we can give it a closer look.Best regards!