Forum Replies Created

Viewing 30 posts - 22,321 through 22,350 (of 34,223 total)
  • Author
    Posts
  • Hi,
    Thanks, I tried to login but I got this error: “Jetpack has locked your site’s login page”
    Please check.

    Best regards,
    Mike

    in reply to: Turn off shortcodes on bottom of pages #1061821

    Hey Hudavi,
    This is enabled by adding this code to your functions.php:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
     

    so to turn it off you would remove this code. I assume that someone was helping you with a issue and forgot to remove the code, if you include admin login in the Private Content area we can remove this for you.

    Best regards,
    Mike

    Hey Annabmos,
    I would like to assist, but just so I understand correctly I have a couple of questions.
    Did you use the “Installable WordPress file only” option to download the file?
    Installable-Word-Press-file-only
    If you select the “All files & documentation” by mistake, you will not be able to install this zip as is. Instead unzip the file and then locate the installable theme file within it. Please see this article for more information.

    If you downloaded the correct file and WordPress is still giving you this error, there is a possibility that a setting in WordPress needs to be adjusted, Please include a admin login in the Private Content area so we can take a look.

    Best regards,
    Mike

    Hey Jörg,
    Thank you for the login, we can hide the hide the ‘quantity’ field on the product pages an in the cart, but for the arrows, do you mean the arrows on the edge of the screen that goes the next product, or do you mean the plus & minus symbols on either side of the ‘quantity’ field?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: How to create a mobile only footer? #1061815

    Hey connect4consulting,
    Thank you for the link, currently it looks like for mobile you are showing two columns, so the only change is to show different widgets for the mobile versus desktop, which can be done easily with css by including all on the widgets in the footer and hiding them based of screen size using media queries. Here is an example:

    @media only screen and (max-width: 767px) {
    widget_1 {
    display:none!important;
    }
    }
    
    @media only screen and (min-width: 768px) {
    widget_2 {
    display:none!important;
    }
    }

    In this code we would change the “widget_1” & “widget_2” with the actual classes of your widgets, which we would need to see.
    Alternatively you could use the plugin Widget Options to choose what devices, and pages to show your different widgets.

    Best regards,
    Mike

    in reply to: Amazon Affiliate Link #1061812

    Hi,
    Thank you for the link, I believe what you are seeing is the “blocked” or “broken” image icon,
    Please see screenshot [1] in Private Content area. I see this with my ad blocker on.
    Once I deactivate my ad blocker I see the book images,
    Please see screenshot [2] in Private Content area.
    This is because the source url of the images is: //ws-na.amazon-adsystem.com/… which is flagged as an ad by ad blockers.
    Please check your phone’s browser for a ad blocker. Here’s how to find the ad blocker on the iPhone
    Otherwise please take a screenshot from your phone and tell us what kind of phone you have, iPhone or Android

    Best regards,
    Mike

    in reply to: Avia codeblock not working in Spanish home page #1061809

    Hi,
    Yes, these are the pages that are getting the “Forbidden 403” error, on admin-ajax.php, such as /HomeEsp/ ?
    I know earlier you wrote that you checked the file permissions with the steps in the article.
    Please ask you webhost to check the server logs for why you are getting a “Forbidden 403” error, it will help us to be able to assist.

    Best regards,
    Mike

    in reply to: How to add custom icons to a button? #1061804

    Hi,
    I see, so you did create the zip file with the Fontello website?
    Please link to your zip file via dropbox or Google Drive, in the Private Content area, I would like to examine and test it on my localhost.

    Best regards,
    Mike

    in reply to: Tab Section – background color for each tab #1061797

    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 Items Not Working After Upgrade #1061795

    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: Icons not on seperate lines #1061792

    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: Several PHP Warnings #1061553

    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: Icons not on seperate lines #1061552

    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: Change background-image for mobile #1061551

    Hi,
    If the image for mobile is still not working, let us know which one and where so we can take a look.
    The plugins to reduce the image sizes typically helps a lot without losing quality, a caching plugin should also help.
    Thanks for the offer, but I’m just happy to help you get your site up and running :)

    Best regards,
    Mike

    in reply to: Troubles uploading theme to WP #1061536

    Hi,
    Glad to help, I notice that your
    PHP Post Max Size is 8M &
    PHP Max Upload Size is 2M
    you may want to ask your webhost to change these to 20M each, there are a few ways to do this and your webhost will know the right way to do it for your server.
    Do you plan to import one of the demos?
    If so we’ll leave this open until you have successfully done so.

    Best regards,
    Mike

    in reply to: Wordcloud #1061395

    Hey mariellecv,
    To add a wordcloud like this to your page or post using the advanced layout builder,
    2019-02-01-000733
    First install the SVG Support plugin.
    Then go to this wordcloud generator and create your wordcloud and download it.
    You will then need to open it with a plain text editor, such as VS Code, NotePad++, etc and add this code to the very first line of the file:

    <?xml version="1.0" encoding="utf-8"?>

    You will then be able to upload it to your media library and use it like a image, for this example I added it to a image element.
    2019-02-01-001807

    Best regards,
    Mike

    in reply to: Tab Section – background color for each tab #1061385

    Hey mollystewart,
    I see that in your child theme css you have this css to set the background color for the active tab:

    .av-active-tab-title {
        background: #977d32 !important;
    }

    Please remove this and use this css instead:

    a.av-active-tab-title[data-av-tab-section-title="1"] {
    background-color: #977d32 !important;
    }
    a.av-active-tab-title[data-av-tab-section-title="2"] {
    background-color: #c1b63c !important;
    }
    a.av-active-tab-title[data-av-tab-section-title="3"] {
    background-color: #8e1b20 !important;
    }

    Then please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Typewriter Highlight Color #1061379

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

    .av-marked-text span.av-rotator-text-single {
      background-color: transparent !important;
      color: #fff !important;
      }

    Best regards,
    Mike

    in reply to: Icons not on seperate lines #1061375

    Hi,
    Thank you for the login, I enabled the custom classes for your elements at: Enfold Theme Options > Layout Builder > Show element options for developers
    2019-01-31-224350
    Then I added the custom class “accordion-icons” in your accordion element, so that we can add some custom css that will only effect the icons within the accordion element.
    2019-01-31-224536
    Then I added this css to your Enfold Theme Options > General Styling > Quick CSS field

    .accordion-icons .iconlist_content_wrap p {
    margin: 0em !important; 
    }
    .accordion-icons .iconlist_content_wrap br {
        display: none !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Troubles uploading theme to WP #1061364

    Hi,
    I uploaded the Enfold theme for you and activated it, it seems to be working correctly.
    You can start creating your site, or you can choose one of the demos to import.
    Please let us know if this is working for you.

    Best regards,
    Mike

    in reply to: Enfold Items Not Working After Upgrade #1061332

    Hi,
    Sorry, the solution I found above was for a different version, but I did find the setting for forcing mediaelement.js to load, it is under the Enfold Theme Options > Performance > Self hosted video and audio
    2019-01-31-194515
    I set it to “always load” and enabled your plugin, then tested for the errors above. Everything seems to be running correctly.
    Please check.

    Best regards,
    Mike

    in reply to: Enfold Items Not Working After Upgrade #1061322

    Hi,
    Please try to edit the functions.php, find this line of codes.

    
    wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
    
    and
    
    wp_enqueue_script( 'avia-html5-video' );
    

    Replace them with

    
    //wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
    
    and
    
    //wp_enqueue_script( 'avia-html5-video' );
    

    Best regards,
    Mike

    in reply to: How to add custom icons to a button? #1061320

    Hi,
    At the top of the Fontello website is the option to upload icons that you have created, the site will then create the correct font file and package it in the correct format for the theme.

    Best regards,
    Mike

    in reply to: Several PHP Warnings #1061318

    Hi,
    That is great news, so I take it that this is solved, shall we close this then?

    Best regards,
    Mike

    in reply to: change "from" in the contact form #1061317

    Hi,
    I believe that when the form sends the email to your inbox your spam filter sees what the domain of the site is, but the different “from” domain that you are adding is triggering the spam filter, which trashes it before the spam folder.
    Please try making the “from” address the same as the site domain and your inbox, to confirm that you site is sending the message and your inbox will receive it.

    Best regards,
    Mike

    in reply to: Issue with shopping buttons #1060997

    Hey MarcusJeroch,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    li.product.product-type-simple .avia_cart_buttons a.add_to_cart_button,li.product.product-type-simple .avia_cart_buttons span.button-mini-delimiter {
    display: none !important;
    }
    li.product.product-type-simple .avia_cart_buttons a.button.show_details_button {
    width: 100% !important; 
    }

    2019-01-31-073809

    Best regards,
    Mike

    in reply to: Several PHP Warnings #1060985

    Hey profumopuntoit,
    Sorry for the late reply, I tried to find your site from the error log above, and if I looked at the correct domain it looks like you are using Enfold version 4.4, are you currently having the error, or did you roll back to avoid the error?

    Please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so we can test on it and you site will stay up and running. You can always ask your webhost to help you with setting this up if you want.

    Here are some screenshots of what it would look like:
    staging-1
    staging-2
    If you have this option, Please include a admin login & FTP access in the Private Content area for the staging site (test site) so we can update it and see the error.
    From your error log above it looks like you are using PHP 7.3, I’m not sure that this is as stable as PHP 7.0, there is a good chance that downgrading to PHP 7.0 will solve this, but we should test this on a testing site.

    Best regards,
    Mike

    in reply to: change "from" in the contact form #1060941

    Hi,
    Your provider could be marking it as spam at the server level because it’s coming from a different domain than the email is.
    It is common for the email filter to trash it before it gets to your inbox.
    Is your email server the address in the functions.php?
    did you try this function?

    // set contact form "from" address to SMTP domain to receive emails
    // AND allow vistor address to be in the "to" address in the autoresponder
    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
    	global $enfold_custom_from_header;
    	$enfold_custom_from_header = $from;
    	$from = " (Email address hidden if logged out) ";
    	return $from;
    }
    
    add_filter('avf_form_autoresponder_from', 'avf_form_autoresponder_from_mod', 10, 3);
    function avf_form_autoresponder_from_mod($from, $new_post, $form_params) {
    	global $enfold_custom_from_header;
    	return $enfold_custom_from_header;
    }

    Best regards,
    Mike

    in reply to: Products list widget #1060934

    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: Update from 3.4.7 to current #1060757

    Hey Dani,
    Thanks for the login, your PHP version is 5.4.45 – Recommend minimum PHP version is 5.6
    your MySQL version is 5.5.62 – We recommend a minimum MySQL version of 5.6
    your PHP Time Limit is 30 seconds, please try to update to much higher like “nolimit” or 2000 seconds
    Please ask your webhost to assist with these settings.
    You will still need to update via FTP, 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.

    Best regards,
    Mike

Viewing 30 posts - 22,321 through 22,350 (of 34,223 total)