Forum Replies Created

Viewing 30 posts - 25,861 through 25,890 (of 34,339 total)
  • Author
    Posts
  • in reply to: lack of feature page #982610

    Hey clicx,
    Thank you for using Enfold.
    The image on that page demonstrates the different headers you can have using the options and Enfold Theme Options > Header & the tabs on that page. Here is a screenshot of the options page:
    2018-07-07_174124
    Please see the documentation for the header options which will help explain a lot.

    Best regards,
    Mike

    in reply to: 2 instead of 4 products shown in one row #982609

    Hi,
    This is happening because the first product on the second line has the class “first” which is making it start a new line.
    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: Column Layout Issue: "No Space Between Column" #982607

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Symbol in caption of Fullscreen Slider and Text Block #982606

    Hi,
    In your new code above for the homepage slider, you had the class “about” which is only found on your other page “h3.about”
    I adjusted your new code so it would work:

    @media only screen and (max-width: 767px) { 
    .responsive #top.home .slideshow_caption h2 {
    font-size: 24px !important;
    }
    .responsive #top.home .slideshow_caption h2 .red-dot {
    font-size: 1em;
    color: #ff0000;
    vertical-align: 0.2em;
    margin-left: -0.1em;
    margin-right: -0.1em;
    }
    }

    you will note that I added “.responsive #top.home .slideshow_caption h2” to your “reddot” so it would not conflict with your other “reddot” now that they are different sizes.
    Please clear your browser cache and check that this meets your needs.

    Best regards,
    Mike

    in reply to: Duplicating Content #982602

    Hi,
    I added this css to WordPress > Customize > Additional CSS

    .variations_form .second_content {
    display: none;
    }
    .variations_form .woocommerce-variation-add-to-cart .second_content {
    display: block !important;
    }

    While I did have to clear your caching plugin several times, for it to finally clear, it is now working.
    Please clear your browser cache, maybe more than once, and check.

    Best regards,
    Mike

    in reply to: Disable cookie consent on specific pages #982593

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Column Layout Issue: "No Space Between Column" #982592

    Hi,
    I understand that you would like the “Corporate Headquarters” and “Contact Information” to be next to each other (1/2, 1/2) between 768px and 989px, and I assume that you wish for the contact form to be 100% wide.
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
     .responsive #top.page-id-26 .avia-builder-el-23 {
    width: 48% !important;
    float:left !important;
    }
    .responsive #top.page-id-26 .avia-builder-el-26 {
    width: 48% !important;
    float:right !important;
    }
    }

    Although this css works, it would be best if you add a custom class to each of the 1/4 columns, such as “column-left” & “column-right” and replace the “avia-builder-el-23” & “avia-builder-el-26” because these may change if you edit the page again.
    To enable custom classes go to: Enfold Theme Options > Layout Builder > Show element options for developers

    Best regards,
    Mike

    in reply to: Enfold update 4.4.1 problems. #982589

    Hi,
    Please note that if you update via FTP, you will need to remove the old theme folder first then upload the new enfold folder.
    Please don’t try to overwrite the theme folder, as this will leave old files behind.
    Also ensure that your PHP version is at minimum v5.6

    Best regards,
    Mike

    in reply to: Problem upgrade from 3.8 to 4.4.1 #982587

    Hey hgabay,
    Please check that your webhost minimum PHP settings are:
    PHP Version: 5.6
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M

    Best regards,
    Mike

    in reply to: Adding Flaticon Zip File #982585

    Hi,
    Glad Victoria could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove Image Container Border on single page #982581

    Hi,
    Glad Rikard could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Error when trying to restore my home page #982580

    Hey orhila,
    Please change the frontpage setting at Enfold Theme Options > Theme Options > Frontpage Settings
    and choose a page from the drop down choices
    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    Hey Morticka,
    Enfold gets the setting from WordPress, but I’ve looked at your WordPress > Settings > General > WordPress Address
    and it looks correct.
    Does the message say “sent from” : “wordpress”@[old website domain]?
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter( 'wp_mail_from', 'my_mail_from' );
    function my_mail_from( $email ) {
        return "change-this-to-your-email-address";
    }
    

    Best regards,
    Mike

    in reply to: html code inside special heading not working #982575

    Hey Morticka,
    I have taken a look and found that the strong tag is working, Please see screenshot in Private Content area of the element with and without the strong tag.
    I do see that the font doesn’t have a very thick heavy stroke, you could try choosing a different font, or you could try this code in the General Styling > Quick CSS field:

    #top.page-id-866 h2.av-special-heading-tag {
     text-shadow: 1px 0 0 currentColor;
    }

    Best regards,
    Mike

    in reply to: Duplicating Content #982566

    Hey Rgrant74,
    Can you please include a admin login in the private content area, the pages you linked to only show the “coming soon” image.
    Also are you adding the image as an element in the editor, or as code in the functions.php?

    Best regards,
    Mike

    in reply to: Performance Defaults for new Install #982555

    Hey databuzz,
    These are just the default settings when updating the theme, because they are expected to not cause any conflicts.

    Best regards,
    Mike

    in reply to: My site disappeared when activating the Enfold Theme #982544

    Hey bureauetkomma,
    Please login via ftp and rename the theme folder at /wp-content/themes/enfold/ to “enfold-old” WordPress will load one of the default themes, such as twentyseventeen so you can login.
    Then you should check your server PHP setting to ensure you have these minimum settings:
    PHP Version: 5.6
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M

    Best regards,
    Mike

    in reply to: Different logo for specific pages needed (part 2) #982536

    Hi,
    The reason your code didn’t work was because the “is_tree” is for pages with parents, but the “production” page doesn’t have a parent, so I added a “elseif” & “is_page” for the production page.

    
    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if (is_tree(1406)) 
    {
    	$logo = "http://preview.rooff.nl/wp-content/uploads/2018/07/rooff-logo-mngmnt.png";
    } elseif ( is_page(3551) ) {
      $logo = "http://preview.rooff.nl/wp-content/uploads/2018/07/rooff-logo-production.png";
    }
    
        return $logo;
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Why my advance layout editor turns blank #982525

    Hey Enffie,
    The default editor & advanced layout builder are not meant to work together, so please only use one or the other on any single page or post.

    Best regards,
    Mike

    in reply to: Help creating a section #982524

    Hi,
    To change the overlay to dark gray, Try this code in the General Styling > Quick CSS field:

    #top.home .avia-content-slider-element-slider .image-overlay {
    background: darkgrey !important; 
    }

    To move the arrows, Try this code in the General Styling > Quick CSS field:

    
    #top.home .avia-smallarrow-slider .avia-slideshow-arrows {
        width: 100% !important; 
        top: 150px !important; 
    }
    #top.home .avia-content-slider-inner {
        margin: 0px 50px;
    }
    #top .avia-smallarrow-slider .avia-slideshow-arrows a {
        width: 30px !important; 
        height: 30px !important; 
        line-height: 30px !important; 
        font-size: 30px !important; 
    }

    To have the slides only 2 high in mobile, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.home .slide-entry.slide-loop-3,#top.home .slide-entry.slide-loop-4,#top.home .slide-entry.slide-loop-7,#top.home .slide-entry.slide-loop-8 {
    display: none !important;
    }
    }

    Best regards,
    Mike

    in reply to: links to section id #982520

    Hey Steve,
    I checked your page and link and found that it was working correctly in Chrome, Firefox, & Edge on desktop and tablet, I also adjusted the desktop width to a few different sizes, refreshed the page and tested, with a correct outcome.
    Which browser & screen width are you using? Is this happening at only a certain screen width?
    I assume that you have tried clearing your browser cache.

    Best regards,
    Mike

    in reply to: Symbol in caption of Fullscreen Slider and Text Block #982517

    Hi,
    Thank you for the screenshots and login, I changed your vertical-align to baseline to keep it in line.
    I also changed your “red-dot-2” span to “red-dot” because you can use the same span and css for every red dot on your site, if you agree that this is working correctly, you can remove the css rule in your Quick CSS.

    For your page with the text block, I see your are using a H3 for the caption, and I assume that you like the size of the text & red dot on desktop & tablet, so for mobile I added the class “about” to the h3 and then added this css to your Quick CSS:

    @media only screen and (max-width: 767px) { 
    h3.about {
    font-size: 20px !important;
    }
    }

    Please adjust the font-size to suit.

    Best regards,
    Mike

    in reply to: One Page Portfolio Demo #982512

    Hey David,
    1: please change the “Header visibility and transparency” option in the “Layout” options in the sidebar of the editor, right now it should be set to “Header is invisible” try “transparent header”
    9sgGc.jpg
    2: to make the logo area wider, Try this code in the General Styling > Quick CSS field:

    #top #header_main .logo img {
        width: 340px !important; 
    }

    3: for the text shadow, Try this code in the General Styling > Quick CSS field:

    .slideshow_inner_caption {
    text-shadow: 3px 1px 2px rgba(255, 255, 255, 0.7);
    }

    Here’s a Text Shadow Generator to try different settings.

    4: To add more text elements over the slider, first enable custom classes by checking the option at: Enfold Theme Options > Layour Builder > Show element options for developers
    Then add your text element under the slider, such as a “special heading” element, and add a custom class, such as “text-overlay”
    9s8bv.jpg
    then use a negative top margin in the quick css to move the element up, like this:

    .text-overlay {
    margin-top: -200px !important; 
    }

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Advaced Layer Slider show alt tag on hover #982505

    Hey fanlokbun,
    For the logo layer, you should be able to remove it within the layerslider by clicking on the trash can icon
    9DhwY.jpg
    To add a title, with the image layer selected, click the “Link & Attributes” tab and add your attribution to the “title” field.
    9Ds3I.jpg

    Best regards,
    Mike

    in reply to: Image alignleft with no text wrap #982499

    Hi,
    Another alternative is to place a image element and text block element in the same column element.
    First give the column element a custom class of “row” (I used a 1/2 column on the page)
    Then give the image element a custom class of “column1” (my image is 180px wide & on the left of the text)
    and give the text block element a custom class of “column2”
    Then use this css:

    .row {
      display: flex;
      justify-content: flex-start;
      height: 100%;
    }
    .column1 {
      width: 100%;
      float: left;
    }
    .column1 img {
      min-width: 180px;
    }
    .column2 {
      width: 100%;
      float: right;
    }

    This is responsive to all screen sizes, just adjust for your image width.
    Sorry I couldn’t post images, I site I use seems down right now.

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Google Maps JavaScript API warning: NoApiKeys #982320

    Hi,
    I received a wrong login error, please check.

    Best regards,
    Mike

    in reply to: few changes in the template #982319

    Hey kpuchala,
    For changing the transparent header, please try changing the “Header visibility and transparency” option in the “layout” panel to “no transparency” from the page editor:
    2018-07-06_234419
    For the spacing on your homepage please try this code in the General Styling > Quick CSS field:

    #top.home .template-page.content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

    If this doesn’t help, 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: Image alignleft with no text wrap #982317

    Hey hobart,
    If I understand correctly, you would like to achieve this:
    2018-07-06_230937
    To do this first enable custom classes for your elements by checking the option at Enfold Theme Options > Layour Builder > Show element options for developers.
    Then add a custom class for your text block element, such as “no-wrap-text”
    2018-07-06_231655
    Then add this code in the General Styling > Quick CSS field:

    .no-wrap-text img {
    padding-bottom: 100vh;
    }

    If your paragraph is smaller, then you maybe able to change the setting to 50vh (50% visual height), try some different settings to see what works best for you.

    Best regards,
    Mike

    in reply to: Unable to install the latest update #982316

    Hey Georgia,
    Please try updating via ftp, by deleting your enfold theme folder at:
    /wp-content/themes/enfold
    then upload the new enfold folder that you download from Theme Forest to upgrade.
    Please don’t try to overwrite your old theme folder as this will leave old files and cause errors.
    If you are unsure of this process, please include ftp and admin access in the Private Content area so we can assist.

    Best regards,
    Mike

Viewing 30 posts - 25,861 through 25,890 (of 34,339 total)