sarahjsouris
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: How to fix some javascript errors on contact pageThanks so much for your response @corrinarusso !!
I will try the plugin you mentioned tomorrow. Sounds like it might be the quickest and easiest option.
Forum: Fixing WordPress
In reply to: images going missing from WordPress sitesthank you @gappiah it is my bad – that is what I see now too. It must have just been a bit of a GLITCH.
Have a beautiful day ??
Kindest,
Sarah
Forum: Fixing WordPress
In reply to: images going missing from WordPress sitesSorry! It seems to have rectified itself (at least on that page) for the time being. Other pages are doing similar things though.
Lemme check – it seems to be working ACROSS THE BOARD.
Thank you for checking for me ??
Sarah
Forum: Developing with WordPress
In reply to: Change comment block background color on single postHello,
Thanks for your reply.
Did you get my email?
Thanks,
SarahForum: Fixing WordPress
In reply to: Potential database hackingHello @dineshpilani05 !
Thanks so much for your reply. I appreciate your help.
Could you please confirm that the code I posted above would be used to insert a user into wp-admin, and not to generate a list of all our users’ data?
Do you think that it is possible that this user is hidden? Although I checked the database this afternoon – they have not been added as a user in the database.
I have updated all the plugins, themes etc. I will definitely stay on top of it!
And we do regular backups.
Thanks so much!
SarahForum: Plugins
In reply to: [Themify Builder] Images are not cropping to specified image sizesHello,
Thanks so much for your reply.
I have unchecked ‘auto fullwidth’ on each of the images and cleared my cache, but it is still happening.
Do you have any other ideas?
Thanks!
Thank you!
Awesome ?? It worked!
Thanks a lot!
And I think updating the wording is a great idea – it did seem a bit scary!
Have a great day.
Cheers,
SarahHello,
Thanks for your speedy reply!
May I ask if
‘Reset the order’ – reset order for all posts, careful this cannot be undone!’
– will only relate to products on this page? I was worried it would affect all the categories and taxonomies. Otherwise I will try that!
I have the manual sorting override ‘orderby’ option already selected.
Thanks again!
SarahThanks a lot, Armando @geckod22
It works perfectly!
Have a great weekend.
Thanks again.
SarahThanks, Armando @geckod22
You were right. I don’t know what I did last time, but copying the code didn’t break the site this time.
I am still getting these line breaks and details in the order confirmation. See here – https://snipboard.io/vqBK3H.jpg
Is there some tweak that could fix it?
The N/A seems to be removed but not the availability date.
I really appreciate any help you can provide.
SarahHi @geckod22 Armando,
Thanks so much for your reply. I added that code snippet to my functions.php but it resulted in a critical error on the website (it crashed).
Also, there’s an error message in the functions.php file when I post your code – ‘syntax error – unexpected $EOF’
Thanks in advance for your help.
Kindly,
SarahForum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Import pre-order status via csv fileHi @cjmora Carlos,
Thanks a lot for your reply.
Your first suggestion is correct – we want to import products (and set them as pre-order products) and then later merge products (and remove them from pre-order) with a CSV file.
Looking forward to hearing from you!
SarahHi @aurovrata
Thank you for your reply. I appreciate it.
I swapped themes and the sort order was correct (what it looks like in the backend). So you are right about the theme. What should I do about this?
Previously, I put this code into the functions.php and it didn’t help.
add_filter('rpwc2_allow_custom_sort_orderby_override', 'override_orderby_sorting', 10,5); function override_orderby_sorting($override, $wp_query, $taxonomy, $term_id, $type){ //check this is the correct query if($wp_query....){ $override = true; } return $override; }
When I put the following code in, I got a critical error and the site crashed.
add_filter('reorderpwc_filter_multiple_post_type', 'filter_my_ranked_post_type', 10, 4); function filter_my_ranked_post_type($type, $post_types, $taxonomy, $wp_query){ /* String $type post type to filter. * String $post_types post types associated with taxonomy. * String $taxonomy being queried. * WP_Query $wp_query query object. */ if('my-custom-tax' == $taxonomy && in_array('my-custom-post',$post_types)) $type = 'my-custom-post'; return $type; }
These code snippets were from your FAQ#10
Thanks again!
SarahForum: Fixing WordPress
In reply to: different site url and wordpress address – login problemsHi there,
Thanks for your input, but this is not it. I really would prefer not to move the whole site into a new directory, and, previously I only copied the index.php and htaccess file into the root of playtoyboutique.
I want to leave the site in the playtoyboutique directory on the server, but be able to access wp-admin from the new site url – littlesnail.com.au
Thanks for your help!
??