hays298
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bushwick] Page content appearing underneath site objectsI had to take the link above down as it was a live page.
I’ve posted a test page here that is doing the same thing.
The page content is appearing underneath the native content.
It appears to only be happening when using <div> tags.Anybody seen this before? Or have any ideas?
Thanks
Forum: Themes and Templates
In reply to: Page content appearing underneath site objectsAsked in there – thank you
Link hereYes I have – I’m quite new to WordPress so I couldn’t really tell you what I have changed that might have affected it.
[topic closed to avoid duplicates; please continue with https://www.ads-software.com/support/topic/page-content-appearing-underneath-site-objects-1?replies=0#post-5580387 ]
Hi Alin,
I was looking for a way to do the same thing. I can’t find Exclude tracking for: anywhere on the dashboard though. Could you shed some light?
Thanks
Forum: Hacks
In reply to: Open Graph tags for FacebookYes, that works! And even without being able to test it on WordPress – superstar! – thank you so much.
Forum: Hacks
In reply to: Open Graph tags for FacebookI still get this warning in the open graph section:
The ‘og:description’ property should be explicitly provided, even if a value can be inferred from other tags.However the links now work!
Thank you so much! I really really appreciate all your help.
Forum: Hacks
In reply to: Open Graph tags for FacebookMorning! Same error as the last one with that I’m afraid.
Forum: Hacks
In reply to: Open Graph tags for FacebookWith this I get this error:
Object Invalid Value Object at URL ‘https://hayleysummers.com/2014/04/23/how-to-live-with-excitement/’ of type ” is invalid because the given value ” for property ‘og:url’ could not be parsed as type ‘url’.
Really appreciating your help with this!
Forum: Hacks
In reply to: Open Graph tags for FacebookAwesome. The code you posted has sorted the original error…but now there’s a new one:
Circular Redirect Path: Circular redirect path detected (see Redirect Path section for details).
Redirect Path
original https://hayleysummers.com/2014/04/23/how-to-live-with-excitement/
og:url https://hayleysummers.com/how-to-live-with-excitement/
301 https://hayleysummers.com/2014/04/23/how-to-live-with-excitement/
Final URL is in bold (this is the URL we tried to extract metadata from).It appears the og url doesn’t have the date in it, but the canonical one does. (Both urls work, the one without the date redirects to the one with the date)
Forum: Hacks
In reply to: Open Graph tags for FacebookYes, I took them out again. I’ve put them back in case you need to see them.
Forum: Themes and Templates
In reply to: Header picture not showingAh great! Looks like it might just be my PC then.
Forum: Themes and Templates
In reply to: Header picture not showingsdavis
Ah, it’s the picture on the left on the beach that isn’t showing up, it must just be a problem with me then.
Also, on the picture you’ve posted the third word “Control” is cut off, is that just the cropping on the picture or is that your whole screen? Also underneath “Hayley” it should say “Summers Coaching” can you see this?mrtom
It’s an image of a person on a beach on the left of the page (see sdavis link above). Can you see it or have you just got white space?Forum: Fixing WordPress
In reply to: Remove author and date from postThanks for replying johnfotios, here’s the code:
the_post(); get_template_part( 'content', 'single' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
The site is a www.ads-software.com site.
Forum: Fixing WordPress
In reply to: Remove author and date from postI didn’t pay for my theme (there were some themes you could pay for).
I got it from the “Marketplace”. In WordPress 3.8.1 on my Dashboard, underneath “Subscribers” and above “Appearance” there is a link called “Marketplace”. I went in there and selected theme Brunswick.Forum: Fixing WordPress
In reply to: Remove author and date from postMaybe the Marketplace? Would that make sense?
Forum: Fixing WordPress
In reply to: Remove author and date from postHi Esmi, thanks for responding. I’m using Brunswick, I just got it from the WordPress store.