Forum Replies Created

Viewing 30 posts - 23,371 through 23,400 (of 34,636 total)
  • Author
    Posts
  • in reply to: Contact form: Email rejected due to AOL's DMARC policy #1047583

    Hey SpunkaneHill,
    Sorry for the late reply, I believe the error you received was from curly quotes, once I corrected them the code saved easily.
    Please try coping this code:

    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
    $from = "(Email address hidden if logged out) ";
    return $from;
    }
    

    Best regards,
    Mike

    in reply to: Side Bar Collapsing and expand on Hover #1047582

    Hi,
    Sorry for the late reply, I have taken a look at the plugin and it seems that you wrap the content you want to hide with a shortcode, but I don’t see the option to do this on hover.
    To use this on your sidebar I believe you will need to wrap the content of the widget in the sidebar , as you can’t really wrap the sidebar itself. But looking at your site I didn’t find a sidebar, is it on a certain page? What is the content you want to hide/show?

    Best regards,
    Mike

    in reply to: Burger Menu Overlay Styling #1047580

    Hi,
    Sorry for the late reply, the position of the mobile menu is set by the vertical-align being middle with 92px of top padding. We can change the vertical-align to top and then adjust the padding to suit.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #av-burger-menu-ul {
        vertical-align: top !important; 
        padding: 0px !important; 
    }

    This will place the menu at the top, please change the 0px to suit, such as 20px.

    Best regards,
    Mike

    in reply to: 4 column breakdown take half of the width #1047578

    Hi,
    Sorry for the late reply,
    Please include a url to the page with the issue, so we can examine.

    Best regards,
    Mike

    in reply to: Call by action button #1047577

    Hi,
    It is probably best to use a plugin such as Sticky Side Buttons for something like this.

    Best regards,
    Mike

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

    Hi,
    For the background, I think this is what you are looking for:

    #reviewinstagram .active-parallax {
    opacity: 0.5 !important; 
    }

    Please adjust to suit.
    For the special headings, that will adjust both at the same time:

    #reviewinstagram .flex_column_div .av-special-heading {
        width: 60% !important; 
        margin: auto !important; 
    }

    Please adjust to suit.

    Please note that we advise that when you want target a certain element it is best to add a custom class to the element, by first going to Enfold Theme Options > Layout Builder > Show element options for developers and checking the box. Then in your elements you will have a extra field Custom Css Class

    The reason is because classes like avia-builder-el-17 are automatically generated by the theme and will change as you add more elements to your page, so one day you will be wondering why your css doesn’t work anymore.

    Best regards,
    Mike

    in reply to: Add image caption to images on single product page #1047567

    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

    Hi,

    @hylandgraphics
    are you using a newly created token by following these steps?
    Because your error is: “Last time we checked the token we were not able to connected to Envato”
    Please try allowing all of the permissions for the token and create it while in incognito mode.

    Best regards,
    Mike

    in reply to: Ref: Contact form SPAM and GITHUB … #1047558

    Hi,
    I took a look at your page and see that you are getting a Uncaught SyntaxError: Invalid or unexpected token
    Looking at your page source code I believe that you have changed the recaptcha message to:

    Please confirm you are also not a bot.
    You can then hit the Submit Button.

    with a braking return, please adjust so all of the text is on one line.

    Best regards,
    Mike

    in reply to: Contact form in slider #1047205

    Hi,
    I tried the form again when logged out and it didn’t work, I have asked the rest of the team for ideas on this, Thank you for your patience.

    Also the reason the calendar was not working is because the option at Enfold Theme Options > Performance > Disable Template Builder Elements was not set to: Always load all elements so the calendar was not loading correctly, I changed this for you.

    Best regards,
    Mike

    in reply to: Magnific Popup & Enfold conflicts #1047201

    Hi,

    @big-webdesign
    are you using WP Engine? If not which webhost are you using?
    The modification of the wp-config.php that I’m thinking of is adding:

    define('CONCATENATE_SCRIPTS', false);

    Perhaps if I could FTP in and see your wp-config.php I could be of more assistance.
    I recommend opening a new thread, and include your admin login & ftp access in the Private Content area, but as this is not your thread your login info will not be private if posted here.
    You can link to the new thread here so we can find it easier.

    Best regards,
    Mike

    in reply to: Add image caption to images on single product page #1047192

    Hi,
    Well glad that it is working for you, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Problems after update WordPress 5.0 #1047185

    Hi,
    That is good news, we will keep this open to hear back from you.

    Best regards,
    Mike

    in reply to: Download limit in Envato stopping me updating to 4.5.1 #1047184

    Hi,
    We have just released Enfold v4.5.2 which includes a patch for the updater that in some cases was pinging the Envato API too often, and may have been triggering the download limit.

    Best regards,
    Mike

    in reply to: Register for support #1047114

    Hey Ben,
    Thank you for contacting us, you can order support though Envato (Theme Forest), typically you would extend it though your account dashboard at Theme Forest, but since the license is not registered to you within Theme Forest, please contact Theme Forest from this page and let them know that Enfold is your theme.

    Once you have made your purchase, here is how to register at the support forum:
    Please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.

    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Mike

    in reply to: Ref: Contact form SPAM and GITHUB … #1047111

    Hey Heathcliffe,
    Github doesn’t have a download for that one file, you have to navigate up to the parent directory and then download the whole directory.
    Here is a DropBox link that is just the plugin.

    Best regards,
    Mike

    in reply to: how to hide the prev and next nav in portfolio #1047109

    Hi,
    To hide the next previous navagation, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .avia-post-nav { display: none !important;  }

    Best regards,
    Mike

    in reply to: Cannot Edit Site Content (help help help) #1047108

    Hey Dra,
    I took a look at your site and see that you are using Enfold 4.5, this issue had a couple of work arounds to solve, but today we released the patch for this and a couple of other issue. Please update to v4.5.2

    Best regards,
    Mike

    Hi,
    We have just released Enfold v4.5.2 which includes a patch for the updater that in some cases was pinging the Envato API too often.
    Perhaps your 403 was related to this.

    Best regards,
    Mike

    in reply to: Adding Padding to logo #1047102

    Hi,
    Sorry I’m not quite sure where your “span.posted_in” is, and for your product page, your description look full width, unless you want it under the image, in which case, please see this solution.

    Best regards,
    Mike

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

    Hi,
    You can use this css, but you will want to add a custom class to the special heading so that this doesn’t add the background to every special heading.

    h3.av-special-heading-tag {
        background: rgba(0,0,0,0.8) !important; 
        padding: 10px 15px !important; 
    }

    2018-12-18-215349

    Best regards,
    Mike

    in reply to: Magnific Popup & Enfold conflicts #1047097

    Hi,

    @2011apuchin
    I took a look at your functions.php and it looks like you have a function to open a popup automatically with a delay.

    Best regards,
    Mike

    in reply to: Add image caption to images on single product page #1047096

    Hi,
    That’s great news. Was the code you posted earlier compete? I’m just wondering why I’m getting an error with it.

    Best regards,
    Mike

    in reply to: Add image caption to images on single product page #1046892

    Hi,
    I’m sorry, you are correct, my Product gallery in the Enfold > Shop options was set to “Default enfold product gallery”, and my code doesn’t work in that case.
    After changing my setting I tried your code to see if I could adjust it any, but I just got an error “Warning: Missing argument 3 for thumb_add_title()” I tried searching for the correct code but didn’t find it.
    Is your code above missing something?
    I took a look at your site and see your caption over the images, but they are not moving down on each image click as you describe.

    Best regards,
    Mike

    in reply to: Contact form in slider #1046858

    Hi,
    I checked again and it worked. I checked on the German language page. Perhaps try disabling any AD blocker or social media blocker in your browser, if you have one. Perhaps take a look in your spam folder, and don’t use the same email as the one in your form.
    I’m using the Chrome browser on Windows, it should not matter though.

    Best regards,
    Mike

    in reply to: Magnific Popup & Enfold conflicts #1046851

    Hi,
    The code for debug mode needs to be placed after line 17 in the functions.php, right after this line:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    2018-12-18-063824
    I added it for you, please check.

    Best regards,
    Mike

    in reply to: Magnific Popup & Enfold conflicts #1046742

    Hi,

    @big-webdesign
    I first enabled all builder elements to be loaded at: Enfold Theme Options > Performance > Disable Template Builder Elements > Always load all elements Then your page gave the error: jQuery is not defined with this clue I noticed that your jQuery options are not showing in the theme options:
    2018-12-17-235248
    so I believe your webhost has added the function to load your jQuery after the footer in your wp-config.php file, some Managed WordPress Hosts do this to speed up the site.
    Please ask your webhost to help you remove the code so your jQuery loads in the header.
    I also recommend updating your Enfold to version 4.5.1 so you can switch to the advanced layout builder on the pages, you should have a button like this at the top of your pages:
    2018-12-18-001226

    Best regards,
    Mike

    in reply to: Add image caption to images on single product page #1046737

    Hi,
    Thank you Victoria this led to the solution for the standard woocommerce product page.
    Colin, your product page is behaving differently, and you don’t have the thumbnails div below your product image, so I’m not sure it will work for you. Are you using a plugin for your product image?
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function add_caption_below_product_image() {
    
    	echo '<h4 style="text-align: center;">';
    	$caption = get_post( get_post_thumbnail_id() )->post_excerpt;
    	echo $caption;
    	echo '</h4>';
    }
    add_action( 'woocommerce_product_thumbnails', 'add_caption_below_product_image' );

    2018-12-17-224836

    Best regards,
    Mike

    in reply to: Hover effect on image #1046732

    Hi,
    Thanks for the explanation and image, to do this the overflow needs to be hidden. This css will solve your issue:

    .avia-image-container.av-hover-grow {
        overflow: hidden !important; 
    }

    Best regards,
    Mike

    in reply to: jump to anker #1046731

    Hi,
    Thanks for the image, your masonry section doesn’t have the ID of “videos” assigned. Please take a look and add it. If this doesn’t help, please include a admin login private content area so we can assist.

    Best regards,
    Mike

Viewing 30 posts - 23,371 through 23,400 (of 34,636 total)