themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Settings broken after update!Hello, @skase98!
Don’t worry probably all these problems can be easily solved.
What additional code you inserted earlier?
Can you give me an address to your website, and eventually some screenshot of the previous settings you had?Also, there is always the possibility to roll back your theme using a WP Rollback plugin
Video Guide
How to Rollback any WordPress Plugin or Theme
https://prnt.sc/oh5wsgRegards
- This reply was modified 6 years, 10 months ago by themevision.
- This reply was modified 6 years, 10 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Settings broken after update!Hello, Oscar!
Thank you for your feedback.
We have released a new Agama version with Bootstrap 4 framework.
The menus are rewritten from scratch so that could be a reason why it’s now within 2 lines. The reason why it’s under 2 lines could be a menu padding and font size. (We have added more padding between the menu items)
That can be easily fixed by adding custom CSS code.If you use any caching plugins you should also clear all cache.
Also, if you are using autoptimize plugins, you should try to re-activate those plugins after the update.Regards
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileHi,
Try to insert the next code instead the one you have currently:
@media screen and (max-width: 992px) { .site-header { position: fixed !important; height:120px!important; } nav.mobile-menu { position: fixed!important; width: 100%; top: 120px!important; height: 160px; overflow: auto; z-index:9999; } }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] I need help title and date conflictHello, @bylucky!
Insert the following code into Customizing->General->Additional CSS:.ipost .entry-meta { margin-top: 30px!important; }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Sidebar : Multiple Authors ShowHello, @nirvanacompass!
What exact Author widget do you use?
Forum: Themes and Templates
In reply to: [Agama Blue] Different problemsHello,@enersoste!
Unfortunately, this forum serves for the question related to the free theme only.
If you have a Pro theme, please ask your questions on the Agama Pro theme forum.Thank you.
Forum: Plugins
In reply to: [Gold Addons for Elementor] Gold Addons removes Smart Slider 3 in ElementorHello,@johncarteroz!
Thank you for informing us about this.
We will test your statements and if there is some kind of incompatibility we will fix it in the next update.Best Regards
Forum: Themes and Templates
In reply to: [Agama] Theme broken after transfering websiteHello,@devivo
Your website now looks good, so I guess you’ve managed to solve this, in any case here is a good step by step guide if you need it anyway.
export-import-wordpress-website
Regards
Forum: Themes and Templates
In reply to: [Agama] new social iconHello,@kunstnomade!
Maybe you should try to insert the custom link to your Top Menu. Please check the next Article:
https://www.wpbeginner.com/plugins/how-to-add-social-media-icons-to-wordpress-menus/
https://prnt.sc/nzya23
https://prnt.sc/nzyaui
Your link will appear on the right side of the Top menu
https://prnt.sc/nzybemRegards
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileHi,
Insert the next code instead of the previous,
@media screen and (max-width: 992px) { .sticky-header.sticky-header-shrink { position: fixed !important; height:80px!important; } .sticky-header { box-shadow: none; } nav.mobile-menu { position: fixed!important; width: 100%; top: 80px!important; height: 150px; overflow: auto; z-index:9999;} }Or, set the smaller “Top” value.
Regards
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileHello @gramenauer!
Try to add the next code to the code you already have.
nav.mobile-menu { position: fixed!important; width: 100%; top: 80px!important; height: 150px; overflow: auto; z-index:9999; }Regards
Forum: Themes and Templates
In reply to: [Agama] agama Slider responsiveHello,@bartglobe!
We are working on the big Agama-slider improvements which will be published in the next Agama-Pro theme update (1.5).
Until that happens, you can solve your problem by inserting the following code into :
Customizing->General->Additional CSS:@media (max-width:1200px) { .camera_wrap{ height: 40vw!important; } .cameraSlide img{ width:100%!important; height:auto!important; margin:0!important; top: 50%; transform: translateY(-50%); } }Best Regards
Forum: Themes and Templates
In reply to: [Agama] Featured Image Size ProblemHello,@siddharthgiri!
I generally don’t suggest to customers to change the theme files. That is why I rather suggest using a plugin. Anyway, you can use whatever works for you…
Regards
Forum: Themes and Templates
In reply to: [Agama] Featured Image Size ProblemHello, @siddharthgiri!
The Agama Theme limits the height of featured images on posts to 310px by default. Images taller than this will be cropped top and bottom.
If you’d like to increase the maximum height of the featured images on posts, you can do it by using the “Simple Image Sizes” plugin.
So, follow the steps below, if you want to show an uncropped image in the posts:
1. Go to: Dashboard->Plugins->Add new… and search for the “Simple Image Sizes” plugin. Install and Activate it.
https://prnt.sc/nrf4xv
2. After you installed and activated the plugin,
go to: Dashboard->Settings->Media, Find the “agama-blog-large size” text line, and change the Maximum height value per your needs (402px)
https://prnt.sc/nrf6du3. Click on the “Update” button to save the settings.
Important: The fix above will apply only to newly uploaded featured images. To apply it to existing featured images you must regenerate the thumbnails.
So, for the existing post, go back, edit the post, and now, below the featured image, you should see a “Regenerate image size” link.
https://prnt.sc/nrf9ehClick on that link to regenerate your image size.
Then update your post. Now your featured image should be uncropped.I hope you understand the procedures I have provided.
Regards
- This reply was modified 6 years, 11 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Featured Image Size ProblemHello, @siddharthgiri!
The easiest way to solve this, is to turn off the Featured images on a single post (Customizing->Blog->Single Post)
https://prnt.sc/nrdenmAnd Insert again your Featured Image in the Post content.
https://prnt.sc/nrddgk
In that way, you can change the image size per your needs.Regards