Forum Replies Created
-
in reply to: Update Specular 1.29 to 2.32
Hello,
Yes, you can import all theme files via ftp account. If you have made changes to the old theme version, then just rename it in order to keep a copy of it. You will see both theme’s in the Appearances > Themes panel and can switch back and forth to the version you want.
To update visual composer you need to have updated theme first. Because it is an included plugin and it will install the version bundled in the theme package. The latest theme files has the latest included Visual Composer version in it.
Read these article to guide you on how to properly update theme and plugin:
https://codeless.co/documentation/main.html#update_theme
https://support.codeless.co/?ht_kb=visual-composer-updateLet us know if you need further help.
Best regards!
in reply to: Add SnapChat Icon to Social Media IconsHello,
Please refer to the instructions in this topic: https://support.codeless.co/?topic=add-instagram-to-social-widget to add an additional social link.
Instead of the instagram social add the snapchat social.
Let us know if you need help.Best regards!
in reply to: Latest theme update problems in home pageHello,
Please try adding this code as well:
.blog .top_nav, .top_nav .widget { width: 110% !important; }Result screenshot.
Let us know.Best regards!
in reply to: image not responsiveHello,
yes, this is a very good solution too. Thanks for sharing!
Let us know if you need further help.Best regards!
in reply to: Media grid – linking individual images to websitesHello,
Sorry but this is not possible with media grid. Use services media element instead to link the images with external links. Set them up as a grid.
To make the links open in new tab, go to vc_templates/services_media.php and find this line:
$output .= '<a href="'.esc_url($link).'"><div class="overlay">';
Replace with this:
$output .= '<a href="'.esc_url($link).'" target="_blank"><div class="overlay">';
Save changes.Best regards!
in reply to: Background image sizeHello,
Sorry for the late reply.
Just make sure to upload a high resolution image first. Set up the width using custom css as 100% or auto and the height to your wish. It is not recommended to set up a fixed width for the image as it may prevent it to resize for the responsive layouts.
Let us know.Best regards!
in reply to: Tower Theme – remove "comments" from post pagesHello,
Yes, please add this code into your custom css box:
.single-post #comments {display: none;}Let us know.
Best regards!
in reply to: Mobile menu settingHello,
Can i please see a link where are you having this? The hamburger menu shows up when the mobile screen size is reached. It does not have such isues.
Best regards!
in reply to: Custom queries on Posts listHello,
Sorry but support does not cover personal preference customizations. You could do it yourself or hire a developer to do it for you.
Best regards!
in reply to: mobile menu search iconHello,
You can make it show up using custom css. Add the code into your custom css box in General Options.
If you need help, send us your site’s url. So we can give the right css to add.Best regards!
in reply to: Keeping Tower widgitized area in mobile viewHello,
I fixed it. Please check your site.
Best regards!
in reply to: Display MORE Portfolio ItemsHello,
Please refer to this article regarding it:
https://support.codeless.co/?ht_kb=display-all-portfolio-items-in-one-pageBest regards!
in reply to: Mobile menu immediately closedHello,
There may be some conflict going on. Either caused by any new plugin you may have installed or some custom code added.
Please see this screenshot: https://pho.to/AebH5 the code marked in the red is the culprit. When it’s removed the sub-menu open normally and stays until clicked close. See screenshot: https://pho.to/AebGqFind the plugin or chunk of code that adds it and remove it.
Best regards!
in reply to: image not responsiveHello,
Please add this code into your custom css box:
@media (max-width: 480px){ .row-dynamic-el .media .type_image.alignment_center { width: 60% !important; left: 23% !important; }}Change the values to your wish.
Best regards!
in reply to: Padding Post GridHello,
Can i please see a link where are you having this?
The link in your profile data is not working. It gives “This site can’t be reached. Server DNS address could not be found.”
Let us know.Best regards!