Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thnx! realy helped me out.

    Dont replace the first line tho..

    just replace

    $month_name = date( 'F', mktime( 0, 0, 0, $month, 1 ) );

    By

    setlocale(LC_TIME, 'fr_FR');
    $month_name = ucfirst( utf8_encode( strftime( '%B', mktime( 0, 0, 0, $month, 1 ) ) ) );

    Thread Starter impof

    (@impof)

    Thnx for your reply Calvin

    I added the custom css to the stylesheet but unfortunately it didnt work out

    Thread Starter impof

    (@impof)

    I’m sorry this is the css that I added:

    /* =Theme customization starts here
        -------------------------------------------------------------- */
    
        #container {
    	width: 1010px;
    	max-width: 1010px;
    	border: 5px solid #f2ff75;
    	background-color: #9b7dc3;
    	padding: 0 40px ;
        }
    
        #logo {
    	width: 780px;
    	height: 127px;
    	background-color: #f9ff75;
    	margin-top: 14px;
    	border: 5px solid #fcff94;
        }
    
        #logo img {
    	display: block;
    	height: 120px;
    	width: 363px;
    	margin: 3px auto;
        }
    
        #top-widget {
    	width: 180px;
    	padding: 0;
    	margin-top: 13px;
    	margin-left: 5px;
    	text-align: left;
    	background-color: #f1f65d;
        }
    
        .menu-widget {
    	width: 180px;
    	position: relative;
        //	left: -8px;
    	top: 0px;
    	margin: 0px;
        }
    
        .widget_nav_menu li {
    	padding: 8px 0 9px 10px;
    	list-style: none;
        }
    
        .menu-item {
    	background-color: #A63F4A;
    	border: 1px solid #666666;
    	list-style: none;
        }
    
        .menu-item a {
    	color: #F2F872;
    	list-style: none;
        }
    
        #text-2 {
    	position: relative;
    	top: 15px;
        }
    
        .main-nav {
    	display: none;
        }
    
        #wrapper {
    	width: 740px;
    	position: relative;
    	top: -240px;
    	margin: 60px 0;
    	border: 5px solid #fcff94;
    	border-radius: 0;
    	background-image: url('http://shop.vmecentrum.nl/wp-content/uploads/2014/08/backLayerA_landscape_Wide.jpg');
        }
    Thread Starter impof

    (@impof)

    Update:

    On Apple smartphones the website is displayed correctly, only on Android devices the website is just a blank page.

    If I do a word search on my mobile phone it does actually find the words that Im searching for but it seems like there is a big white layer covering up the website itself.

    Hope that anyone can suggest me some things to try!

    Thnx

    Thread Starter impof

    (@impof)

    No answer after 4 days?

    Bad service

Viewing 5 replies - 1 through 5 (of 5 total)