Forum Replies Created
-
in reply to: Slow page loading time
Hello,
The removed elements are Visual Composer elements the theme has overwritten and changed according to it’s style. Now that you removed them you have all default VC elements to use.
No functionality is lost. Just changed the style. Just add once again the elements you were using so you have the default Visual Composer elements and not theme’s overwritten elements.
Sorry but there is no other workaround on this.Best regards!
in reply to: Mobile Responsiveness issueHello,
I checked your site on mobile but i do not get this space any where. See screenshot: https://pho.to/Aeq1Q
Did you manage to fix it? Let us know.Best regards!
in reply to: Breadcrumbs – PositionHello,
The page header has two default styles. The normal(with breadcrumbs) and the centered without breadcrumbs. If you want you can have the normal style and hide the breadcrumbs with custom css. Add this code into your custom css:
.breadcrumbss {display: none;}
Moving them around requires code editing. Which we do not give support on and do not recommend it as it will prevent you from taking future theme updates.Best regards!
in reply to: site with multiple one-page scrolling pagesHello,
The links do work. Please check and make sure to have set all row types to “Full Width background” in Row Settings (the rows that have the section id’s specified).
Also many of the menu links are not correct. I edited out the sub-menu “Logistica” link. The page link was not correct. You can see now it does link to the specified section of the page and it’s highlighted.Do the same for all sub-menus and you will be ok.
Best regards!
Hello,
Please add this code into your custom css box:
.search .info { display: none; }Let us know.
Best regards!
in reply to: Add SnapChat Icon to Social Media IconsNote: We will include snapchat social in the next theme update!
in reply to: Add SnapChat Icon to Social Media IconsHello,
The snapchat icon is not included in the current icon package that theme has. You will have to add it too.
Please download these files and replace the current ones you have in your theme folder. Follow the path mentioned for each:
includes\widgets\codeless_socialwidget.php->https://jmp.sh/IJ1tXcK
includes\core\codeless_options.php->https://jmp.sh/8ts8a4h
css\font-awesome.min.css->https://jmp.sh/hXEwdDF
-replace all fontawesome files in font folder with these files-> https://jmp.sh/NpwoSzNWe can chose between three snapchat icons then. The current added is “fa-snapchat-square” icon.
Let us know if you need further help.Best regards!
in reply to: Padding Post GridHello,
Please try adding this code into your custom css box:
.vc_gitem_row .vc_gitem-col { padding-left: 20px !important; }Let us know.
Best regards!
in reply to: Homepage looks brokenHello,
To remove the extra navigation please go to General Options > Layout > Extra Side Navigation. Set it OFF.
Best regards!
in reply to: Keeping Tower widgitized area in mobile viewHello,
The custom css is added only into the Custom Css Box in General Options. All code you need is there. I only edited it out a bit. Just copy-paste it for you other sites.
Best regards!
in reply to: Remove "View All" category from FAQHello,
This is a customization that requires code editing. Sorry but such editing (personal preference) are not included in support service. I suggest you hire a developer to make all the changes you want.
Best regards!
in reply to: Latest theme update problems in home pageHello,
Please add the wp login information on your extra information fields of your profile data. So we can fix it for you.
Read this article for more information.
Best regards!
in reply to: site with multiple one-page scrolling pagesHello,
Please send us your site’s login details in a private reply or in your profile data. So we can give your configurations a closer look.
Best regards!
in reply to: site with multiple one-page scrolling pagesHello,
You have not set the links to the proper form of one page structure. Therefore you should not set ON the one page feature. Turn it of and try again.
PS: This is not how the one page layout works. So you will lose it’s default features such as smooth scrolling by using both “one page” and “Default” structures in one site.
Let us know.Best regards!
in reply to: Remove "View All" category from FAQHello,
Please add this code into your custom css box:
#faq-filter ul li.all { display: none; }Best regards!