Paolo
Forum Replies Created
-
AuthorPosts
-
That is a server issue with wordpress. OUr plugin doesn’t use simplepie.
Ask them to allocate higher memory to your server.
Can you also ask them if that is the correct path for that machine given that you don’t have root access?
/var/chroot/home/content/10/10812810/html/wp-content/themes/Avada/js/jquery.cycle.js
Thanks
Hi,
I think it is not showing because the 1st event is occupying the entire tab. I don’t think it will show more than 10, however it is showing only 9 and not correctly so I think this is a bug.
I’m reporting this to developers so that they can fix and also add a settings section in an admin page to control that tab.
We will keep you posted.
Thanks for your patience
Please add this to your theme functions.php
remove_action('geodir_after_edit_post_link', 'geodir_display_post_upgrade_link', 1); add_action('geodir_after_edit_post_link', 'my_geodir_display_post_upgrade_link', 1); function my_geodir_display_post_upgrade_link(){ global $post,$preview; if(!$preview){ if(is_user_logged_in() && $post->post_author == get_current_user_id()){ $post_id = $post->ID; $post_package_id = isset($post->package_id) ? $post->package_id : ''; if(isset($_REQUEST['pid']) && $_REQUEST['pid'] != ''){ $post_id = $_REQUEST['pid']; if(empty($post_package_id)) $post_package_id = geodir_get_post_meta($post_id,'package_id',true); } $postlink = get_permalink( get_option('geodir_add_listing_page') ); $editlink = geodir_getlink($postlink,array('pid'=>$post_id),false); $post_status = get_post_status( $post_id ); // show renew link before pre expiry days * 2 $post_expire_date = isset($post->expire_date) ? $post->expire_date : ''; $preexpiry_notice = false; if (get_option('geodir_listing_preexpiry_notice_disable') && get_option('geodir_listing_preexpiry_notice_days')!='' && $post_expire_date != '0000-00-00' && $post_expire_date != '' && strtolower($post_expire_date) != 'never' && strtotime($post_expire_date) > strtotime(date('01-01-1970'))) { $preexpiry_date = strtotime($post_expire_date) - (DAY_IN_SECONDS * get_option('geodir_listing_preexpiry_notice_days') * 2); $preexpiry_notice = $preexpiry_date <= strtotime(date('Y-m-d')) ? true : false; } $action_link = __('Upgrade Listing', GEODIRPAYMENT_TEXTDOMAIN); if($post_status == 'draft' || $preexpiry_notice){ $action_link = __('Renew Listing', GEODIRPAYMENT_TEXTDOMAIN); } $upgradelink = geodir_getlink($editlink,array('package_id'=>'ADD_YOUR_ID_HERE'),false); echo '<p class="geodir_upgrade_link"><i class="fa fa-chevron-circle-up"></i> <a href="'.$upgradelink.'">'.$action_link.'</a></p>'; } } }Change where it says ADD_YOUR_ID_HERE with the price package ID needed for the upgrade.
I’ve tested it in our demo and works, however if you have more than one CPT this will not work and will have to be extended with a little extra conditional function.
Let us know,
Hi,
the whole point is to create a free price package with very limited features and an upgrade package with more features.
If you create a pre-payed listing with all features I have no interest in claiming it, let alone pay for it.
The idea is to add title, short description, category and that’s it for free listing and let them claim and than pay to add images, tags, website URL, social network references and so on.
That is how the system works.
Thanks
Hi,
when I try to edit the event, it is clearly not linke to anything.
See image attached.
Thx
There is no way to do what you are trying to do…
You would have to rebuild both the payment addon and the claim addon.
The easiest way is to create a free package and add your listings with that package, than hide that package with css from the add listing form so nobody can use it.
This way ppl will be able to claim free listings and than upgrade them.
Thanks
add this to GD >> design >> scripts >> custom css
#geodir_post_tags_row { display: none; }Thanks
1) the second option override the 1st.
2) What do you mean by ALT text? You could add anything you want with jQuery?
Let us know,
I’ll set this as solved though…
Hi,
in that case you are right, if you only have 1 price package and not a free package the whole upgrade system makes no sense.
Users can only upgrade from a free listing to a paid listing. If you pre-entered it and assigned it to the premium package, there is nothing to pay, for the system that listing is already paid.
If you want to add listings in advance and make them claim than pay to upgrade you must also have a free price package and assign the pre-entered listing to tha price, so that user can upgrade to something…
Thanks
Hi Nick,
This event http://discovermarketdrayton.co.uk/events/market-drayton/theatre/dave-spikey-punchlines-work-in-progress-show/ doesn’t appear to be linked to http://discovermarketdrayton.co.uk/places/market-drayton/attractions/festival-drayton-centre/#link_business
If you provide wp admin credentials in a private reply, we will have a look.
I had to split the topic so that private replies would be between you and us.
Thanks
sorry, I’ve edited my previous reply as the error wasn’t visible.
would you please check?
for the email problem, would you pelase check if they are not in your spam folder?
Sometimes it happens…
Hi,
the claim listing process allow a user to become “owner” of 1 or more listings to be able to edit it and/or upgrade it.
It doesn’t force one to pay to do so.
Once a listing is claimed, the listing owner will see a link in the sidebar : Upgrade Listing (see image attached capture2) and will also see the upgrade link in the dashboard. (see image attached capture11)
Thanks
Just FYI, we found that the same hosting has similar problems with different platforms.
Example:
https://www.phpbb.com/community/viewtopic.php?f=46&t=2241476
Thanks
Hi,
the hard coded folder path has been changed and will be availalbe in the next release (should be later this week).
For the error I’ve asked to the developer to investigate, but I really think it is related to your hosting provider, because in none of our test servers (5 of them) we were able to replicate it.
Thanks
-
AuthorPosts