laskowv
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Upcoming Events Widget creates 500 errorYes, disabling the “All In One WPI Security and Firewall” plugin resolved the errors. But, I would be interested in knowing what caused it to conflict. Now what am I going to do for firewall protection?
I am getting the same error and installed the plugin above. Here are my results:
PHP Version : 5.6.27 / 64Bit OS
Memory limit : 512 MB
Memory usage : 9.8 MBForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Upcoming Events Widget creates 500 errorUpdate: the only thing different on this site is the plugin “All In One WPI Security and Firewall”. I am not sure what setting would be conflicting with the plugin.
I was able to re-install 2.4.0; but had some issues. The events and categories are not thoroughly removed from the SQL database. Even though the tables were deleted, the “categories” still seem to be in the database upon reinstall. Deleting all of them finally allowed me to create the same categories, but now they have different IDs.
My concern now is with the ICS feeds. I have read the Changelogs and am confused about whether or not ALL of my feeds with our sub chapters will be able to work. I have seen various posts here about “only 1 ICS feed is allowed for FREE”. Please explain this to me.
It is very unethical for any company to offer something for free, then change that without any notice. Your customer base was not allowed the time to either upgrade this product nor look for another alternative. There is still NOTHING in the Changelogs about this change to the ICS feeds.
I was using 2.4.1
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Can't access Advanced tab and add-on tabYes, downloading the plugins from Timely.ly worked for me as well. All is working now.
I too use the Genesis framework with a child theme. What I did was select the full-page width as the default page layout for the theme. Next I selected the other page layouts for the pages I needed the sidebar-content, content-sidebar, sidebar-content-sidebar, etc… on those pages themselves.
Give it a try.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Can't access Advanced tab and add-on tabjust installed on a site and cannot access the advanced nor add-ons menu as well. It is working on other sites.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Cannot Edit Color in CategoriesI have the same issue on 4.5.2 and ALSO I cannot add a category image.
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Custom jQuery UI themeMatt — this worked perfectly! Thank you, thank you, thank you. I do understand that you need to upgrade the plugin further. I am from the old days of programming, but I have been teaching myself the new languages and syntax.
I won’t change all of the other sites yet. I wait to see what you come up with for the new release.
Forum: Plugins
In reply to: [Download Manager] Button Templates Width – Free versionThanks, but that did not work. The php code seems to hard code it to look at the button.css only.
function enqueue_style(){ wp_enqueue_style("wpdm-button-templates",plugins_url("wpdm-button-templates/buttons.css")); }
Using firebug, it jumps right to the button.css after reading the div classes of w3eden.
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Custom jQuery UI themeThat is my point. If you made a copy of one of the themes (ex: Blitzer); and then added a selection of “Custom” to the admin.php; then “Custom” would be in the selection menu and be a duplicate copy of “Blizter”. This way it would be downloaded with every future version. The important thing would be that the jquery version and the parsed code would be current to that version.
If one did not like the colors, they could simply replace the images in the /css/jquery-ui/custom/images folder — but keep the name of each image the same. What I have done in the past is rolled a new theme and then added it to admin.php and then added the theme folder — but had to make sure I rolled it with the same jquery version as your plugin. I have to check it everytime there is an update to your plugin.
By having you add a “custom” theme that stays with the plugin, then one wouldn’t have to concern themselves with the version of jquery, but only to replace the images. I am just trying to save a lot of work since I use your plugin on about 18 websites now.
Thanks.
Thank you very much for the info. So when I choose to “reset the logs”; does it just overwrite the “sucuri-oldfailedlogins.php” file with items in the “sucuri-failedlogins.php”? Or does it empty both files and then starts collecting from that point?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 2.3.12 brokenMy sites that are Multi-sites went haywire on the update. The sites that were not, were OK. Ended up overlaying 2.3.7 back on to the multi-sites.
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Custom jQuery UI themeI understand. What I was hoping is that you could make a folder in the /css/jquery-ui/ directory called “custom” (maybe copy another themes like “blitzer”).
Then in the file /inc/admin.php include “Custom” as one of the options.
This way the most current js scripts would always be there and then we, (the utilizers of the plugin), would only have to replace the images in the /css/jquery-ui/custom/images directory with the color versions we need. Of course, we would leave the names the same since the js will be looking for those file names. (Note: this is my quick workaround when I do not want to roll a new theme).