Forum Replies Created

Viewing 30 posts - 30,451 through 30,480 (of 34,863 total)
  • Author
    Posts
  • in reply to: Change Header Background On Scroll #893542

    Hi,
    Try this instead:

    @media only screen and (max-width: 767px) { 
    #header.header_color.av_header_transparency #header_main {
        background-color: #fff)!important;
    }}
    @media only screen and (min-width: 768px) { 
    #header.header_color.av_header_transparency #header_main {
        background-color: rgba(232, 188, 84, 0.5)!important; 
    }
    .page-id-85 #header_main {
        background-color: #fff !important; 
    }}

    Best regards,
    Mike

    in reply to: Space between header area and page content #893540

    Hi,
    That’s a tricky one, how about using this code instead:

    @media only screen and (min-width: 990px) {
    #header_meta {z-index: 0 !important; }}

    it makes the header look a little bigger, but it may not be noticeable.

    Best regards,
    Mike

    in reply to: remove sidebar on blog post page but keep layout #893539

    Hi,
    I enabled your right sidebar on your blog and hide it with this code in your General Styling > Quick CSS field:

    aside.sidebar.sidebar_right {display:none!important;}
    main.template-page.content {width: 100%!important; border-right-style: none!important; }

    It seems to be working well, please check.

    Best regards,
    Mike

    in reply to: Creative Studio #893536

    Hi,
    Sorry they are not. But you could use a plugin such as WP Mail Logging or Contact Form Email

    Best regards,
    Mike

    in reply to: Space between header area and page content #893532

    Hi,
    I didn’t see this on your site main, unless you have a staging site. Please see screenshot in Private Content area and the url.

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #893524

    Hi,
    I also was redirected, please let us know when the site is back up.

    Best regards,
    Mike

    in reply to: Change Header Background On Scroll #893523

    Hey accurIT,
    Try this css at the bottom of your custom css:

    #header.header_color.av_header_transparency #header_main {
        background-color: rgba(232, 188, 84, 0.5)!important; 
    }
    .page-id-85 #header_main {
        background-color: #fff !important; 
    }

    The idea is that the top part of the code has a stronger value when the page is not scrolled, and the bottom part of the code does when the page is scrolled. Please try to remove your original colored custom code and Please clear any cache plugin and your browser cache.

    Best regards,
    Mike

    in reply to: Centering logo in between main AND secondary header #893516

    Hey Sal,
    Try this code in the General Styling > Quick CSS field:

    span.logo {
    top: -40px !important;
    }

    Best regards,
    Mike

    in reply to: Demo import probelm font-manager.class.php on line 488 #893511

    Hey goldsvk,
    Try to go to Enfold > Import/Export > Iconfont Manager then remove flaticon-sports
    You can then download the icon file from the link in the Private Content area and re-import in the Import/Export > Iconfont Manager

    Best regards,
    Mike

    in reply to: iframe responsive for phone screen sizes #893506

    Hey Kevinmve,
    Please try changing the height from 100% to 230px like this:

    <iframe src="https://track.mtnvly.com/cgi-bin/wbprotrk?=&button=TRACE" width="100%" height="230px" >
    

    Best regards,
    Mike

    in reply to: Problems with Layer Slider Plugin #893504

    Hi,
    Thanks for sharing your solution

    Best regards,
    Mike

    in reply to: Menu in der copyright zeile #893503

    Hi,
    Please go to Appearance > Widgets and create a new widget area and then go to Appearance > Editor and edit functions.php file and add following code

    add_action('ava_before_footer','avia_above_footer');
    function avia_above_footer(){
    dynamic_sidebar( 'abovefooter' );
    }

    replace “abovefooter” with the name of your newly created widget area

    Best regards,
    Mike

    in reply to: Footer covering over items #893501

    Hi,
    That would require quite a bit of customization, but I did think of a way to move the socket up some so the sorting bar could rest under it:

    footer#socket {
    margin-bottom: 70px !important; 
    }

    Best regards,
    Mike

    in reply to: Homepage image not scaling with mobile #893498

    Hi,
    I changed your image to fixed from parallax, because at mobile view the image was behind the header with the background set to contain. For laptop to desktop view I set the image to cover so it would fill the screen. For mobile & tablet view I moved the special heading up to mid screen, as it was below the image.
    This is the code I added to the General Styling > Quick CSS field to do all of this:

    #home-screen {
    background-size: contain !important;
    }
    @media only screen and (min-width: 1130px) { 
    #home-screen {
    background-size: cover !important;
    }
    }
    @media only screen and (min-width: 460px) and (max-width: 546px) { 
    #top.home .avia-builder-el-1 {
    margin-top: -50%;
    }
    }
    @media only screen and (max-width: 459px) { 
    #top.home .avia-builder-el-1 {
    margin-top: -90%;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    What color, size & font do you want it to be? Can you please include a admin login in the private content area so we can take a closer look?

    Best regards,
    Mike

    in reply to: Changing the script font #893438

    Hi,
    Good news, so “riposteregular” is all set?
    Yet I don’t see a pre-packaged tgat2 or tgat2 as a new installed font in your custom css.
    Please advise.

    Best regards,
    Mike

    in reply to: Menu not central and extra space to the right of website #893435

    Hi,

    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Center align Product category above products #893434

    Hi,
    I received a 404 (page not found) for the first 7 products I checked, which i wanted to see to help with your font size. Please check.

    Best regards,
    Mike

    in reply to: Testimonial on mobile too small #893430

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Sorry, I can’t see your image as the link is not working correctly. Do you have it working now?

    Best regards,
    Mike

    in reply to: I Frame #893198

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-25 .container {
        padding: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Changing the script font #893195

    Hi,
    I see the error in your code and corrected. Please see private Content area.
    To test the font on your HOME page “HELLO and WELCOME” I added this code to your Enfold Theme Options > General Styling > Quick CSS field:

    .avia-builder-el-8 h1.av-special-heading-tag {
    font-family: 'riposteregular'!important; 
    }

    Please clear your browser cache and check that this is correct.

    Best regards,
    Mike

    in reply to: Shop Banner Image #893189

    Hi,
    The size recommend by Vinay should be right, but as I was investigating this further I found some more code which I tweaked:

    /*shop banner fix*/
    .av-parallax-inner.av-parallax-woo {
    background-position: 0 10% !important;
        background-size: 100% 30% !important;
        transform: translate3d(0, 3%, 0) !important;
    }
    .avia-section-large .content {
        padding-top: 40px!important; 
        padding-bottom: 80px!important; 
    }
    

    and added to your quick css, this seems to be working.
    Please see screenshot in Private Content area for how it looks to me.
    Please clear your browser cache and check on your end.

    Best regards,
    Mike

    in reply to: Problem with bulleted list #893078

    Hi,
    It looks like on line 108 of your custom css you have this:

    .entry-content-wrapper li{margin-left:0px!important;}

    Please remove, it is causing the error.

    Best regards,
    Mike

    Hi,
    We could help with some css, Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Grid Row Background Image #893071

    Hey annameis,
    Use a Full Width Button element and add this to Quick CSS to remove the button background so the grid cell background is visible:

    .flex_cell_inner .avia-button.avia-button-fullwidth {
        background: transparent !important;
    }
    .avia-button-wrap.avia-button-center a{
    height: 400px;
    }

    adjust the link height to suit.

    Best regards,
    Mike

    Hey Takara22,
    Please try disabling your plugins. Your Enfold theme options are not showing. It seems you have a WordPress management plugin taking over control.
    If that resolves the issue, reactivate each one individually until you find the cause.
    The hidden update is most likely layerslider, which you can’t update until the next Enfold version comes out.

    Best regards,
    Mike

    in reply to: Problem with bulleted list #893060

    Hi,
    Which page is this on & which browser are you using?

    Best regards,
    Mike

    in reply to: icon list missing icons, social icons missing in socket #893059

    Hey cbesondy1,
    Your site is giving a 401 error for your icon fonts

    401 UNAUTHORIZED
    The request has not been applied because it lacks valid authentication credentials for the target resource.

    It looks like you are using MaxCDN, please read this.

    Best regards,
    Mike

    in reply to: Mobile Menu Broken #893054

    Hi,
    Thanks for sharing your solution, shall we close this then?

    Best regards,
    Mike

Viewing 30 posts - 30,451 through 30,480 (of 34,863 total)