Forum Replies Created
-
in reply to: Single staff linking
Hello,
I don’t understand what are you trying to do. Please explain what do you want to change so i can guide you.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
Hello,
Please go to file vc_templates/textbar.php and find this line:
$output .= '<a href="'.esc_url($button_link).'" class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'"><span>'.esc_attr($button_title).'</span><i class="'.esc_attr($icon).'"></i></a>';Replace with this:
$output .= '<a href="'.esc_url($button_link).'" target="_blank" class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'"><span>'.esc_attr($button_title).'</span><i class="'.esc_attr($icon).'"></i></a>';Save changes.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: slider error in blog pageHello,
Can you please send us your wp credentials?
You can add it in your profile data. Read this article for more information.Best regards!
in reply to: stop the header & menu form scrollingHello,
Welcome back :)
It is not possible to make buttons open in new tab using css. You have to edit the responsible php file. I see three yellow “Donate” buttons in this page. And a blue “FAQs” button. Do you want to edit only the yellow ones?
You can do it by editing file vc_templates/button.php. Find these lines:
https://codeshare.io/kgcZl
And replace with this:
https://codeshare.io/5chqtKnow that this will eventually affect all other buttons in your site(if created with button element of Visual Composer).
Let us know.Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Bootstrap CSS file not being fetchedHello,
The max execution time is a variable you need to set up in the server. Please read this article for more information.
Let us know.Best regards!
in reply to: VC Clients elementHello,
I added
!importantto the code above and now it’s ok. Please check your site.Best regards!
in reply to: HomepageHello,
Can you please be more specific? I don’t see any other theme rather than Specular, when the page is loading and after that.
Please refresh your browser, back to top does display in mobile too. See screenshot.
Best regards!
in reply to: HomepageHello,
-Do you mean the padding od H1 titles in the slider? If so, please add this code itno your custom css box:
.codeless_slider .swiper-slide h1.animated { padding-left: 30px !important; padding-top: 10px !important; padding-bottom: 10px !important; }Result screenshot. Edit the values to your wish.
-Please add this code into your custom css box, to display the “Back to Top” button:
.scrollup { z-index: 999 !important; display: block !important; }To display it in mobile, add this code:
@media (max-width: 767px){ .scrollup { z-index: 999 !important; display: block !important; width: 45px !important; height: 45px !important; }}Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Display problem on IEHello,
I see you have an old version of theme. Please update theme and Visual Composer first. What IE version are you using?
Let us know if the issue persists after the update.Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Viewing a post hangs siteHello,
Glad to know you solved your issue.
Best regards!
in reply to: BuddyPress Group Page Not WorkingHello,
We haven’t tested this plugin and doing it now requires time which it’s not included in support service.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Logo not displaying properly on mobileHello,
Is this image you uploaded, bigger than the previous? However, you only need to change the values of the last code, to match this new logo. I tried with these values:
@media (max-width: 480px){ #logo img { height: 60px !important; margin-top: -18px; }}This is what i get: screenshot.
Let us know.Note: Please consider updating your profile data. Read this article for more information.
Best regards!
Hello,
1-Where are you accessing this? I opened your site and i don’t see the icons without padding. Please see this screenshot: https://www.clipular.com/c/5312567194419200.png?k=TfDOJVX34kFp-K1jS1mlKQiebxA
2-I added this code into your custom css box:
/*Cart page*/ @media (max-width: 480px){ .woocommerce table.shop_table td, .woocommerce-page table.shop_table td { font-size: 13px;} .woocommerce table.shop_table td, .woocommerce-page table.shop_table td { padding: 6px 4px !important;} .woocommerce-page td.product-quantity { max-width: 55px !important;} .woocommerce table.shop_table { margin-left: -25px !important;} .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text { width: 100px !important;} .woocommerce table.shop_table th, .woocommerce-page table.shop_table th { padding: 9px 9px !important; } .cross-sells h2 { padding-top: 30px; padding-bottom: 20px; } } /*Checkout page*/ @media (max-width: 480px){ .woocommerce-billing-fields { width: 300px !important; float: left; } .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { float: right; width: 100% !important; } }Please check the result in “Cart” and “Checkout” page.
Note: To edit/remove/add login information for your website, please go to your forum profile (https://support.codeless.co/?bbp_user=968) and fill in the fields. So for future topics you do not have to send us this information again.
Don’t worry your data is secure as it is visible only from you and support admins!Best regards!
in reply to: Viewing a post hangs siteHello,
Do you have any other third party plugins installed? This is a strange situation indeed. It has not happened to others before.
If you can, please set up the public access site for us to check it.
Note: To edit/remove/add login information for your website, please go to your forum profile (https://support.codeless.co/?bbp_user=1536) and fill in the fields. So for future topics you do not have to send us this information again.
Don’t worry your data is secure as it is visible only from you and support admins!Best regards!
in reply to: translation in full-blog styleHello,
I opened the lang/en.po file and i see the “Read more” string is not translated. So i translated it and saved the changes.
Please check your site. It’s ok now.Note: To edit/remove/add login information for your website, please go to your forum profile (https://support.codeless.co/?bbp_user=1361) and fill in the fields. So for future topics you do not have to send us this information again.
Don’t worry your data is secure as it is visible only from you and support admins!Best regards!