Forum Replies Created

Viewing 30 posts - 30,151 through 30,180 (of 34,549 total)
  • Author
    Posts
  • 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

    in reply to: Site crashed with header errors #893052

    Hi,
    Please try asking your webhost to update your php to v7

    Best regards,
    Mike

    in reply to: Changing the script font #893051

    Hi,
    Your code in the Private Content area contains:

    /*

    with no closing tag so it won’t work. This is the comment tag, and it will deactivate all rules until the next

    */

    Please check.

    Best regards,
    Mike

    in reply to: In regards to post #893015 #893050

    Hey ConStambo,
    Thank you for sharing your solution.

    Best regards,
    Mike

    in reply to: Display blog category results as grid #893048

    Hi,
    I tested the code from the post:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }

    on a clean install and it is working, perhaps in your copy/paste your quotes turned into curry quotes?
    Try changing with FTP.

    Best regards,
    Mike

    Hey jgdoyle1,
    By upper/lower case, do you mean Capitalize?

    text-transform: capitalize;

    Best regards,
    Mike

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

    
    .av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
        color: #fff !important;
        font-size: 16px !important; 
        font-family: HelveticaNeue !important; 
    }

    Best regards,
    Mike

    in reply to: Footer covering over items #893042

    Hey Chris,
    This would fix the issue:

    #footer {
        z-index: 0!important; 
    }

    But the socket would still cover the sorting function at the very bottom. We could still do the same for the socket, but it makes the social links in the socket moot, at this point you could just remove the socket all together.
    Have you considered that a visitor who makes it to your footer is probably done sorting and is looking for more info about your company and other ways to connect to you?
    I only bring this up as a UI (User Interface) example, please advise how you would like to proceed.

    Best regards,
    Mike

    in reply to: Customize accordion #893038

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

    Best regards,
    Mike

    in reply to: Remove logo + main menu area from mobile version #893037

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

    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    Best regards,
    Mike

    in reply to: Testimonial on mobile too small #893036

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

    @media only screen and (max-width: 767px) { 
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px !important; }
    
    #top .avia-slideshow-arrows a {
        margin: -30px -35px 0 !important; }
    }

    Best regards,
    Mike

    in reply to: categories and tag fonts in the shop sidebar #893034

    Hi,
    I believe you are saying that this is working, but it is also changing another font color also. Sorry I’m not so clear, perhaps a screenshot will help me understand so I can adjust the code.
    Please try to show what you do want changed, and what not to change that is being changed now.

    Best regards,
    Mike

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

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

    div.entry-content-wrapper {text-align: center !important; }

    I don’t have access to a mac, so if this doesn’t work please post your other code that didn’t work for mac & I will ask for mac members to review.

    Best regards,
    Mike

    in reply to: Style accordian #893031

    Hi,
    Try:

    #top .av_toggle_section .av-inherit-font-color * {color: #000 !important;}

    adjust to suit.

    Best regards,
    Mike

    in reply to: Shop Banner Image #893029

    Hi,
    I found this post that discuss your issue, and it points to this code to solve it. But I don’t want to try it without your FTP access to undo the code should there be issues.
    Can you try the solution or include your FTP access in the Private Content area so I can try?

    Best regards,
    Mike

Viewing 30 posts - 30,151 through 30,180 (of 34,549 total)