themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] jQuery and wp 5.6Hello @lawix,
Can you please clarify the exact issue in details?
Cause, we checked those links you mentioned earlier. There are no bugs currently in the Agama theme on latest version of WordPress 5.6.
For Pro theme support you can post message on theme-vision support forum
https://theme-vision.com/forumsRegards
Forum: Themes and Templates
In reply to: [Fury] Woocommerce is not updating price variation (bag)Hi Balagur,
Since, site access is disable so could see issue on site.
Thanks
Forum: Themes and Templates
In reply to: [Agama] Slower transition for the sub menuForum: Themes and Templates
In reply to: [Agama] How to show site descriptionHi @lafalenait
Please go to
Dashboard ▸ Customizing ▸ Header ▸ General
and choose Header V2 Option.Hope this helps you
Thank you
Forum: Themes and Templates
In reply to: [Agama] Bullet points issue after switching to Agama ProHi @naturheilmittel,
Can you please send your query to our support forum?
Link: https://theme-vision.com/forums/Thanks
Forum: Themes and Templates
In reply to: [Agama] How to show site descriptionForum: Themes and Templates
In reply to: [Agama Blue] Disable Slider from Inner pages & Footer widgetsHi,
Insert please the following code into Customizing->General->Additional CSS:
/*Slider in the Home page only*/ #agama-slider-wrapper{ display: none!important;} .blog #agama-slider-wrapper{ display:flex!important; }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Disable Slider from Inner pages & Footer widgetsForum: Themes and Templates
In reply to: [Agama] Slider on every PageHi,@mentallythesober!
I see you have already found a solution, anyway, here are the codes for those who need to temporarily fix this issue:
/*Slider in the Home page only*/ #agama-slider-wrapper{ display: none!important;} .home.blog #agama-slider-wrapper{ display:flex!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Front Page Boxes Showing on every PageHello, @mentallythesober!
Thank you for noticing that.
We need to check this, and if the problem is in the theme, we will release the bug-fix release.
Until that happens, you can fix that by inserting the following codes into Customizing->Genera->Additional CSS:#frontpage-boxes{ display: none!important;} .home.blog #frontpage-boxes{ display:flex!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Customizer not worksHello @gazepisapostolos !
The problem you describe can easily be caused by incompatibility with some of the currently active plugins.
If you want to discover what exact plugin causes the error, you can temporarily disable all the active plugins, then if the problem is fixed, activate the plugins one by one until the problem reoccurs, so on that way, you will find the problematic plugin(s), then replace it with some similar or let us know what exact plugin causes the error, so we can try to fix the incompatibility.
Regards
Forum: Themes and Templates
In reply to: [Agama] Black Rectangle in menuHi,
Can you give me your website address?
If you are using the Agama theme, try to insert the following code into Customizing->General->Additional CSS:#agama-primary-nav li.current_page_item{ background: transparent!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Logo overalapping menu in mobile viewHello, @hollywp!
Insert the following code into Customizing->General->Additional CSS:
@media screen and (max-width: 720px){ header.has_tablet .logo-tablet { width:80vw!important; } }Change the width value as you need.
Regards
Forum: Themes and Templates
In reply to: [Fury] Lost icons after migrationHello,@joxxsandoval!
Can you give me the link to your website?(the link to the website you provided doesn’t exist)
Regards
Forum: Themes and Templates
In reply to: [Fury] Remove meta info single postHello,@joxxsandoval!
Try to insert the following code into Customizing->Additional CSS:
.single-post-meta{ display: none!important; }Regards