Forum Replies Created

Viewing 30 posts - 25,201 through 25,230 (of 34,870 total)
  • Author
    Posts
  • in reply to: Disable the page builder on Enfold #1009341

    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: Mobile burger menu + small bar above #1009213

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

    @media only screen and (max-width: 767px) { 
    .phone-info a, .phone-info {
    color: #000 !important;
    }
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #000 !important;
    }
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
    background-color: #000 !important; 
    }
    }

    Best regards,
    Mike

    in reply to: How to translate spanishthis tex #1009192

    Hi,
    I see, I found that you can download the Español de Colombia / Spanish (Colombia) language set from WordPress, perhaps it is more up to date than the one you are using.
    If this doesn’t help, you could edit the \wp-content\themes\enfold\lang\es_ES.po file and save it as “es_CO.po”
    using the free software http://poedit.net/
    If you do this and wish to contribute the translation we could add it to the theme for yourself and future users.
    Please let us know if there is anything else we can help with.

    Best regards,
    Mike

    in reply to: showing only lowest price on each product. #1009171

    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: Adjusting Special Heading and Button on Mobile #1009169

    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: Font Manager Error #1009168

    Hi,
    I have included the icon set in the Private Content area, please try uploading via the Enfold Theme Options > Import/Export > Iconfont Manager

    Best regards,
    Mike

    in reply to: Adjusting Special Heading and Button on Mobile #1009164

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

    
    @media only screen and (max-width: 767px) { 
    #top.home #av_section_1 .container .av-content-full {
    padding-bottom: 0px !important;
    }
    #top.home #av_section_1 .container .av-content-full .flex_column_div {
    margin-bottom: -60px !important;
    }
    }

    Please see the screenshot in Private Content area for expected results.
    Please adjust the negative margin-bottom to suit, and clear your browser cache.

    Best regards,
    Mike

    in reply to: Updating of Enfold Theme Failed #1009160

    Hey brandesigns,
    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 hoover telephone info span in top bar? #1009153

    Hi,
    That is great news, unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold conflict with Gravity Forms editing panels #1009151

    Hi,
    This is the error you are getting:

    ls-admin-tinymce.js?wp-mce-4800-20180716:43 Uncaught ReferenceError: LS_MCE_l10n is not defined
        at t.(/wp-admin/anonymous function).t.(anonymous function).init (/wp-content/themes/tetra/config-layerslider/LayerSlider/static/admin/js/ls-admin-tinymce.js?wp-mce-4800-20180716:43:13)
        at dx (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at Array.<anonymous> (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at Object.qt [as each] (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at vx (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at Hx.<anonymous> (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at Array.<anonymous> (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at qt (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at s (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at n (wp-tinymce.php?c=1&ver=4800-20180716:3)
        at HTMLScriptElement.u (wp-tinymce.php?c=1&ver=4800-20180716:3)

    It looks like it is a tinymce.js conflict from layerslider, but errors can sometimes be misleading.
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    I searched for this error and found this post
    It also seems Gravity Forms has had many issues

    Best regards,
    Mike

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

    Hi,
    Sorry for the late reply, once someone answers the post doesn’t show to us until you post again.
    So this is the code I worked on for the screenshots, please add this code in the General Styling > Quick CSS field:

    .av-burger-overlay-active li#menu-item-824.menu-item-824 {
    display: block !important;
    color: #000 !important;
    margin-left: -200px !important; 
    animation: fadein 1s;
    }
    
    @keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }

    Then add this code to the end of your functions.php file in Appearance > Editor:

    function move_eng_language_selector(){
      ?>
      <script>
      jQuery(window).click(function(){
      jQuery( "li.menu-item-824" ).insertBefore( "li.menu-item-avia-special" );
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'move_eng_language_selector');

    This is for the ENG menu item, I didn’t see the other one today so I couldn’t get the menu ID to write the code, it’s the same code with different menu id’s.
    If you try to modify this, make sure to change the name of the function, as no two functions can have the same name.

    Best regards,
    Mike

    in reply to: Hover Text Color on Colored Button #1009137

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

    #top #header .av-main-nav > li#menu-item-3927:hover > a .avia-menu-text {
    color: #fff !important;
    }

    It only targets the “shop” button and makes the on-hover text white.

    Best regards,
    Mike

    in reply to: How to make same page link work on open burger menu #1008895

    Hi,
    I believe Theme Forest recently made a change to their API, perhaps it’s not connecting.
    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”
    Or you can delete the theme folder as I described above, both ways work.

    Best regards,
    Mike

    in reply to: image overlay on hover / masonry gallery #1008892

    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 – Lawyer Demo #1008891

    Hi,
    Thank you for the login, the issue was that there was a issue with the icon file in Enfold Theme Options > Import/Export > Iconfont Manager
    so I deleted it and added a new one which corrected the error and added the custom icons to your icon options.
    I saw that you didn’t have any of the demo images, so I assumed that the other error stopped the image import, so I hope you don’t mind that I added the images to the media library, there are only 10.
    You may need to choose the images and icons in the elements for them to show, or as you will most likely be adding your own images, you could choose them.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Menu burgen not showing on mobile #1008870

    Hi,
    To replace the default enfold image logo with your text logo please try this solution

    Best regards,
    Mike

    in reply to: image overlay on hover / masonry gallery #1008865

    Hi,
    There is no problems with turning the merging on and off. If you look at the Enfold Theme Options > Performance options page the dev team has linked to the caching plugins that they recommend.

    Best regards,
    Mike

    in reply to: How to translate spanishthis tex #1008719

    Hi,
    Thank you for the updated login, I was able to add the function to your functions.php for most of your first two requests, but this technique is not the best option, and doesn’t work for every word on your site.
    I see in your WordPress > Settings > General > Site Language you are using “Spanish of Colombia” which doesn’t seem to be complete, like “Spanish” is. Sorry for not knowing, but is there a difference between the two?
    Perhaps you would have better control and results if you use a plugin like Polylang to translate your site. Here is a video on how to set it up: https://youtu.be/YpFdmzWCFRc
    Or another option is to edit the translation file directly, please see this post on how to do so.

    Best regards,
    Mike

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

    Hi,
    When the text is outside the boxes, what is your screen resolution?
    Once I cleared my cache, it seemed to work for me around 768px, Please see the screenshot in Private Content area.
    Can you please include a screenshot of what you see?
    For the homepage, please try this css:

    @media only screen and (min-width: 767px) and (max-width: 950px) { 
    #top.home #av_section_2 .av_one_fourth {
    padding-right: 0px !important; 
    padding-left: 0px !important;
    overflow-wrap: break-word;
      word-wrap: break-word;
    -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
     -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    }

    Please see the screenshot in Private Content area.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to make same page link work on open burger menu #1008678

    Hi,

    @obimedia2
    I see you are using version 4.3.2, on my localhost version 4.4.1 the menu closes when clicking on the activate page mobile menu item.
    Please try updating your theme.
    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Enfold conflict with Gravity Forms editing panels #1008674

    Hi,
    I took another look and added this code to the end of your functions.php file in Appearance > Editor:

    add_action('admin_head', 'custom_admin_css');
    
    function custom_admin_css() {
      echo '<style>
      .wp-editor-area {
              color: #000 !important; 
                  visibility: visible !important; 
                  }
      </style>';
    }
    

    this adds the css to the admin header, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Site identity tab not working #1008379

    Hi,
    Thank you for the login, your title settings are controlled by Yoast, please go to your homepage and edit the title in the SEO box below your content. Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Line Height Not Working with LayerSlider #1008365

    Hi,
    WordPress gave it’s customizer highest priority, so I’m saying that if you have a troublesome issue that you want to override, often there will work, where others have failed.

    Best regards,
    Mike

    in reply to: image overlay on hover / masonry gallery #1008352

    Hi,
    Glad we could help, we recommend using the merging options after you have finished building your site, the same for caching plugins.
    These are great for making your site faster, but while designing, they can be tiring because you (anyone) won’t be sure if the new css is written wrong, or if the cache isn’t clear.
    It’s best to use only one cache plugin, and it won’t need to minify css or js if you use the built-in merging.
    You may find using the Enfold Theme Options > General Styling > Quick CSS field to be handy while testing new css, and then move it to your child theme style.css when your happy with it’s results.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Anchor tags using Color Sections #1008179

    Hi,
    Glad we could help, we have all done the same thing :)
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Site identity tab not working #1008178

    Hi,
    Thanks for the login, but it’s not admin, so I can’t see your settings.
    Please update.

    Best regards,
    Mike

    in reply to: showing only lowest price on each product. #1008177

    Hi,
    I took a look at the plugin on my localhost and found that you can remove the “From” easily from lines 24,28,58 in the WordPress > Plugins > Editor:

    sprintf( __( 'From: %1$s', 'show-only-lowest-prices-in-woocommerce-variable-products' ), $from );

    just remove the “From” and be sure to leave the %1$s in place (don’t remove the “$from”)
    If you don’t want to show the currency symbol, try using this css in your Quick CSS:

    span.woocommerce-Price-currencySymbol {display: none !important;}

    Best regards,
    Mike

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

    Hi,
    For the workshop page, please try this css, it targets just the range that looked to be the issue. Instead of making the font smaller, this will brake the longer words which there only seemed to be 3 on the page:

    @media only screen and (min-width: 767px) and (max-width: 950px) { 
    #top.page-id-3251 #av_section_3 .av_one_fourth {
    padding-right: 0px !important; 
    padding-left: 0px !important;
    overflow-wrap: break-word;
      word-wrap: break-word;
    -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
     -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    }

    Another possibly would be to make the 3 with longer words a smaller font, if you added a custom class to these elements.
    Please let us know if you like the word brakes, and if you want to try this with the homepage element, or if you want to go with a smaller font.

    *I know what you mean :)

    Best regards,
    Mike

    in reply to: Error updating Enfold #1008168

    Hey babilonartist,
    The dev team has identified a possible issue with the Theme Forest updater and has released a fix.
    Another solution is to update via ftp
    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Another way to update via ftp is to rename the “enfold” folder in /wp-content/themes/ to “enfold-old” via FTP, then upload the new “enfold” folder, once you see the new “enfold” is working you can delete the “enfold-old” folder.
    Otherwise if it doesn’t work, rename the new enfold folder to “enfold-new” and rename the “enfold-old” back to “enfold” and let us know.

    Best regards,
    Mike

    Hey janerichter,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 25,201 through 25,230 (of 34,870 total)