Jaroslav Svetlik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Footer widget Recent Posts posts invisibleNot problem 😉
Im glad everything is ok now.
Regards
Forum: Themes and Templates
In reply to: [Agama] taglineIf you have Agama Pro theme, you should have account and logint to forums.
Regards
Forum: Themes and Templates
In reply to: [Agama] Footer widget Recent Posts posts invisible@mr Case: theme-vision.com
Forum: Themes and Templates
In reply to: [Agama] Footer widget Recent Posts posts invisibleTry this one:
.footer-widgets .widget a { color: #8C8989; }Use extact code, without adding .widget-area.
Regards
Forum: Themes and Templates
In reply to: [Agama] Footer widget Recent Posts posts invisibleHello Risto,
Thanks for reporting this issue, i have noticed the same thing and you can expect update will be released very quickly.
Until that you can add this css code into theme style.css file:
.widget a { color: #8C8989; }Regards
Forum: Themes and Templates
In reply to: [Agama] taglineHello there,
The support for Agama Pro is on https://theme-vision.com/forums/ forums, you must log-in there and make new thread.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Nav Right BorderHello,
Thanks for reporting the issue, i will check this today & you can expect bugfix in next update.
Regards
Forum: Themes and Templates
In reply to: [Agama] Theme Agama, mobile navigationHello, im glad everything is ok on yours tablet now, i dont know what extacly i did since i have made allot fixes until now.
Thanks for iPhone screens, i will make fix for this overlap bug.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Post Display ProblemIm looking for solution, once i will resolve it, the update will be available for download.
Regards
Forum: Themes and Templates
In reply to: [Agama] How to add tags to AgamaThe tags feature is not available yet but you can expect it for few days once update is out.
Regards
Forum: Themes and Templates
In reply to: [Agama] How to add tags to AgamaHello, we will implement some basic typography features soon.
Right now you can try changing the fonts directly from style.css but as i said the basic typography features like changing headings fonts & colors will be available soon, maybe even in next version.
Thanks for your understating.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Author, Date removeMarking thread as resolved, if you still have issue with this please let me know.
Regards
Forum: Themes and Templates
In reply to: [Agama] Author, Date removeHello,
Place next code into wp-content/themes/agama/functions.php
remove_action('agama_blog_post_date_and_format', 'agama_render_blog_post_date', 10);Also open style.css and find .list-style .entry-content on line 1740 & change
margin-right: 110px;to
margin-right: 0;This could help you until Agama v1.1.4 is out.
Forum: Themes and Templates
In reply to: [Agama] Author, Date removeHello,
You can expect this feature in Agama v1.1.4 which is comin out for few days.
But because this is really important for you right now you can do next steps to remove it until this feature will be out:
1. Open wp-content/themes/agama/functions.php and
add next code on bottom:
remove_action('agama_blog_post_meta', 'agama_render_blog_post_meta');Regards
Forum: Themes and Templates
In reply to: [Agama] SliderHello,
Open wp-content/themes/agama/header.php
and paste your meta slider code after:
</header><!-- #masthead -->it should look similiar like this:
If you don’t know how to do it i can help you if you contact me from theme-vision.com
Regards