Nathan Driver
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Italicize Book Name in Post Title?There is always the option of creating custom child theme and only updating the single.php file. A little more in-depth but ensures any updates to the theme won’t overwrite it.
Forum: Fixing WordPress
In reply to: Changing font in post widgetIt’ll depend on the widget. Are you planning on using a plugin widget or just a Text widget. The first you might have to change it in the CSS while the latter some simple html.
Forum: Fixing WordPress
In reply to: How to delete google analytics code please?What’s the URL? Might be able to point you to the right file (footer.php / header.php / etc) or plugin.
Forum: Fixing WordPress
In reply to: Pictures are not posting to my facebookCheck out the FB debug tool: https://developers.facebook.com/tools/debug – I entered a URL and it looks like there’s no “og:image” which Facebook picks up.
I tried clicking on your image link and got a 404 – could be a plugin issue too.
Forum: Fixing WordPress
In reply to: How To Italicize Book Name in Post Title?Checking out the source-code its Stargazer (https://www.ads-software.com/themes/stargazer) – I would suggest the same as Evan to see if you can edit the single.php file.
Forum: Fixing WordPress
In reply to: How To Italicize Book Name in Post Title?What is the URL – could be a CSS issue possibly?
Forum: Plugins
In reply to: [Testimonials Widget] Hatom Feed Error – Is there a way to fix this?Has there been an update on this?
Forum: Plugins
In reply to: [The Events Calendar] Event Search Bar: Automatically ClosedWill do, then sell it as an add on pack ??
Forum: Plugins
In reply to: [Advanced Recent Posts Widget] Title Linksure:
advanced-recent-posts-widget/advanced-recent-posts-widget.phpthen find:
// Widget title
echo $before_title = ‘<h3>‘;
echo $instance[“title”];
echo $after_title = ‘</h3>‘;
items in bold
Forum: Plugins
In reply to: [Advanced Recent Posts Widget] Title LinkI had to edit the plugin to get it to work which I would advise against incase they ever updated it.
Forum: Plugins
In reply to: [Responsive Select Menu] Menu disappearingparent css issue – fixed.
Forum: Plugins
In reply to: [Add Multiple Users for WordPress] CSV Import RedirectsWere you able to get this working – I’m having the same issue.
From what I can tell you are looking for some custom javascript for “onclick” – what I’d like to know is how to separate the categories.
Forum: Fixing WordPress
In reply to: WP_Get_Referer & Divs???is there a way to just do it ‘fromwhere’ is a page – not categories?
Forum: Plugins
In reply to: [Yoast SEO] Works on Pages (page.php) – Not on Post (single.php)Turned out after looking at the filters that the users had created the same content on pages and posts. The index file was calling the pages which weren’t optimized instead of the posts which had been.