Forum Replies Created

Viewing 30 posts - 31,081 through 31,110 (of 34,863 total)
  • Author
    Posts
  • in reply to: Php configuration #878688

    Hey KK,
    You should choose PHP 7, here’s a bluehost help topic on how to do so.

    Best regards,
    Mike

    in reply to: Centering a 1/2 column #878687

    Hey FFAlan,
    I added a 1/4 column to the left of each icon list for each tab.
    Please review.

    Best regards,
    Mike

    in reply to: Change the Image Size for Products #878684

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

    Best regards,
    Mike

    in reply to: Mouse hover on submenu items #878683

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

    #top .av-main-nav ul ul {
        left: 207px!important; }

    Please clear site and browser cache.

    Best regards,
    Mike

    Hi,
    For issue 2 targeting IE11 I added:

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page-id-3274 .entry-content-wrapper ul {
        list-style: disc inside!important; 
    }
    }

    For issue 1 targeting IE11 I added:

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active)  { 
    .page-id-3689 .avia-builder-el-21 {
        padding-top: 20px!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Buying Enfold #878678

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

    Best regards,
    Mike

    in reply to: Full width Logo (image) in Consulting Theme on top #878677

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

    
    #top div#wrap_all::before {
    content: url('https://www.your-website.de/wp-content/uploads/2017/11/Banner-Homepage.png');
    width: 100%;
    display:block;}
    span.logo {display:none!important;}

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: sidebar menu vertical-align #878674

    Hey Pas7o,
    Is your site in maintenance mode? Or blocking US IP’s? This is what I see:
    2017-11-18_160707
    If in maintenance mode 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: Layerslider Icons randomly disappear #878673

    Hey Picfinity,
    Do you mean that the blue button only shows on the first slide? This is because it is not on any of the other slides, try adding it to the other slides to always show.

    Best regards,
    Mike

    Hi,
    Thanks for sharing your solution, I’m sure other will find it useful.

    Best regards,
    Mike

    in reply to: Shortcode not working in socket #878670

    Hi,
    Always glad 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 #878668

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

    Best regards,
    Mike

    in reply to: Shortcode not working in socket #878666

    Hi,
    I see your child theme now, but it is not activated. All of your settings are in your parent theme, so you will need to export your theme settings from your parent theme to use in your child theme when you activate it.

    Best regards,
    Mike

    in reply to: Shortcode not working in socket #878660

    Hi,
    The function was not in your functions.php, so I added it:

    function year_shortcode() {
    	$year = date('Y');
    	return $year;
    }
    add_shortcode('year', 'year_shortcode');

    Now it is working, but on your next update you will lose this change.
    When editing functions.php you should use the child theme, Read about it & Get it here

    Best regards,
    Mike

    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

Viewing 30 posts - 31,081 through 31,110 (of 34,863 total)