Forum Replies Created

Viewing 15 replies - 31 through 45 (of 194 total)
  • Plugin Author mva7

    (@mva7)

    Hi,

    Nice tip. Will investigate it and release a new version asap.

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Now reading the part about the cookie, ours is called: thc_selected_holiday_country

    Make sure it is allowed.

    Thanks!

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    make sure it is before the }

    if($allowUserToChangeCountry && isset($_COOKIE['thc_selected_holiday_country']))
    {			
    	$countryIso = $_COOKIE['thc_selected_holiday_country'];
    	
    	//temp
    	echo "<!-- thc debug:";
    	print_r($_COOKIE);
    	echo "-->";
    }

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    we are clueless. Can you put this on line 343 of the-holiday-calendar.php:

    //temp
    echo "<!-- thc debug:";
    print_r($_COOKIE);
    echo "-->";

    Thanks!

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    can you try 1.17.2. We added some tweaks.

    Thanks!

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    ok in that case we need to investigate further. Will give an update soon.

    Thank you.

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    we think we identified the problem. It is not allowed to use cache on the page(s) that contain the plugin if you use the country drop down. This is because the calendar is rendered on the server side.

    Is it possible to make an exception for this page in your cache settings?

    Thanks!

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    yes. We did not encounter this in our tests so we need to predict why it fails on your site and come up with a potential fix.

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    Guess a CSS plugin will suffice. That will enable you to insert additional CSS. Our CSS is safe to load on every page.

    For the <head> part there are also plugins available.

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    this is unfortunately impossible because we need to adapt our CSS to the CSS of the used theme.

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    we see some small issues with the plugin on your site. Will fix them today.

    Concerning the CSS and font link. This is something you guys should pick up.

    Thanks!

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Edited previous message, please use latest version from this page.

    Plugin Author mva7

    (@mva7)

    Hi,

    you can insert this CSS after the existing CSS:

    .thc-calendar table td {
        text-align: center;
    }
    
        .thc-calendar table td a {
            color: #15a205;
            text-decoration: none !important;
            cursor: pointer;
        }
    
            .thc-calendar table tr.thc-calendar-row td a:hover {
                font-size: 150%;
            }
    
    .thc-calendar table caption {
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 200%;
        padding-bottom: 0.5em;
        color: #152b81;
    }
    
    .thc-calendar table th,
    .thc-calendar table td {
        font-weight: bold;
        height: 3em;
        width: 3em;
        border: 0 !important;
    }
    
        .thc-calendar table td.disabled {
            color: #e2eff8;
        }
    
    .thc-calendar table th {
        text-transform: uppercase;
        border-top: 1px solid #e2eff8 !important;
        text-align: center;
    }
    
    .thc-calendar table td {
        border-right: 1px solid #e2eff8 !important;
        border-bottom: 1px solid #e2eff8 !important;
        line-height: 1em;
    }
    
    .thc-calendar table tbody tr:nth-last-child(2) td {
        border-bottom: none !important;
    }
    
    .thc-calendar table tbody tr:last-child td {
        border: none !important;
    }
    
    .thc-calendar table tbody tr td:last-child,
    .thc-calendar table thead tr th:last-child{
        border-right: none !important;
    }
    
    .thc-calendar table {
        border-collapse: collapse;
        border: 0 !important;
    }
    
    .thc-calendar table {
        width: 100%;
        table-layout: fixed;
    }
    
    .thc-calendar {
        float: none;
        width: 100%;
        margin-bottom: 1em;
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
    }
    
    .thc-calendar {
        background-color: #f1f7fc;
        padding: 1em;
        margin: 0 0.5em 0 0.5em;
        -moz-border-radius: 0px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
    }
    
    .thc-calendar .today {
        background-color: #e2eff8;
    }

    Add this to the <head> part:

    <link href='https://fonts.googleapis.com/css?family=Quicksand:400,700,300' rel='stylesheet' type='text/css'>

    Let us know if you need some additional customization in the CSS.

    Thanks for using our plugin!

    Regards,

    Mva7

    • This reply was modified 4 years, 5 months ago by mva7.
    Plugin Author mva7

    (@mva7)

    Hi,

    drop down has been added in version 1.17.1. Please enable it in the widget settings or use the new short code option.

    Regards,

    Mva7

    ps. The CSS will be supplied tomorrow or the day after tomorrow.

    Plugin Author mva7

    (@mva7)

    Hi,

    this short code should work:

    [thc-calendar title="Upcoming Events" showholidays="yes" country="us" displaymode="calendar" firstday="su" numberofholidays="3" showpoweredby="yes"]

    Problem is that WordPress changed the quotes to invalid characters on the documentation page.

    Regards,

    Mva7

    Btw. We are still working on drop down and custom styling

    • This reply was modified 4 years, 6 months ago by mva7.
Viewing 15 replies - 31 through 45 (of 194 total)