Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)
  • Thread Starter ilgrizly

    (@ilgrizly)

    no I would like to have the year visible at every event ex: July 6th from 9pm to 11pm year 2024

    near the title

    because there are people who arrive directly on the event list page from search engines and don’t understand if it is an event from this year or if it has already expired

    Thread Starter ilgrizly

    (@ilgrizly)

    And how do i change it to TO Date with year format ?

    Thread Starter ilgrizly

    (@ilgrizly)

    I tried both inserting it into the functions.php file and as a php string activated by snippet but nothing changes

    Thread Starter ilgrizly

    (@ilgrizly)

    add_filter( ‘sgo_js_minify_exclude’, ‘js_minify_exclude’ );
    function js_minify_exclude( $exclude_list ) {
    $exclude_list[] = ‘ect-hide-notice-js’;
    $exclude_list[] = ‘ect-sharebutton’;
    $exclude_list[] = ‘ect-feedback-notice-styles’;
    $exclude_list[] = ‘ect-common-styles’;
    $exclude_list[] = ‘ect-list-styles’;
    $exclude_list[] = ‘ect-minimal-list-styles’;
    $exclude_list[] = ‘ect-sharebutton-css’;
    $exclude_list[] = ‘ect-timeline-styles’;
    $exclude_list[] = ‘sg-btn-css’;
    return $exclude_list;
    }

    Thread Starter ilgrizly

    (@ilgrizly)

    add_filter( ‘sgo_js_minify_exclude’, ‘js_minify_exclude’ );
    function js_minify_exclude( $exclude_list ) {
    $exclude_list[] = ‘ect-hide-notice-js’;
    $exclude_list[] = ‘ect-sharebutton’;
    $exclude_list[] = ‘ect-feedback-notice-styles’;
    $exclude_list[] = ‘ect-common-styles’;
    $exclude_list[] = ‘ect-list-styles’;
    $exclude_list[] = ‘ect-minimal-list-styles’;
    $exclude_list[] = ‘ect-sharebutton-css’;
    $exclude_list[] = ‘ect-timeline-styles’;
    $exclude_list[] = ‘sg-btn-css’;
    return $exclude_list;
    }

    obviously <?php at the beginning of the string automatically puts it in the Snippet plugin

    got all the handers from whoever built the plugin, I inserted them into the plugin snippet, I activated it but nothing, and then why is it that if I log in I see everything working and when I log out nothing works anymore? and it seems that the problem is only on desktop computers while on smartphones it changes but no script effect is seen

    Thread Starter ilgrizly

    (@ilgrizly)

    hanks for the help but these of this polugin that I’m hating but I need it and that is speed optimizer, they tell me that I can’t use the real address of the scripts and ja scriot but only hander that I can’t find perhaps because this is already active optimizer hides them from me, can you give them to me please?

    Icona di Verificata con community
    Thread Starter ilgrizly

    (@ilgrizly)

    so I should uninstall the plugin because otherwise it won’t show me the handles, then look for all the handles I need for a particular plugin which speed optimizer eliminates for me, then reinstall the plugin, unload another snippet plugin and then create infinite snipets for and test if it works, in the meantime I’ve had two children, a dog, car and house loan, found a lover and a second apartment and google has failed in the meantime waiting for covid 2 lol

    Thread Starter ilgrizly

    (@ilgrizly)

    add_filter( 'sgo_css_combine_exclude', 'css_combine_exclude' );
    function css_combine_exclude( $exclude_list ) {
    // Add the style handle to exclude list.
    $exclude_list[] = 'template-events-calendar\assets\css\ect-admin-notices.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-common-styles.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-common-styles.min.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-list-view.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-list-view.min.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-minimal-list-view.css'; $exclude_list[] = 'template-events-calendar\assets\css\ect-sharebutton.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-sharebutton.min.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-timeline.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-timeline.min.css';
    $exclude_list[] = 'template-events-calendar\assets\css\shortcode-generator.css';
    return $exclude_list;
    } add_filter( 'sgo_css_minify_exclude', 'css_minify_exclude' );
    function css_minify_exclude( $exclude_list ) {
    // Add the style handle to exclude list.
    $exclude_list[] = 'template-events-calendar\assets\css\ect-admin-notices.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-common-styles.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-common-styles.min.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-list-view.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-list-view.min.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-minimal-list-view.css'; $exclude_list[] = 'template-events-calendar\assets\css\ect-sharebutton.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-sharebutton.min.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-timeline.css';
    $exclude_list[] = 'template-events-calendar\assets\css\ect-timeline.min.css';
    $exclude_list[] = 'template-events-calendar\assets\css\shortcode-generator.css';
    return $exclude_list;
    }
    add_filter( 'sgo_js_minify_exclude', 'js_minify_exclude' );
    function js_minify_exclude( $exclude_list ) {
    $exclude_list[] = 'template-events-calendar\assets\js\ect-notice.js';
    $exclude_list[] = 'template-events-calendar\assets\js\ect-sharebutton.js';
    $exclude_list[] = 'template-events-calendar\assets\js\ect-sharebutton.min.js'; return $exclude_list;
    } add_filter( 'sgo_javascript_combine_exclude', 'js_combine_exclude' );
    function js_combine_exclude( $exclude_list ) {
    $exclude_list[] = 'template-events-calendar\assets\js\ect-notice.js';
    $exclude_list[] = 'template-events-calendar\assets\js\ect-sharebutton.js';
    $exclude_list[] = 'template-events-calendar\assets\js\ect-sharebutton.min.js'; return $exclude_list;
    } add_filter( 'sgo_js_async_exclude', 'js_async_exclude' );
    function js_async_exclude( $exclude_list ) {
    $exclude_list[] = 'template-events-calendar\assets\js\ect-notice.js';
    $exclude_list[] = 'template-events-calendar\assets\js\ect-sharebutton.js';
    $exclude_list[] = 'template-events-calendar\assets\js\ect-sharebutton.min.js'; return $exclude_list;
    }
    Thread Starter ilgrizly

    (@ilgrizly)

    template-events-calendar\assets\js\ect-notice.js
    template-events-calendar\assets\js\ect-sharebutton.js
    template-events-calendar\assets\js\ect-sharebutton.min.js
    template-events-calendar\assets\css\ect-admin-notices.css
    template-events-calendar\assets\css\ect-common-styles.css
    template-events-calendar\assets\css\ect-common-styles.min.css
    template-events-calendar\assets\css\ect-list-view.css
    template-events-calendar\assets\css\ect-list-view.min.css
    template-events-calendar\assets\css\ect-minimal-list-view.css
    template-events-calendar\assets\css\ect-sharebutton.css
    template-events-calendar\assets\css\ect-sharebutton.min.css
    template-events-calendar\assets\css\ect-timeline.css
    template-events-calendar\assets\css\ect-timeline.min.css
    template-events-calendar\assets\css\shortcode-generator.css

    Thread Starter ilgrizly

    (@ilgrizly)

    I used all the filters made available but they don’t work, the Events Shortcodes For The Events Calendar plugin doesn’t work even though they gave me the complete list of all the scripts and css in use

    Thread Starter ilgrizly

    (@ilgrizly)

    By End of the event you means to show end date of the event? YES TNX

    Thread Starter ilgrizly

    (@ilgrizly)

    :/ ok …

    Thread Starter ilgrizly

    (@ilgrizly)

    tnx

    Thread Starter ilgrizly

    (@ilgrizly)

    as they rightly reply to me, you should be so kind as to give me the name and location of the relevant css files and s.s.3 scripts that I don’t have to compress so as to indicate them in the control panel and avoid there being problems in loading, I can therefore have the path of these?

    Thread Starter ilgrizly

    (@ilgrizly)

    tnx

Viewing 15 replies - 1 through 15 (of 33 total)