theyuv
Forum Replies Created
-
Hello Jeremy,
Sorry, I misread your first post.
I did what you suggested now (Settings -> Discuession) and it worked!
Thanks a lot!
Hello Jeremy,
Thanks.
I actually mis-wrote in my original question.
What you suggested is what I in fact did, but Jetpack automatically switches one of the options to “on” when I do this (the “follow comments” option).Is this something that is unique to my setup? Or can you reproduce it?
Thanks.
Forum: Themes and Templates
In reply to: [Publishable Mag] Polylang logo changeHey,
I got this working with the following configuration:
<wpml-config> <admin-texts> <key name='theme_mods_publishable-mag'> <key name='custom_logo' /> </key> </admin-texts> </wpml-config>In
Languages->String Translationsit uses post id rather than image url, which you can find in your media library.Forum: Themes and Templates
In reply to: [Publishable Mag] Header image repeats on large screensTry searching for “panoramic” images or “wide” images.
Forum: Plugins
In reply to: [WPGlobus] UpdateThanks!
Forum: Plugins
In reply to: [Autoptimize] Running behind load balancerThanks,
As an alternative to sharing the AO folder, would the CDN option (ie: entering a CDN Url in the settings) provide the same (“most fail-safe”) solution (since the AO files will be stored in a central location)?
It just seems like the CDN option might be easier to implement than sharing the AO folder mysql (eg: on an S3 bucket).
On second thought, the CDN probably wouldn’t solve the issue because it would still be pulling the files from a single (arbitrary) server…
Another update: Making the load balancer “sticky” should also fix the issue right?
Happy holidays to you too. Thanks for your fast responses.
Forum: Plugins
In reply to: [Autoptimize] Running behind load balancerHello again,
Can you clarify a bit what you meant by “…without WordPress being bootstrapped on ServerA”?
I’m still seeing some issues and I think it has to do with the caching.
My Load Balancer isn’t “sticky” (a user can visit a page, and then if he chooses to return to that page later, I’m not guaranteed that he’ll be served from the same server as his original request).
I’m already sharing the uploaded files folder. I could probably also share the autoptimize folder between the servers…
Thanks.
Forum: Fixing WordPress
In reply to: Search engine indexingI just double checked again now.
There’s also a robots.txt check on Google Search Console which tells me there’s no robotx.txt…Any other ideas?
Forum: Fixing WordPress
In reply to: Search engine indexingNot using an SEO plugin.
It’s strange, because new content on my non-wp site is indexed…only the wp site isn’t indexed.Forum: Plugins
In reply to: [WPGlobus] Inserting terms as multilingual stringsMaybe I didn’t explain my case well enough.
Before inserting a term with
wp_insert_term(), I check that it exists withterm_exists.However, at the moment, I have to first convert the term into its multilingual version before using the
term_existsfunction.
eg:term_exists("{:en}term{:}{:ru}term{:}"...This isn’t too much of an inconvenience but I was wondering if I can check if a term exists using the term itself
eg:term_exists("term"...Thanks.
Forum: Plugins
In reply to: [WPGlobus] Inserting terms as multilingual stringsHello again,
Does the
term_exists()function get filtered by wpglobus?
When I check if a term exists, I have to check if the multilanguage term exists (ie: “{:en}term{:}{:ru}term{:}”).Is there a way to check if the term exists using the current locale?
Thanks.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] http://b.scorecardresearch.com ??Thanks.
Do you use Google’s “Search Console”? I am getting some strange results there when I “Fetch and Render” and I’m wondering if this third party website is to blame.Forum: Plugins
In reply to: [Simple Share Buttons Adder] http://b.scorecardresearch.com ??I noticed this as well when I did “Fetch as Google” in Google’s “Search Console”.
I don’t know what it is, but it is labeled as “blocked”.- This reply was modified 9 years, 5 months ago by theyuv.
Forum: Plugins
In reply to: [W3 Total Cache] Amazon cdn options greyed outThere was an alert that my php curl is not enabled.
After taking care of this, the issue was resolved.Forum: Plugins
In reply to: [Autoptimize] Running behind load balancerI don’t think my load balancer caches anything. I am using an Application Load Balancer (https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/)
I’ll look into your suggestions. Thanks.