Forum Replies Created

Viewing 30 posts - 27,481 through 27,510 (of 34,594 total)
  • Author
    Posts
  • in reply to: Vertical Align in Color Section #949782

    Hey bradwbowman,
    Sorry there is not a setting for that, middle alignment is the default, but you can easily overwrite it, by copying the sector and rule, and change “middle;” to “top !important; ” and add to your css. You will want to make sure to add a unique sector for that one page or element so the rule doesn’t effect other pages and elements

    Best regards,
    Mike

    in reply to: Custom HTML in Widgets not working #949781

    Hey JPGlobal,
    I’m not sure I understand, do you mean like this:
    2018-05-01_214240
    If you can’t add more text or code, Please try the below steps to resolve this issue.

    1. Deactivate all plugins via FTP ( Access wp-content/plugins folder and rename the plugins to plugins-old for testing purpose) .

    2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    3. Replace the header.php file in wp-content/themes/enfold folder with an updated version of the header.php file.

    4. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.

    5. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    To increase the WordPress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '512M');
    

    For a detailed explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.

    If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.

    Best regards,
    Mike

    in reply to: How to hide breadcrumbs from the shop page? #949778

    Hey DROR,
    Please try this css:

    .woocommerce-page .avia-breadcrumbs {display: none !important;}

    Best regards,
    Mike

    in reply to: Image Element not showing up #949776

    Hey Michael,
    It looks as your image is set to 0px, Please see screenshot in Private Content area.
    But I didn’t see this in your css, we would need to login for a closer look.
    I see you are using autoptimize, please disable while we are working on it.

    I do note that some of your css is based on ID’s that will change when moving elements, thus braking your code. For example,
    “#av_section_6” will change to “#av_section_5” or “#av_section_7” by adding, removing, or moving another section.
    But if you added your own ID in the developer field in the element, it will never change, you may wish to make these changes in your code.

    Best regards,
    Mike

    in reply to: Enfold contact form GDPR check-box #949772

    Hey L,
    This is a planned update that is being worked on now by the dev team, as per our latest post:

    We are planing a smaller release next that adds features that satisfy the upcoming General Data Protection Regulation which will be enforced accross the EU and also affect everyone doing business with someone in the EU.

    Best regards,
    Mike

    in reply to: Table adjustment #949770

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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

    Hi,
    Please try:

    #top.page-id-211 .avia-builder-el-7 .avia-button,#top.page-id-24 .avia-builder-el-8 .avia-button,#top.page-id-27 .avia-builder-el-9 .avia-button { 
       background-color: #7daa5b!important; 
        border-color: #7daa5b;
        color: #ffffff;
    }
    #top.page-id-211 .avia-builder-el-9 .avia-button,#top.page-id-24 .avia-builder-el-10 .avia-button,#top.page-id-27 .avia-builder-el-11 .avia-button {
        background-color: #007565!important; 
        border-color: #007565;
        color: #ffffff;
    }
    #top.page-id-211 .avia-builder-el-11 .avia-button,#top.page-id-24 .avia-builder-el-12 .avia-button,#top.page-id-27 .avia-builder-el-13 .avia-button {
        background-color: #c53627!important; 
        border-color: #c53627;
        color: #ffffff;
    }
    

    Sorry I’m not sure what happened, but I was under the impression that you were late and only needed a few fixes to catch up, so it seemed to be the best course of action.

    Best regards,
    Mike

    in reply to: HTTP ERROR 500 #949764

    Hi,
    MySQL est la base de données dont WordPress a besoin, vous allez avoir besoin de l’aide de votre hébergeur pour résoudre ce problème, demandez-leur de l’aide.

    ————-
    MySQL is the database that WordPress needs, you are going to need help from your webhost to get this fixed, please ask them for assistance.

    Best regards,
    Mike

    in reply to: 4.3 upgrade problems #949761

    Hi,
    Godaddy Managed WordPress means that they handle the setup and server options, it also means that you have server-level caching and restricted file access, please read the link.
    I hope that you mean that you are using WordPress version 4.9.5, because PHP v5.6 is minimum, but PHP v7 would be better, please check.
    We will be happy to help anyway we can.

    Best regards,
    Mike

    in reply to: Child theme #949759

    Hi,
    It looks like the error you are getting is “wpcf7-form failed novalidate” Perhaps this will help: CF7 FAQ about Configuration Validator
    If you are still having trouble, Please open a new thread so we can assist, we will want to have admin login, but as this is not your thread your login info will not be private.
    In your new thread please provide admin login info and detail your issue.

    Best regards,
    Mike

    in reply to: Problem with CSS Codes #949757

    Hi,
    To center the icons when using the above code, please add this:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top.page-id-875 #wrap_all #socket .social_bookmarks,#top.single-post #wrap_all #socket .social_bookmarks {
        width: 100% !important;
    }
    }

    This and the code above works on all single posts & the blog page, note the “.page-id-875” above, that is your blog page. So if you want to target another page, simply copy the code and replace the page ID :)

    Is there anything else we can assist with on this issue?

    Best regards,
    Mike

    Hi,
    Thanks for the video, sorry I don’t speak German, but I believe for the button:

    .avia-button {
        color: #fff!important; 
        background-color: #ef7b6f!important; 
    }

    and for the links:

    .slide-entry a,.inner_sidebar a,.post-meta-infos a,.logged-in-as a {
    color: #ef7b6f !important; 
    }

    I made these changes for you, Please clear your browser cache and check.
    Let us know if we need to make more changes, or if I misunderstood.

    Best regards,
    Mike

    in reply to: Problem with CSS Codes #949521

    Hi,
    For your tablet (iPad) menu overlapping your logo, typically we suggest to increase the mobile menu brake point.
    But I can offer two other options also, the first is to increase the width of the header main container up to 1115px where the menu doesn’t overlap the logo anymore:

    @media only screen and (min-width: 767px) and (max-width: 1115px) { 
    #top #header_main .container {
        width: 90%!important; 
        padding: 0px !important;
    }
    }

    Please see screenshot 1 in Private Content area.
    The second is to drop the menu down below the logo for the same screen sizes:

    @media only screen and (min-width: 767px) and (max-width: 1115px) { 
    #top .container.av-logo-container .inner-container .main_menu:before {
      content: "\A"; 
      white-space: pre;
    }
    }

    Please see screenshot 2 in Private Content area.
    For the blog and single posts, how about increasing the container for better viewing on tablet (iPad)?

    @media only screen and (min-width: 767px) and (max-width: 1115px) { 
    #top.page-id-875 #main .container,#top.single-post #main .container {
        width: 95%!important; 
        padding: 0px !important;
    }
    }

    Please see screenshot 3 in Private Content area.

    Best regards,
    Mike

    in reply to: Child theme #949509

    Hi,
    To answer your question, Please use our pre-built child theme
    You will want to take a couple of steps, 1: please export your theme settings at: Enfold Theme Options > Import/Export > Export Theme Settings File to your computer, this is just for backup.
    2: Once you install your child theme, please import your parent theme settings at:
    Enfold Theme Options > Import/Export > Import Settings from your Parent Theme
    Then you’ll need to re-set your menu options.
    Finally, sometimes it is necessary to save your theme options one more time, to encourage the settings to be saved and activated in the merged /wp-content/uploads/dynamic_avia/ folder, a simple way to do this is to go to General Styling > Quick CSS field and place a space in the field so the theme options “Save all changes” button is clickable.

    Best regards,
    Mike

    in reply to: Behaviour of Images on Product Page #949496

    Hey nychng,
    When I go to the “wrong” site and click on the main product image, it opens in lightbox, same as when I click on the thumbnails below. This is the default behavior.
    Please see this demo
    But when I go to the “correct” site and click on the main product image, it zooms in, I believe this is the action of a plugin.

    Best regards,
    Mike

    in reply to: How to resize icon in icon list? #949494

    Hey patricknh,
    I recommended adding a custom class to your icons, so only to effect the ones you wish, by going to Enfold Theme Options > Layout Builder > Show element options for developers
    Then add your custom class to this code:

    .avia-icon-list .iconlist_icon {
        height: 64px !important; 
        width: 64px !important; 
        line-height: 64px !important; 
        font-size: 30px;

    Note this is the standard size for the big icon list, adjust to suit.

    Best regards,
    Mike

    in reply to: Childtheme CSS not showing on site #949482

    Hi,
    I have taken a look at your site and adjusted your css a little, and it now works.
    Please note that the css is merged within the theme, so if you make a change to your child theme stylesheet you will need to regenerate the merge. To do this, please go to General Styling > Quick CSS field and put a space in so the Theme Options “Save all changes” button allows you to click it.
    Then clear your browser cache to see your changes.

    Best regards,
    Mike

    in reply to: Typewriter Effect – Change Colour of Highlight #949470

    Hey jonrouse,
    Please open the Headline Rotator element and go to the style tab, and choose your color under Custom Font Color.

    Best regards,
    Mike

    in reply to: Problem with CSS Codes #949330

    Hi,
    This is the correct location, the theme merges the css and js dynamically there.
    You can check your css code by trying to enter it in WordPress > Customize > Additional CSS.

    If this doesn’t help, Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
    In your new thread please provide admin login info and detail your issue.

    Best regards,
    Mike

    in reply to: Error 404 page when logged out of admin #949323

    Hi,
    Sorry I didn’t make any head way on this, but I asked the rest of the team to help with this, hopefully it’s just a matter of getting some fresh eyes on it.

    Best regards,
    Mike

    in reply to: Problem with CSS Codes #949313

    Hi,
    For the social icons and socket font size I added this:

    @media only screen and (max-width: 1080px) { 
    #socket .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #socket .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #socket .social_bookmarks {
        height: 60px!important;
    }
    
    #socket .copyright img {
        margin-top: 15px!important; 
    }
    
    #socket .container {
        width: 100%!important; 
        max-width: 100% !important;
    }
    }
    @media only screen and (max-width: 422px) { 
    #socket {
        font-size: 18px !important; 
    }
    }
    @media only screen and (min-width: 423px) and (max-width: 828px) { 
    #socket {
        font-size: 21px !important; 
    }
    }

    For the two mobile font sizes, I made them as large as possible and still keep the socket links in line, if you find the links brake into two lines, just take the font size down one or two px.

    For the mobile menu color, I added this:

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #000 !important; 
    }
    #top .av-hamburger-inner, #top .av-hamburger-inner:before, #top .av-hamburger-inner:after {
        background-color: #000 !important; 
    }

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Enfold Theme Options & Site Ground Caching #949292

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Checkbox Contact Formular Enfold DSGVO #949289

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Help needed for picture above Footer problems #949288

    Hi,
    I see you are using a color section to add your picture above the footer, which will displace your sidebar. Sidebars will always show below full-width elements such as color sections.
    One way around this is create a sidebar in the advanced layout builder and use the widget element, instead of the real sidebar.
    Please see this example:
    2018-04-30_190333

    Best regards,
    Mike

    in reply to: the favicon does not appear in frontend #949266

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Masonry Gallery – Fade In Animation? #949057

    Hey intimadecom,
    I recommend adding a custom class to your masonry element, by going to Enfold Theme Options > Layour Builder > Show element options for developers, in this example I used the class “fade-masonry”
    Then try this code in the General Styling > Quick CSS field:

    .fade-masonry .av-inner-masonry {
    	opacity: 1;
    	animation-name: fadeInOpacity!important; 
    	animation-iteration-count: 1!important; 
    	animation-timing-function: ease-in !important; 
    	animation-duration: 2s!important; 
    }
    
    @keyframes fadeInOpacity {
    	0% {
    		opacity: 0;
    	}
    	100% {
    		opacity: 1;
    	}
    }

    Best regards,
    Mike

    in reply to: New and Need Help with some basics #949048

    Hey nickespositostrengthclub,
    To adjust the menu font color please try going to Enfold Theme Options > Advanced Styling > Main Menu Links and set your color, note the check boxes for “Apply only to mouse hover state” & “Apply only to active state” this means you may wish to choose this element twice, one for each state.
    If you find you would like some advanced changes that are not working well with this option, please let us know how we can assist with custom css.
    I’m not sure what help you need with the mobile logo, it seems to show for me, Please see screenshot in Private Content area and explain how we can help.
    Also I’m not sure about the header on scroll, perhaps you have adjusted already, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: site speed is slow #949038

    Hey Susanne,
    It looks like your server’s time to first byte is a little slow today, and you could improve a bit with Compressing Transfer & Compressing Images. Please read more here.
    For Compressing Images see the Image Optimization options at Enfold Theme Options > Performance
    For Compressing Transfer (gzip) check your cache plugin options or try a plugin such as Check and Enable GZIP compression or follow the instructions in the article to add this code to your .htaccss file:

    # compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE image/x-icon
    AddOutputFilterByType DEFLATE image/png
    AddOutputFilterByType DEFLATE image/gif
    AddOutputFilterByType DEFLATE image/jpg
    AddOutputFilterByType DEFLATE image/jpeg

    Best regards,
    Mike

    in reply to: Download Updates #949022

    Hey kriswilliam,
    You can download your updates from your Theme Forest account. I believe you can also use the Envato Market WordPress Plugin to update your theme.

    Best regards,
    Mike

Viewing 30 posts - 27,481 through 27,510 (of 34,594 total)