Forum Replies Created

Viewing 30 posts - 30,781 through 30,810 (of 34,549 total)
  • Author
    Posts
  • in reply to: Media Attachment Display Settings limited #878657

    Hi,
    Disabling NextGEN Gallery & WP Smush gave more options, please look into these plugins.

    Best regards,
    Mike

    in reply to: Different Width for each page – why #878653

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

    Best regards,
    Mike

    in reply to: Sale Bubble is full width and looks BAD #878652

    Hi,
    Please check if it has a setting to place it to the left, if not try this code:

    #top .single-product-main-image .onsale {
        right: 95%!important; 
    }

    Best regards,
    Mike

    in reply to: portfolio items menu bar with border #878649

    Hey HeeHA,
    Sorry that is not included as a option at this time, it has some unique elements and styles customized by Kriesi. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: How to edit css using style.css #878647

    Hi,
    The class for that element (av_textblock_section) is used often in the theme so you should target it more directly so your rule won’t be applied on other pages where you may not want to use it. If you notice that two div above you have the class .avia-builder-el-26, that is a little better and no other .av_textblock_section on the sane page will be affected, but lets target only that page with .page-id-592, so all together it will look like this:

    .page-id-592 .avia-builder-el-26 .av_textblock_section  {
    padding: 40px 40px;
    background: rgba(0,0,0,0.5)!important;
    color: #fff !important;
    }

    Note I added a white color to your text as you talked about above. Hope this helps.

    Best regards,
    Mike

    in reply to: Full Width Blog Page #878646

    Hi,
    Please try going to Enfold Theme Options > General Layout > Dimensions and changing the Maximum Container width to a higher number.
    Then set the Content + Sidebar width to 100%, and adjust the Content | Sidebar Ratio to suit.
    2017-11-18_142616

    Best regards,
    Mike

    in reply to: Buying Enfold #878641

    Hey projectt_co_uk,
    This site is selling a pirated copy that may include malware, buying at theme forest will ensure you are safe.

    Best regards,
    Mike

    in reply to: Footer #878640

    Hey ctancrede,
    Please include the url to the page in question, and a screenshot of what element you want to hide.
    Please try using https://postimages.org/ and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Installing Enfold Demo #878639

    Hi,
    I have replied to your other post, please see.

    Best regards,
    Mike

    in reply to: Importing didn't work. Try many times. #878636

    Hi,
    You are receiving this error: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
    Please check with your host if they can see why you are getting this server error. Also ask if they a blocking .at domains as this is the domain that the demo is pulled from.
    Would you be interested in reinstalling with a preinstalled 2017 demo copy?
    Such as in this post

    Best regards,
    Mike

    in reply to: Sale Bubble is full width and looks BAD #878631

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

    #top .main_color .onsale {
        max-width: 40px!important; 
    }

    Best regards,
    Mike

    in reply to: Scrolling text #878629

    Hey ctancrede,
    2> please try adjusting “Slider autorotation duration” to a low number, such as 3, and do not display the “Slider controls” for a continuous running slider.
    1> Do you mean like having a ticker? Please see this Pure CSS Ticker (Horizontal) Another option would be a plugin.

    Best regards,
    Mike

    in reply to: center customer review #878627

    Hi,
    There is a duplicate rule being applied, please try this code in the General Styling > Quick CSS field:

    .avia-testimonial-image {
        border-radius: 0px!important; 
    }
    
    

    Best regards,
    Mike

    in reply to: Google Analytics tracking code not in HEAD #878624

    Hi,
    You would not need the first opening tag, but you will need the last opening tag as there is a closing tag in the function This is because the js script that you get from Google Analytics has to be outside of the php code. Please see this article.

    Best regards,
    Mike

    in reply to: Change Color on Hover on the Social Icon from the Icon List #878623

    Hi,
    You would need to use FTP and add the code to the file wp-config.php in your root directory.

    Best regards,
    Mike

    in reply to: Media Attachment Display Settings limited #878619

    Hey Patricia,
    Please include the url to the page in question so we can take a closer look.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: Content center alignment #878616

    Hi,
    To align a text block centered you can remove the float, and/or set the margin to auto. Please include the url to the page in question so we can assist.

    Best regards,
    Mike

    in reply to: Metadata Font Styling in Modern Business Blog #878613

    Hey Kirstie,
    I see the element is already using Merriweather Sans, so to remove the text transformation Try this code in the General Styling > Quick CSS field:

    .html_elegant-blog #top .post-entry .minor-meta {
        text-transform: none !important;
    }

    Best regards,
    Mike

    in reply to: LayerSlider Not Working on Microsoft Edge #878612

    Hey msbllc,
    Please explain the issue you are having with layerslider and Edge, I tried viewing your site in Edge & Chrome but couldn’t see a issue right off. I planned to look for a solution on the layerslider support site as I’m certain they should have found a work around.

    Best regards,
    Mike

    in reply to: Different Width for each page – why #878603

    Hi,
    The page http://maratone-soundsystem.net/wordpress/soundsystem-history/ is using the stretched page template, to correct these pages please add this css:

    #top.page-template-default.stretched .entry-content-wrapper {max-width: 800px !important; margin: auto; }

    Please clear site and browser cache and review.

    Best regards,
    Mike

    Hi,
    To send contact form messages via IMAP you would need to use a plugin such as: WP Mail SMTP by WPForms because the contact form uses the standard PHP mail to send plain text messages.
    To use DKIM, you would need to then set it up inside your hosting control panel. If you are using cPanel, see their Email Authentication documentation which tells you more about enabling DKIM.
    Or you can use a email relay service such as Amazon SES, SendGrid, MailGun, MailJet, Sparkpost, etc. they have DKIM settings built in which can be turned on. See the relevant documentation or instructions on how to turn on DKIM for your specific email service provider.
    Hope this helps direct your team in the right direction to setting this custom solution for you.

    Best regards,
    Mike

    in reply to: center customer review #878594

    Hi,
    Please try adjusting to 48%

    .avia-slider-testimonials .avia-testimonial-arrow-wrap { 
         left: 48%; 
    }

    From what I see the images are centered with the gray arrow at the bottom of the element, the small white arrows just need to go right a tad more.
    PS9_Bje_M
    To move their names over, add this code:

    .avia-testimonial-meta-mini {
            padding-right: 3%; 
    }

    Best regards,
    Mike

    in reply to: Sticky footer + centered content #878586

    Hi,
    Please add this code

    #footer .widget {
        max-width: 40%;
        margin: auto!important; 
    }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Problem with Enfold Church while viewing in Microsoft Edge #878581

    Hi,
    In this issue the Edge browser is applying the background-color and opacity incorrectly. To solve we can apply a z-index to the element. Try this code in the General Styling > Quick CSS field:

    .avia-builder-el-first .content {z-index: -100 !important; }

    2017-11-18_083649
    This works for the demo site, if you still have issues with your site after clearing your cache, post a link to your site so we can adjust the classes in the code.

    Best regards,
    Mike

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

    
    #top #header_meta {background-color: red !important; }
    .header_color .phone-info {color: white !important; }
    .av_phone_active_right .phone-info {
        float: none!important; 
        text-align: center!important; 
    }

    adjust the colors to suit.

    Best regards,
    Mike

    in reply to: Shortcode not working in socket #877353

    Hey ecdoesit,
    I tested on a clean install and found it works, 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: Weird 404 pages #877345

    Hey Boris,
    This is not currently a valid address in Enfold so that would lead to a 404. Please include the url to your site so we can see if this address has been added to your site in error.

    Best regards,
    Mike

    in reply to: Footer Issue #877335

    Hi,
    Shall we close this then?

    Best regards,
    Mike

    Hey HeyPons,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    Hey PhuongPN,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 30,781 through 30,810 (of 34,549 total)