Selim Koç
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] PHP Cart Content or SSRHi @lovingbro,
Thank you very much for detailed explanation.
I added a feature request for this.
Please do this on Chrome:
F12 > Network > No Cache & 4G Slow Throttling and load your favorite WooCommerce store’s cart page from Showcase page for example https://danosseasoning.com/cart/ did not load in 20 seconds, here a test from U.S. https://speedvitals.com/report/danosseasoning.com/zdaKAy
I think from architectural point of view, the current way is quite slow especially for mobile users. I know junior front-end devs want to use “modern stack” but user experience is much more important.
For now, I switched on Classic Cart.
Thanks
Sorry for the delayed response (I missed the notifications), and thank you for your reply.
I have also sent an email through the contact form.
Currently, the debug tool is showing the following error:
Could not validate security token.
We were unable to validate a security token for Jetpack communication. Please try disconnecting Jetpack from your WordPress.com account and reconnecting it.
Additionally, when I try to log in and add the Jetpack connection, I encounter another error:
Invalid request, please go back and try again.
Error Code: invalid_client
Error Message: The required ‘client_id’ parameter is missing.
Additionally when I click debug link on plugin page its says ok. I also deactivated all plugins and the issue persists.
“Testing your site’s compatibility with Jetpack…
Your Jetpack setup looks a-okay!”
Admins can delete this comment, submitted to wrong topic.
- This reply was modified 1 year, 6 months ago by Selim Koç.
I installed the Gutenberg plugin, and it solved the issue.
Forum: Plugins
In reply to: [Polylang] Show Media Files on All LanguagesCurrently I’m solving the problem by changing the language back to the main language which I uploaded the images, and get the images and set the language back 🙂 Only problem is that, this broke language relations assigned previously, so I need to re-select the translated versions of the post to other languages.
Categories and other properties of the posts stays same when you change the language, so only problem is re-assigning translations of the posts.
I wanted to know is it possible. I’m creating a plugin and if you had this feature, it will help a lot. For example for xml sitemap, yoast seo plugin does not have url overwriting feature but with xml sitemaps plugin has this feature. So we suggest our users to use xmlsitemap plugin instead of yoast seo plugin for sitemap. I’m using using your plugin for my client site so if you have this feature (or if there is any workaround by overwriting a class function on your plugin) let me know. In our service WordPress installed in subdomain but it is loaded as if it is on main domain. So I don’t have specific url for you, this is general requirement.
Forum: Fixing WordPress
In reply to: stop spammers using ?ref=domain.comthanks a lot,
it works also for me.
Forum: Fixing WordPress
In reply to: stop spammers using ?ref=domain.comI am really confused, why you did not understand this problem.
First of all, I have google sitemap, and I update it regularly. you can see it http://www.japonya.org/sitemap.xml
So although my sitemap do not include
http://www.japonya.org/?ref=turkeylist.net
http://www.japonya.org/?ref=Tiklasana.Net%20Arama
http://www.japonya.org/?ref=arabulursun.netand other three spam urls in google sitemap, or anywhere in my website. Google indexed these pages.
What is problem is, wordpress shows my index page when you hit these spam urls. So, I think, google thinks that this is content duplication. Because I have one real index page, and 6 spam urls, which shows the same index page.
What I want to do is remove all this spam urls. And I also want wordpress to show an error page when somebody try to access http://www.mysite.com/?ref=something .
There is a only one updated plugin for this, but it requires to add some php code to index.php of wordpress and a couple of other installation requirements.
What I am really asking for is: a rewrite or redirect rule for my htaccess file which will do
if (someone requests = http://www.mydomain.com/?ref=X ) then show file not found error
and if (someone requests =www.mydomain.com/?ref=already_indexed_spam_url) then 301 redirect it to http://www.mydomain.com
I dont know about htaccess files, rewrite rules, but I tried a couple of examples which I found on the net, but they made my website unaccessible. So if there is someone who knows how to write the query for htaccess file which (I think) I explained above, it could be helpfull.
Forum: Fixing WordPress
In reply to: stop spammers using ?ref=domain.comgoogle this
site:japonya.org ref
what you will see is a spam. so I want to remove this files, even some of them already has a google pagerank.
if you google
site:japonya.org you may saw 20 indexed pages, other pages are omitted.
I dont have a comment spam problem, so I dont need akismet.
Thanks for you advices