Paolo
Forum Replies Created
-
AuthorPosts
-
No, there isn’t.
Thx
We don’t see the value, because nobody ever requested it and we only prioritize requests that are popular and requested by the majority of the community.
Thank you
Hi,
was it working before? I can’t recreate this in our demo, it still works fine.
Are your facebook settings correct? Is the token still valid?
Please provide a URL and wp admin credentials and we will have a look.
Thx
Hi,
I just retested our demo for example like the one you provided and seems to be working as it should finally.
Example:
Now I can search for 2 words present in a title and the result having those words is appearing 1st, than it shows all other result containing 1 or the other
Inverting words works too: http://wpgeo.directory/?geodir_search=1&stype=gd_hotel&s=hotel+acme&snear=&sgd_hotelcategory%5B%5D=&sgeo_lat=&sgeo_lon=
If it doesn’t work on your website, please provide exmaples with specific description of problem and possibly always wp admin credentials so we can follow up.
This will allow to speed up support and should be clear by now.
Thank you
Settings >> Reading and change the number of posts per page.
This is a basic WordPress features.
Thx
March 10, 2015 at 6:42 pm in reply to: Buddy Press Member Reviews page shows two menu bars and and error #33564If you are using buddypress you can only use buddypress registration form. Just FYI.
Hi again,
I’ve tried changing credentials using those of one of my test members to update MultiLocation and worked like it should.
Would you mind sharing your wpgd.com password in private or allow me to temporarely change it?
Let me know,
Thx
March 10, 2015 at 6:36 pm in reply to: Weirdness with Search widget in firefox, all of a sudden #33559link please?
March 10, 2015 at 6:34 pm in reply to: Buddy Press Member Reviews page shows two menu bars and and error #33558Hi,
did you clear your browser cache after making the change?
Because if I visit your website I no longer see the problem…
Let us know if I can set this as solved.
Thx
This reply has been marked as private.do you have wp admin enabled for users?
GD >> General >> Allow user to see wp-admin area?
Hi,
I personally like all MultiPurpose themes, some more than others, however they are not speed champs and I think they never will.
Some are better some are worst, but they all offer far too many options IMHO, making them all bloated with code and scripts.
I use Enfold for a couple of my projects and I also like Divi. I haven’t tested Jupiter and MultiNews extensively, so I can’t really comment. Avada is probably the most problematic and heavy.
The yelp clone is proceeding quite fast, but I can’t really tell how long before we can release a beta. Considering we started working on it last week, I would say minimum another week or 2 from now.
Thanks
But the initial author remain as an author after the claim?
No it doesn’t.
Also i can not find the “Reviews on” translation in reviews tab.
It is in the geodirectory-en_US.po file :
singular: One review on “%2$s”
plural: %1$s reviews on “%2$s”
Thanks
Hi Charles,
the system here doesn’t go and check if you bought anything new everyday.
So for wpgd.com autoupdates for you are valid only for the addons synced the first time.
Given that you bought Multilocation after syncing, you need to sync again to add it to the list of unlocked products.
Thanks
March 10, 2015 at 2:50 pm in reply to: Buddy Press Member Reviews page shows two menu bars and and error #33534Hi,
Kiran had a chance to check and after lots of checking found that issue procuded due to javascript code which is in wp-content/themes/Avada/js/main.js
Code is
jQuery('.reviews').cycle(reviews_cycle_args);Because of this line “cycle” function is executed for all elements which has the “reviews” class on page.
Main thing here is on BP Profile page it adds new classes to body. So if you click on BP Profile -> Profile you will found “profile” class in body class attribute, by same thing it adds “reviews” class in body element attribute when you go to BP Profile -> Reviews tab.
So the above function is also executed for body element.
You have installed theme Avada v3.6.2 and this was fixed in v3.7 with the following line of code:
jQuery('.fusion-testimonials .reviews' ).each( function() {You can also found more details in Avada change log at http://theme-fusion.com/avada-documentation/changelog.txt
– improved testimonials/slider scriptIN SHORT there are two ways to fix issue on http://www.qurbee.com
– Update Avada theme to latest or
– ChangejQuery('.reviews').cycle(reviews_cycle_args);line with
jQuery('body .reviews').cycle(reviews_cycle_args);in wp-content/themes/Avada/js/main.js
Hope it is clear.
Let us know
Thanks
-
AuthorPosts