Alan

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • in reply to: latest update broke the site again #1324548
    Alan
    Participant

    The path for this error is less than 125 characters so I don’t think this is the same issue. If it was, a manual installation would have worked but it did not. I was able to get the free version of the plugin working, but not the latest update for pro.

    IF this is related to a long file name system, then this needs to be fixed asap as it is something within your control. I’m happy to reach out to my host, but do you know of any server settings in apache or windows that can address this on the host provider end?

    in reply to: latest update broke the site again #1324022
    Alan
    Participant

    For now I’ve had to disable the plugin.

    in reply to: latest update broke the site again #1323975
    Alan
    Participant

    My web host is suggesting I drop your plugin. Will there be a fix soon?

    in reply to: Month Display shows bullets instead of event names #1159557
    Alan
    Participant

    Also trying the settings found here:

    Tips: WordPress Total Cache with The Event Calendar

    And we now have a winner! Please post and share these settings for all W3TC and Events Calendar users!!!

    • This reply was modified 7 years, 8 months ago by Alan.
    in reply to: Month Display shows bullets instead of event names #1159554
    Alan
    Participant

    Found this at W3TC
    https://wordpress.org/support/topic/w3-total-cache-and-wp-events-calendar-incompatibility/

    But it is old. I tried the combine only setting but it didn’t work and caused the month view to appear as large dots.

    in reply to: Month Display shows bullets instead of event names #1159542
    Alan
    Participant

    Is there a reason the standard plugin doesn’t show an update is available in wp?

    Do you know how to add w3tc js exception for the events calendar? I believe it is minify js manual mode and then I have to list the events calendar js pages?????

    in reply to: Month Display shows bullets instead of event names #1159058
    Alan
    Participant

    If I completely disable minify in w3 total cache the calendar month view is not the responsive bullet view.

    in reply to: Month Display shows bullets instead of event names #1159049
    Alan
    Participant

    I tried to fix the issue today by trying as many combinations as possible. Here’s some things that you might find interesting.

    First I saw there was a new update to the pro plugin. So I tried to update from 4.2.4 to 4.2.5 It took a really long time and then is gave me a update failed error message and a really long explanation as to why short error messages are ignored etc. But when I refreshed the dashboard it appeared that the update worked and listed 4.2.5 as the version number. However, the only calendar view that would work was list view. Everything else gave an error message like page not found or something similar.

    So I deactivated the pro plugin and the calendar seemed to work in all views including the month view.

    I then reactivated the pro plugin and it still seems to be working.

    I noted that the regular plugin is 4.2.3 and the pro is 4.2.5.

    Also as I reactivated all the other plugins one at a time the calendar month view started showing dots when the W3 Total cache plugin was activated. I verified this by deactivating it.

    I’m now wondering if the W3 total cache plugin is trying to minify something in the calendar plugin that is already minified????? Maybe there is a way to list events calendar as an exception not to minify???

    I’d appreaciate it if you could check on this. When you’re done with the login I will remove it from the user list.

    in reply to: Month Display shows bullets instead of event names #1159045
    Alan
    Participant

    This reply is private.

    in reply to: Month Display shows bullets instead of event names #1159043
    Alan
    Participant

    I need you to delete or make my reply private….didn’t realize it was public.

    in reply to: Month Display shows bullets instead of event names #1158125
    Alan
    Participant

    How may I provide you the wordpress login information? Should I put the info in one of these messages?

    I don’t think the theme is modified in any significant way. I recall changing something to make the twitter widget functional and the default image size for pages with sidebars. Does the events calendar month view look normal when you load the theme on a test site?????

    in reply to: Month Display shows bullets instead of event names #1157853
    Alan
    Participant

    I experimented with your suggestions. The only view that seems to display correctly is the list view. There has to be a way to change the parameters for when to display the altered version (responsive) of the month view.

    I still need a solution for the month view.

    in reply to: Month Display shows bullets instead of event names #1150709
    Alan
    Participant

    Update: I updated the pro plugin but it did not fix the issue.

    in reply to: Month Display shows bullets instead of event names #1150637
    Alan
    Participant

    http://glendalechristian.org/calendar/week/

    Also please note that the week view displays a “page not found” error message.

    in reply to: Month Display shows bullets instead of event names #1150571
    Alan
    Participant

    I added the code at the bottom, but it had no effect.

    <?php

    /*
    * Goodlayers Function File
    * ———————————————————————
    * This file include all of important function and features of the theme
    * to make it available for later use.
    * ———————————————————————
    */

    // constants
    define(‘THEME_SHORT_NAME’,’gdl’);
    define(‘THEME_FULL_NAME’,’Modernize’);
    define(‘GOODLAYERS_PATH’, get_template_directory_uri());
    define(‘AJAX_URL’, admin_url( ‘admin-ajax.php’ ));
    define(‘FONT_SAMPLE_TEXT’, ‘Sample Font’); // sample font text of the goodlayers backoffice panel

    $date_format = get_option(THEME_SHORT_NAME.’_default_date_format’,’F d, Y’);
    $widget_date_format = get_option(THEME_SHORT_NAME.’_default_widget_date_format’,’M d, Y’);
    define(‘GDL_DATE_FORMAT’, $date_format);
    define(‘GDL_WIDGET_DATE_FORMAT’, $widget_date_format);

    $gdl_icon_type = get_option(THEME_SHORT_NAME.’_icon_type’,’dark’);
    $gdl_footer_icon_type = get_option(THEME_SHORT_NAME.’_footer_icon_type’,’light’);

    $gdl_admin_translator = get_option(THEME_SHORT_NAME.’_enable_admin_translator’,’enable’);
    $gdl_is_responsive = get_option(THEME_SHORT_NAME.’_enable_responsive’,’disable’);
    $gdl_is_responsive = ($gdl_is_responsive == ‘enable’)? true: false;

    $default_post_sidebar = get_option(THEME_SHORT_NAME.’_default_post_sidebar’,’post-no-sidebar’);
    $default_post_sidebar = str_replace(‘post-‘, ”, $default_post_sidebar);
    $default_post_left_sidebar = get_option(THEME_SHORT_NAME.’_default_post_left_sidebar’,”);
    $default_post_right_sidebar = get_option(THEME_SHORT_NAME.’_default_post_right_sidebar’,”);

    // get the path for the file ( to support child theme )
    if( !function_exists(‘get_root_directory’) ){
    function get_root_directory( $path ){
    if( file_exists( STYLESHEETPATH . ‘/’ . $path ) ){
    return STYLESHEETPATH . ‘/’;
    }else{
    return TEMPLATEPATH . ‘/’;
    }
    }
    }

    $temp_root = get_root_directory(‘include/include-script.php’);
    include_once($temp_root . ‘include/include-script.php’); // include all javascript and style in to the theme
    $temp_root = get_root_directory(‘include/plugin/utility.php’);
    include_once($temp_root . ‘include/plugin/utility.php’); // utility function
    $temp_root = get_root_directory(‘include/function-regist.php’);
    include_once($temp_root . ‘include/function-regist.php’); // registered wordpress function
    $temp_root = get_root_directory(‘include/goodlayers-option.php’);
    include_once($temp_root . ‘include/goodlayers-option.php’); // goodlayers panel
    $temp_root = get_root_directory(‘include/plugin/fontloader.php’);
    include_once($temp_root . ‘include/plugin/fontloader.php’); // load necessary font
    $temp_root = get_root_directory(‘include/plugin/shortcode-generator.php’);
    include_once($temp_root . ‘include/plugin/shortcode-generator.php’); // shortcode

    // dashboard option
    $temp_root = get_root_directory(‘include/meta-template.php’);
    include_once($temp_root . ‘include/meta-template.php’); // template for post portfolio and gallery
    $temp_root = get_root_directory(‘include/post-option.php’);
    include_once($temp_root . ‘include/post-option.php’); // meta of post post_type
    $temp_root = get_root_directory(‘include/page-option.php’);
    include_once($temp_root . ‘include/page-option.php’); // meta of page post_type
    $temp_root = get_root_directory(‘include/portfolio-option.php’);
    include_once($temp_root . ‘include/portfolio-option.php’); // meta of portfolio post_type
    $temp_root = get_root_directory(‘include/testimonial-option.php’);
    include_once($temp_root . ‘include/testimonial-option.php’); // meta of portfolio post_type
    $temp_root = get_root_directory(‘include/price-table-option.php’);
    include_once($temp_root . ‘include/price-table-option.php’); // meta of portfolio post_type
    $temp_root = get_root_directory(‘include/gallery-option.php’);
    include_once($temp_root . ‘include/gallery-option.php’); // meta of portfolio post_type

    // exterior plugins
    if(!class_exists(‘ReallySimpleCaptcha’)) {
    $temp_root = get_root_directory(‘include/plugin/really-simple-captcha/really-simple-captcha.php’);
    include_once($temp_root . ‘include/plugin/really-simple-captcha/really-simple-captcha.php’); // capcha comment plugin class
    }
    $temp_root = get_root_directory(‘include/plugin/filosofo-image/filosofo-custom-image-sizes.php’);
    include_once($temp_root . ‘include/plugin/filosofo-image/filosofo-custom-image-sizes.php’); // Custom image size plugin
    $temp_root = get_root_directory(‘include/plugin/dropdown-menus.php’);
    include_once($temp_root . ‘include/plugin/dropdown-menus.php’); // Custom dropdown menu

    if(!is_admin()){
    $temp_root = get_root_directory(‘include/plugin/misc.php’);
    include_once($temp_root . ‘include/plugin/misc.php’); // misc function to use at font-end
    $temp_root = get_root_directory(‘include/plugin/page-item.php’);
    include_once($temp_root . ‘include/plugin/page-item.php’); // organize page item element
    $temp_root = get_root_directory(‘include/plugin/blog-item.php’);
    include_once($temp_root . ‘include/plugin/blog-item.php’); // organize blog item element
    $temp_root = get_root_directory(‘include/plugin/comment.php’);
    include_once($temp_root . ‘include/plugin/comment.php’); // function to get list of comment
    $temp_root = get_root_directory(‘include/plugin/pagination/pagination.php’);
    include_once($temp_root . ‘include/plugin/pagination/pagination.php’); // page divider plugin
    $temp_root = get_root_directory(‘include/plugin/social-shares.php’);
    include_once($temp_root . ‘include/plugin/social-shares.php’); // page divider plugin
    $temp_root = get_root_directory(‘include/plugin/really-simple-captcha/cbnet-really-simple-captcha-comments.php’);
    include_once($temp_root . ‘include/plugin/really-simple-captcha/cbnet-really-simple-captcha-comments.php’); // capcha comment plugin
    }

    // include custom widget
    $temp_root = get_root_directory(‘include/plugin/custom-widget/custom-blog-widget.php’);
    include_once($temp_root . ‘include/plugin/custom-widget/custom-blog-widget.php’);
    $temp_root = get_root_directory(‘include/plugin/custom-widget/custom-port-widget.php’);
    include_once($temp_root . ‘include/plugin/custom-widget/custom-port-widget.php’);
    $temp_root = get_root_directory(‘include/plugin/custom-widget/custom-port-widget-2.php’);
    include_once($temp_root . ‘include/plugin/custom-widget/custom-port-widget-2.php’);
    $temp_root = get_root_directory(‘include/plugin/custom-widget/popular-post-widget.php’);
    include_once($temp_root . ‘include/plugin/custom-widget/popular-post-widget.php’);
    $temp_root = get_root_directory(‘include/plugin/custom-widget/contact-widget.php’);
    include_once($temp_root . ‘include/plugin/custom-widget/contact-widget.php’);
    $temp_root = get_root_directory(‘include/plugin/custom-widget/flickr-widget.php’);
    include_once($temp_root . ‘include/plugin/custom-widget/flickr-widget.php’);
    $temp_root = get_root_directory(‘include/plugin/custom-widget/twitter-widget.php’);
    include_once($temp_root . ‘include/plugin/custom-widget/twitter-widget.php’);
    //include_once(‘include/functions/custom-widgets/twitteroauth.php’);

    function customize_tribe_events_breakpoint()
    {return 600;}
    add_filter( ‘tribe_events_mobile_breakpoint’, ‘customize_tribe_events_breakpoint’ );

    ?>

Viewing 15 posts - 1 through 15 (of 32 total)