doubled
Forum Replies Created
-
Forum: Plugins
In reply to: [Blue Admin] Errors with WP 3.5.1I 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 toif (!function_exists('lj_pnote_admin'))
2) Replace allget_settings
withget_option
3) Line 208if(!function_exists('lj_adminbar_menus'))
4) Line 218if(!function_exists('lj_custom_adminbar_menus'))
For settings.php
1) Change lines 10-11 toif ( 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 toif(!function_exists('lj_plugin_actions'))
Hi,
You should set wright permissions to /gallery-plugin/upload (upload/files) folders…Hi,
Changing the line 2996 of post.php to$postarr = array_merge((array)$post, $postarr);
worked for meHi,
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…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
Hi,
You will need to edit gallery-plugin/css/stylesheet.cssFind .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
In reply to: [Slideshow Satellite] Responsive HeightThank you for your reply.
Here is an example website of what i mean. Try to change browser height and you will see that image will be scaled to fit the window…
Great plugin!
Here is a code to initialize Slideshow Satellite pluginjQuery('#featured').satlorbit({ });
Thank you!
Forum: Fixing WordPress
In reply to: Move Main Sidebar in Twenty TwelveThank, you!
Worked flawlesslyHi,
Is there any solution for slideshow-satellite?Thank’s a lot artnik7! It works!
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