themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fury] Off-canvas menu layout broken on mobile deviceHi, @petaframe
In that case, add the following code:
.offcanvas-container{ z-index: 99999!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Header is Cut after updateHello, There!
Actually , it’s a Header image…
You can easily disable it from the Customizing ▸ Header ▸ Header Image menu.
Regards
Forum: Themes and Templates
In reply to: [Agama] Article header bannerHi, Daniela!
Thank you for the screenshots.Now I see a problem. (I have Adblocker enabled so I didn’t see the banner)
On the single article page, you don’t have the slider, so there is no #agama-slider-wrapper element.
To insert the banner before the page content, in your single article pages, you need to insert the code before the
#pageelement instead.
RegardsForum: Themes and Templates
In reply to: [Fury] Not able to update themeHello,@charmersvine!
Thank you for your feedback.
We found that currently there is some problem with the updating, and we work to fix that.
In the meantime, you can easily download a newest theme and install it manually.
The Easiest Way To Manually Update WordPress Themes And Plugins Without Deleting Them FirstRegards
Forum: Themes and Templates
In reply to: [Agama] Article header bannerHello, Daniela!
I’m not sure I understand your question well…
Do you think off “Breadcrumb”?Regards
Forum: Themes and Templates
In reply to: [Fury] Off-canvas menu layout broken on mobile deviceHi,@petaframe!
The problem is in your Elementor row/Smart-Slider settings (it’s not a theme problem),
anyway, you can try to insert the following code into
Customizing->General->Additional CSS:.offcanvas-open div#n2-ss-1-align { margin-left:300px!important; }Regards
Forum: Themes and Templates
In reply to: [Fury] Off-canvas menu layout broken on mobile deviceHello, @petaframe !
Try next:
1. Edit your homepage using the Elementor page builder.
2. Edit the row which contains the smart Slider shortcode.
3. From the “Layout” tab, set “Overflow” value to “hidden”.
https://prnt.sc/rhm528Regards
Forum: Themes and Templates
In reply to: [Agama] Unable to setup sliderHi, try next code:
@media only screen and (max-width: 992px) { #page{ transform: translateY(-5%)!important; } .vision-row { padding-top:0px!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] Unable to setup sliderHello, @megha2023!
Insert the following code into Customizing->General->Additional CSS:
@media only screen and (max-width: 992px) { .camera_wrap img{ width:100%!important; height:auto!important; margin:0!important; top: 50%; transform: translateY(-50%); } h2.slide-title{ font-size:5vw!important; } #agama_slider a.button{ font-size:2vw!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] Unable to setup sliderHello,@megha2023!
Unfortunately, only the heading is allowed(as you already have).
If you want to add more content above the Frontpage Boxes, disable the Front Page Boxes, and create your Homepage using the Elementor Page builder.
(It’s very easy to create the FrontPage Boxes using the Elementor).
Icon Box Element Tutorial
I hope this will help you.Regards
Forum: Themes and Templates
In reply to: [Agama] Unable to setup sliderHello, @megha2023!
I see you already found a way to solve the problem with the slider(using the same image for both slides).
If you want to disable the slide text animations and hide the arrows and slide loader, insert the following code into Customizing->General->Additional CSS:h2.slide-title, .animated, .cameracurrent{ opacity:1!important; display: block!important; animation: none!important; } .camera_bar, .camera_next, .camera_prev{ display: none; }to increase the space between the slider and FrontPage Boxes, additionally, insert the following code at the same place:
.vision-row { padding-top: 100px!important; }Change the Padding-top value per your wish.
Regards
Forum: Themes and Templates
In reply to: [Agama] Unable to setup sliderHello, @megha2023!
Navigate to Customizing->Slider->General menu and try to set the “Visibility” to “Front Page”
Regards
Forum: Themes and Templates
In reply to: [Agama] Unable to setup sliderHello, @megha2023!
First, you need to enable the Slider from the
Customizing->Slider->General menu.https://prnt.sc/qujdujThen add your images and customize the title and links from the Customizing->Slider->Slide#1(#2) menu.
https://prnt.sc/qujdujI hope this helps you.
Regards
Forum: Themes and Templates
In reply to: [Agama] Picture blurred only with IEHello, @katz123!
You are right, This is the well-known IE image resizing issue.
ALL browsers deliver scaled and sharp images except the IE 8,9, 10, 11.
Unfortunately, there is no simple CSS fix for IE.
This issue can be fixed only via javascript.
https://github.com/sukhoi1/ie-bicubic-img-interpolation-plugin/wikiRegards