themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Same Appearance different browsersHello, @herwigviechtbauer
Try to insert following code into Customizing->General->Additional CSS:
#vision-primary-nav ul li a { text-transform: capitalize!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Different heading font when using httpsHello, @raymondkersten!
You should try to fix the mixed-content errors, it may solve the problem you have.
Check out some plugins, for example:
SSL Insecure Content Fixer
or
Really Simple SSLRegards
Forum: Themes and Templates
In reply to: [Agama] Remove sidebar on WC Shop Page (AGAMA)Hello,@mipe01!
Try to insert the following code into Customizing->General->Additional CSS:
@media (min-width: 992px){ .woocommerce .col-md-9 { width: 100%!important; } }If the code doesn’t work for you, please, contact us through the contact form at the following link:
https://theme-vision.com/contact/Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Blog Posts not in List LayoutHello, there!
Unfortunately, the Agama-blue theme, for now, has the Grid layout only. We already work on the theme update in which we will include more layouts.
Until that happens, there is a workaround to solve that:
1. Set your front page as a static,
2. Install the Elementor page builder(If you have not already installed it
) and the GoldAddons for the Elementor plugin.
3. Edit your static Frontpage with the Elementor, and insert your Blog post to it using the GoldAddons for Elementor’s “Blog” widget.Also, instead of the Agama-Blue theme, you can try to switch to the Agama theme which you already has installed since it is a parent theme of the Agama blue theme.
The Agama theme has mostly the same functions as the Agama-Blue, and also has the more Blog-layout syles.Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Disable Slider Title animationYou are welcome 🙂
Forum: Themes and Templates
In reply to: [Agama Blue] Disable Slider Title animationHello,@bodtje!
Insert the next code into Customizing->General->Additional CSS:
#agama_slider h2.slide-title.animated{ animation: none!important; }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Theme has a bug with elementorHi,@alejandrom31!
Thank you for your feedback, we already work on the slider improvements, so If we found that your allegations are true, we will fix that in the next theme update.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Theme has a bug with elementorHello,@alejandrom3!
I can not reproduce the problem that you have … Can you give me an address to your site so I can see what it looks like on your site?
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Bar menu does not worksHello,@minhluyen!
I can not confirm your allegation, because you do not use the Agama-blue theme on the link you have attached.
The problem you describe can be caused by conflicts of plugins that are activated. To check this, try temporarily Deactivating all active plugins, and if, after that, the sub-menu is running normally, activate the plugins one by one, until the problem re-appears, so you can discover which plugin is causing the problem.Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Slider on mobile viewHello, @afelia!
Insert the following code into Customizing->General->Additional CSS:
@media only screen and (max-width: 600px) { #agama_slider h2.slide-title{ font-size: 28px!important; } }Change the font-size value per your wish.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Duplicate compressed menusHello,@hannahtarplee!
Try to insert the next code into Customizing->General->Additional CSS:
@media only screen and (max-width: 993px) { .mobile-menu-toggle{ display:none; } }Regards
Forum: Themes and Templates
In reply to: [Agama] Sticky menuHi,@bartglobe!
Try to insert the next code into Customizing->General->Additional CSS:
.cameraSlide img{ max-height:100%!important; width:auto!important; margin-top:0px!important; left: 50%!important; transform: translatex(-50%); }Regards
Forum: Themes and Templates
In reply to: [Agama] Add multiple images to the FooterHello, @barenewzealand!
I think the next article will help you with that:
https://bobwp.com/easily-add-image-widget-area/
Regards
Forum: Themes and Templates
In reply to: [Agama] Sticky menuHello,@bartglobe!
1. We are working on improving the slider so that in the future there will be more options for adjustment. Until then, I think this plugin could help you: Smart-slider-3
2. For that you want, I think the easiest way is to disable the social Icons on the footer from the Customizing->Footer->General menu,
https://prnt.sc/mo3cbx,
then insert the Social Icons in the footer widget area, using one of the following Plugins:
Social Icons PluginsRegards
Forum: Themes and Templates
In reply to: [Agama] Sticky menuHello,@bartglobe!
To solve the first problem,enter the following codes in
Customizing->General->Additional CSS:.sticky-header-shrink{ top:0!important; }To have the same header size on the scrolling, go to the
Customizing â–¸ Header â–¸ General menu and turn off the “Header Shrinking”.
https://prnt.sc/mo16ccAdjust the logo image size according to your wish using the following code:
.logo{ max-height:65px!important; }Regards