Jaroslav Svetlik
Forum Replies Created
-
Marking thread as Resolved, if you have any questions let me know.
Regards
Forum: Themes and Templates
In reply to: [Agama] Author and comments post meta entry content controlHello Peter,
Right now there are no way of hiding the comment form & single author detail.
But it’s good that you have stated this so i will for sure add those things in Agama theme on next update.
The Agama Pro theme have a option to disable comment form globally on all articles/pages or you can disable the comment form on single article/page but there is no option in Agama Pro for disabling just author info in Post Meta but that is in our todo list so it will be implemented soon.
If you can be patient enough the Agama free version will be updated soon and you will be able to use the functions you want.
Best Regards
Hello greenbirchdesign,
This should be possible with next shortcode usage:
First page:
[jpro_cars title=”” make=”Cars” model=”all” year=”all” fuel=”all” condition=”all” mileage=”all” price=”all”]Second page:
[jpro_cars title=”” make=”Trucks” model=”all” year=”all” fuel=”all” condition=”all” mileage=”all” price=”all”]But make sure you create those categories under JPro Cars->Models in admin dashboard.
Regards
Forum: Plugins
In reply to: [JPro Cars] TranslateWhich language you are using and what fields you can’t translate ?
Regards
Forum: Themes and Templates
In reply to: [Agama] Text goes missing on 4-5'' devicesFinding a problem is not an issue, the update is coming soon.
Best Regards
Forum: Plugins
In reply to: [JPro Cars] Database and others….Hello, im working on many changes so that’s why there is no update.
You can expect update soon, just be patient, once update is out you will be notified.
Best Regards
Forum: Plugins
In reply to: [JPro Cars] Changing Cars to BoatsHello dragonvain,
Not right now, but we are planing to release new universal classifieds plugin which will suit to your needs.
Regards
Forum: Reviews
In reply to: [Agama] Most useful features are only in premiumHello Candy2012,
I appreciate your feedback really & i promise you i will change all things to better so you can expect less advertising and more features.
Best Regards
The quick fix until update is out should be next for you:
1. Go to wp-content/themes/agama/framework/blog/list/
2. Edit loop.php file and change:
<?php the_excerpt(); ?>to
<?php the_content(); ?>on line 60.
But this will also display full post on blog loop page, so you can limit it to show any number of words by doing next:
Change:
<?php the_content(); ?>to:
<?php $content = get_the_content(); echo substr( $content, 0, 100 ); ?>Now the content will display only first 100 words.
Regards
Hello more.than.obsidian,
Thanks on reporting the issues you have with post excerpt. The links to your website are not working so it would be great if you resolve issues with links so i can check on your website what’s going on.
Anyway i can modify little the excerpt so you will be able to use images & all other tags from content editor.
You can expect those changes in next theme update.
Regards
Forum: Plugins
In reply to: [JPro Cars] Paging doesn't work in Search resultThank’s for reporting this issue, you can expect quick update tomorrow.
Regards
Forum: Themes and Templates
In reply to: [Agama] Text goes missing on 4-5'' devicesThank’s on notice 🙂
Forum: Themes and Templates
In reply to: [Agama] Text goes missing on 4-5'' devicesHello kasparst,
I will check & resolve the issue you reported.
Thanks for helping to make Agama theme even better.
Regards
Forum: Plugins
In reply to: [JPro Cars] TranslateOk just be patient i will check today this issue & if i found a bug you can expect quick fix today.
Forum: Plugins
In reply to: [JPro Cars] Database and others….Hello,
#1: Will resolve today.
#2: Free version of JPro Cars plugin have less funcionality than Premium one. We are stopping to sell it on CodeCanyon, you must register on theme-vision.com & contact us that you are old client from CodeCanyon so you can still continue getting premium version updates.
#3: Will resolve today.
#4: Will resolve today.