Home › Forums › WoodMart support forum › Unable to hide and show the elentor section
Unable to hide and show the elentor section
- This topic has 11 replies, 2 voices, and was last updated 1 year, 8 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 7, 2023 at 4:32 pm #458175
[email protected]ParticipantHello Team
We are unable to hide and show the Elementor section for the desktop and mobile versions with woodmart elementor plugin.
See the below screenshot hope you are getting my point
these sections are showing twice time in the mobile devices while we have hide this from elementor responsive setting.
Please also see the mobile layout enclosed herewith the attachment.Thanks,
AnoopAttachments:
You must be logged in to view attached files.April 7, 2023 at 5:40 pm #458199
[email protected]ParticipantHello, team please look inti this on priority.
April 8, 2023 at 5:09 am #458283
[email protected]ParticipantHello team, we achieve the solution using the CSS media query in Elementor custom CSS block.
I am getting afraid of why the default setting of Elementor is not working fine with the Woodmart theme. Please look into this on a priority basis.
@media (max-width: 990px)
{
.showdesktop
{
display:none;
}
}
@media (min-width: 991px)
{
.showmobile
{
display:none;
}April 8, 2023 at 1:19 pm #458330
Aizaz Imtiaz AwanKeymasterHi,
Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists then please take complete Backup of your Site first, keep the 3rd party plugins deactivated so I will check and give you a possible solution.
Best Regards.
April 9, 2023 at 8:56 am #458443
[email protected]ParticipantHello Team,
we have migrated the website with a new testing URL https://www.himalayanfirefly.com/demo/ and deactivated all the 3rd party plugins and activated only theme-required plugins but sorry to say the issue will not be fixed.
Please look into this on priority.
Thanks,
AnoopApril 10, 2023 at 7:13 am #458557
[email protected]ParticipantApril 10, 2023 at 1:24 pm #458683
Aizaz Imtiaz AwanKeymasterHi,
I have visited your website and deactivated the third party plugins and activated the parent theme on your site. And edit your home page with Elementor and hide the section “About brand” in mobile portrait.
And it is showing on mobile one time.Please clear the browser cache and server cache and try again.
If you have any questions please feel free to contact us.
Best Regards.
April 10, 2023 at 1:53 pm #458690
[email protected]ParticipantHello team,
We have checked the home page layout with another system but sorry to say still the About Brand section showing twice time in the mobile layout
please see the below screen shot
https://www.himalayanfirefly.com/demo/
https://prnt.sc/Z0s-LEzmY8K-Thanks,
AnoopApril 10, 2023 at 4:04 pm #458720
Aizaz Imtiaz AwanKeymasterHi,
Screenshots for clarification:
https://ibb.co/VD0srHZ.
https://ibb.co/7n2ZPHQ.But browser resizing is not a standard way of checking the concern for the responsive viewports. You can check your Site on a real time device (Mobile/Tablet) to confirm more regarding the issue.
Best Regards.
April 10, 2023 at 4:44 pm #458725
[email protected]ParticipantHello Team,
Which URL you are checking?
https://himalayanfirefly.com/
https://himalayanfirefly.com/demowe are still the About Brand section showing twice time in the mobile device.
See the attachment.Thanks,
AnoopAttachments:
You must be logged in to view attached files.April 11, 2023 at 7:33 am #458804
[email protected]ParticipantHello Team please look into this
April 11, 2023 at 2:28 pm #458904
Aizaz Imtiaz AwanKeymasterHello,
Please check how it works with the default WordPress theme and Woocommerce Storefront theme just to check whether the issue is with our theme or not. Also, please check the site with our theme but only with the theme default plugins activate, and deactivate all the 3rd party plugins from the site.
If it works fine with the default WordPress theme then let me know so I will check it further and help you out accordingly.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register