Jaroslav Svetlik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Header logo and menu disappears in theme V1 on mobileForum: Themes and Templates
In reply to: [Agama] Blinking and vibrating while scrolling downForum: Themes and Templates
In reply to: [Agama] AgamaForum: Themes and Templates
In reply to: [Agama] Theme not compatible with safari 5.1With every update release we add change log inside readme.txt file so you can read from it what changes we have done in every version.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Theme not compatible with safari 5.1Hello @phpeditor1,
We are working on newest update which should be released until end of this month so just stay in touch, many bugs will be resolved.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] How to make Menu URLs open in a new tabForum: Themes and Templates
In reply to: [Agama] Missing required hCard “fn”Hello @tgigi57,
Thanks for noticing us about this issue, we will try to resolve the issue in next theme update.
Regards
Forum: Themes and Templates
In reply to: [Agama] How to make front page look like in Agama theme previewHello @hannakissa,
Adding appointment shortcode into slider is impossible without editing slider core file.
However if you want adding it you can do next:
1) Open next file: wp-content/themes/agama/framework/class-agama-slider.php
2) Search for next code:
if( $slide['1']['title'] ) { echo '<h2 class="slide-title animated '. $slide['1']['animate'] .'" style="color:'. $slide['1']['title_color'] .';">'; echo $slide['1']['title']; echo '</h2>'; }3) Remove that code and add your shortcode instead:
echo do_shortcode('APCAL']);This should work but it is not recommended using it since your changes will be lost once you update theme to the latest version.
Best Regards
- This reply was modified 8 years, 8 months ago by Jaroslav Svetlik.
- This reply was modified 8 years, 8 months ago by Jaroslav Svetlik.
- This reply was modified 8 years, 8 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Adding button to sliderHello @zupko,
Right now adding more than one slider button is not possible without editing theme core slider file.
But soon we will release Agama slider plugin so it will be possible to add more than one button on the slider.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] How to overlay the logo on the header imageHello @woowahdesigns,
Please remove suggested CSS code and ADD this one instead:
@media screen and (min-width: 993px) { #masthead .pull-left { position: absolute; } }Let us know if this helped.
Regards
Forum: Plugins
In reply to: [JPro Cars] How to use this?Hello @melinekhachatryan,
I’m releasing new version of JPro Cars soon and detailed documentation.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Is there a way to put the slides side to side?Hello @azulmily,
I can see next error from inspect console on your website:
Uncaught (in promise) DOMException: Failed to load because no supported source was found.I think that is a reason why your background audio won’t play, also i believe this issue have nothing with theme itself so the best choice would be if you write help request on audio plugin (you use) support forums.
Regards
- This reply was modified 8 years, 9 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] i don’t wanna switch the display of pc and smartphone.Hello @nsmart7,
There is no such feature in theme right now which could make your wish true 🙂
Every theme which use a Bootstrap as base will change visual aspect when you switch to smaller media device.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Can’t delete particlesHello @kirstinec,
Disabling particles on header image option is located at:
Appearance -> Customize -> Header -> Header Image -> ParticlesDisabling particles on slider option is located at:
Appearance -> Customize -> Slider -> Particles -> ParticlesRegards
Forum: Themes and Templates
In reply to: [Agama Blue] Background image doesn’t displayHello @azulmily,
You need to add image for Slide #2 from:
Appearance -> Cusotmize -> Slider -> Slide #2 -> ImageBest Regards