conciseac
Forum Replies Created
-
fantastic! Thanks for fixing it
Same issue for me….I have tried a vanilla install of WordPress locally with only one plugin (Holler Box) and I also couldn’t get the icons to load
Did anyone have a fix for this? I don’t think it is a caching issue (but I am not sure)
Thanks Marc – sounds good.
Great thanks @marcusig appreciate you replying. So – nothing to worry about with malware being injected into the plugin? Just a coding oversight?
100% agreed – same issues happened to me. Why is this random “simplelender-by-umatidocs-com plugin” being detected anyways?
Is the code base injected with malware or other? This is a major issue…….
Yes! Thank goodness I found this thread. I’m baffled as to what this strange plugin is doing? This feels like it’s a code injection of that random outdated plugin.
Definitely a very big deal.
I removed those entries and yes, it removed all Gravity Forms Data!!! Huge deal. Thank the old Gods and the new that I had made a backup.
What gives? Can anyone shed any light on this? I want to remove these random tables but doing so deletes Gravity Forms.
Forum: Plugins
In reply to: [EFavourite Posts] Two questions pls (database and settings)Thank you Paresh – don’t worry – aleady given you a 5/5 and I mean that honestly. Excellent plugin.
Forum: Plugins
In reply to: [Site Reviews] review to stay on the SAME page?Got it. Yes, kinda obvious ??
Thanks – great work with the Plugin. Gave you 5/5. Excellent stuff.
Forum: Themes and Templates
In reply to: [GeneratePress] Customizing taxonomy archive pagesAlso! Let me ask you as well pls – where can I get some extra information on how to implement WordPress hooks within GeneratePress? Thanks
Forum: Themes and Templates
In reply to: [GeneratePress] Customizing taxonomy archive pagesThanks Tom! I think I’m going to upgrade over the weekend to the premo version. That gives me a ton more flexibility right?
Forum: Themes and Templates
In reply to: [GeneratePress] Customizing taxonomy archive pagesIs this even possible? Here’s a screenshot that might better explain what I am trying to achieve here: https://screencast.com/t/ipd9uh93Yi
^ So regarding the above, can someone point me to the documentation to explain what PHP needs to be inserted and where?
Thanks
- This reply was modified 5 years, 8 months ago by conciseac.
Forum: Themes and Templates
In reply to: [OceanWP] Image resizing issue using OceanWPThanks Amit – I’ll do it now – thanks
- This reply was modified 5 years, 8 months ago by conciseac.
If I wanted to do exactly the same for CSS (only on the homepage) and insert inline into the header would I do this:
function add_inline_style() { if( is_home() || is_front_page() ) { echo "<script>/* do awesome things */</script>\n"; } } add_action( 'wp_header', 'add_inline_script', 0 );
Thanks!
That’s great thank you!
Forum: Themes and Templates
In reply to: [OceanWP] Removing Scripts via Ocean Extra breaks the themeThanks Amit – and yes al my plugins and PHP are fully up to date.
My question seems to have been asked before and the OceanWP Main Author seems to acknowledge that there is a problem here (in another forum post).
Is it because I am hosting with WPEngine?
If I disable ‘simple line icons’ which I don’t want to use – then the entire theme (albeit basic since I am developing the site at the moment) completely breaks.
What’s the work around?
Of course, I don’t want to load scripts that are not being used for obvious reasons…
Thanks