Forum Replies Created
-
in reply to: Portfolio Preview – remove categories from view
Hello,
Yes, please add this code into your custom css box:
.portfolio-item.overlayed h6 { display: none; }
Result screenshot.Best regards!
in reply to: Menu OrderHello,
I don’t see home menu tab being last. Please see screenshot. The menu items are independent of page order. If you have set the home page first in line in Appearance > Menus, then it should display the first. Did you manage to fix your issue?
Let us know.Best regards!
in reply to: How to stop logo from scrolling along with pageHello,
Are you referring to the Sticky Header? in this case just go to General Options > Header Options > Sticky Nav > Sticky Header, set it OFF.
Let us know.Best regards!
in reply to: Equal Height option missing from Visual ComposerHello,
1-This is your choice. You could do the changes in the parent theme files and redo them (or just replace the old edited files) when a theme update is performed. Or use a child theme and be autonomous from any future update.
2-You can set up padding in the Row Settings > Padding Top / Padding Bottom.
To reduce farther the padding, go to General Options > Layout > Inner Page Content Padding and edit the default values here.
Let us know.Best regards!
in reply to: Menu items open in new tabHello,
You do not need to edit theme files for this. Just go to your Appearance > Menus, and here enable the “Link Target” in Screen Options (top-right of the screen). See screenshot: https://pho.to/AK387
Then go to the menu items and choose the type of link target from the drop-down list(screenshot).Best regards!
in reply to: Slider disappears when resizing browser windowHello,
Did you enable the option to hide slider in mobile?
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!
Hello,
As my colleague previously advised you, i set the inner padding to 0 (it was 85px) and now the gap is significantly reduced. Please check your site. Let us know if you need further help.
Best regards!
in reply to: Site loading slowHello,
Please read this article regarding this: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/
Let us know.Best regards!
in reply to: Slider text displaying twice in Internet explorerHello,
What version of IE do you have? For IE browsers older than vs9 issues may rise because they do not support some html5 classes. Also we do not offer support for these older versions.
Let us know.Best regards!
Hello,
Where exactly did you do the change? I saw in your function.php file that the image dimensions for portfolio with 3 columns, was 600x600px.
Please see screenshot: https://pho.to/AK2oE
It’s these values that you should change. And then re-upload images.
Example:add_image_size( 'port3', 800, 1200, true );
Let us know.Best regards!
in reply to: Page header overlay color css tag missing final ")"Hello,
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: part of submenu showsHello,
Sorry can you please explain better? I don’t understand what do you want to do. I don’t see any sub-menu in “Contact” in neither mobile or desktop.
Did you add the custom css class? Where did you add it? What is not functioning?Best regards!
in reply to: Menu view differs from pages and portfoliosHello,
That’s because you have selected a header with transparency, but for normal posts the top header is located right under the header.
Please add this code into your custom css box:.single .top_wrapper { margin-top: -80px !important; }-We will fix soon your support time. You do not need to worry. Write us whenever you need our support.
Best regards!
in reply to: Remove / Change Portfolio Main HeadingsHello,
According to the type of portfolio item you are using, please find and edit these titles in the files:
\includes\view\portfolio\single-container.php
\includes\view\portfolio\single-floating.php
\includes\view\portfolio\single-fullwidth.php
\includes\view\portfolio\single-gallery.phpBest regards!
in reply to: TOWER – Safari browserHello,
Where is it not lining properly? Which browser are you referring to? What device?
Best regards!