Jaroslav Svetlik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] post loading animation on phoneWe will check what’s going on and prepare proper updates if needed.
Thanks for your patience.
- This reply was modified 6 years, 1 month ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Jumping items in main menuHello @yuriy999,
Try adding next CSS code to the Appearance -> Customize -> General -> Additional CSS
#masthead.header_v1 ul.agama-navigation > li > a::before, #masthead.header_v1 ul.agama-navigation > li > a::after { background: transparent; }Make sure you add the above CSS code before the below codes you already have generated:
#masthead.header_v1 ul.agama-navigation > li > a:hover::before #masthead.header_v1 ul.agama-navigation > li > a:hover::afterRegards
- This reply was modified 6 years, 1 month ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama Blue] Agama Blue update – how to remove wave in headerRemove the “// Set custom header height.” string and save.
Regards
- This reply was modified 6 years, 1 month ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama Blue] Agama Blue update – how to remove wave in headerYou can go to Appearance -> Customize -> General -> Additional CSS and add next custom CSS code:
#agama-header-image .header-image { height: 100px; // Set custom header height. }In. the next theme update we will add more header image options so you will be able to adjust header image height from Customizer and also you will be able to turn off the header bottom shape but until than you can use the above CSS code to adjust header image height.
Best Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Agama Blue update – how to remove wave in headerForum: Themes and Templates
In reply to: [Agama Blue] Agama Blue update – how to remove wave in headerYou will need to provide us your website URL so we can inspect what’s going on.
Regards
Forum: Themes and Templates
In reply to: [Agama] Header is Cut after updateI see the same issue, I could disable the colors but the waves remained. I restored 1.5.2 from backup but such a change without clear documentation is annoying
Actually every update has documented what is changed in the theme itself. You can check that on our website from changelog URL:
https://theme-vision.com/agama/Or by opening the theme folder and checking the readme.txt file.
From 1.5.3 version there are some changes done into the theme so now default theme installation has disabled the breadcrumb by default and enabled the header image by default, all this info is well documented.
Regards
Forum: Themes and Templates
In reply to: [Agama] March 2020 Update has caused fatal errorThere is not any malicious code into the theme since wp.org would not accept the Agama theme into the theme repository if that was the case.
The only thing could happen is that your website was hacked somehow and the attackers injected the malicious code into the theme.
Anyway, I’m glad that everything is fine now.
Regards
- This reply was modified 6 years, 2 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] March 2020 Update has caused fatal errorHello @chloebaggins,
Can you show us the error output ?
We need to know where error occured so we can confirm it is related to the Agama theme.
Best Regards
- This reply was modified 6 years, 2 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] How to disable header title@jfordec ,
Sorry for late reply, you can disable the breadcrumb from the next location:
Appearance->Customize->Breadcrumb->BreadcrumbAnd switch the “Breadcrumb” button to “Off”.
Best Regards
Forum: Themes and Templates
In reply to: [Agama Blue] posts page formattingHello @vitocolazzo,
You will need to disable the third-party plugins one by one and check which one is causing the code-breaking.
Regards
The Internet Explorer is an outdated browser, almost nobody uses it anymore so we do not plan to add additional code to the theme to support outdated internet browsers.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Unable to setup sliderHello @megha2023,
In the next theme update, we will implement proper hook actions for purposes like yours where you will be able to attach a custom function into the header area from the child theme.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Remove date and comment iconOr there is an even easier way to do it since there is pre-build options for turning off those features.
Go to:
Appearance -> Customize -> Blog -> Post MetaAnd turn OFF all post-meta features or the ones you don’t want to display.
Regards