dadib
Forum Replies Created
-
Forum: Plugins
In reply to: [a3 Lazy Load] Lazy load prevents buddypress avartar from croppingsame issue
Forum: Plugins
In reply to: [WP FullCalendar] Tooltip HoverI am pretty sure i tried with all plugins deactived and only it enabled, with both.
The reason it does not display properly, is that it is set to not display in the 3D.WP.Tag.Cloud.S.php file…simp0le change there, made it all well!
Great plugin, thanks again and if you need screenshot to see what the issue is, if not anyone else having it, as it could be several plugins causing the conflict, no doubt…however was pretty sure that I checked with all other plugins off and default 2016.
- This reply was modified 9 years, 5 months ago by dadib.
Forum: Plugins
In reply to: [WP FullCalendar] Scrollbar RemovalBingo, thanks!
Forum: Plugins
In reply to: [WP FullCalendar] How to change the title displayed on the monthly calendar?not sure, if understanding, though in the new updated version, leaving blank the time slot in settings, does not work, as it did before and described.
one must use an empty space character, and just hit spacebar in the field, to remove the time.
same here in WAMP sandbox on upgrade and all the feeds vanished both front and backend.
Quick temp. fix to get it working again, was resort to backup of the files, i.e., 2.67.67
Deleted RSS-multi-inporter folder from /plugins folder
Replaced folder with previous version 2.67.67 folder/filesFeeds are back and permission error is gone and restored back to previous state, is presumed, though database changes, if any had been made during upgrade, presume were not reverted, and did not review upgrade package to see, if any DB changes occured.
Long story short, working as it was previously, before upgrade and hope when Allen gets back, he can see what caused error and feeds to vanish.
Forum: Plugins
In reply to: [Peter's Post Notes] CSV import notesTotally agree, needs to be a way to export/import…hook us up Pete…switching to try out Notely and really like yours better, and only reason, is I need to export/import notes!
Future release would be nice to have it..as I assumed notes would be!
Forum: Plugins
In reply to: [Tabber Tabs Widget] tabber tabs error in debug modeon one more note for the errors to correct the “Notice: wp_enqueue_script was called incorrectly” error message
Replace with:
if ( !is_admin() ) { add_action('wp_enqueue_scripts', 'enqueue_scripts'); } function enqueue_scripts() { wp_deregister_script('tabbertabs'); wp_register_script('tabbertabs', TABBER_TABS_DIR . 'js/tabber-minimized.js'); wp_enqueue_script('tabbertabs'); };Forum: Plugins
In reply to: [Tabber Tabs Widget] tabber tabs error in debug modereplace line 31 with:
define( 'TABBER_TABS_DIR', plugins_url('tabber-tabs-widget/'));Presume you also get error on line 125?
replace line 125 with:
if (isset($widgetcolums[$index])) return true;Forum: Plugins
In reply to: [WP Geo] Gravity Forms with WP-Geo 3.3bump, as I just looked through the files to see, if could tell where and no clue…suggestions anyone?
Forum: Plugins
In reply to: [WP Geo] Overlapping markersany progress on the clustering of markers…?
excellent plugin, thanksForum: Plugins
In reply to: [WP FullCalendar] How to toggle tooltip with button to close?thanks, looks like code is written in and just a matter of setting function to true or correct settings.
Like it to be more like Facebook and Twitter, where can pop each one up and just toggle it off or when opening next one, closes, just not when you go to hover over the tooltip, it just closes the tooltip…
Looked at mouseover functions and tried to make some changes there and other values and to no avail.
I am not proficient enough in the plugin or code to know precisely what to do, though if someone had any suggesting on what to try, be glad to do!
Thanks again Angelo, those links are general and have read lot of that and the qtip2 site info..just little over my head and sure be nice, if it was just added to the script plugin, the ability to use drag and drop and/or open close functions.
Forum: Plugins
In reply to: [WP FullCalendar] How to toggle tooltip with button to close?Anyone know how to make buttons work or resize tooltip window?
Forum: Plugins
In reply to: [WP FullCalendar] How to toggle tooltip with button to close?Thanks Angelo, however I think I did not explain it correctly.
Basically just like to be able to either have the tooltip stay open, until click on close text or button and while at it, have it moveable and resizable would be nice..though first thing would be just have it not close, on mouseover and if can get the buttons to show, for “open and close” the tooltip, would be great!
Forum: Plugins
In reply to: [Favorite Plugins] Multiple Page Favorite List Issuesame issue here, just installed and pagination is not working, faved 5 pages and only first page shows…and they are not in alphbetized.
A neat option would be, go ahead and add the, “add to favorite” option on installed plugins on sites, as have over 250 or more, as that is another plugin, in itself.
Another, could be add to faves when browsing via the plugin admin dashboard for installations, instead of having to be on the website to add, as well as the sort function by rating for all plugins searches, in dashboard, for another plugin feature, unrelated 😀
thanks and hope you can get the bug out