Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I miss read the function, this was caused by an old function in CPT addon, i have added a snippet of code in ur child functions to fix it, the fix will be in the nexd ver of CPT addon.
Thanks,
Stiofan
Hello, this is resolved now, that code is added tot he footer which is present in preview but the styles to hide it were not loaded.
Thanks,
Stiofan
January 28, 2016 at 4:29 pm in reply to: Bought MultiLocations, Profile Shows No Record Of Purchase #112905This reply has been marked as private.If i remember correctly you have already added all the regions? If so i have changed the region type from enabled to restricted tot he ones you already have, this prevents this from happening, if there might be more regions people might want to add let me know as we will have to disable that and find another solution.
Thanks,
Stiofan
p.s. the problem is the tab button tabs to the search box inside the region list and the keyup makes it run a search which returns empty.Hello Dara,
Please have a look at this page: https://codex.wordpress.org/Customizing_Feeds
There are also some useful links at the bottom of that page.
Hopefully that is enough to get you where you want to be 🙂
Thanks,
Stiofan
January 28, 2016 at 2:22 pm in reply to: Bought MultiLocations, Profile Shows No Record Of Purchase #112856This reply has been marked as private.Hi Karu,
Did u read the main post? You will only see the new screen when a new/updated addon has been added, not a new ver of GD core or a GD theme.
Thanks,
Stiofan
January 28, 2016 at 1:39 pm in reply to: Any chance to have "add listing" using Multilocations? #112822Hi Chris,
I added the following to your functions to fix the problem
//fix GD chosen select add_action( 'wp_print_scripts', 'wishlist_fix_gd_scripts' ,400); function wishlist_fix_gd_scripts() { wp_dequeue_script('jquery-chosen'); }Thanks,
Stiofan
This reply has been marked as private.Hi Rudolf,
That error is not usually one with the fraud prevention, it could be a error in the paypal arguments sent, if you want to add me to skype we can go over it. You wont be able to view my private replies here so i’ll reply to another topic of yours
Thanks,
Stiofan
Hello,
I replied to this days ago but it looks like somehow it didn’t save, my apologies.
The recent posts extend plugin and GD both try to edit the query loop, that widget will work on non GD pages but it won’t work on GD pages. YIf you need it on the homepage you could try not setting GD as a homepage but instead set it as a normal page and use GD shortcodes or widgets.
Thanks,
Stiofan
It looks like something is hooking in and changing that value for you, you can fix it by adding this code to your theme functions.php
add_filter( 'wp_mail_from_name', 'my_custom_wp_mail_from_name' ); function my_custom_wp_mail_from_name( $original_email_from ) { return stripslashes(get_option('site_email_name')); }Thanks,
Stiofan
Hello Sashg,
Whoop does not appear to have all the correct RTL support in place but we will resolve this for you. Giri the main developer might be back to work tomorrow, he would be the best person for this task however if he is not back tomorrow i will take over the task and work with you to get this all 100% RTL.
Thanks for your patience!
Stiofan
January 26, 2016 at 4:38 pm in reply to: Listing Expired but Wasn't Automatically Deactivated #111819This reply has been marked as private.No that page is correct, that is an admin only screen, if we changed it then you would not be able to edit any country that was not selected to show, this might not always be the case.
Thanks,
Stiofan
-
AuthorPosts