Forum Replies Created

Viewing 30 posts - 22,141 through 22,170 (of 66,075 total)
  • Author
    Posts
  • in reply to: post are showing up in search but not the pages #1095139

    Hi,

    Thanks for the update.

    The following page was included in the default and AJAX search results when we looked for the keyword “HAARLEM”. Which keyword are you trying to search for?

    Best regards,
    Ismael

    in reply to: Warning: file_get_contents / on line 328 / ReCaptcha #1095130

    Hi,

    Thanks for the update.

    The login token has expired. Please provide another token so that we can check the settings. Did you add the API key in the Enfold > Google Services > ReCAPTCHA fields?

    Best regards,
    Ismael

    Hey Guenter,

    Thank you for using Enfold.

    The asset-manager.php file was not merged in the latest patch. You have to manually add the modification again.

    // https://kriesi.at/support/topic/file-merging-and-compression-for-css-feature-not-working-in-enfold-theme-4-5-5/#post-1093288

    Best regards,
    Ismael

    in reply to: Basic Questions and 1 problem #1095128

    Hi,

    Thanks for the update.

    You have to add this code in the functions.php file to render the search icon inside the mobile menu container.

    add_filter( 'wp_nav_menu_items', 'avf_add_search', 9999, 2 );
    function avf_add_search( $items, $args ) {
    	if ($args->theme_location == 'avia')
    	{
    		$search = '
     	<li id="menu-item-search-mobile" class="menu-item"></li>
    ';
    		$items = $search . $items;
    	}
    	return $items;
    }
    
    add_action('wp_footer', 'avf_add_search_script');
    function avf_add_search_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	$('.av-burger-menu-main').on('click', function() {
    		var page   = window.location.href;
    		var mobile = $('.menu-item-search-mobile');
    		var search = '<form action="'+page+'" method="get" class=""><div><input type="submit" value="?" id="searchsubmit" class="button avia-font-entypo-fontello"><input type="text" id="s" name="s" value="" placeholder="Search"></div></form>';
    
    		setTimeout(function() {
    			if(mobile.find('form').length == 1) return;
    			mobile.html(search);
    		}, 500);		
    	});
    })(jQuery);
    </script>
    <?php
    }

    And add this css code in the Quick CSS field.

    #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items.menu-item-search-mobile {
        padding: 0 30px;
        position: relative !important;
    }
    
    #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items.menu-item-search-mobile form {
        position: relative !important;
    }
    

    For additional inquiries, please open a new thread.

    Best regards,
    Ismael

    in reply to: Add / edit / change breakpoints for Tablet and Mobile? #1094719

    Hey Alexander,

    Thank you for using Enfold.

    That is possible but it will require modification that is beyond the scope of support. It has to be added to every shortcode or elements in the builder, which is going to require a significant amount of time. You may need to hire a freelance developer to add the options.

    Best regards,
    Ismael

    in reply to: Logo on the smartphone wrong color #1094717

    Hey J.,

    Thank you for using Enfold.

    The header transparency is disabled on mobile devices, so the theme automatically displays the other version of the logo. If you want to display the other one instead, use this css code.

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency .logo img.alternate {
        display: block;
    }
    
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 0;
    }
    }

    Best regards,
    Ismael

    in reply to: Featured images not showing up in blog archive pages #1094711

    Hi,

    Thank you for using Enfold.

    The featured images of the posts are displaying properly in the archive or category pages. Is this fixed?

    Best regards,
    Ismael

    in reply to: Mix and Match does not count with Enfold theme #1094710

    Hi,

    Thank you for using Enfold.

    The theme does add a quantity button to the default product quantity field. You can disable that by editing the config-woocommerce > woocommerce-mod.js file. Look for the “avia_apply_quant_btn” function and comment it out.

    avia_apply_quant_btn();
    
    	//if the cart gets updated via ajax (woocommerce 2.6 and higher) we need to re apply the +/- buttons
    	$( document ).on( 'updated_cart_totals', avia_apply_quant_btn );

    Best regards,
    Ismael

    in reply to: Contact Form changes after Enfold update #1094633

    Hi,

    Glad to hear that the spam protection is working. For the current issue, please replace the “1_2” with “2_1”. That is the generic id of the “First Name” field.

    urldecode($contact_form_input['2_1']).
    

    Best regards,
    Ismael

    in reply to: Instagram can't be embedded #1094630

    Hi,

    The instagram widget is displaying properly on our end. We don’t know why the builder removes the embedded code on update but based on our experience, it is usualy cause by broken markup or html. You should try this plugin instead.

    // https://wordpress.org/plugins/instagram-feed/

    Best regards,
    Ismael

    in reply to: WooCommerce version 3.6.1 causing issues with Enfold #1094625

    Hi,

    Alright. Let us know if something comes up.

    @Robert: Thanks for the info.

    Best regards,
    Ismael

    Hi,

    How to update them?

    Edit the post and then click the “Update” button. That should automatically repair the shortcodes. If it doesn’t work, please post the FTP details in the private field so that we can do further debugging. We will also tag our developers on this thread.

    Best regards,
    Ismael

    in reply to: personal token is not accepted #1094622

    Hi,

    You should compare Enfold against other premium themes such as Avada or Bridge. That would be a fair and probably good comparison given the features provided by those themes.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    We don’t entertain multiple questions or inquiries on a single thread. You can usually get a faster response if you don’t compile all your questions into a single ticket. Please open a single thread or ticket for each inquiry so that we can solve the problem one at a time.

    Best regards,
    Ismael

    in reply to: Help: Event Countdown completely missing! #1094620

    Hi,

    Thanks for the update.

    Do you mind if we access the file server? We would like to check where the shortcodes or element breaks. We can only do that if we have access to the files. Please post the login details in the private field.

    Best regards,
    Ismael

    in reply to: Footer background image not working #1094614

    Hi,

    Thanks for the update.

    Did you toggle the Enfold > Performance > File Compression settings after adding the background images? Please disable the cache and minification plugins temporarily if there are any.

    Best regards,
    Ismael

    in reply to: Header überlagert Sektion darunter #1094613

    Hey swelzel,

    Thank you for using Enfold.

    We don’t see any issue with the column offset in the second site. Could you provide a screenshot? You can upload the screenshot to imgur or dropbox and share the url here.

    Best regards,
    Ismael

    in reply to: Contact Form changes after Enfold update #1094611

    Hi,

    Did you enable the reCAPTCHA option? Please try to replace this line:

    urldecode($contact_form_input['1_1']).
    

    .. with:

    urldecode($contact_form_input['1_2']).
    

    Best regards,
    Ismael

    in reply to: Categorys on product page and product grid not showing #1094609

    Hey Martrix86,

    Thank you for using Enfold.

    Where can we see the actual issue? Are you referring to the category sort? Please provide the actual page url so that we can inspect it.

    Best regards,
    Ismael

    in reply to: Audio-Player issue #1094605

    Hi,

    Thanks for the update.

    Did you add any html tags in that page? We have encountered this issue before and it turned that a broken markup or html caused the layout problem.

    Best regards,
    Ismael

    in reply to: Masonry title at bottom + centered caption overlay #1094602

    Hi,

    Awesome! Glad that we could be of help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Generated Shortcode does not work #1094601

    Hi,

    Yes, that’s the general idea. It also builds the shortcode tree, so any shortcodes outside the builder will still be included in the elements array. Let us know if it helps.

    Best regards,
    Ismael

    in reply to: Ressoucres, that block rendering #1094598

    Hi,

    Thanks for the info. Glad that those suggestions help somehow. Please don’t hesitate to open a new thread if you need anything else.

    Best regards,
    Ismael

    in reply to: Sidebar content for start page=blog page #1094597

    Hi,

    Thanks for the update.

    Are you planning to add anything on that sidebar? If not, you should disable it or make the page full width. If you want to add any widgets specific to the blog page, place them inside the “Sidebar Blog” widget area. You can also use the following plugin to conditionally load the widgets.

    // https://wordpress.org/plugins/widget-logic/

    You need familiarity of conditional functions.

    // https://codex.wordpress.org/Conditional_Tags

    Best regards,
    Ismael

    in reply to: Layer Slider Small on Mobile #1094596

    Hi,

    Thanks for the update.

    No, you don’t need to upgrade the layer slider. Just create a slider with a static background and a new button and put the video url as the target or link. Make sure that it’s from youtube or vimeo. Clicking on the button should open the media file inside a lightbox container. Unfortunately, we can’t do anything with the muted video.

    Best regards,
    Ismael

    in reply to: Dreamhost Enfold Update Loads to Page not Found #1094595

    Hi,

    Thanks for the update.

    We still can’t connect to the file server. We tried to connect via SFTP and plain FTP, but it doesn’t work. Please check the FTP details carefully.

    Best regards,
    Ismael

    Hi,

    Where we can see the issue? Please open a new tickert or thread with the site url and login credentials. We’ll continue there.

    Best regards,
    Ismael

    in reply to: Image shows up twice in post when viewed on iPhone. #1094592

    Hi!

    Thanks for the updatee.

    You can use this css code to automatically remove the featured image for every post if you don’t to manually toggle the option.

    
    .small-preview {
        display: none !important;
    }

    Did you enable the “Lightbox Modal Window” option in the Enfold > Theme Options panel? That should bring back the lightbox option.

    Cheers!
    Ismael

    in reply to: how to remove the Burger Mobile menu option? #1094591
    in reply to: How to activate Lightbox in a post? #1094590

    Hey!

    Thanks for the update.

    Did you modify the header.php file in the child theme? Please get a fresh copy of that file from the latest version of the parent theme and redo the modifications. Don’t forget to enable the “Lightbox Modal Window” option in the Enfold > Theme Options panel.

    Best regards,
    Ismael

Viewing 30 posts - 22,141 through 22,170 (of 66,075 total)