wisegenius
Forum Replies Created
-
Scan is now running fine – thank you
Forum: Plugins
In reply to: [MailerLite - Signup forms (official)] Embedded forms not showingI’ve now tried removing the plugin and adding sign-up form via the code in MailerLite – still not working! Could you please let me know where the scripts for Classic & New versions of MailerLite are located so I can amend the files and get the forms working?
Thank youForum: Plugins
In reply to: [MailerLite - Signup forms (official)] Embedded forms not showingHi!
Are you referring to the MailerLite script in header.php? Can you confirm that I need to remove this code block, plus what I need to replace it with?
Many thanks
Forum: Plugins
In reply to: [WP Job Manager] “Apply for Job” failing to load instructionsNot expecting there to an application form set, but a message giving instructions and an email address – see code below…
<div class=”job_application application”>
<p><input type=”button” class=”application_button button” value=”Apply for job” /></p>
<div class=”application_details”>
<p>To apply for this job email your details and CV to office@wattonrecruitment.com</br><small>Please attach CVs in Word document format.</small></p>Many thanks for your help, Marcus
Forum: Fixing WordPress
In reply to: Extra code being added to HTMLAm now even more confused! As well as the linked logo (sunflower image) the h2 headers (The online metaphysical counselling….etc) have now also become linked back to index.htm. When viewing in Firebug, extra tags appear around the “tag” div, after the opening “main_nav” tag, & before the first link in the navigation. This is what is throwing the navigation out.
I just don’t understand why they are appearing & how to get rid of them!
Forum: Fixing WordPress
In reply to: Extra code being added to HTMLHere is the code of header.php:
[Code moderated as per the Forum Rules. Please do not repost the code but use the pastebin instead.]
HTML does appear using “View source” as you say, but when using Firebug, the extra links are appearing. Basically extra parts of the header area have become links, linking back to the website homepage (not WordPress).