Forum Replies Created

Viewing 30 posts - 24,661 through 24,690 (of 34,598 total)
  • Author
    Posts
  • in reply to: elements on website no longer displaying #1017029

    Hi,
    At the top of your homepage, you have a code block that was causing your issue:

    <head>
    <script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us9.list-manage.com","uuid":"your-id-code","lid":"id-code"}) })</script>
    <meta name="google-site-verification" content="your-id-code" />
    </head>

    I commented it out and now your slider works correctly
    [the above code block was edited to remove your identification ID’s]

    Best regards,
    Mike

    in reply to: Open popup modal with Button #1017003

    Hi,
    To use theme buttons as the popup trigger, first be sure the button link is set to manual and the link is “#test-popup” or the same ID as your box.
    Then add a custom class to your button “pu-link”
    2018-10-02_055745
    this option is added at: Enfold Theme Options > Layout Builder > Show element options for developers
    Then in your script you will need to add:

    jQuery('.pu-link a').addClass('open-popup-link');

    like this:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
           jQuery('.pu-link a').addClass('open-popup-link');
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
    	});
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    Best regards,
    Mike

    in reply to: Changing Footer Column1 Widget on 1 page only #1016848

    Hey MCGWebmaster,
    To remove the column only on the contact page, please try this code in the General Styling > Quick CSS field:

    #top.page-id-20 #text-2.widget {
    	display: none !important;
    }

    To keep your changes to the header after updating please use a child theme and add your header.php to the child theme folder.
    Read about it & Get it here

    Best regards,
    Mike

    in reply to: Tagline spacing on Blog #1016842

    Hi,
    This is because when you add a class using the developers field, the class is added to the div and not the items inside.
    So in this case your css would be like this:

    .tagline h1 {
    letter-spacing: 15px !important;
    }

    Best regards,
    Mike

    in reply to: Menu issues #1016836

    Hi,
    Sorry, the login didn’t work for me, please check

    Best regards,
    Mike

    in reply to: Produktseite bearbeiten #1016832

    Hi,
    Sorry, I’m not sure I understand, if you want to set up a admin account for us, then please follow these steps:
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    Hi,
    Thank you for the information, but I’m still not sure why you are not using this option in the advanced layout builder:
    2018-10-01_205753
    Many of the pages above I looked at are empty, but if you had a button with the custom class “new-tab”
    and added this code to the end of your functions.php file in Appearance > Editor:

    function new_tab_script(){
      ?>
      <script>
    (function($){
    $(document).ready(function(){
      $('a.new-tab').click(function(){
        window.open(this.href);
        return false;
      });
    });
    })(jQuery);
    </script>
      <?php
      }
    add_action('wp_footer', 'new_tab_script');

    then they would open in a new tab.

    Best regards,
    Mike

    in reply to: Google Mobility and Icon Size #1016817

    Hi,
    Glad this is sorted out, 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 doesn't generate H1, missing author error #1016814

    Hi,
    Yes on these two pages there are no H1’s

    where on these pages did you think there were H1’s ?
    Sorry, but I don’t understand why this is a surprise or error, because both pages look to be created by the advanced layout builder, so you will need to manually create your H1’s.

    Your question above was about missing author tags, is this resolved now?
    You will have errors on php files because they can’t be accessed directly because of this first line of code:

    <?php  if ( ! defined('AVIA_FW')) exit('No direct script access allowed');

    so they should be ignored in robots.txt

    Best regards,
    Mike

    in reply to: Mailchimp sign up form #1016374

    Hey jj_delaney,
    I took a look at your page and found a mailchimp form at the bottom that was centered, but I didn’t find the class “td-mailchimp-special” anywhere on the page. The centered form has the class “td-newslettersignup”
    Has this been resolved, or is there another form you need help with?

    Best regards,
    Mike

    in reply to: Link is not working on posts and widgets. #1016373

    Hey John,
    I tested your link on my localhost, and after correcting the curly quotes and adding to a “Custom HTML” widget it worked fine in my sidebar, showing the link & opening in a new window.
    Please try using the “Custom HTML” widget instead of the “text” widget.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Change CSS for required inputs #1016372

    Hi,
    Glad Jordan could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hey zambalee,
    From looking at your settings above and the settings in the example on WPML it looks like you will want to add the:

    <key name="display_names_in_current_lang">1</key>
    <key name="display_link_for_current_lang">1</key>

    to display the current flag
    2018-09-30_192301
    I don’t have WPML installed on my localhost to test, but this looks right to me, please give it a try.

    Best regards,
    Mike

    in reply to: Tagline spacing on Blog #1016369

    Hi,
    When you add a css class to an element should write “tagline” with no dot, that is probably the issue.
    I added “letter-spacing: 50px !important;” to your “coming soon” on your site & it worked fine:
    2018-09-30_191344

    Best regards,
    Mike

    in reply to: Pricing table color options? #1016368

    Hi,
    To add green checks & red X’s to your table, open a new post or page using the default editor and use the “shortcode wand” to create a icon shortcode with the size, color, and icon options you wish to use. Also ensure to add a custom class for the css later.
    2018-09-30_181506
    2018-09-30_182125
    2018-09-30_182419
    Here are the examples I used here:

    [av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='' color='green' av_uid='av-ulmt36' custom_class='green-check' admin_preview_bg=''][/av_font_icon]
    
    [av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='' color='red' av_uid='' custom_class='red-x' admin_preview_bg=''][/av_font_icon]
    

    Then add the shortcodes to your tables:
    2018-09-30_182741
    Then if your custom classes are “green-check” & “red-x” you can use this css in your Quick CSS:

    .red-x,.green-check {
     display: inline-block !important; 
    }

    and your final results should be:
    2018-09-30_183117

    Best regards,
    Mike

    in reply to: delay on header button when the header shrinks #1016365

    Hi,
    I see this now going back to your site, but this is not how I left it, when I do a hard refresh, clearing my browser cache this lag doesn’t occur. Please see the video in the private content area.
    So seeing that you are on WPengine, and my results after clearing my cache, I assume that this is a server caching issue.
    Please try a hard refresh to see if you get the same results as my video.

    Best regards,
    Mike

    in reply to: Sidebar #1016359

    Hi,
    Your page content has a max-width of 1010px, above that screen size your page margins grow to center the content.
    Your main content max-width is 73% of your page.
    Your sidebar with is set to “auto” so it takes up the extra space after 73%, but it looks larger as the screen gets larger because of the page margin after 1010px
    At Enfold Theme Options > General Layout > Dimensions: please look at “Content + Sidebar width” you could set that to 100% and set the “Maximum Container width” to 1600px or to suit, to reduce the page margin and maximize your content width.

    Best regards,
    Mike

    in reply to: Tagline spacing on Blog #1016355

    Hey educatedathlete,
    Please include a link to your site so we can see how your tagline is used and which demo you are using, if any.
    Many of the demos do not display the tagline, so it would be helpful to see your site to assist.

    Best regards,
    Mike

    Hey Tiaserre,
    It was most likely a caching issue, glad that you solved this, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: cursor won't scroll over video #1016351

    Hi,
    Glad Victoria could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Menu Social Media Icons #1016347

    Hey joshuatolento,
    Please try this code in the General Styling > Quick CSS field: or in the WordPress > Customize > Additional CSS:

    #top #wrap_all .av-social-link-linkedin a {
        color: #fff;
        background-color: #419cca !important; 
    }
    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b !important; 
    }
    #top #wrap_all .av-social-link-mail a {
        color: #fff;
        background-color: #9fae37 !important; 
    }

    We look forward to working with you :)
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Pricing table color options? #1016343

    Hey enz_johan,
    We can assist with the colors with some custom css. Please include a link to your page and describe what colors you would like.

    Best regards,
    Mike

    in reply to: Adjust Bullet Line Spacing Enfold #1016341

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

    #top.single .avia_textblock li {
    line-height: 1em !important; 
    padding-bottom: 1em !important; 
    }

    Please to adjust to suit.

    Best regards,
    Mike

    in reply to: delay on header button when the header shrinks #1016339

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Changing color menu items does not work #1016333

    Hey Anouk,
    In your advanced styling you have the “Main menu Left” choosing twice, once with #505050, and also with #ffffff
    I removed the white one.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: delay on header button when the header shrinks #1016328

    Hi,
    I took a look at your bordered menu item and your css and found that it had a transition on line 60 in your child theme style.css:

    #header .avia-button, #header .av-menu-button > a .avia-menu-text {
    	border-color: #ff7337 !important;
    	color: #ff7337 !important;
    	transition: .6s !important;
    	font-family: montserrat !important;
    	opacity: 1 !important;
    }
    

    I changed the transition to zero. Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Did all of these stop working when you changed to SSL “https” ?
    I tried uploading one of your images, and it now shows correctly in the media library. Your home slider is running right now, but it thinks it doesn’t have any images. If you re-added the images into the slider it would show.
    I thought we could fix the urls in your media library and then all of your images would show, but as you have tried that and it didn’t work, perhaps re-uploading the images would be a solution?

    Best regards,
    Mike

    in reply to: Burger Menu is centered #1016303

    Hi,
    Thanks for pointing out about the “a”
    Ok so I removed the css in your Quick CSS:

    p, h1, h2, h3, h4, h5, h6 {
    font-family: 'didact gothic' !important; 
    }
    

    and now your page looks correct.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Menu issues #1016301

    Hi,
    You can create another element that will show on mobile, and hide this one on mobile.
    For example, often a slider doesn’t look good on mobile so it’s possible to hide it and show a simple image instead, or show a different slider made just for mobile.
    Please see this post: how to hide some elements in mobile version

    Best regards,
    Mike

    in reply to: Produktseite bearbeiten #1016300

    Hi,
    Vielen Dank für das Bild, ich verstehe es besser, weil Google Translate nicht 100% ist.
    Von dem, was ich sehe, möchten Sie, dass die Produktbeschreibung unter den Produktbildern und Produktpreisoptionen volle Breite hat.
    Ich kann dies mit etwas Javascript & CSS erstellen, siehe Screenshot im Bereich Privater Inhalt.

    function custom_product_page(){
      ?>
      <script>
    jQuery(window).load(function(){
    jQuery( '.template-shop' ).each(function() {
    jQuery( this ).find( '.woocommerce-tabs.wc-tabs-wrapper' ).insertAfter( jQuery(this).find('.single-product-summary') );
    });
    });
    </script>
      <?php
      }
      add_action('wp_footer', 'custom_product_page');
    .wp-video {
        height: -webkit-fill-available !important; 
    }
    #top .mejs-container {
        height: -webkit-fill-available !important; 
        max-height: 100% !important; 
    }

    Die Verwendung des erweiterten Layout-Builders zum Erstellen von Produktseiten ist begrenzt, aber ein Benutzer hat ein Plug-in erstellt, das Sie möglicherweise sehr hilfreich finden: Benutzerdefinierte Enfold Layout Builder Elemente fügt viele Woocommerce-Elemente hinzu.

    — Translated with Google —

    Thank you for the image, I understand it better because Google Translate is not 100%.
    From what I see you would like the product description to be full width under the product images and product price options.
    I can create this with some javascript & css, Please see the screenshot in Private Content area.

    function custom_product_page(){
      ?>
      <script>
    jQuery(window).load(function(){
    jQuery( '.template-shop' ).each(function() {
    jQuery( this ).find( '.woocommerce-tabs.wc-tabs-wrapper' ).insertAfter( jQuery(this).find('.single-product-summary') );
    });
    });
    </script>
      <?php
      }
      add_action('wp_footer', 'custom_product_page');
    .wp-video {
        height: -webkit-fill-available !important; 
    }
    #top .mejs-container {
        height: -webkit-fill-available !important; 
        max-height: 100% !important; 
    }

    Using the advanced layout builder to create product pages is limited, but one user has created a plugin that you may find very helpful: Custom Enfold Layout Builder Elements it adds many woocommerce elements.

    Best regards,
    Mike

Viewing 30 posts - 24,661 through 24,690 (of 34,598 total)