Forum Replies Created

Viewing 30 posts - 25,171 through 25,200 (of 34,870 total)
  • Author
    Posts
  • in reply to: How to activate a theme preset? #1010163

    Hey Jak73,
    Thanks for the screenshot, I see that it is of the “Shop Demo”, I believe that you are asking how to activate (install) this demo.
    To do so please go to Enfold Theme Options > Demo Import > Import demo files
    Then hover over the image of the demo and click the button that appears “Click to import”
    Please note that the “Shop Demo” requires the WooCommerce plugin to be installed and activated first.
    Please let us know if this answered your question.

    Best regards,
    Mike

    in reply to: Part of form is different colour #1010153

    Hey Pattriek,
    I assume that you are referring to the gold colored elements:
    2018-09-15_093135
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS:

    #top.page-id-23 .avia_ajax_form p#element_avia_7_1,#top.page-id-23 .avia_ajax_form p#element_avia_8_1,#top.page-id-23 .avia_ajax_form p.form_element .button {
        color: #fff!important;
    }

    Best regards,
    Mike

    in reply to: How can i install the shop demo (enfold) #1010148

    Hey Jak73,
    In order to install the demo you will need to install & activate the WooCommerce plugin first, then install the demo.
    Afterwards you can deactivate & remove the WooCommerce plugin to remove the “Shop”
    You will have a few elements that won’t work on the homepage because they depend on WooCommerce, but you can replace them with something else that you choose to use.
    So in the end, you can use the demo without the “Shop”

    Best regards,
    Mike

    in reply to: Insert Author name in the previews of the articles #1010138

    Hi,
    I tested this modification on my localhost, and found the code was around line 629, please try using the modify file in the Private Content area, and keep a copy of your original as a backup.

    Best regards,
    Mike

    in reply to: There is an issue related to CSS #1010128

    Hi,
    Thanks for sharing that info, based on that I wrote a jQuery script that will load in the “admin_head” of the site and will remove the inline-style for those ID’s
    I tested in my browser and I seemed to work, so I then created a function to add it to your child theme functions.php, but it would not save, so please try adding this function via ftp:

    function remove_wcc_inline_syle(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery(".wcc-settings-meta-box #tab-main.hidden").removeAttr("style");
      jQuery(".wcc-settings-meta-box #tab-category.hidden").removeAttr("style");
      jQuery(".wcc-settings-meta-box #tab-post.hidden").removeAttr("style");
      jQuery(".wcc-settings-meta-box #tab-templates.hidden").removeAttr("style");
      jQuery(".wcc-settings-meta-box #tab-notes.hidden").removeAttr("style");
      jQuery(".wcc-settings-meta-box #tab-import-export-settings.hidden").removeAttr("style");
      });
      </script>
      <?php
      }
    add_action('admin_head', 'remove_wcc_inline_syle');

    and then reload your site and test.

    Best regards,
    Mike

    in reply to: Icon List's content has disappeared #1010120

    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: Problems with installation on WordPress #1009972

    Hey Stefano,
    Are you installing / uploading the theme for the first time on this site, or are you updating the theme on this site?

    If you are installing for the first time on this site, please ensure you have extracted the “enfold.zip” from the file that you downloaded from Theme Forest, and only upload “enfold.zip”

    If you are updating, Please update the theme via FTP, look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold”
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
    If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”

    Best regards,
    Mike

    in reply to: How to have image icon above menu selections #1009970

    Hey webguy007,
    First you would need to move the menu text down to make room for the image:
    #top #header .av-main-nav > li > a {
    margin-top: 36px !important;
    }
    Then you can add your image above the text:

    li#menu-item-3173 {
    background-image: url(https://png.icons8.com/color/96/cccccc/morty-smith.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% -1%;
    }
    

    2018-09-14_222711
    Try adjusting the image url and position to suit.

    Best regards,
    Mike

    in reply to: Custom column widths in a grid row #1009969

    Hey scott_redletter,
    When setting up your grid row, create 3 cells and then click the “set cell size” below the element, then the last choice will be
    2/5 1/5 2/5
    2018-09-14_213341
    Then Turn on Custom CSS Class field for all ALB Elements and add a custom class to the middle cell, such as “small-grid” and add a custom css rule to your Enfold Theme Options > General Styling > Quick CSS field, such as this:

    .flex_cell.small-grid {
    width: 10% !important; 
    }

    Best regards,
    Mike

    in reply to: Google Maps API not working #1009968

    Hey Olga,
    Thank you for the login, I checked your Map API and it returned “Could not connect to Google Maps with this API Key”
    I then checked my API and it worked.
    Please try creating a new API key with no restrictions and see if that works for you.
    Did you enter your billing info at Google Maps?

    Best regards,
    Mike

    in reply to: Unable to get Blog page to display correct #1009967

    Hey slui,
    Please check the url, as I’m getting the “site can’t be reached” error.
    I assume you have tried disabling your plugins and any custom scripts?
    Can we also try disabling these?

    Best regards,
    Mike

    in reply to: Icon List's content has disappeared #1009963

    Hey nextlevelbros,
    I took a look at your site and I see this css rule hiding your list items:

                /*WOOCOMMERCE*/
                /*THANK YOU PAGE HIDE TITLE AND SHARES*/
                .xlwcty_thankyou-template-default.woocommerce-order-received .post-entry .entry-footer div.av-share-box, .entry-content-header {
                    display: none!important;
                }
    

    If you added this css, please remove the last part with the comma

    , .entry-content-header

    Best regards,
    Mike

    in reply to: Font color in contact form same as background #1009962

    Hey Ivo,
    I believe that you are referring to the placeholder text color, in this case please add this css:

    ::-webkit-input-placeholder {
        color: #b844cf !important;
    }
    :-moz-placeholder {
        color: #b844cf !important;
    }
    ::-moz-placeholder {
        color: #b844cf !important;
    }
    :-ms-input-placeholder {
        color: #b844cf !important;
    }

    Best regards,
    Mike

    in reply to: UL Spacing in Enfold Text Element #1009961

    Hey drewfr,
    I took a look at your page, and I assume you would like this to work across your site, I also assume that these will always be in a text block element. In this case please try this code in the General Styling > Quick CSS field:

    .av_textblock_section li {
    padding: 0px !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: These customizations are possible??? #1009956

    Hi,
    Please try removing the code, this should return the buttons so we can try again. I didn’t test with scrolling the menu, as it didn’t look like you had enough items to scroll. As far as the items aligning to different screen widths, I would ask you to test this way: if you are testing in a desktop browser by changing the width to emulate a device, please reload the page for each size, so if you want to test mobile at 425px please reload the page, then change the width to tablet, 768px, and reload again.
    Because for your visitor on a mobile device, it won’t suddenly change to a tablet.
    Perhaps adding admin login in the Private Content area would allow me to see what the error was. It tested well before I posted the code.
    Also can I ask if adding the language selectors in the social media icon line in the mobile menu be a alternative? As they are not “floating” like these are and will not require the fadein, and they will adjust to the browser width changes.

    Best regards,
    Mike

    in reply to: Dashed Border Under Blog Post Titles? #1009953

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

    Best regards,
    Mike

    Hi,
    Glad to see that you were able to adjust the css to achieve your results.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    I logged into your test site above and took a look at your issue, I found that you had this code in your Enfold Theme Options > General Styling > Quick CSS field

    <script type="text/javascript">
        (function() {
            var trial = document.createElement('script');
            trial.type = 'text/javascript';
            trial.async = true;
            trial.src = 'https://easy.myfonts.net/v2/js?sid=190012(font-family=Cutz)&key=dY5c5sjKYZ';
            var head = document.getElementsByTagName("head")[0];
            head.appendChild(trial);
        })();
    </script>

    which was causing the error, I moved the code to your Enfold Theme Options > Google Services > Google Analytics Tracking Code to test and it corrected the error.
    I would recommend adding this script to the end of your functions.php instead though, but you will need to do so via FTP or your hosting panel “file manager” the location of the file is:

    \wp-content\themes\enfold\functions.php

    To add it to the end of your functions.php I wrote it as a function, please use this code:

    function myfonts_script(){
      ?>
      <script type="text/javascript">
        (function() {
            var trial = document.createElement('script');
            trial.type = 'text/javascript';
            trial.async = true;
            trial.src = 'https://easy.myfonts.net/v2/js?sid=190012(font-family=Cutz)&key=dY5c5sjKYZ';
            var head = document.getElementsByTagName("head")[0];
            head.appendChild(trial);
        })();
       </script>
      <?php
      }
      add_action('wp_footer', 'myfonts_script');

    Please follow these steps to correct the error on your live site.

    Best regards,
    Mike

    Hi,
    To hide all of the background-images on your site for mobile view, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .av-parallax {
    background-image: none !important;
    }
    }

    Best regards,
    Mike

    in reply to: Change colour of mobile address bar #1009808

    Hi,
    Thanks for sharing your solution, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Special Heading Line Thickness #1009807

    Hey Ken,

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

    .special-heading-inner-border {
        border-top-width: 5px !important; 
    }

    Please adjust to suit, and please clear your browser cache and check.
    If this doesn’t help please include the url to the page in question so we can take a closer look at the element

    Best regards,
    Mike

    in reply to: Dashed Border Under Blog Post Titles? #1009804

    Hey Moondreamer21,
    If I understand correctly you would like the same dashed like under the post page title, Please try this code in the General Styling > Quick CSS field:

    
    #top #wrap_all h1.post-title.entry-title {
    border-bottom: 2px dashed #CCBDB8!important;
    padding-bottom: 10px;
    width: 100%;
    }

    Best regards,
    Mike

    in reply to: Insert Author name in the previews of the articles #1009798

    Hi,
    To add the author to the blog grid, please see this post.

    Best regards,
    Mike

    Hey horacioaryan1972,
    The reason your editor is not loading is because you are getting a 403 error:

    
    /wp-admin/admin-ajax.php - Failed to load resource: the server responded with a status of 403 (Forbidden)

    Since this is happening only on one page it could be a false positive in your Wordfence firewall, or your hosting firewall. I recommend disabling your Wordfence to see if that helps, if not try asking your webhost if they can see from the server log why you are getting a 403 error.

    Best regards,
    Mike

    in reply to: Enfold Can't install enfold 2017 Demo Content #1009776

    Hi,

    @ArloGraphic
    Thank you for the login.
    Please ask your webhost to change your “PHP Post Max Size” & “PHP Max Upload Size” to 50M – right now it is 8M
    Then please try using the WordPress Reset plugin to remove the failed demo import and then try again.
    Can you recall what the error was the first time it didn’t work? Who is your webhost?

    Best regards,
    Mike

    in reply to: How to hoover telephone info span in top bar? #1009773

    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: Enfold conflict with Gravity Forms editing panels #1009771

    Hi,
    The ls-admin-tinymce.js is the editor within the layerslider, There must be a conflict with the Gravity Forms tinymce.js
    Since you said you were not using any layerslider slides I disabled it at Enfold Theme Options > Layout Builder > Integrated (Bundled) LayerSlider Plugin
    and then I tested your Gravity Forms again, and it seems to work now.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: These customizations are possible??? #1009766

    Hi,
    Glad to see that you were able to get it working, to correct the color and font size please try this css:

    .header_color .main_menu ul:first-child > li.menu-item-824 > a {
    color: #fff !important;
    font-size: 16px !important;
    }
    .header_color .main_menu ul:first-child > li.menu-item-822 > a {
    color: #fff !important;
    font-size: 16px !important;
    }

    please adjust the size to suit.
    To adjust the location of the menu item in the menu for different screen sizes please try the following css. Please remove the other css so this will work correctly.
    ENG:

    
    @media only screen and (max-width: 476px) {
    .av-burger-overlay-active li#menu-item-822.menu-item-822 {
        margin-left: -230px !important; 
        display: block !important;
        color: #fff !important;
        animation: fadein 10s;
    }
    @keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }
    }
    @media only screen and (min-width: 477px) and (max-width: 770px) {
    .av-burger-overlay-active li#menu-item-822.menu-item-822 {
        margin-left: -200px !important; 
        display: block !important;
        color: #fff !important;
        animation: fadein 10s;
    }
    @keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }
    }
    @media only screen and (min-width: 771px) {
    .av-burger-overlay-active li#menu-item-822.menu-item-822 {
        margin-left: -180px !important; 
        display: block !important;
        color: #fff !important;
        animation: fadein 10s;
    }
    @keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }
    }

    ITA:

    @media only screen and (max-width: 476px) {
    .av-burger-overlay-active li#menu-item-824.menu-item-824 {
        margin-left: -230px !important; 
        display: block !important;
        color: #fff !important;
        animation: fadein 10s;
    }
    @keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }
    }
    @media only screen and (min-width: 477px) and (max-width: 770px) {
    .av-burger-overlay-active li#menu-item-824.menu-item-824 {
        margin-left: -200px !important; 
        display: block !important;
        color: #fff !important;
        animation: fadein 10s;
    }
    @keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }
    }
    @media only screen and (min-width: 771px) {
    .av-burger-overlay-active li#menu-item-824.menu-item-824 {
        margin-left: -180px !important; 
        display: block !important;
        color: #fff !important;
        animation: fadein 10s;
    }
    @keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }
    }

    Best regards,
    Mike

    in reply to: Content Slider Titles #1009755

    Hi,
    I cleared your cache and added this css to WordPress > Customize > Additional CSS:

    #av_section_2 .avia-content-slider .slide-entry-title {
    position: absolute !important; 
    bottom: 10px !important; 
    }
    .avia-builder-el-9 .slide-entry.flex_column.post-entry {
    min-height: 300px !important; 
    }
    .avia-content-slider-element-container .slide-entry h3.slide-entry-title.entry-title {
    height: 35% !important;
    }

    and now the page views correctly, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Mobile Issues #1009362

    Hey WP Turned,
    I have taken a look at your page and found that the reason your slider button is not working below 768px is because you have it pointing to the ID “#why-we-are-different” and you have the ID twice on the same page. So it points to the first of the two, and below 768px the first one is hidden. To correct this try creating a second button, so each have a unique ID, and then hide the button & element based on screen size. Or you could try using some JS to change the ID the botton points to based on screen size.

    As for how your background looks on your iPhone, are you saying that the error shows on both Chrome and Safari on your iPhone?
    I only have a Android, and the error doesn’t occur on Chrome or Firefox on the Android, Please see the screenshot in Private Content area. This seems to be a known iOS issue, please see this article for a solution: [Solved] Full Page Backgrounds on iOS (background-size: cover)
    Otherwise I will ask the team to look at your issue with a iPhone to assist.

    Best regards,
    Mike

    • This reply was modified 7 years, 1 month ago by Mike. Reason: found a possible solution on CSS Tricks
Viewing 30 posts - 25,171 through 25,200 (of 34,870 total)