Allison Tarr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why is only one post showing?Since it’s a premium theme, I would recommend contacting the creator(s) – bet they could help!
Forum: Fixing WordPress
In reply to: White screen of Death – what next after you try everything?And you can still login to the Dashboard?
That’s odd.When I scan it for malware, nothing malicious comes up but it also says “no content found”. If you check the file structure within your host, are the folders, etc. still present?
Forum: Themes and Templates
In reply to: Footer positionAnother potential solution would be to ‘fix’ it to the bottom of the screen and add padding-bottom to the content section.
Forum: Fixing WordPress
In reply to: Why is only one post showing?What’s the theme called?
Forum: Fixing WordPress
In reply to: Why is only one post showing?It might be theme related but things to double check:
- your blog posts aren’t just saved as drafts but published
- your settings in the dashboard under Settings <Reading about the number of blog posts
Forum: Fixing WordPress
In reply to: White screen of Death – what next after you try everything?It was working previously?
If so, what were you working on/editing prior to the white screen?Forum: Fixing WordPress
In reply to: Why is only one post showing?Do you have a link to the live site?
Forum: Fixing WordPress
In reply to: Unknown icon appearing on my site's pagesQuite odd. You’re right, though – it’s something added that seems to align with the “post format” chosen.
To stop it from displaying, you can add or edit this into to your CSS / child theme (if you have one):
.postformats { display: none; }Forum: Themes and Templates
In reply to: My wordpress site is redirecting to some other pageIt’s not redirecting for me – is it still doing so on your end?
Forum: Fixing WordPress
In reply to: How to Change size, move navigation bar, increase video size.It would probably depend on the particulars of your child theme. Sometimes there will be a place to adjust it within your Dashboard (check the widget area!) but sometimes you would have to adjust the footer.php file.
Forum: Fixing WordPress
In reply to: How to Change size, move navigation bar, increase video size.You’re very welcome! 🙂
Forum: Fixing WordPress
In reply to: How to Change size, move navigation bar, increase video size.There’s some padding on the right of your content. This will “reset” that:
.content { padding-right:0; }This will then center your Showreel:
iframe { display: block; margin: 0 auto; }If this doesn’t work, let me know & we can troubleshoot more!
Forum: Themes and Templates
In reply to: [Pho] Trying to add an icon on a pageYou’re welcome 🙂
Forum: Themes and Templates
In reply to: [Pho] Trying to add an icon on a pageLooks fine on my end! Do you think it looks slightly off because of the extra white-space in the photo itself?
Forum: Themes and Templates
In reply to: [Pho] Trying to add an icon on a pageYup, exactly! If that doesn’t work, let me know & we can troubleshoot more.