Title: doubled's Replies | WordPress.org

---

# doubled

  [  ](https://wordpress.org/support/users/doubled/)

 *   [Profile](https://wordpress.org/support/users/doubled/)
 *   [Topics Started](https://wordpress.org/support/users/doubled/topics/)
 *   [Replies Created](https://wordpress.org/support/users/doubled/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/doubled/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/doubled/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/doubled/engagements/)
 *   [Favorites](https://wordpress.org/support/users/doubled/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blue Admin] Errors with WP 3.5.1](https://wordpress.org/support/topic/errors-with-wp-351/)
 *  Thread Starter [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/errors-with-wp-351/#post-3604484)
 * I think it’s safe to ignore theese errors but here is how to fix:
    For “Use of
   undefined constant error” we should add ‘ symbols For Inc.php file: 1) Change
   line 95 of inc.php to `if (!function_exists('lj_pnote_admin'))` 2) Replace all`
   get_settings` with `get_option` 3) Line 208 `if(!function_exists('lj_adminbar_menus'))`
   4) Line 218 `if(!function_exists('lj_custom_adminbar_menus'))`
 * For settings.php
    1) Change lines 10-11 to
 *     ```
       if ( isset($_POST[$value['id'].'_enable'])){ update_option( $value['id'], '1'); lj_redirect('','saved=true');}
       			else if ( isset($_POST[$value['id'].'_disable'])){ update_option( $value['id'], ''); lj_redirect('','saved=true');}
       ```
   
 * For index.php
    1) Change line 29 to `if(!function_exists('lj_plugin_actions'))`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery by BestWebSoft - Customizable Image and Photo Galleries for WordPress] No button (WP 3.5.1)](https://wordpress.org/support/topic/no-button-wp-351/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/no-button-wp-351/#post-3514004)
 * Hi,
    You should set wright permissions to /gallery-plugin/upload (upload/files)
   folders…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery by BestWebSoft - Customizable Image and Photo Galleries for WordPress] Error When Trying to Delete Images.](https://wordpress.org/support/topic/error-when-trying-to-delete-images/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/error-when-trying-to-delete-images/#post-3481904)
 * Hi,
    Changing the line 2996 of post.php to `$postarr = array_merge((array)$post,
   $postarr);` worked for me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery by BestWebSoft - Customizable Image and Photo Galleries for WordPress] I keep getting error with upload folder not having permission](https://wordpress.org/support/topic/i-keep-getting-error-with-upload-folder-not-having-permission/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/i-keep-getting-error-with-upload-folder-not-having-permission/#post-3582805)
 * Hi,
    Sometimes, hosting providers do not allow to use 777, try to use 775 instead.
   But if you installed it on a localhost there shouldn’t be any problems…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery by BestWebSoft - Customizable Image and Photo Galleries for WordPress] Notice: Undefined index:](https://wordpress.org/support/topic/notice-undefined-index-5/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/notice-undefined-index-5/#post-3586493)
 * Hello,
    It’s not a critical issue, but you can fix this by adding isset to the
   variables on line 949.
 * Like this:
    `if( isset($wp_version) >= 3.5 && isset($_REQUEST['page']) == 'gallery-
   plugin.php' )`
 * Worked for me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery by BestWebSoft - Customizable Image and Photo Galleries for WordPress] Index side by side](https://wordpress.org/support/topic/index-side-by-side/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/index-side-by-side/#post-3549136)
 * Hi,
    You will need to edit gallery-plugin/css/stylesheet.css
 * Find .gallery_box li
 * and change it for example to
 *     ```
       .gallery_box li
       {
           padding: 0px 0px 0 0;
           margin: 0px 0px 0 0;
           width:450px;
           display:inline!important;
           float:left!important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Satellite] Responsive Height](https://wordpress.org/support/topic/responsive-height/)
 *  Thread Starter [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/responsive-height/#post-3555914)
 * Thank you for your reply.
 * Here is an example [website](http://christopherandersonphoto.com/) of what i 
   mean. Try to change browser height and you will see that image will be scaled
   to fit the window…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Page Loader] [Plugin: Advanced AJAX Page Loader] Breaks ajaxed gallery plugins](https://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-breaks-ajaxed-gallery-plugins/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-breaks-ajaxed-gallery-plugins/#post-2729985)
 * Great plugin!
    Here is a code to initialize [Slideshow Satellite](http://wordpress.org/extend/plugins/slideshow-satellite/)
   plugin
 *     ```
       jQuery('#featured').satlorbit({
                      });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Page Loader] [Plugin: Advanced AJAX Page Loader] Reload Code for Lightbox Gallery](https://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-reload-code-for-lightbox-gallery/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-reload-code-for-lightbox-gallery/#post-2921698)
 * Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move Main Sidebar in Twenty Twelve](https://wordpress.org/support/topic/move-main-sidebar-in-twenty-twelve/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/move-main-sidebar-in-twenty-twelve/#post-3272766)
 * Thank, you!
    Worked flawlessly
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Page Loader] [Plugin: Advanced AJAX Page Loader] Breaks ajaxed gallery plugins](https://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-breaks-ajaxed-gallery-plugins/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-breaks-ajaxed-gallery-plugins/#post-2729984)
 * Hi,
    Is there any solution for slideshow-satellite?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login With Ajax - Fast Logins, 2FA, Redirects] [Plugin: Login With Ajax] Problem with encoding](https://wordpress.org/support/topic/plugin-login-with-ajax-problem-with-encoding/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-login-with-ajax-problem-with-encoding/#post-2291218)
 * Thank’s a lot artnik7! It works!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Remove WordPress SEO dashboard widget](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-remove-wordpress-seo-dashboard-widget/)
 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-remove-wordpress-seo-dashboard-widget/#post-1815779)
 * I’m new to wordpress and coding but
 * I have removed
 * > if ( !isset($options[‘removedbwidget’.$network]) || !$options[‘removedbwidget’.
   > $network] )
   >  wp_add_dashboard_widget( ‘yoast_db_widget’ , ‘The Latest From 
   > Yoast’ , array(&$this, ‘db_widget’) );
 * from yst_plugin_tools.php file (wordpress-seo/admin/ directory) and the widget
   disappeared

Viewing 13 replies - 1 through 13 (of 13 total)