gdolenc
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problems with categoriesI have installed fully fresh WP and Woo Canvas theme instalation on my localhost to test the plugin compatibility with the theme. I have disabled all other plugins.
The sidebar categories in the plugin are not working.
Looks like the rules on this formun do not allow to exchange contact data. My question is, how can I contact you directly so that we can discuss how to solve this problem further, because I have no other idea about what I could try to make it working.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problems with categoriesOk, understood. But there are two things. I am translating the plugin (for FREE) in Slovenian language, if this counts anything. If not, how much would it cost me that you would check it. I can pay you via paypal.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problems with categoriesThis is the response from WooThemes:
Unfortunately we don’t support 3rd party plugins, therefore I’m afraid we can’t help you with this one. I recommend to contact the author of the plugin, if you need assistance in this regard.
Any chance you take a look at what might be a problem?
Thanks.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problems with categoriesI have tried your suggestion taxonomy-advert_category.php but no success.
I have also tried to deactivate all other plugins, but still not working.
Then I have tried to change the theme. I am using Woo Canvas theme, then I replaced with WP Twenty Fifteen and this one has no problems.
So, it is a theme issue. What should I do? How can I find the error? Should I contact Woothemes about this issue or is there anyting else you can check?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problems with categoriesDid you maybe found out what is the problem with category not showing adverts like in demo version?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Few ideas for upgradeOne more idea: sorting adverts by price ASC or DESC.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Few ideas for upgradeDates format solved, thanks.
Regarding image resize, I have used this code from here, but not working:
add_action("init", "my_adverts_image_sizes", 20); function my_adverts_image_sizes() { // remove default image sizes remove_image_size("adverts-upload-thumbnail"); remove_image_size("adverts-list"); // add them again with different dimensions add_image_size( "adverts-upload-thumbnail", 150, 105, true ); add_image_size( "adverts-list", 300, 190, false); }
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problems with categoriesHere is the link with the problem of clicking on category and what do you get:
https://www.slotenis.si/oglasi/In the right sidebar click Loparji (1)
And this is what you get:
https://www.slotenis.si/advert-category/loparji/Strange???
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problems with categoriesI have managed to solve the last issue with styling. All I had to do was to add !important code in my custom style sheet:
.adverts-form.adverts-form-aligned .adverts-control-group label { float: left !important; }
Forum: Plugins
In reply to: [qTranslate X] Wp-Admin default language setThanks. Yes, it looks like it was a cache problem.
Forum: Plugins
In reply to: [qTranslate X] Wp-Admin default language setI did, and I pick English and it changes. But on my next click within admin section, for example I click on Posts, the language changes back to Danish.
Forum: Plugins
In reply to: [qTranslate X] Few languages not workingAlso Serbian solved. The correct coding is:
sr, sr_ME
Forum: Plugins
In reply to: [qTranslate X] Few languages not workingI have managed to solve two of non-working languages.
The issue was with the language code set.
I had the following settings:
Danish, da, da_DA (wrong!!!, correct: da, da_DK)
Croatian, cr, cr_CR (wrong!!!, correct: hr, hr_HR)
Serbian, rs, rs_SP (wrong!!!, correct: ??? still looking for solution)So, does anybody know about the correct language coding for Serbian latin?
Forum: Plugins
In reply to: [qTranslate X] Few languages not workingLike said, prepath mode is of no use for me, since I have a custom child theme and custom build PHP application, which reads language from querystring. I have no regular pages translated.
Forum: Plugins
In reply to: [qTranslate X] Few languages not workingThis is not important. Even if I uncheck this option (I have done it) it is still not working.