themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Menu bar disappearHello, @unknown9580!
Try to insert the following code into Customizing->General->Additional CSS:
#masthead.header_v3 { position: absolute!important; }Regards
Forum: Themes and Templates
In reply to: [Fury] Search not filtering products, showing as blog postsHi,@charmersvine!
I recommend you to try the Ivory Search plugin instead of changing theme files .
Add Search to Menu in WordPress (with Ivory Search Plugin)Also, you can use the Widgets in Menu for WordPress plugin, to add the Product search widget to your Primary Navigation menu
Regards
- This reply was modified 6 years ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] header image/elements mobile overlay issueHello, @collinvarney!
There are two ways to solve this:
1.
Edit your HomePage with the “Elementor” page builder, then click on the element you want to change margins, open the “Advanced” tab, select the Tablet/Mobile mode and remove the margins.
https://pasteboard.co/J4GARer.pngor
2.
Insert the following code into Customizing->General->Additional CSS:
@media only screen and (max-width: 1024px){ .elementor-10 .elementor-element.elementor-element-1d619d0, .elementor-10 .elementor-element.elementor-element-1290cb0{ margin-top:inherit!important; margin-bottom:inherit!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] header image/elements mobile overlay issueHello @collinvarney!
The problem you have is caused by your customization of the Elementor Page builder Elements. In two Elements (elementor-element-1d619d0 and elementor-element-1290cb0) you added margin-top and margin-bottom values of -600px (on screen widths less than 1024px). Also, on screen widths less than 767px. these elements have margins of -240px.
When I turn off these settings, your site is working normally.
https://pasteboard.co/J4ET7Wq.pngRegards
Forum: Themes and Templates
In reply to: [Fury] Search not filtering products, showing as blog postsHello,@charmersvine!
The search button at the top serves for a general search on the site. If you want to search for products in your Webshop add the Product Search Widget to Shop Sidebar (Customizing-> Widgets-> Shop Sidebar …)
https://pasteboard.co/J4EyhnH.png
You can add the same widget to Footer, or Sidebar, so you can have this option sitewide.Regards
Forum: Themes and Templates
In reply to: [Agama] Header is Cut after updateHello, @christian1001 !
By default in Version 1.5.4 the breadcrumb is disabled.
https://prnt.sc/s272p0I just checked this option and find no problem.
If for some reason this option doesn’t work on your website, you can add the following code to disable the Breadcrumb bar sitewide:#page-title { display: none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Header is Cut after updateHello, @naturheilmittel!
Sorry for the misunderstanding… We prepare the theme update in which we will add more options for Divider customizations.
Until that happens, if you want to disable the divider, insert the following code into Customizing->General->Additional CSS:.agama-divider.divider-bottom { display: none; }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Header and Body content overlapHello,@manju041987!
Try replacing ALL the custom CSS codes you currently have with the following codes:
/* To block - Wave under header image*/ path.divider-fill { display: none!important; } body:not(.home) #agama-header-image .header-image{ background-image: none!important; height: 100px!important; } body:not(.home) #particles-js { display: none!important; }Regards
Forum: Themes and Templates
In reply to: [Fury] Page TitleHello, @darkkillerxl!
There is an option in the Customizer to Hide the Page title.
It’s located in Customizing->General->Pages menu.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Agama Blue update – how to remove wave in headerHello,@akxak!
We prepare the theme update in which we will add more options to configure the divider.
Until that happens, you can remove the wave shapes, by inserting the following code into Customizing->General->Additional CSS:
path.divider-fill { display: none!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Content shifts down after 2nd click of submenuHello, @ begood321!
It is very easy to link anchor elements from the main menu to any page using a custom link.
Please follow the steps below:
1. Use the Elementor Page Builder to insert your anchor element into the page you need, and give it a unique ID.
2. Navigate to Dashboard-> Appearance-> Menus
3. Add custom links to your primary menu in the following format:your-main-page /#your-anchor-idGreetings
Forum: Themes and Templates
In reply to: [Agama] Unable to setup sliderHello,@megha2023!
Insert the following CSS code into Customizing->General->Additional CSS:@media only screen and (max-width: 1350px) { #agama-header-image { height:480px!important; } .header-image { background-position: top!important; background-size: contain!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] Content shifts down after 2nd click of submenuHi, @begood321!
The Menu Anchor Element is part of the Basic (Free) elements.
https://prnt.sc/rv59xxRegards
Forum: Themes and Templates
In reply to: [Agama] Content shifts down after 2nd click of submenuHi, @begood321!
The theme itself is compatible with the Elementor Page builder.
You can easily update the WordPress if you need that.Here are the official Elementor system requirements if you want to check.
https://docs.elementor.com/article/38-requirementsRegards
- This reply was modified 6 years, 1 month ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Content shifts down after 2nd click of submenu