dagan
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem with JQuery remote loadingYes, we’ll all be waiting for 2.9.8
Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem with JQuery remote loadingThis broke my site too. But what happened exactly? It looks like google never had the file or litespeed somehow updated their plugin externally? Anyway, yes by turning it off, it works again.
Forum: Plugins
In reply to: [WP Email Users] Blank Emails / Tracking Image BugAppreciate your response, awaiting to see the update. Thank you!
Forum: Plugins
In reply to: [WP Email Users] Receive email Blank (Empty Subject & Body Content)Were they able to fix it for you or tell you the problem? Thanks
- This reply was modified 5 years, 7 months ago by dagan.
Forum: Plugins
In reply to: [WP Email Users] Blank Emails / Tracking Image BugI also understand you offer more detailed help, but personally would want to know what the exact problem is and fix it instead of you doing it for me. Frustrating because this plugin has all the features I want but it can’t send emails because they send blank.
Forum: Plugins
In reply to: [WP Email Users] Email receive is blankSame issue here, successful but completely BLANK emails.
Using both Templates or disabled. However I notice that I get an error trying to send out an email if I disable tracking image.
- This reply was modified 5 years, 7 months ago by dagan. Reason: More Context
I figured it out a workaround; Because Rank Math removes any %tag% strings regardless if they are valid or not, I just used a specific string without %, and it works perfect! Appreciate your help guys! Love the plugin, it’s really helped my SEO so far and I am sure this will help boost it!
I could be wrong but I think it’s because $title is already rendered prior to this function being able to replace the %city% – meaning there is no %city% to replace as Rank Math’s plugin removes it before it outputs.
I just want to say I really appreciate your help. I wasn’t able to work on it until today. It’s not replacing the string though. I reverted back to your original code to see if it was maybe our server move but the old code works. It’s not replacing the string for some reason. I double checked, this line doesn’t work:
$title = str_replace( ‘%ecity%’, $terms[0]->name, $title );Thanks for your help, the filter code semi-works, however it replaces the ENTIRE title with only the term. Can it only replace the %customfield(city)% part instead of the entire title? Now it just says the city name as the title and that’s it.
Further further testing, I figured out that my custom field generated from my theme uses ID’s there. Meaning customfield works correct. Onto my final question, is there a way to use custom taxonomy of the post into the title. Maybe include a way to use php in the title through Rank Math? This would make it much more flexible.
Further testing, I got it to kind-of-work. I understand now that custom field shows the customfields from the post/page within wordpress editing page. However, I put in city for my field name so %customfield(city)% but problem is it displays the ID number of the city, instead of the name of the city. Is there a way to display the customfield name instead of ID?
Forum: Plugins
In reply to: [Theme Switcha - Easily Switch Themes for Development and Testing] Hide My WPActually, to be perfectly honest I think it also involves all other files related to the theme url
Forum: Plugins
In reply to: [Theme Switcha - Easily Switch Themes for Development and Testing] Hide My WPTrying to find out which file calls the stylesheet for the “switched” theme?
Forum: Plugins
In reply to: [Theme Switcha - Easily Switch Themes for Development and Testing] Hide My WPJust to clarify, I know this isn’t an actual Theme Switcha problem. It’s just an incompatibility. Just wondering if you know how we could fix the problem. The client doesn’t want me to turn off HideMyWP so I am just figuring out how to make it work. Maybe I’ll try to tinker with it myself.