Tarei King
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTML5 Up template using incorrect CSS path in WordPress!WordPress most definitely has a way of tackling this query. You likely want to start with
https://codex.www.ads-software.com/Function_Reference/wp_enqueue_style and https://codex.www.ads-software.com/Function_Reference/wp_enqueue_scriptHere is a quick tutorial to get you started: https://www.wpexplorer.com/create-wordpress-theme-html-1/
That is a really nice theme though, good luck with the cutup:)
Forum: Fixing WordPress
In reply to: Site Is Showing the same Homepage like a static oneDo you have a link to your site? I think I’m missing something, because I would expect that you need to reload the page in order to see a newly added post?
Did the hacker leave an
index.htm
orindex.html
page in you site root by chance?Forum: Fixing WordPress
In reply to: My WordPress site won't load upI’d second LSB’s comment. Server issues could mean the hosting server is having an issue.
Best bet: Send an email or support ticket to them and relax until you hear back. If they can’t fix it ~ a good host will advise you where the issue might be.
Brandon, would you be able to provide an example of
unhooking the original filter?I’ve added the shortcode below the_content in my page template (and still within the loop) and the related posts display in the original location.
However, when I add the shortcode above the_content, the related posts display where I expect them.
Forum: Fixing WordPress
In reply to: How to add space to the top of websiteYup, looks like there is no #masthead used in your source code.
You might be looking for #header as the selector.
Caching is the only reason I can think the changes don’t show up immediately.
However, for me with WPEngine – even after purging the cache and refreshing in Chrome Incognito mode — it was still a five minute wait ??
Otherwise, the plugin works as suggested – protip: If you need both traditional and universal tracking codes, you can install Google Universal Code Plugin and set Analyticator Plugin to “Traditional” code.
Forum: Plugins
In reply to: [JSON API] How to retrieve just the authors name with `include` query stringUnfortunately I put that particularly project on hold – head over to https://www.ads-software.com/plugins/json-rest-api/ and see if that cant help you out.
The above plugin has great documentation and is much more actively developed.
Forum: Plugins
In reply to: [Link Fixer] Redirect LoopThat makes a lot of sense and is blindingly obvious when looking explained.
Thank you for the plugin and the explanation – Enjoy Christmas!