dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images aren’t loading (some of them)Hi, you might need to change the url of your images to https, have you tried this? did you check your console for errors? can you post your url?
Forum: Fixing WordPress
In reply to: problem post installYou can check what is happening here https://developers.facebook.com/tools/debug/
i believe the easiest way to change how your site is shared is by using a plugin like Yoast.
https://www.elegantthemes.com/blog/tips-tricks/how-to-add-open-graph-tags-to-wordpress
Forum: Networking WordPress
In reply to: homepage URL redirects to another pageHi, did you check your set home page in wp-admin>settings>reading? you can change the home page there
https://codex.wordpress.org/Creating_a_Static_Front_Page
additionally you can check your wp-admin>settings>permalinks and reset it to ‘postname’ or something else and try again.
Try these with no plugins.
Works fine, thank you
Forum: Plugins
In reply to: [WooCommerce] Remove shipping labels from checkout and emailsI did and i don’t think its working.
Forum: Plugins
In reply to: [WooCommerce] Attribute term orderThank you Sandy,i will try again.
Forum: Fixing WordPress
In reply to: Not receiving commentsThank you, so its Mojo+Jetpack, tried to find the string and could not.
Forum: Fixing WordPress
In reply to: Not receiving commentsI am also interested in finding where this message is coming from.
Forum: Fixing WordPress
In reply to: Cannot upload imageif i am not mistaken this will happen automatically when you open your site after the import.WordPress will prompt you to update.
Forum: Fixing WordPress
In reply to: Issue with appended character on permalinkPlease check if this coming from a plugin you.Disable them all temporarily and test what is happening.
Forum: Fixing WordPress
In reply to: WordPress attepmts to reinstallHi, do you mean that you open your site and you are see the first step of the installation(choosing a language)?
Forum: Fixing WordPress
In reply to: My website ins’t appearing on google search resultsHi, this is probably happening because there are many sites with the same content.
Forum: Fixing WordPress
In reply to: Pages, posts and media missing after reinstallI would do this https://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs
it does not require a xml file and it works 🙂
i think there is an issue with IPs when you are moving a site but i am not sure.
Forum: Fixing WordPress
In reply to: Unable to log in to accountYou need to be the owner of the domain and hosting to get your site / account back.If you are you can contact your hosting company.
Forum: Fixing WordPress
In reply to: Beginner Problems With Plugins-General Blog SetupsYou can create a dummy WP install in a sub folder like this
http://www.yourdomain.com/dummywp
and do all your tests there, when you are ready to go live you can delete it and start your project in your real domain.If you get more comfortable you can even export parts of your dummy site to your live one.