Forum Replies Created

Viewing 30 posts - 30,061 through 30,090 (of 33,849 total)
  • Author
    Posts
  • in reply to: Weird 404 pages #878791

    Hi,
    I have looked at your source code and didn’t find any reference to /wp-content/themes/enfold/js/mediaelement/ so there are no activate links that could trigger a 404. But I did find that in a much older version of Enfold that was a valid link, so I believe there is a known exploit for that folder and there is a bot testing for it. This is a common tactic, but will not affect you.
    One solution would be to block the IPs that are creating that 404 in your .htaccess, your host error log will list those IPs.
    Or, create a 301 redirect to your homepage for that url, so you are not feeding the bots.

    Best regards,
    Mike

    in reply to: Footer #878790

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

    #main .template-page.content {min-height: 80vh!important; }

    This will make the page 80% of visual height, you can adjust the number to suit. If you only want it to work on one page add the page id after #main

    Best regards,
    Mike

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

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

    Best regards,
    Mike

    in reply to: How to change color of the paging? #878692

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

    .main_color .pagination .current, .main_color .pagination a {background: blue !important;}

    adjust to suit.
    If you would like to change this color on only one page please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: about enfold theme #878690

    Hey yasin,
    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Mike

    in reply to: Controlling elements of pricing and normal tables #878689

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

    #buy_mfhs .avia-builder-el-11 .av_textblock_section:nth-child(1) {    
        background-color: blue;
        color: white; }

    please see screenshot in Private Content area

    Best regards,
    Mike

    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

Viewing 30 posts - 30,061 through 30,090 (of 33,849 total)