Forum Replies Created
-
in reply to: FAQ accordion scroll
Hello,
Sorry for the late reply.
I tested the FAQs in different browsers but i don’t get any of the jumps you are referring to. What browser are you using to access it? Do you have any add-ons installed in it?Best regards!
in reply to: Top Widgetezed areaHello,
You can add an image with shortcode in top widgets area. And make the other edits using custom css. We can help you if you send us your site’s url.
Best regards!
in reply to: Page swings up and downHello,
Do you mean the sticky header after getting back at the top of the page?
Did you edit any code from theme’s files? Or made any changes recently? Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.Best regards!
in reply to: Posts in Multiple pagesHello,
Do you mean portfolio categories? Or post categories? Any way you can use the left navigation layout. Create the pages you want as children to a parent page. Set a category for display (use visual composer elements) in each page.
Example: https://codeless.co/tower/default/left-navigation/
Let us know.Best regards!
in reply to: User profile in Top Widgetized AreaHello,
Sorry but these are settings not included in theme option. You should use a user registration plugin for it. Add the login/logout shortcode in Top Widgetized area using Tower Shortcode Widget.
Best regards!
in reply to: Image in Codeless sliderHello,
Yes, we recommend to standardize the images to have the best result. The best resolution , the better.
Best regards!
in reply to: Mobile Menu and Logo AlignmentHello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo img { height: 60px !important; margin-top: -30px !important; }}Best regards!
in reply to: Import Demo DataHello,
If you check the radio button before pressing the “import” button to start the dummy data import process, then you will import attachments as well. Attachments include images used in the demo.
If you have restricted rights in your host, you may skip this step and instead just download the images from the online demo and import them in your site. Or upload your own images.Best regards!
in reply to: can\'t save settingsHello,
Redux Framework is a key element on our theme structure and it has been tested multiple times. We do not have the issue with theme. What version do you have? Please make sure to have the latest version of both theme and Visual Composer.
If you still have problems, try uninstalling the template and reinstall it again.
Let us know.Best regards!
in reply to: Bootstrap CSS file not being fetchedGreat to know it’s ok.
Bests!
in reply to: change speed of "slideshow" elementHello,
Please go to file js/main.js and find these lines:
function flexsliderInit(){ "use strict"; $('.flexslider').each(function(){ var $s = $(this); $s.flexslider({ slideshowSpeed: 6000, animationSpeed: 800,Edit
slideshowSpeedvalue to your wish. Save changes.Best regards!
in reply to: Woocommerce Gallery SliderHello,
Sorry but these types of customization are not included in support service. You may try another plugin that would help you achieve it.
Best regards!
in reply to: Post Grid element NOT work, Firefox, Windows Edgein reply to: Dummy ContentHello,
All you have to do is go to Specular > Import/Export (Dummy Data), select one of the listed demos and click the “Import” button below.
Please read theme documentation, the dummy data import is in this section: link. Also you can watch our video tutorials for more.Best regards!
Hello,
Please edit the code to this:
@media (max-width: 767px){ .fullwidth .blog-article.alternate-style .media { width: auto !important;} .fullwidth .blog-article.alternate-style .content { width: auto !important;} }Best regards!