Forum Replies Created

Viewing 30 posts - 24,301 through 24,330 (of 35,181 total)
  • Author
    Posts
  • in reply to: Enfold 4.5 update failed #1037472

    Hey nuncer,
    Sorry for the late reply, I see that you have rolled back to v4.4, did you try using this plugin to update?
    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) 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.
    If you include ftp access we can try updating your site for you. Please ensure that you create a full backup, because this is a good practice.

    Best regards,
    Mike

    in reply to: Remove comments from Combo widget #1037468

    Hey Maskenzauber,
    Ok, no css, please go to: \enfold\framework\php\class-framework-widgets.php
    line 1452 and find:

    if( ! in_array( $instance[ $key ], array( 'popular', 'recent', 'comments', 'tagcloud' ) ) )

    and modify to look like:

    if( ! in_array( $instance[ $key ], array( 'popular', 'recent' ) ) )

    unfortunately there is not a hook to use to add modifications to your functions.php, so you would have to copy the function from the file to your functions.php, which would be most of the page. Or you could add a copy of the file to your child theme folder.
    Here is how to add the file to your child theme adjust the instructions for this file.

    Best regards,
    Mike

    in reply to: html – CSS #1037456

    Hey vnfan,
    I have taken a look at your site at see your text block element with the H4, content, & button,
    but I don’t understand why you are using in-line style and css in your stylesheet?
    I believe that you want your button to the left under your content, but you have it wrapped in “text-align: right;” and the button is “position=’right'” please remove the text-align: right; and change the button to “position=’left'”
    Please let me know if I have misunderstood your request, or if I can be of more help.

    Best regards,
    Mike

    in reply to: Installing Demo #1037453

    Hi,
    When you want to override your theme with another you will need to install the plugin “wp-reset” and reset your site, and then reinstall the new demo.
    Please note you will lose your content and settings.
    We could help, but we will need a password to login. Please include one in the Private Content area.

    Best regards,
    Mike

    in reply to: Uploaded Flaticon icons not displaying correctly #1037447

    Hey dancedojo,
    Thank you for the login, I download your “dance & numbers” zip and tested it on my localhost, which worked fine, then I cleared your “LiteSpeed Cache Purge” in your top admin bar, then I went to your “testpage” and added a dance icon at the top of your page.
    I believe clearing your LiteSpeed Cache did the trick.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: como hacer casillas tema demo "enfold law" #1037438

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

    Best regards,
    Mike

    in reply to: text on color section google #1037432

    Hi,
    The container that the image is in is not full width, and it is in is also the container of the page, so making it full with also makes your page full width.
    Your best option is to remove the image you now have, and try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color.container_wrap_first.container_wrap.fullsize{
      background: url(https://www.vietnam.destinatour.de/wp-content/uploads/vietnam-reisen-halong-bucht.jpg) center center no-repeat;
      background-size: contain;
    }
    

    Otherwise this might be another option:

    #main .container:first-child {
        max-width: 2200px !important; 
        padding: 0px !important; 
    }
    #footer .first {
        margin-left: 150px !important; 
        max-width: 20% !important; 
    }
    #footer .av_one_third {
        max-width: 20% !important; 
    }

    Best regards,
    Mike

    in reply to: Date Picker Colors #1037398

    Hi,
    To correct the date background colors, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top select.ui-datepicker-month,#top select.ui-datepicker-year {
    background-color: #191919 !important;
    border: 0px none #191919!important; 
    color: #777 !important; 
    }

    To change the format of the datepicker, Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_datepicker_dateformat', 'avia_change_dateformat_cf');
    add_filter('avf_datepicker_date_placeholder', 'avia_change_placeholder_cf');
    
    function avia_change_dateformat_cf() { return  'dd / mm / yy'; }
    function  avia_change_placeholder_cf() { return  'DD / MM / YY'; }

    Best regards,
    Mike

    in reply to: Facebook Links Not Working With Website #1037386

    Hi,
    Are you using a caching plugin? Some aggressive ones will create a HTML file of your page and serve that first, which the in-app browser should read easily.

    Best regards,
    Mike

    in reply to: Site template not mobile friendly? #1037385

    Hi,
    Google has said that a site with SSL will be listed more favorable, they didn’t say downgrade. Google is a supporting partner of the free Lets-encrypt service.

    Best regards,
    Mike

    in reply to: Site template not mobile friendly? #1037383

    Hey victoria,
    I see that the test is not loading your images, css, or scripts, but when I test our online demo all of these load and it passes the mobile test
    I believe the main reason your site is not passing is because it is not SSL (https) so the test is not loading your resources.
    I recommend adding SSL (https) to your site, many webhosts offer this for free using the Lets-encrypt SSL, please ask your webhost if they support this.
    Let us know if you would like a webhost recommendation that supports the free Lets-encrypt SSL

    Best regards,
    Mike

    in reply to: Facebook Links Not Working With Website #1037375

    Hey BBM,
    This looks like your mobile is opening the link in the built-in in-app browser which is limited when compared to your default browser.
    This is a limitation of the browser, such as not loading jQuery or the minifed stylesheet, or such.

    Best regards,
    Mike

    in reply to: Where can I set the menu items incon? #1037373

    Hey llityslife,
    I’m not sure I understand what menu icons you want to set, which demo do you see a menu icon?
    Please see this solution to adding menu icons.

    Best regards,
    Mike

    Hey raymondlo,
    Please see the link in the Private Content area, for v4.2.5
    Please note that the file you want is inside the uploaded zip, meaning that you will need to extract it first before uploading.
    Let us know if this works for you.

    Best regards,
    Mike

    in reply to: Date Picker Colors #1037371

    Hey patrickpriest81,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Mailchimp thank you page is opening in the lightbox #1037367

    Hey BennuFoundation,
    Please explain how the thank you page url is passed, from mailchimp or a script on the page?
    I believe that a target=’_blank’ can be added to your data-avia-redirect in your form with jQuery, which would open a new tab on the form summit. I tried for a while but I couldn’t get it quite right.

    (function($){
    $(document).ready(function(){
    $('.avia-mailchimp-form[data-avia-redirect="https://"]').attr('target','_blank');
    });
    })(jQuery);

    But even if this works, it will not close the lightbox popup, so perhaps this isn’t a good solution.
    Please let us know about my question above, and perhaps a admin login will help, and perhaps I will think of a new solution.

    Best regards,
    Mike

    in reply to: Icon Tooltip not showing up on Mobile Devices #1037363

    Hey Bewohnerfrei,
    Do you mean the icon tooltip on this page
    2018-11-25-084655
    For mobile the on-hover effect is emulated by a tap, the above demo works for me with Android Chrome, which device and browser are you using?

    Best regards,
    Mike

    in reply to: Syntax Error #1037362

    Hi,
    Very good then, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Trying to use Events Manager Plugin #1037361

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

    Best regards,
    Mike

    in reply to: Envato Error #1037360

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

    Best regards,
    Mike

    Hi,

    @wolkenlos
    I might be able to shed some light on your questions,
    after updating you should create a new Token as the old API key is going to be discontinued by Envato.
    Updating will have no effect on your theme settings, but if you have customizations in any of the core theme files, such as functions.php those will be lost unless you are using a child theme.

    Best regards,
    Mike

    in reply to: Trying to use Events Manager Plugin #1037337

    Hey Takara22,
    When I first loaded your event section in you backend I saw this error:

    Failed to load resource: the server responded with a status of 500 (Internal Server Error) wp-admin/admin-ajax.php

    Then I saw that there was a “unsafe script” trying to load on the page, this is what Chrome called it and there was a red X in the url bar, I clicked it and choose to allow the script.
    Then the event plugin worked correctly and I could see the event you made, before I could not.
    I tried to recreate the issue in incognito mode but I couldn’t it worked fine.
    I then tried to recreate in Firefox & Edge but it worked fine in them too.
    It is odd that I allowed a script to run and the plugin works in all of my browsers, I’m not sure that I like that.
    So I guess you could try to see if you have a red X in your url bar, and see if allowing a script will work for you, if you feel comfortable with that.

    Best regards,
    Mike

    in reply to: CSS for "Button colored style" #1037334

    Hey MarcusJeroch,
    The class is: av-menu-button-colored
    The color is based on your theme colors.
    Example of the rule:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
        background-color: #9cc2df;
        color: #ffffff;
        border-color: #9cc2df;
    }

    Let us know if this answered you question.

    Best regards,
    Mike

    in reply to: Update to 4.5 has caused lots of problems to my website. #1037332

    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: Unable to open site customization page #1037329

    Hey manosmaster,
    I see that this happens on your homepage but not the other pages I tested, the error is “the page redirected you too many times.”
    please try deactivating your plugins or following these steps

    Best regards,
    Mike

    in reply to: Error when updating enfold #1037328

    Hey Goaliemn,
    The reason the theme is not updating correctly with your version is because Theme Forest has changed from using a API to using a Token system and we needed to update some files within the theme, so these changes were made in v4.5
    So once you update to v4.5 the theme will update correctly going forward.
    We are sorry for the inconvenience, please follow the steps in this link and it should be very easy to manually update, but naturally we can also assist if you wish.

    Best regards,
    Mike

    in reply to: envato: Register your app #1037326

    Hey caw67,
    Sorry I don’t have any information about that, please try contacting Envato support, perhaps it’s a bug in their system.

    Best regards,
    Mike

    in reply to: Update to 4.5 has caused lots of problems to my website. #1037322

    Hi,
    Glad to hear you are happy. I would recommend getting your Token key sooner than later, here is a post about how, I’m not sure if it’s that same one you read. I deleted the “enfold-old” for you.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: how can I align the Special Heading to the right #1037319

    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: Envato Error #1037318

    Hey Richard,
    Looking at your error messages it looks like the permissions set for the token did not allow Envato to verify your purchase, please see this post about the permissions needed for the tokens If you continue to have this issue I would recommend contacting Envato support to ensure you are getting the correct credit for your purchase.

    Best regards,
    Mike

Viewing 30 posts - 24,301 through 24,330 (of 35,181 total)