Jaroslav Svetlik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama Blue] Bar menu does not worksHello @minhluyen,
You have jQuery error on background-music-menu plugin.
Try turning off the plugin and try if sub-menu starts working.
Regards
Forum: Themes and Templates
In reply to: [Agama] Share Post on InstagramForum: Themes and Templates
In reply to: [Agama] constant admin_action promoting upgradeForum: Themes and Templates
In reply to: [Agama] constant admin_action promoting upgradeThanks for your notice, i’m pushing new update today without this action.
Sorry for inconvenience.
Regards
- This reply was modified 7 years, 5 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileChange:
z-index: 1;to
z-index: 999;Regards
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileReplace (above given solution):
@media screen and (max-width: 992px) { .sticky-header.sticky-header-shrink { position: fixed !important; } #vision-mobile-nav { position: fixed; width: 100%; z-index: 1; } }With:
@media screen and (max-width: 992px) { .sticky-header.sticky-header-shrink { position: fixed !important; } #masthead.header_v3.shrinked #vision-mobile-nav { margin-top: 67px !important; position: fixed; width: 100%; z-index: 1; } }The whitespace issue needs more time for inspecting so i will try to give you solution later.
Regards
- This reply was modified 7 years, 5 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileWhite space solution:
.sticky-header { box-shadow: none; }Menu behind header solution:
#masthead.header_v3 #vision-mobile-nav { margin-top: 67px !important; }Regards
- This reply was modified 7 years, 5 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileReplace above CSS code with next one:
@media screen and (max-width: 992px) { .sticky-header.sticky-header-shrink { position: fixed !important; } #vision-mobile-nav { position: fixed; width: 100%; z-index: 1; } }Regards
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileHello @gramenauer,
Add next CSS code to Appearance -> Customize -> General -> Additional CSS
@media screen and (max-width: 992px) { .sticky-header.sticky-header-shrink { position: fixed !important; } }Best Regards
- This reply was modified 7 years, 5 months ago by Jaroslav Svetlik.
- This reply was modified 7 years, 5 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Broken linksForum: Themes and Templates
In reply to: [Agama] Probleme “parse error : syntaxe error” sur theme agamaHello @cscsflep,
Just replace next code:
add_action (‘wp_head’, [$ this, ‘IE_Scripts’]);With this one:
add_action( 'wp_head', array( $this, 'IE_Scripts ) );Or even better you should upgrade your server PHP version to 5.6+ (7.x recommended).
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Comments pageHello @csedu,
As i can see you have wpdiscuz plugin installed so you must check with wpdiscuz support about comments not appearing.
Regards
Forum: Themes and Templates
In reply to: [Agama] Website scroll issueHello @relientkitten,
I will try to reproduce same issue with stated plugin above, if i find any bugs you can expect update very soon.
Just give us some time.
Regards
Forum: Themes and Templates
In reply to: [Fury] How can my readers add comments?We have resolved the issue with newest update which should be available in while.
Regards
- This reply was modified 7 years, 7 months ago by Jaroslav Svetlik.