mickdude2001
Forum Replies Created
-
did you resolve this issue? I have a similar issue and posted on this forum but got zero replies ??
Forum: Plugins
In reply to: [Contact Form 7] Some conditional fields missing in emailCan anyone help with this?
Forum: Fixing WordPress
In reply to: WordPress not loading custom javascript libraryCan anyone assist me with this issue? I have added code to enqueue the js scripts but still it refuses to work ??
Forum: Fixing WordPress
In reply to: WordPress not loading custom javascript libraryHi,
Thanks for the response. I have added the required code to my functions.php file but still I cannot get it to work. I’m tearing my hair out on this!Here is the code I added to functions.php
function wpb_adding_scripts() { wp_register_script('libs.min.js', plugins_url('/calculate-finance/js/libs.min.js', __FILE__), array('jquery'),'1.1', true); wp_enqueue_script('libs.min.js'); wp_register_script('app.min.js', plugins_url('/calculate-finance/js/app.min.js', __FILE__), array('jquery'),'1.1', true); wp_enqueue_script('app.min.js'); } add_action( 'wp_enqueue_scripts', 'wpb_adding_scripts' );
Forum: Reviews
In reply to: [Car Demon] Customisable for AutoTrader UKI am looking to do the same as you with the autotrader feed. How did you get it to work?
Forum: Themes and Templates
In reply to: Blog posts not showingOk guys I think i have cracked it now. I needed to detect if on the blog page and if so display a custom banner at the top. I ended up using this code
All is resolved now so a big thank-you to those that came forward with suggestions.
Thanks again!
Forum: Themes and Templates
In reply to: Blog posts not showingOk latest update:
I changed the references to ‘content’ in index.php to ‘content-page’ and now we are in business with the blog page. The only other strange one is that the header is not displaying even though I call it at the top of index.php. Any ideas?
Again, thanks for the pointers I really appreciate the help!
Forum: Themes and Templates
In reply to: Blog posts not showingAlso, in index.php there is a call for the header but the header isn’t showing either. Stumped…:(
Forum: Themes and Templates
In reply to: Blog posts not showingI’m using index.php for this page. Code below:
index.phpForum: Themes and Templates
In reply to: Blog posts not showingYep can see that thanks! The thing is, I still don’t see any posts on the main blog page i.e. here
How do i get the posts feed to display on this page?
Again, thanks for your help so far!
Forum: Themes and Templates
In reply to: Blog posts not showingHi,
I’m still confused why I am not seeing posts in the blog post page but see them when in preview mode.
Sorry to be a pain but as I say, I’m new at this and hopefully once I get this fixed I’ll be able to do further conversions without getting stuck ??
Thanks again.
Forum: Themes and Templates
In reply to: Blog posts not showingOk your suggestions are working but I only see the title, content and anything else I add to single.php in the post preview. I see nothing on the main blog page?
Thanks for your help so far – I owe you a beer ??
Forum: Themes and Templates
In reply to: Blog posts not showingOk I still don’t see anything on the blog page but when I preview any post I see the post title… getting there slowly!
Forum: Themes and Templates
In reply to: Blog posts not showingHi,
I don’t actually have any of those files in my theme folder???
I did say I was new to this ??
Forum: Themes and Templates
In reply to: Blog posts not showingSorry guys i forgot to use the code tags ??
<script src="https://pastebin.com/embed_js.php?i=c12QmNWY"></script>
<script src="https://pastebin.com/embed_js.php?i=q9cbwt57"></script>