tonydotigr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: need help disabling a script that is in my wordpress headerThank you, guided me down the right path to find the reference that was injecting the code. The spot was not the same, but similar.
I keyed on some of the elements you mentioned with ‘String Locator’ and found referenced to a plugin called ‘Fusion Optimizer Pro’. This was adding the code reference.
Forum: Fixing WordPress
In reply to: need help disabling a script that is in my wordpress headerWere you able to figure out what was causing the code injection with that site? We have the same problem in the header.
It seems to be magically working now. I did need to upgrade the version on PHP, maybe there was a delay with hosting provider?
Thanks all – Great plugin!
Forum: Fixing WordPress
In reply to: Remove Title from Homepage – Admired ThemeFound my answer, the following code did the trick.
.page .entry-header { display: none; }Forum: Fixing WordPress
In reply to: Remove Title from Homepage – Admired ThemeForum: Fixing WordPress
In reply to: Remove Title from Homepage – Admired ThemeForum: Fixing WordPress
In reply to: Remove Title from Homepage – Admired ThemeIts the page title I’d like to remove, not main website title.
For every page WordPress adds the title to the page would like to remove that…