Forum Replies Created

Viewing 30 posts - 21,961 through 21,990 (of 34,223 total)
  • Author
    Posts
  • in reply to: Problem maintenance mode with Enfold 4.5.4 #1070788

    Hi,
    Sorry for the late reply, we wanted to let you know that the dev team is working on this issue.
    Thank you for your patience.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, to change the button text after the script has “validated” we can use this function. I assume the word should be “Sende” or you can adjust to suit.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
    setTimeout(function () {
        $("#top.page-id-40 .form_element input.button[type='submit']").val("Sende");
    }, 5000);
     })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Please note that it waits 5 seconds before excuting, I tested other times but this seemed best, but feel free to test yourself by changing the “5000” in the code.

    If you continue to have problems with the spam, I have seen very good feedback from users switching to the Contact Form 7 Honeypot

    Best regards,
    Mike

    in reply to: Change post types order on tag archive page #1070733

    Hey precarre,
    Sorry for the late reply, Have you tried this plugin: Post Types Order, it seems to match your request.

    Best regards,
    Mike

    in reply to: some WOO questions #1070729

    Hi,
    Sorry for the late reply, in your first screenshot is it of the Products > Categories page?
    2019-02-23-112052
    If so, then the text box is for the “description” of the category page, and not for showing content. I wonder why your screenshot shows a text editor there, do you have a plugin installed?
    To delete the one word in your second screenshot on all pages, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top div.single-product-summary > div.summary.entry-summary > form > table > tbody > tr:nth-child(2) > td.label > label  {
    display: none !important;
    }

    For your last question, I believe that your slider is forcing the sidebar down because it’s in full width mode. This is the class for the slider: “rev_slider_wrapper fullwidthbanner-container” This same thing happens with our “color section”. I don’t use the rev slider, but this looks to be the case. Try adding the rev slider to a column that will limit the width and not push the sidebar down, but I suspect that this is not possible.

    Best regards,
    Mike

    in reply to: Quickview plugins not showing quantity buttons #1070715

    Hi,
    Sorry for the late reply, I researched this issue and couldn’t find anything on it, while we can add the plus & minus buttons to the element, they do not work to change the quantity. So this tells me that the problem is much deeper in the code. It seems that the reviews on the support page for this plugin says that free version doesn’t work. Perhaps it’s crippled?

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I took a look at your gif in my browser, on it’s own, and it doesn’t loop like the other one does. I also checked the file in your media library to see if it loops, but it’s the same.
    If it was going to loop it would when loading it in a “new tab” of the browser.
    Please check the settings of your gif tool to ensure that it is set to loop. Otherwise please link to the original file that loops so I can test on my localhost to find a solution.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1070692

    Hi,
    I would create a custom 404 page using the ALB and show a grid of your most popular pages, and a heading that suggests to choose from our most popular pages below.

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1070684

    Hi,
    First I must say that I have no experience with Stripe, but I took a look at your site to see if I noticed anything, and I see that the test mode check box is un-checked, and I don’t see any admin notices that you are in “test mode” I do see a notice that

    WooCommerce data update – We need to update your store database to the latest version.

    and I would click that button:
    2019-02-23-093701
    I also see that you have one sale that has the Stripe approval code. I would ask at the Stripe support site, they would have seen issues with woocommerce a lot more.
    Sorry, I would help if I could, but I have no experience with Stripe.
    Please let us know what you learn because it will help others, and I would like to be able to help in the future with this.

    Best regards,
    Mike

    in reply to: Remove Highlighting from Main Menu Link for Posts #1070575

    Hi,
    To solve the highlighting of Destinations when on the “United Arab Emirates” page, add this css:

    #top #header .av-main-nav > li.current-page-ancestor > a .avia-menu-text,#top #header .av-main-nav > li.current-page-ancestor > a .avia-menu-subtext {
        color: #109bc5
    }
    .avia-menu li.current-page-ancestor {
        background-color: #f2f3ff;
        border: 1px solid #ffffff!important;
        border-radius: 100px !important
    }

    But to not highlight the blog menu item on all post pages we can remove the “current-menu-item” class from the menu item.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function remove_blog_highlighting(){
      ?>
      <script>
    (function ($) { 
      $(window).load(function() {
           if ($("body").hasClass("single-post")) {    
              $("#menu-item-1115").removeClass('current-menu-item');
          } else {
        }
      });
      })(jQuery);
    <?php
    }
    add_action('wp_footer', 'remove_blog_highlighting');

    Best regards,
    Mike

    in reply to: Bottom margin of a column inside a color section on mobile #1070566

    Hi,
    Thank you for the login, I didn’t see the code in your css, so I added it to your WordPress > Customize > Additional CSS and tested, it seems to be working fine.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Custom Link in Menu to Hidden Color Section not working? #1070562

    Hi,
    Thank you, well I got it working for you by rebuilding the menu button with jQuery, for some reason the menu button didn’t want to trigger the script. The only issue is that you can’t trigger the popup from another page, that is it won’t send you to the homepage and then open the popup.
    But if you copy the popup (color section and icon list) with the “save entry as template” tool you can add it to your other pages.
    Also, because you are using a color section the popup is full width, this is because the color section is full width.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold 4.4.1 & Gutenberg #1070526

    Hi,

    @Exec4
    I see that you are using Enfold v4.2.2, with WordPress v5.0.3 we had to make some changes for Enfold to work with the new v5 WordPress.
    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”

    If you want to update with a plugin please follow these steps.
    *Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 16.7mb.
    First go to your Theme Forest account and download the “Installable WordPress file only”.
    Downloading-the-wrong-zip
    1: please install the plugin: Update Theme and Plugins from Zip File
    2018-10-20-104358
    2: then go to WordPress > Themes > Add New > Upload
    2018-10-20-104649 2018-10-20-105401
    3: after the install, click “Return to Themes page” (NOT Activate)
    2018-10-20-105705
    4: success:
    2018-10-20-110104

    Best regards,
    Mike

    in reply to: Icon Grid : Flip #1070524

    Hi,
    Thanks for the login, I see that it is not working, but it is on my site, I even downgraded to v4.5.2 that you are using.
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Make the Menu Overlay Transparent #1070519

    Hi,
    To add your own icons you would go to Fontello and download the ones you want to use, or you can upload your icons as SVG’s to Fontello, and the site will convert them into a font, then you can download them and import them at: Enfold > Import/Export > Iconfont Manager
    Please see our documentation for more details on doing this.

    Best regards,
    Mike

    in reply to: Icon Grid : Flip #1070356

    Hi,
    Please include a admin login in the Private Content area, so I can take a look.

    Best regards,
    Mike

    in reply to: Single post sidebar not styled #1070353

    Hi,
    Yes, that is correct.
    The Delete old CSS and JS files setting is at the bottom of the performance options page.
    2019-02-22-074222

    Best regards,
    Mike

    Hi,
    Yes, when using the ALB you will need to add the feature image and many other elements that are automatic with the Classic Editor.
    This is by design so that you have more control over the layout of your ALB posts & pages.

    Best regards,
    Mike

    in reply to: Custom Link in Menu to Hidden Color Section not working? #1070346

    Hi,
    Thanks for the ftp access, I added the code to your functions.php, but I can’t login to test and make the other changes needed, please check the admin login you posted above.

    Best regards,
    Mike

    in reply to: Icon Grid : Flip #1070338

    Hi,
    Thanks for the link, try changing your link from this:

    tel:5555555

    to this:

    tel//:5555555

    Best regards,
    Mike

    in reply to: Issue with shopping buttons #1070332

    Hi,
    OK, I didn’t see that you were working on your localhost.
    So I created a “simple & downloadable” product but the button is still centered after using the code above:
    2019-02-22-065842
    Please try removing any custom css, other than the code above, to see if that is causing the issue.
    Otherwise, it may be tricky to match all of your settings to create the same error, so try putting your demo online with a free WordPress host account so we can see the issue. Here is 11 free ones you can use easily.

    Best regards,
    Mike

    in reply to: Updated wordpress and Enfold Theme Bug #1070226

    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: Remove Highlighting from Main Menu Link for Posts #1070223

    Hey acelam714,
    The reason the “Blog” menu link is highlighted when you click a “post” is because “Blog” is a parent item, it is also the parent of the “Dubai” post.
    If I understand correctly you don’t want any post to highlight “Blog”, do you want page or pot to highlight “Destinations” or any other menu items?
    If changing the setting at Theme Options > Where to Display the Blog > Blog solves this why do you not want to do this?

    Best regards,
    Mike

    in reply to: Updated wordpress and Enfold Theme Bug #1070210

    Hey noahearle,
    When you updated the site, did you upload the theme via FTP?
    If so did you delete the theme folder first (via FTP) and then add the new theme folder?
    Please note that if you try to overwrite the theme files it will leave old files behind and cause errors.
    If this doesn’t help, please include a admin login and ftp access in the private content area so we can be of more assistance.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I noticed that you said “when Layout Builder is NOT used, mail chimp widget in the sidebar no longer works in blog posts” this is similar to a issue we have just found where shortcodes were not working in the sidebar widgets unless a shortcode was added to the post body. I tested this on two of your posts by adding a white space shortcode to your post and now the mail chimp widget is working on those posts. This is the shortcode I added:

    [av_hr class='invisible' height='0' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='' admin_preview_bg='']

    I reported this to the dev team. For now you can add this shortcode to any of your other posts so that the mail chimp widget will work. I will report back here once the issue is resolved.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1070189

    Hi,
    I took your post to mean that instead of getting a 404 page, the user should get a search results page using the url as the search term, which is quite interesting. I tried to research this but didn’t find any plugins or functions that does this.
    It seems like all we would need to do is convert the URL into a Query String It would take a lot more work to make this work, but I did find a article from someone that tried to do this and it turned into a mess for their site: Good Idea Gone Wrong: Custom 404 Page with Search Results so now I’m not sure if it is a good idea, but either way, it would be more than we can do here.

    Best regards,
    Mike

    in reply to: Header sticky and too big on landscape mobile screens #1070166

    Hi,
    Glad to hear, 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: Icon Grid : Flip #1070165

    Hi,

    @BlueSolution
    Do you mean that you want the link in the content on the flip side, like this?
    2019-02-21-200403
    It’s working for me.

    Best regards,
    Mike

    in reply to: Bottom margin of a column inside a color section on mobile #1070164

    Hi,
    Please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    Hi,
    When using the “all files and documentation” download, you will need to extract the enfold.zip from the download, because the extra files in it won’t let it work when you try to upload it directly. But with the “Installable wordpress files only” download, you can upload it directly, because there are no extra files.
    But you maybe getting the error because your PHP max upload setting is smaller than the zip size, ensure your PHP setting is at least 20mb You can easily check your setting at: WordPress > Dashboard > LayerSlider > Options and click “System Status” and look under “Server Settings”
    2019-02-21-195456
    If your setting is too small, or if any of the settings are in red, ask your webhost to assist.

    Best regards,
    Mike

    in reply to: Single post sidebar not styled #1070162

    Hi,
    You should not because the French css in merging into it’s own file.

    Best regards,
    Mike

Viewing 30 posts - 21,961 through 21,990 (of 34,223 total)