Jaroslav Svetlik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Resizing on mobile@boplinger and what you are trying to resize ?
Regrads
Forum: Themes and Templates
In reply to: [Agama] Agama HTMLForum: Themes and Templates
In reply to: [Agama] Review box errorAdd next CSS code to:
Appearance -> Customize -> Additional CSSCSS Code:
#commentform .col-md-12:nth-child(3) { display: none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Review box errorForum: Themes and Templates
In reply to: [Agama] navigation styling@sstworld777 next time use search function since this is already answered in another thread.
Regards
Forum: Themes and Templates
In reply to: [Agama] slider button and url for it don’t workHello @sstworld777,
The update is upcoming but until than you can disable Particles feature located on:
Appearance -> Customize -> Slider -> Particles -> Particles -> switch to "Off"Best Regards
- This reply was modified 8 years, 11 months ago by Jaroslav Svetlik.
Hello @solistana,
Right now that’s not possible but we will add some extra features into Agama Blue theme and i hope this will be possible to do soon.
Regards
Forum: Themes and Templates
In reply to: [Agama] LATEST FROM THE BLOG@vulkanus that not possible without editing theme core files.
Maybe we will add more types of blog layouts soon.
Regards
Forum: Themes and Templates
In reply to: [Agama] Banner blog has disapeared in agama blue since update@pipiroom the custom hook function you need to add inside agama-blue/functions.php file.
Regards
Forum: Themes and Templates
In reply to: [Agama] Banner blog has disapeared in agama blue since updateThis is 100% your fault… you need to put the content to Agama Blue child theme inside agama_blue_contents function or to add your custom hook function like:
add_action( 'agama_blue_contents', 'my_custom_contents' ); function my_custom_contents() { /* Add custom contents here. */ }Best Regards
Forum: Themes and Templates
In reply to: [Agama] Banner blog has disapeared in agama blue since update@pipiroom and what’s your website url ?
Did you made any hooks via child theme or customizations and if you did what exactly you did maybe showing us functions.php file would let me know what’s the issue.
Regards
- This reply was modified 8 years, 11 months ago by Jaroslav Svetlik.
- This reply was modified 8 years, 11 months ago by Jaroslav Svetlik.
- This reply was modified 8 years, 11 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Banner blog has disapeared in agama blue since updateForum: Themes and Templates
In reply to: [Agama] new updateHello @pauljsmith817,
Yes there is way to disable that effect by going to:
1) Slider
Appearance -> Customize -> Slider -> Particles -> Switch it Off2) Header Image
Appearance -> Customize -> Header -> Header Image -> Particles -> Switch it OffBest Regards
Forum: Themes and Templates
In reply to: [Agama] adding widgets into Top-menu areaHello @sstworld777,
There is a chance that we implement top menu widget area in some of next updates.
Best Regards