boborg
Forum Replies Created
-
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Singlepic caption issueYes oddly the issue is gone so maybe just something on the server. Anyway thanks for responding
Forum: Plugins
In reply to: [Perfect Images] White screen with new version 2.0.4It is because another plugin I have installed already loads the the Simple HTML DOM.
My fix is to change line 113 in wp-retina-2x.php to
if(!function_exists(file_get_html)) {require(‘inc/simple_html_dom.php’); }Could you add that to new versions?
Forum: Plugins
In reply to: [Perfect Images] White screen with new version 2.0.4I still get Whitescreen with 2.0.8
Here is some info from Apache/PHP log
[Sat Oct 11 08:02:04 2014] [error] [client xx.xxx.xx.xxx] PHP Fatal error: Cannot redeclare file_get_html() in /nas/wp/www/cluster-2175/mysite/wp-content/plugins/wp-retina-2x/inc/simple_html_dom.php on line 71
[Sat Oct 11 08:02:04 2014] [error] [client xx.xxx.xx.xxx] PHP Fatal error: Cannot redeclare class simple_html_dom_node in /nas/wp/www/cluster-2175/mysite/wp-content/plugins/wp-retina-2x/inc/simple_html_dom.php on line 115Forum: Plugins
In reply to: [Yoast SEO] Multiple article:tag/article:section OpenGraph tags issueI do not think so. Still seeing it.
Forum: Plugins
In reply to: [Perfect Images] White screen with new version 2.0.4I am on WPEngine as host and notice the same thing version 2.0.2 works while 2.0.4 gives a white screen
I just have add_editor_style(); in the Theme functions.php and checked the Load the CSS classes used in editor-style.css and replace the Formats button and sub-menu. option in TinyMCE Advanced config. Then my styles in editor-style.css are shown under Formats.
I have tried adding a editor-style.css file in my theme dir with some CSS code but nothing shows up under the Format menu dropdown just a blank thin empty box. Any ideas why it does not work?
Found the reason Missing add_editor_style(); in theme functions
Forum: Fixing WordPress
In reply to: Script only works when using Google library jquery?Thank you very much for the explanation
Nevermind. I found a tutorial on YouTube showing hos to rewrite rss feed and removing the images using Yahoo Pipes.
Forum: Plugins
In reply to: [Advent Calendar] Custom post type not workingI am using a Premium Theme from SoloStream. So yes same issues.
Forum: Plugins
In reply to: [Advent Calendar] Custom post type not workingIf you are not using the twentythirteen theme you could just make a single-advent-calendar-entry.php version of your theme single.php. I think only this is needed ` <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
<div class=”entry-thumbnail”>
<?php the_post_thumbnail( ‘advent-calendar-full-image’ ); ?>`Forum: Plugins
In reply to: [NextGEN Gallery Optimizer] Donation again to download new version?Thanks Mark.
NextGen Gallery Classic edition would be cool. I use a lot of nextgen singlepic shortcode and have not really found any alternatives yet.
Forum: Plugins
In reply to: [WP Super Cache] Error messages won't go away (modules missing)Yes same here for me also on Litespeed server
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders row css workaround?And it works just fine. This plugin is really a favorite of mine…
Think I will be donating again soon ??