Forum Replies Created

Viewing 30 posts - 25,771 through 25,800 (of 34,934 total)
  • Author
    Posts
  • in reply to: 503 Error #997777

    Hi,
    I see that you are using Enfold Version: 3.8.5 with WordPress version: 4.9.8
    Please update to Enfold version 4.4.1, which is compatible with WP:4.9.8

    Best regards,
    Mike

    in reply to: Easy Slider and Videos Not Working #997772

    Hey RobinAParker,
    Please check your slider images, they are trying to load from a “https” address, but your site is loading from “http”

    Best regards,
    Mike

    in reply to: Right sidbar need to be there. #997759

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: how to change the background picture's URL? #997756

    Hi,
    This plugin is designed to accomplish this: CDN Enabler – WordPress CDN Plugin

    Best regards,
    Mike

    in reply to: Not able to access all site functions #997746

    Hi,
    Thank you for pointing that out, typically errors like this can be caused by un-closed html tags, such as a missing “strong” tag in a title, which I found in the title of “Our Locations”:

    <strong>Our Locations<strong></strong>

    I tried going back with “revisions” to remove the extra strong tag, but each time I try removing it the page is lost again,
    I recommend trying to re-create the page, and watch out for un-closed tags. I also see you have a few templates saved in the editor, if you have been reusing these on several pages has it led to similar errors?

    Best regards,
    Mike

    in reply to: and Links same color #997741

    Hi,
    I see that your “b” tag (bold) is set to be that color in your stylesheet. To change to black, Please try this code in the General Styling > Quick CSS field:

    #top .main_color li b {color: #000 !important; }

    If you want to have all “b” tags black, use this code instead:

    #top .main_color b {color: #000 !important; }

    Best regards,
    Mike

    in reply to: Bullets for Recent Posts Widget in Sidebar? #997739

    Hi,
    That’s great news, try waiting a few days to test it out, and then let us know when we can close this thread ;)

    Best regards,
    Mike

    Hi,
    Typically errors like this can be caused by un-closed html tags, such as a missing “strong” tag in a title, do you recall adding any html in a title field or widget? Since it’s happening on several pages I looked at your menu items and top bar where your phone number is, but I saw none there.
    (sorry, I just looked back and see we have talked about this point before, but it’s still worth another look)

    Then I looked at your widgets and found that they look and act very different due to a plugin. I recommend deactivating all of your plugins as a test, if that solves try reactivating each again, one at a time to find the conflict.
    I know you tried deactivating your plugins before, but your widget plugin makes quite a change in how your widgets work, I would test this again.
    If deactivating the plugins doesn’t help, then try checking each widget by copying them to your desktop and deleting them to see if that solves.

    If you can think of any other code you have added or modifications made to any theme files, please let us know.
    One last thing to consider, is I see you are using PHP version 7.2.8, and I recall some people had issues with one of the 7.2.x series, where the solution was to roll back to 7.0.x, but I couldn’t find the exact information right now when I searched.
    If none of the other steps helped, I would try rolling back, just to rule it out. It should be a easy one button thing to change in your webhost cPanel.
    If you don’t know how to change this, ask your webhost to assist.

    One other thing, how did you last update the theme? If you updated via FTP, then you should have deleted your theme files before uploading the new ones. Trying to overwrite your theme files will cause errors because that will leave some old files that are no longer used. We have been changing the theme structure and files for performance the last few updates.

    Please let us know if this helps.

    Best regards,
    Mike

    in reply to: Not able to access all site functions #997530

    Hi,
    Thanks for the login, I enabled the de-bugger and tested your locations page, but didn’t find any errors. I also tried adding a color section and text element to the page, which worked fine.
    Can you explain what you are trying to change on the page when this error occurs so we can duplicate it.

    Best regards,
    Mike

    in reply to: Contact Form 7 – how to make fields transparent #997527

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Contact Form 7 – how to make fields transparent #997519

    Hi,
    Oh I see, thanks for the images. I adjusted the colors like this:

    .av_header_transparency .main_menu {
        background: rgba(0,0,0,0.4);
        padding-right: 10px;
    }
    .header-scrolled .main_menu {
        background: white; 
        padding-right: 10px;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Contact Form 7 – how to make fields transparent #997407

    Hi,
    Sorry, I don’t quite understand. I tried changing the menu back to the way it was, with the gray background, and I don’t see a transparent bar. Please include a screenshot pointing this out, so we can help adjust it.

    Best regards,
    Mike

    in reply to: Bullets for Recent Posts Widget in Sidebar? #997405

    Hi,
    I adjusted the css a little, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Avia builder not loading #997072

    Hey lucaroehrl,
    Your site is giving the error:

    Failed to load resource: the server responded with a status of 510 (Not Extended) /wp-admin/admin-ajax.php:1

    This is a server error that typically means there is limit on the number of connections and total outgoing bandwidth, you will need to ask your webhost to correct this, by setting your server to “unlimited” connections and restart it.

    Best regards,
    Mike

    in reply to: Contact Form 7 – how to make fields transparent #997065

    Hey Olga,
    For the contact form styling, you would need to add the class to the form fields for the custom css to take effect, I see the person that wrote the post didn’t explain that step. So I added “class:enf_fields” to your CF7 fields and “class:enf_button” to the CF7 button for you.

    For the menu, I changed the background color in your css to: “background: rgba(0,0,0,0);”
    which removes the gray color.

    Please clear your browser cache and check these two solutions.

    Best regards,
    Mike

    in reply to: Border around add to cart button #997055

    Hi,
    For the frames around the product thumbnails, Please try this code in the General Styling > Quick CSS field:

    #top .single-product-main-image .thumbnails a {
        padding: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: HTML-Attribut title (optional) #996951

    Hi,
    Danke für das Login. Ich habe diesen Code zu Ihrem: Enfold Theme-Optionen> General Styling> Quick CSS-Feld hinzugefügt
    Bitte löschen Sie Ihren Browser-Cache und überprüfen Sie.

    ———–

    Thank you for the login. I added this code to your: Enfold Theme Options > General Styling > Quick CSS field
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Transparent and glassy header – tablets #996949

    Hi,
    Please check your child theme stylesheet for this code:

    @media only screen and (max-width: 767px) {
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #3399ff;
    }
    }

    and change the “767px” to “990px”
    if you can’t find the code, you try to add this to override it:

    @media only screen and (max-width: 990px) {
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #3399ff !important; 
    }
    }

    or you can post a admin login in the Private Content area so we can correct the code.

    Best regards,
    Mike

    in reply to: Bullets for Recent Posts Widget in Sidebar? #996948

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

    li#recent-posts-6 a {
    font-size: 12px !important;
    font-weight: bolder !important; 
    color: #5D1E15 !important;
    }

    Please adjust the font size, color, & weight to suit.

    Best regards,
    Mike

    Hi,
    Please check.
    Please clear your browser cache and check the hr’s in the url in the Private Content area.

    Best regards,
    Mike

    in reply to: Inner Padding on Element fix for mobile and tablet #996943

    Hi,
    Glad to hear, Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Border around add to cart button #996529

    Hey morelon,
    Please include the url to the page in question so we can write the correct css for you.

    Best regards,
    Mike

    in reply to: Enfold Gaming #996527

    Hi,
    You can access it in the WordPress dashboard panel, under Appearance > Editor
    or in your cPanel file manager,
    if you are using a child theme it would be: \wp-content\themes\enfold-child\functions.php
    without a child theme it would be: \wp-content\themes\enfold\functions.php

    Best regards,
    Mike

    in reply to: Transparent and glassy header – tablets #996526

    Hey Keith,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 990px) { 
      .responsive #top #main {margin-top: -93px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I took a look at your site and added this code in the General Styling > Quick CSS field to enable the mobile menu:

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
        display: block !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: RTL Problem with, Masonry and horizontal gallery #996520

    Hey kasem-online,
    For the horizontal gallery, it seems that the controls are working as you describe for the RTL page, pressing the right arrow goes to the left image, which is the reverse of the LTR page.
    Would you prefer if we switch the arrows on the RTL page?

    Best regards,
    Mike

    Hi,
    Please see this post, I think it will help explain

    Best regards,
    Mike

    in reply to: Color Scheme not working #996517

    Hi,
    Thanks for the login and screenshot, yet when I look at your site it seems to be using the black theme.
    Perhaps it was a caching issue, when you check now does it look correct?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: display for desktop screens under 20 inches #996515

    Hi,
    If I understand correctly, the space between your products is too large, I took a look and while I couldn’t find the same page in your screenshots, the pages I did see seemed fine.
    Please see the screenshot in Private Content area of what I see.

    Best regards,
    Mike

    in reply to: Partner logo element problem (repeating / looping image) #996512

    Hey GabrielSenn,
    When I look at your site there is a 404 error for a image that may be from the carousel.
    Perhaps this is causing the loop.
    I seems that the error is in the url for the image, please check.

    Best regards,
    Mike

Viewing 30 posts - 25,771 through 25,800 (of 34,934 total)