Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
that looks like a problem with the theme on a page with little content in the body. If you create a normal page with 1 line of text, you probably get the same result.
This question should be referred to the theme author.
Thank you
Hi,
I’ve just tested trying to import a CSV that I successfully imported in our demo a minute before and I had the same error as you.
The file is a valid CSV (othrewise it wouldn’t work on my demo), so I think the error presented is misleading, probably a permission or file system problem with your server.
If you provide FTP credentials too, tomorrow morning 1st thing Stiofan will have a look at it. (it’s almost 8pm now in UK).
Let us know,
Thank you
Ok thanks for reporting this, I’ve asked to Giri to follow up.
We’ll keep you posted.
Thanks
Your plugins are all up to date.
Thanks
Hi,
please provide a URL and admin credentials and we will have a look.
Thank you
You had not entered listings for those CPT right?
Thanks you 🙂
Thank you for letting us know!
That was in 0.0.2, did you update to 0.0.3?
Let us know,
Thanks
I know many member had success with that using s2members plugin. I personally never tested it, but I know Guust uses it.
I’ll ask him to join the conversation and see if he can assist in case you have problems with it.
Just let us know,
Thanks
August 24, 2015 at 6:23 pm in reply to: Just upgraded Plugin. 404 error when trying to view a listing! #50699That is correct, new core with all add-ons is never recommended.
Thank you
Hi,
yes you can.
WordPress provide several hooks for the content.
With a function like this in your theme functions.php file you should get exactly what you want, by udding the gd popular post view shortcode.
function add_shortcode_after_post_content($content) { if ( 'post' == get_post_type() ) { $content .= do_shortcode('[gd_popular_post_view layout=5 add_location_filter=flase character_count=0 show_featured_only=true]'); } return $content; } add_filter('the_content', 'add_shortcode_after_post_content');Let us know if it helps.
Thanks
Hi,
I’ve seen similar problem popping up recently, but mainly for addons.
Stiofan is getting to the bottom of it, but it appears that WordPress in general is struggling. We found this comment within wordpress core code recently:
/*
* If the ‘update_plugins’ site transient is empty (e.g. when you update
* two plugins in quick succession before the transient repopulates),
* this may be the return.
*
* Preferably something can be done to ensure ‘update_plugins’ isn’t empty.
* For now, surface some sort of error here.
*/We’ll keep you posted.
In the mean time if you provide url and credentials we can make sure your plugin is indeed updated.
Let us know,
Thanks
Hi,
please provide a URL and admin credentials and we will have a look. I though you succesfully updated to 1.5.1 which is the current version.
Thanks
Are there any images associated with that listing? Link please?
Thanks
August 24, 2015 at 5:34 pm in reply to: Suggestion about which CRM or CMS to use for international invoice creations #50690Currently there is no available option or integration that will automate the process.
Thanks
-
AuthorPosts