themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] archive pageHello,@satelit1978!
Unfortunately, this can be done only with the Elementor-Pro add-on.
Please check this article.Regards
Forum: Themes and Templates
In reply to: [Agama] Remove Default Shop Catalogue Sorting DropdownHello,barenewzealand!
Insert the following code into Customizing->Benersl->Additional CSS:
.orderby { display:none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Icon on the Post OverviewHello,@janschattling!
This icon is linked to the post format you selected when you created your new post.
https://prnt.sc/mdbh6c
Of course, you can always edit an existing post and change the post format if you want to change the icon.Regards
Forum: Themes and Templates
In reply to: [Agama] Hyperlink ColorHi!
Insert the next code into Customizing->General->Additional CSS:
.entry-content a{ color:#2E65FF!important; }Change the color code per your needs.
Regards
Forum: Themes and Templates
In reply to: [Agama] Homepage Boxes Missing After 1.4.0 UpdateHello,@aloeroot!
1. Make sure your boxes are enabled…
https://prnt.sc/mblyvi2. Make sure you set the visibility to the “Home Page”
https://prnt.sc/mbm1z2If the above steps do not help you, try to temporarily deactivate all the Plugins to check if there is not a conflict with some of the active plugins.
Regards
Forum: Themes and Templates
In reply to: [Agama] sidebar on the maim pageForum: Themes and Templates
In reply to: [Agama] sidebar on the maim pageHello,@satelit1978!
To achieve that,just change the page template to “default template”.
https://prnt.sc/mayvokRegards.
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEHello,@santinocabras!
To do this, it is necessary to change some core theme files, which I do not recommend to you. After all, why do you even use a slider to get a static image? Instead of a slider, it’s easier to do with the Elementor Page builder plugin that we recommend installing with the theme. Please check out the video guide that I did for you.
Regards
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEHello,@santinocabras!
Your code has stopped working because you have edited(changed or deleted) your other custom codes that were associated with it.
According to the current settings, the following code should help you:@media (max-width:480px) { .cameraSlide img{ left: 50%!important; margin-left: -450px!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEHi, @santinocabras!
Since you actually don’t use the slider, you can freely remove the sliders.
.slide-content slide-1, .slide-content slide-2{ display:none!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEHello,@santinocabras!
Try to insert the following code into Customizing->General->Additional CSS:
@media only screen and (max-width:480px) { .slide-content { background-position: 70% center!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEHello,@santinocabras!
Unfortunately, your website is currently under construction mode so I can’t see the slider. Please let me know when the site is alive and I’ll give you the right code to solve that.
Regards
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEHello,
If you still want to use the button and text, the slider is a better solution.
In order to have the “fixed” slide image, you can place the same image on both sliders…Can you give me an address to your website?
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEHello,@santinocabras!
If you want just fixed image without buttons on it, you don’t need to use the slider for that.
Use the Header image instead (Customising ▸ Header ▸ Header Image)Regards
Hi,
I’m glad you found the solution.
Best Regards