Forum Replies Created
-
in reply to: Free template slider revolutionThis reply has been marked as private.in reply to: Mobile Menu on the right
Hello,
You can do it with some css. If you send us a link where are you running this, we can help you with the code.
Best regards!
in reply to: Mobile Device Layouts Brokenin reply to: Tower 1.6 – Visual composer 4.11.1.2 – WordPress 4.5Hello,
Please send us your wp and ftp credentials in a private reply. So we can give a closer look to these.
Best regards!
in reply to: Visual Composer Broken with WordfenceHello,
What version of theme and VC do you have? Visual Composer does not have any incompatibility issue with Wordfence. The latest WordPress 4.5 is not compatible with any VC with version older than 4.11.
So you need to update theme and VC first. Download a copy of the latest versions from your Envato account.
Follow the steps described in this article to update Visual Composer.
Let us know if the issue persists.Best regards!
in reply to: Mobile Layout – Bugs and Responsive MenusHello,
1-The side space is due to an element that is wider that the responsive layout of the theme. Causing it to scroll horizontally. This does not happen on our side so it must be some third party element causing it. Please try to disable all third party plugins and try again.
2-Add this code into your custom css box, to hide that row in mobile:
@media (max-width: 480px){ #fws_571102a89de8f { display: none;} }3-Do you mean the socials in footer? Or the ones above footer? The above footer doesn’t seem to need any centering. However you can edit them with a little css code.
4-The side bars do show up in responsive mode. They are located at the end of the page. if you have removed it before, you can undo the changes.
7-the issue with slider did not happen before(when i checked your site) Did you made any changes to files? Or installed a new plugin?
8-You have a non-transparent header now, and that is the normal responsive layout of it. Maybe you are confusing it with the transparent header style.
9-By default it is not sticky on mobile.
Note: Please update Visual Composer too. Follow the instructions in this article.
Let us know.Best regards!
in reply to: Portfolio Detail Page Navigation BackwardsHello,
Can you please be more clear? I see the navigation arrows placed in the direction they should be (screenshot). What do you want to change?
Best regards!
in reply to: Codeless Slider Responsive/Mobile ViewHello,
The site looks just like the screenshot i send you. Please clear cache and try again. I added this code for the white space on top of slider:
@media (max-width: 979px){ .top_wrapper { padding-top: 0 !important; }}Assign the speed in page’s General Settings > Sliders options > Codeless Slider Speed.
Best regards!
in reply to: Show header and footer in fullscreen blogHello,
The two pages you are comparing have different layout styles. The second one is a Fullscreen Innovative post layout. Which has this specific style. The header on top of slider and then right after slider slides down it turns in a normal page and displays the content and footer too.
If you want the style of the first page then it is only necessary to deactivate this at the posts Blog Options > Active Fullscreen Innovative Single Post, set it off (screenshot).Sorry but editing it is a customization not included in support service.
Best regards!
in reply to: Tower 1.6 – Visual composer 4.11.1.2 – WordPress 4.5in reply to: WordPress 4.5 – Visual ComposerHello,
@RobertoSL,
Please go to file includes/core/codeless_elements.php. Find and delete (or comment out) this line:vc_remove_element("vc_posts_grid");
Save and refresh.Best regards!
Hello,
Happy to help. Thank you for keep supporting us!
Best regards!
in reply to: Comment reply brings me to the top of the pageHello,
Sorry but i am not able to login with these credentials. Please go to file js/main.js and find these lines:
function scrollUpBinding(){ "use strict"; $('.scrollup').click(function(){ $("html, body").animate({ scrollTop: 0 }, 600); return false; }); }Replace with these:
function scrollUpBinding(){ "use strict"; $('.scrollup').click(function(){ $("html, body").animate({ scrollTop: 0 }, 600); e.preventDefault(); return false; }); }Let us know.
Best regards!
in reply to: ALT Tags Removed on Featured ImagesHello,
@pyantus,
I still can not connect. Please go to file includes/view/blog/loop-grid.php and find this line:
<img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')) ?>" alt="">
Replace with this:
<?php echo codeless_image_by_id(get_post_thumbnail_id(), '', 'alt') ?>Best regards!
in reply to: Changing the layout for portfolio pagesHello,
@luanalamas,
Can you please be more specific? What can you not do? Change the layout or import demo data?Best regards!