Tim Griffin
Forum Replies Created
-
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] Support for Elegant ThemesIn order to use this plugin the WordPress Custom Header must be enabled.
This may or may not be in use with the Elegant Themes option.Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Last Reviews on SidebarSure thing ??
Check out the conversation here:
https://www.ads-software.com/support/topic/sidebar-widget-placement-for-reviews?replies=48A little edit to the functions.php file in your active theme to make widgets use shortcode.
I believe I found an error in the current version 2.4.5
Take a look at line 645 in wp-customer-reviews-admin.php (which is nearly a duplicate of line 641):
<label for="leave_text">Text to be displayed above review form: </label><input style="width:250px;" type="text" id="goto_leave_text" name="goto_leave_text" value="'.$this->options['goto_leave_text'].'" />
To this:
<label for="leave_text">Text to be displayed above review form: </label><input style="width:250px;" type="text" id="leave_text" name="leave_text" value="'.$this->options['leave_text'].'" />
I’ve applied this edit and reinstalled the plugin so now the changes I made in the admin work as intended.
Same issue here.
The line I see needing an adjustment is on line 373
the-events-calendar.class.php:$output .= '<p>'.sprintf( __('Your version of %s requires version %s or higher of The Events Calendar (you are currently running %s). Visit %shelp%s for more information.', 'tribe-events-calendar'), $plugin, $version, self::VERSION, '<a href="https://shylock.local/moderntribe/wp-admin/options-general.php?page=tribe-settings&tab=help">', '</a>' ).'</p>';
It seems this error shows up even thought the current Pro version is compatible and thus would not need to produce an error notification?
Forum: Everything else WordPress
In reply to: Restrict Members LoginA plugin that allows easy login and redirects to current page:
QuickLoginYou can read about it here:
https://www.red-sweater.com/blog/2119/quicklogin-plugin-for-wordpressSearch the Plugins Directory for QuickLogin to install on your blog.
Forum: Everything else WordPress
In reply to: Description of website when I link the URLDaniel,
What I would recommend is installing an SEO plugin:
WordPress SEO by Joost is a superb option.Once you install this plugin, you have the ability to set a homepage description in the SEO settings.
That way, when you link from Facebook or other sharing websites they can pick up your homepage meta description.
It’ll help you out a lot too once you install and configure the WordPress SEO plugin ??
Tim
Forum: Everything else WordPress
In reply to: Index of Images showing?syndergy4,
Another option is to upload a blank index.html file.
This will effectively hide the directory listing on most web hosts.I’d go with the .htaccess route personally.
Forum: Fixing WordPress
In reply to: Updating WP – Custom sitecbruiners,
Updating WordPress will not overwrite your theme file.
Only the default WordPress theme will be upgraded with a WordPress version upgrade.Forum: Fixing WordPress
In reply to: Unattached images during wordpress database importI’ve posted some of my trial with this same issue here:
https://wpcandy.com/teaches/how-to-move-a-wordpress-site#comment-175881Basically, I’ve now imported multiple xml export files from a WordPress.com site to a self-hosted site.
The media imports to the new install.
The status of being attached to a specific post failed.Some 816 images imported – but 624 show their status as unattached.
Only 5 images are unattached on the blog I am exporting from.How to fix…
Is there a media library fix to cycle through the images and use the attachment data included in the export file?I even tried an export of just the media into the WXR format and still the same result.
Tim
Having the same issue here…
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] different slideshow per page in the headerYes – you need to utilize conditional tags.
See this codex article – check out snippet 3 for some good hints.
Forum: Fixing WordPress
In reply to: [Plugin: Google Analyticator] Analyticator causes Widget Page error1) Browser and version.
Firefox 3.0.112) WordPress version.
2.83) Plugin version.
4.3 (Not 4.2.2)4) Is the problem reproducible every time?
Two separate sites – same results. Plugin active – no ediatble widgets. Plugin deactivated. Widgets back to full function/editability.5) Is the username and password filled out on the option page?
username and password not filled in.6) Anything else you can provide to help track down this issue.
PHP5 5.2.9
MySQL 5.0.67Other?
Thanks for looking into this and providing an awesome tool for WordPress!
Forum: Fixing WordPress
In reply to: [Plugin: Google Analyticator] Analyticator causes Widget Page errorAm loving the functionality of this plugin! Just installed for the first time. WordPress 2.8, Analyticator 4.2.2 – installed on two separate sites.
Widget Administration panel now displays available widgets and NO widgetized areas available for editing. I guess the option that Crooksy mentioned could work… but not ideal…
I did not insert user name and password for Gooogle analytics in the plugin options. Appears to be tracking but am hoping there is a way around this little hitch.
Thanks!
Forum: Fixing WordPress
In reply to: Unclosed CDATA Section… grrI discovered the same on my site today.
Something between the 10th and 20th post was unclosed. How do I fix this problem? I went and changed the display to only serve out the last 10 posts and now the culprit is gone. But if I turn it back to disply 20 posts in the rss we are back to the <Unclosed CDATA> error.I am using 1.5.2
??P.S. the search this site option has not worked for me since the release of 2.0 came out! I have to go to google and do a site search from there.
Forum: Plugins
In reply to: Modifying wp_list_pages outputIs there a working example of wp pages doing the drop down css? I am looking for a way to do this without js and want the drop down to be dynamic. I discovered wp_pages_nav over at https://adsworth.info/wp-pagesnav . I don’t think that is what I am looking for…
I will keep looking, but anyone has a wordpress 1.5 site already doing this – shout it out!tGriff