IntegrityWebDev
Forum Replies Created
-
Sounds like I need to get the Image ticker extension. Thanks!
Gotcha…I overlooked that. Thanks!!
Forum: Plugins
In reply to: [CC Child Pages] Siblings in the WidgetI would like this as well. Say on of my menu structures is:
ABOUT ABC (parent)
-History of ABC
-Faculty and Staff
-PTO Officers
-Board of Directors
-Why ABC?On any of those child pages I’d like a widget that shows “Related Pages”, in other words, all of the sibling pages for that child.
I can do this by showing specifying the parent and also using a conditional widgets plugin, but it seems like a simple check box in the widget to show siblings or not would be doable.
Forum: Plugins
In reply to: [MaxGalleria] Gallery Page IssuesThank you for this! I was able to integrate my theme’s template into the maxgallery template. Is this info in the documentation for MaxGalleria?
Forum: Fixing WordPress
In reply to: Add new dashboard page via theme (not plugin)Forum: Fixing WordPress
In reply to: Add new dashboard page via theme (not plugin)Forum: Plugins
In reply to: [WP Welcome Message] Error after installationSame problem as well.
Forum: Plugins
In reply to: Plugin for lists of PDF Newsletters?I didn’t find anything but I eventually hammered out a quick and dirty solution on my own that basically says “find all PDF’s with this keyword in them and list them” and it worked for what I needed.
I detailed it here:
https://www.integritywebdevelopment.com/wordpress/wordpress-list-pdf-files-with-a-keyword-in-the-nameForum: Plugins
In reply to: [Affiliate Hoover] Warning: Invalid argument error on Feed Form pageI deleted the CSV and tried a whole different one and the error went away…I think the CSV was formatted incorrectly.
Forum: Fixing WordPress
In reply to: Add Media Not WorkingRealized that the ability to drag menu items was a plugin issue but the editor issues are separate as that doesn’t work with all plugins disabled.
Forum: Fixing WordPress
In reply to: Add Media Not WorkingI know a bit of JS/jQuery but not enough to know if this would cause a problem…the code below is from the dashboard APPEARANCE > MENU page. It looks like there is a reference to jQuery before the call to jQuery:
<script type="text/javascript"> addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}}; var ajaxurl = '/wp-admin/admin-ajax.php', pagenow = 'nav-menus', typenow = '', adminpage = 'nav-menus-php', thousandsSeparator = ',', decimalPoint = '.', isRtl = 0; </script> <link rel='stylesheet' id='admin-bar-css' href='https://clevelandapplefestival.org/wp-includes/css/admin-bar.min.css?ver=3.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='output-css' href='https://clevelandapplefestival.org/wp-content/plugins/addthis/css/output.css?ver=3.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='overlayStyleSheet-css' href='https://clevelandapplefestival.org/wp-content/plugins/overlay//styles/overlay_admin.css?ver=3.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-admin-css' href='https://clevelandapplefestival.org/wp-admin/css/wp-admin.min.css?ver=3.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='buttons-css' href='https://clevelandapplefestival.org/wp-includes/css/buttons.min.css?ver=3.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='colors-css' href='https://clevelandapplefestival.org/wp-admin/css/colors-fresh.min.css?ver=3.5.1' type='text/css' media='all' /> <!--[if lte IE 7]> <link rel='stylesheet' id='ie-css' href='https://clevelandapplefestival.org/wp-admin/css/ie.min.css?ver=3.5.1' type='text/css' media='all' /> <![endif]--> <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script> <script type='text/javascript'>try{jQuery.noConflict();}catch(e){};</script> <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js'></script> <script type='text/javascript'>
Forum: Fixing WordPress
In reply to: Add Media Not WorkingI do appreciate it but the errors were copied and pasted above verbatim.
Forum: Fixing WordPress
In reply to: Add Media Not WorkingJust tested it on a computer at a completely different location. Same JS errors.
Forum: Fixing WordPress
In reply to: Add Media Not WorkingDoing this now, will update.
As a side note, I also noticed that while the USE GOOGLE LIBRARIES plugin did get my editor back, that when I switch to HTML mode it goes away, and in Text mode the LINK features do not work.
More importantly I discovered that I can not drag menu items around on the menu screen any more…that one is a BIG DEAL.
I noticed in Firebug that I do not get script errors on the actual site, but in the admin (on the Dashboard main screen) I get 4 JS errors:
TypeError: can’t convert undefined to object
https://clevelandapplefestival.org/wp-includes/js/media-models.min.js?ver=3.5.1
Line 1TypeError: c.widget is not a function
https://clevelandapplefestival.org/wp-includes/js/wp-pointer.min.js?ver=20111129a
Line 1TypeError: f(…).on is not a function
https://clevelandapplefestival.org/wp-includes/js/media-models.min.js?ver=3.5.1
Line 1TypeError: c.on is not a function
https://clevelandapplefestival.org/wp-admin/js/common.min.js?ver=3.5.1
Line 1Forum: Fixing WordPress
In reply to: Cannot update WP or upload pluginsIt turned out to be host-specific issue. Having to use a PHP wrapper to make it work. Did that and all is well.