Forum Replies Created

Viewing 6 posts - 61 through 66 (of 66 total)
  • Author
    Posts
  • in reply to: Logo and menu not showing mobile version #774529

    Thanks for the reply!

    I added that so if you view the website on a computer the logo and menu doesn’t show when someone is on top of webpage.. When scrolling down the menu and logo appear.

    However the mobile version doesn’t show properly

    in reply to: Logo and menu not showing mobile version #773774

    Hi Rikard,

    thanks for the reply.
    Well, check the links I send you through your mobile phone and you will see what I mean.

    Hope there is a fix for this

    • This reply was modified 7 years, 7 months ago by insanityNL.
    in reply to: Saved page templates #747705

    Thnx for the reply Rikard.
    After loads of Googling found an awnser that it could be extracted from the db through for example phpMyAdmin.
    People can find it in the post table of the db.

    Fair waring to others, if you don’t how to use that, than don’t do it.

    Problem solved ^^

    • This reply was modified 7 years, 9 months ago by insanityNL.
    in reply to: Footer socket not aligning right #691133

    Nevermind,

    fixed it through Quick CSS via Website Styling in Theme Option Menu
    Case closed

    in reply to: Footer socket not aligning right #691116

    Apparently it does work when I edit the core file layout.css , however that is not what I want preventing if core get updated things change.

    in reply to: Footer socket not aligning right #691110

    This is my custom css file

    
    	/* Set charset */
    	@charset 'UTF-8';
    	
    	html {
      		background: #d50080 !important;
    	}
    	
    	#header {
        position: relative;
        z-index: 501; /*(issues/769)*/
        width: 100%;
        background: transparent;
    	}
    	
    	#header_main {
    		width: 100%;
    		margin: 0px;
    		border-bottom-style: solid;
        	border-bottom-width: 1px;
        	z-index: 1;
    	}
    	
    	.main_menu ul:first-child > li > a{
    		font-size: 16px;
    
    	}
    	
    	.avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
        	background-color: #d50080;
    		color: #ffffff;
        	border-color: #d50080;
        }
    		
    	.header_main_wrapper {
    		max-width: 100%;
    		margin: 0px auto;
    		background: rgba(0,0,0,0.6);
    	}
    
    	
    	/* **************************************** */
    
    	#top .av_header_glassy.av_header_transparency #header_main {
        	background-color: rgba(0, 0, 0, 0.6) !important;
        }
        
        #advanced_menu_toggle, #advanced_menu_hide {
        	background-color: #000000;
        	color: #ffffff;
        	border-color: #000000;
    	}
    	
    	/* **************************************** */
    	
    	
    	div#header_main.container_wrap.container_wrap_logo {
    		background: transparent !important;
    	}
    	
    	
    	.html_header_top #top .av_header_stretch .container {
        	width: 96%;
       	 	padding: 0;
       	 	max-width: 1400px !important;
    	}
    	
    	.header_color .primary-background, .header_color .primary-background a,
    	 div .header_color .button, .header_color #submit, .header_color input[type='submit'],
    	.header_color .small-preview:hover, .header_color .avia-menu-fx,
    	.header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon,
    	.header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col,
    	.header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover,
    	.header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count,
    	.header_color .av_dropcap2, #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text,
    	.header_color .av-colored-style .av-countdown-cell-inner, .responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover,
    	#top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {
        	background-color: #d50080;
        	color: #ffffff;
        	border-color: #b30060;
    	}
    	
    	::selection {
        	background-color: #d50080; !important
        	color: #ffffff; !important
    	}
    	
    	/* **************************************** */
    	
    	
    	#menu-item-search {
    		display: none;
    	}
    	
    	#clients_slider {
        height: 120px;
        margin: 0px;
        padding: 0px
    	
    	#scroll-top-link{
        background-color: #d50080;
    	}
    	
    	#scroll-top-link{
        color: #eeeeee;
        border: 1px solid #000000;
    	}
    	
    	#socket .copyright {
        float: right; !important
    	}
    	
    	
    	#socket {
        font-size: 11px;
        margin-top: -1px;
        z-index: 1;
        background: #d50080 !important;
        color: #eeeeee;
    	}
    • This reply was modified 8 years, 2 months ago by insanityNL. Reason: missed a space in the code
Viewing 6 posts - 61 through 66 (of 66 total)