Brady Partridge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Videos not displaying in category viewThanks for your response. I checked the theme templates but couldn’t find the relevant code. I’d go to the theme’s designer with my problem but I posted a question about another issue on his site a month ago and still haven’t received an answer.
Forum: Fixing WordPress
In reply to: How to Get Image Only to Appear in ExcerptFrom a page in WordPress’ themes list.
Forum: Fixing WordPress
In reply to: How to Get Image Only to Appear in ExcerptI’m using the free version, not the premium version.
Forum: Fixing WordPress
In reply to: How to Get Image Only to Appear in ExcerptI’m using Ink Theme’s Local Business theme.
Forum: Themes and Templates
In reply to: [Local Business] Read more not displaying on front pageOh dear. Looks like I’m going to have to go to a dedicated coding forum for an answer to this one.
Forum: Fixing WordPress
In reply to: Can't click anywhere on page without being taken to home pageThe problem was in this code.
<div id="header" onclick="location.href='https://thecontentbloke.com';" alt="The Content Bloke"; title="The Content Bloke"; style="cursor: pointer;">
Changing it to this did the trick.
<div id="header" alt="The Content Bloke"; title="The Content Bloke";>
Forum: Fixing WordPress
In reply to: Can't click anywhere on page without being taken to home pageI tried disabling all the plugins. That didn’t work either.
Forum: Fixing WordPress
In reply to: Can't click anywhere on page without being taken to home pageI deleted the plugin and the cache, but still no luck.
Forum: Fixing WordPress
In reply to: Can't click anywhere on page without being taken to home pageI disabled the flare plugin, which created the code, but the problem persists.
Forum: Themes and Templates
In reply to: [Local Business] How to Highlight Current Category?It sure did!
Thank you so much for the fix, Vinny. Much obliged to you.
Forum: Fixing WordPress
In reply to: How to Get Category Pages to Format Correctly?I found a solution to this. What I did was copy the html of the original post and paste it into the excerpt box on the post edit page.
If you have this problem but can’t find the excerpt box, click on screen options in the top right corner and check the excerpt option box.
Forum: Fixing WordPress
In reply to: Feedflare won't display on my blog3 weeks and no reply.
Somebody must have a solution to this, surely.
Forum: Fixing WordPress
In reply to: How to Ensure Posts Go in Tabbed Categories?Thank you, Christine. That worked beautifully.