Jaroslav Svetlik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] to change the color of the pages and textHello @dvvsochi,
What exactly you mean when you write “change color of the pages” ?
Also what text ?
Please be more precise when you are asking help, screenshot could help also.
Regards
Forum: Themes and Templates
In reply to: [Agama] Mobile appearance and woocommerce issuesHello @greekgod,
We will prepare a update and make WooCommerce more responsive and friendly with Agama theme.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Static Front Page: does not change the main pagePlease read next article: https://codex.wordpress.org/Creating_a_Static_Front_Page
Best Regards
Forum: Themes and Templates
In reply to: [Agama] change color or link and hoverHello @alm367,
You can do that via:
Appearance -> Customize -> Additional CSSTry adding next CSS code:
body { color: #desired_color; } a { color: #desired_color !important; } a:hover { color: #descired_color !important; }Best Regards
- This reply was modified 9 years, 2 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Static Front Page: does not change the main pageHello @dvvsochi,
Elaborate please…
Forum: Themes and Templates
In reply to: [Agama] Blank front pageHello @osalfonsos,
Try adding next CSS code under:
Appearance -> Customize -> Additional CSSCSS Code:
body.home #main { display: none; }Regards
- This reply was modified 9 years, 2 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] two columns and keep responsive layout@alm367 for vertical align i think you need to wrap every:
<div class="col-md-6"> </div> <div class="col-md-6"> </div>Like next:
<div class="col-wrap"> <div class="col-md-6"> </div> <div class="col-md-6"> </div> </div>And add some CSS like:
div.col-wrap { vertical-align: middle; }This is only for reference and it may not working, you will need to figure it out how to align it vertical / horizontal.
Best Regards
- This reply was modified 9 years, 2 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Remove recent posts from main layoutHello @loudexposure,
You already answered on your question.
1) Please set static front page: https://codex.wordpress.org/Creating_a_Static_Front_Page
2) Go to:
Appearance -> Customize -> Slider -> General -> VisibilityAnd set “Visibility” to “Front Page”.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Frontpage boxes whitespace titleForum: Themes and Templates
In reply to: [Agama] two columns and keep responsive layoutHello @alm367,
If you want 2 columns you can try next HTML code:
<div class="col-md-6"> First Column Area </div> <div class="col-md-6"> Second Column Area </div>Let me know if this is working for you.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Slider Button URL not workingForum: Themes and Templates
In reply to: [Agama] header with AGAMA: how can i insert a link?Hello @lisottishop,
There is no easy way for changes you want to do since you must edit theme core files to achieve what you want to do.
And there is possibility that you will lost every change once theme is updated to newest version.
You must learn some basic WordPress coding or hire someone to do those task with child theme.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Mobile responsive size with sliderForum: Plugins
In reply to: [JPro Cars] CurrencyHello @glogan5,
You must edit every single listing and choose a newly added UK pound from price dropdown menu.
Regards
Forum: Themes and Templates
In reply to: [Agama] Header menu seen from mobile devicesHello @47secondsofveritas,
Send some screenshots but do not use outlook for images, you can upload them to next service: https://prnt.sc/
Mark on screens what do you want to change.
Regards