themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Vibrating while scrolling down (with header V1&v3)Hello @littledau!
Probably this happens because you have too little content on the page. You have two solutions: either add some content to the page or increase the padding-bottom value to get a higher page.If you choose to go with the second option, enter the following code in Customize-> General-> Additional CSS:
#content{ padding-bottom: 300px!important; }Change the padding-bottom value per your needs.
Regards
Forum: Themes and Templates
In reply to: [Agama] Removing Header-Image from ALL BUT Home Page (2018)Hi,
I have found that you actually wrongly inserted a code.
Put the code below the
/* You can add your own CSS here. Click the help icon above to learn more. */part, (not in the middle of it),
and your codes will work.
🙂
Regards
Forum: Themes and Templates
In reply to: [Agama] Removing Header-Image from ALL BUT Home Page (2018)Hello, Lucas!
To remove header image on all other pages except for the home page use next code:
(insert in Customize->General->Additional CSS)body:not(.home) #agama-header-image{ display:none; }Regards
Forum: Themes and Templates
In reply to: [Agama] How edit Thumbnail Sizes…?Hello,@xxmatief999!
You can find those lines of the code in:
agama-functions.phpfile which is located inframeworkfolder.Regards
Forum: Themes and Templates
In reply to: [Agama Blue] search results always disappearHi,
I checked your allegations in my localhost and everything works normally for me.
Since the Agama-blue theme is the child theme of the Agama theme and uses search function from the parent theme (Agama), you should not have this problem …
Are you sure you did not add (changed) some files in the Agama-blue theme?
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] search results always disappearForum: Themes and Templates
In reply to: [Agama] Color icon menu mobileHello,@titiph56!
Next codes should solve your problem(Insert it in Customising->General->Additional CSS):
#vision-mobile-nav ul li a{ color:#6b065a!important; } header.header_v2 .mobile-menu-toggle { z-index: 3; }Regards
- This reply was modified 8 years ago by themevision.
Forum: Themes and Templates
In reply to: [Agama Blue] Slider Animation does not changeHello there!
Actually, animations can be changed for the Slider title and button only, not for the sliders.
Pro theme comes bundled with 2 premium sliders
(Revolution slider & Layer slider), With which you can do what you want.Regards
Forum: Themes and Templates
In reply to: [Agama] Can we place a video on the homepage?Hi,@latinanomad!
Yes, Agama pro theme comes with bundled premium plugins (WP Bakery page builder and Revolution slider & Layer slider)with which you can do it.
Check out this guides:
How To Create Video Sliders in Slider Revolution
Video Background in WordPress with Visual Composer(WP Bakery page builder)
Regards
Forum: Themes and Templates
In reply to: [Agama] Theme Slider Not Uploading ProperlyHello @latinanomad!
There can be many reasons why that happens.
WordPress slider slow to load here’s why and how to fix it
I think in your case, you need to optimize your photos before uploading them to your image slider.(Your first slider image has 21.9 MB !!! https://prnt.sc/jf5mu1) Please ,check out this guides: how to optimize your images for the web.
Using optimized images will help to create fast speed sliders.Pro theme comes bundled with 2 premium sliders.
(Revolution slider & Layer slider), so you have more choices.
Agama-proRegards
Forum: Themes and Templates
In reply to: [Agama] Contact Page, AgainHello @etjnc!
Which page builder you are using?
Unfortunately, the contact page template, shown on the demo site is part of the Agama Pro theme only.
Regards
Forum: Themes and Templates
In reply to: [Agama] The Grid Blog Layout does not load as it should!Hello there!
I think It happens due to network lag, anyway, we will try to improve this in the next update.
Thank you for your patience.
Regards
Forum: Themes and Templates
In reply to: [Agama] How remove sections comments?Hello there!
To remove a complete comment section, insert the code below in
Customise->General->Additional CSS:#comments{ display:none; }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] SLIDER – Font Size / Typography of Slide TitleHello, @axiosconsultants!
Add the code below, in Customize->General->Additional CSS:
#agama_slider h2 { font-size: 30px!important; } @media only screen and (max-width: 768px) { #agama_slider h2.slide-title { font-size: 22px!important; } }Change the font size value per your needs.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Order Social IconsHi, Axios!
No problem…
Thank you for trying our theme.
Best Regards