Blair
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribr] Combination of taxonomies+1
Forum: Plugins
In reply to: [Restrict Usernames] Doesn't work with Paid Membership Pro+1 would love see this resolved.
Forum: Plugins
In reply to: [WP Job Manager] Frequent WP Job Manager database error+1
Forum: Plugins
In reply to: [Yoast SEO] Not compatible with Wordfence+1, disabling Yoast until this is resolved.
Forum: Plugins
In reply to: [iCopyright Republishing Suite] Featured Image & Default AuthorIt would be helpful to set a specific user(author) for these repubhub posts. Also helpful if we could set a specific default category for all draft repubhub posts.
Forum: Plugins
In reply to: [iCopyright Republishing Suite] Custom Post TypeWhen clicking republish I’d like it to load up a draft in a custom post type rather than the default “post”
Forum: Plugins
In reply to: [iCopyright Republishing Suite] Featured Image & Default AuthorAny progress on setting a default author, category, and setting first image as featured image? Thanks.
Forum: Plugins
In reply to: [iCopyright Republishing Suite] Featured Image & Default AuthorOh great!
Answer B.
Thank you
OH! Perfect. That was a complete oversight on my part. Your plugin works great and thanks for getting back to me. Resolved.
I don’t know what that error is either but here it comes again:
PHP Warning: strpos(): Empty needle in /wp-content/plugins/another-wordpress-classifieds-plugin/includes/helpers/class-page-title-builder.php on line 167
Version AWCPC is 3.5.3.1
Forum: Plugins
In reply to: [Indeed Job Importer] Deactivated the plugin and lost all settingsHi Shambhu,
Are you going to be releasing a new version soon?
I’m running WP Version 4.3.1. Worried about updating any further.
Will there be option to save all the settings?Thank you.
If you use the “Async JS and CSS” plugin and choose to Load Javascript asynchronously, you can exempt the js for the TSPF in Exceptions.
Placing these in the exceptions box appears to resolve this.
jquery
jquery.min.jsForum: Themes and Templates
In reply to: [Gridsby] How to make posts have left sidebarYou’re going to need to set up a child theme. In that child them you need to have a modified single.php. Look at the line in single for the content where it says push-left and make it push-right.
That, in conjunction with setting your pages to use the left sidebar template will make this a left sidebar theme.
Let me know how this works out for you.
Forum: Plugins
In reply to: [Random Featured Image] Yoast WordPress SEO ClashI’m still running both together at latest versions, running well. If you are at latest versions, look at another plugin causing the clash. I recall having issues with a category editing plugin. Let me know.
Forum: Themes and Templates
In reply to: [Destin Basic] Mobile site description spacingI solved it myself. In case anyone else needs help with this, here’s my custom css:
#site-title {margin-bottom:5px;}
@media (max-width: 700px){
#site-description {margin-top:1px;margin-bottom:10px;}
}