arudd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Blog Image link to Post PageWhat did you figure out about this issue. How did you resolve @giglinx?
After going back to the site and testing again, I realize this hasn’t fixed my issue.
When I click on the Pagination, it breaks the album and removes it completely.
Additionally, changing:Around line 156 of this file in NextGEN Gallery Version 2.1.23
/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/package.module.mvc.phpreturn $retval;
To:
return ($retval[0] != “/”) ? “/” . $retval : $retval;
Didn’t work either.
Unfortunately, my site is login only and cannot be accessed publically.Thank you! This worked flawlessly.
Forum: Plugins
In reply to: [Gravity Forms HTML5 Placeholders] Broken with latest Gravity Forms Version?Using GF 1.9.1.2 getting the following error in the admin, when I’m editing a form.
Uncaught ReferenceError: fieldSettings is not definedgravityforms-placeholders-editor.min.js?ver=2.7.3:1 t.RulesSettingEditor.t.FieldSettingEditor.extend.initializeload-scripts.php?c=1&load[]=utils,jquery-ui-menu,jquery-ui-autocomplete,heartbeat,underscore,backbo…:26 b.Viewgravityforms-placeholders-editor.min.js?ver=2.7.3:1 t.FieldSettingEditor.Backbone.View.extend.constructorload-scripts.php?c=1&load[]=utils,jquery-ui-menu,jquery-ui-autocomplete,heartbeat,underscore,backbo…:26 dgravityforms-placeholders-editor.min.js?ver=2.7.3:2 (anonymous function)jquery.js?ver=1.11.1:2 m.Callbacks.jjquery.js?ver=1.11.1:2 m.Callbacks.k.fireWithjquery.js?ver=1.11.1:2 m.extend.readyjquery.js?ver=1.11.1:2 J
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] No ResultsTobias, more specifically I was referring to the header being fixed in the admin, not on the frontend. I’m assuming the link you sent me is frontend.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] No ResultsReviewed, 5 Stars!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] No ResultsWOw! Look at you, throwing out all the stops!
Much appreciated.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] No ResultsThanks! That’s great!
Where should I add a feature request?I would like the first ‘heading’ row of the table to be fixed when I scroll, in order to know which column is which, for longer tables.
Thanks for the great plugin!
Forum: Reviews
In reply to: [Gravity Forms Data Persistence Add-On] Currently workingThanks ovann86. That worked!
Forum: Plugins
In reply to: [Broadcast] ERROR copy() function cannot be a directory line 2786I’m sorry, nevermind. Sending you an email.
Forum: Plugins
In reply to: [Broadcast] ERROR copy() function cannot be a directory line 2786Can you tell me how to enable Broadcast debug mode?
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] Custom User RolesThis is what I used, make your edits as needed.
add_filter( 'if_menu_conditions', 'my_new_menu_conditions' ); function my_new_menu_conditions( $conditions ) { $conditions[] = array( 'name' => 'User is Custom Role', // name of the condition 'condition' => function() { global $current_user; if( is_user_logged_in() ) return in_array( 'custom-role', $current_user->roles ); return false; } ); return $conditions; }
Forum: Plugins
In reply to: [SS Downloads] Not Sending Email or Adding EmailsI apologize, I realize that I needed to look under Tools>SS Downloads
Forum: Plugins
In reply to: [CE WP-Menu per Page] Strict Standards ErrorI turned off debug and the errors went away
Forum: Plugins
In reply to: [Menu Per Pages] Undefined offset: 0 ErrorI turned off debug and the errors went away.