Forum Replies Created

Viewing 30 posts - 28,921 through 28,950 (of 67,588 total)
  • Author
    Posts
  • Hi,

    Awesome! Glad we could 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: Demo content not importing correctly? #978510

    Hi,

    Thanks for the update.

    I would like to check the site but the login credentials above are invalid. Please provide a valid login info. Are you going to use the demo images? Since the pages are imported properly, you’ll be able to upload your own in place of the missing images. Just edit the existing shortcodes.

    Best regards,
    Ismael

    in reply to: Icon hover highlight circle #978509

    Hi,

    It will only replace the theme files. The content (pages, posts, theme options etc) will not be affected. However, it is recommend that you create a backup or a restore point just in case something went wrong.

    Best regards,
    Ismael

    in reply to: Avia layout builder – page elements won't move #978507

    Hi,

    No problem! Those things can be easily missed sometimes. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    in reply to: Google Map not loading #978505

    Hi,


    @krugerparktours
    : Thanks for the update! Let us know if you need anything else. :)

    Best regards,
    Ismael

    in reply to: Drei Fragen #978503

    Hi,

    You can add that code in the functions.php file.
    The demo product is an example of the “grouped product”.

    More info here: https://docs.woocommerce.com/document/group-bundle-products-woocommerce/

    Best regards,
    Ismael

    in reply to: playing with new demos – visual artist demo on ipad #978502

    Hi,

    Did you toggle the js/css compression in the Enfold > Performance panel after adding the modifications? You may need to disable the cache and minify plugins temporarily.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    Did you put the shortcode inside a text or code block? The same shortcode works properly on my installation. Please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Masonry grid not properly sorting alphabetically #978500

    Hi,

    Thanks for the update.

    I didn’t notice that you’re using regular posts. The blog posts’ grid layout could be an alternative but the layout is not quite the same as the masonry’s. Please try to edit the config-templatebuilder > aviashortcodes > masony_entries > masonry_entries.js file. Look for this code around line 54.

    filters['itemSelector'] = "a.isotope-item, div.isotope-item";
    

    Below, add this code…

    filters['horizontalOrder'] = true;
    

    Purge the cache and toggle the css/js compression in the Enfold > Performance panel. Let us know if it helps.

    Best regards,
    Ismael

    in reply to: internal server error when using plugins #978496

    Hi,

    This filter will delete the widget’s cache entry in the database.

    add_action('wp_head', function() {
    	delete_option('avia_instagram_widgets_cache');
    });

    Just add it in the functions.php file and then refresh the site a few times. Make sure that the instagram widget is not active.

    You can also use the following plugin but let’s try the above code first..

    // https://wordpress.org/plugins/wp-sweep/

    Best regards,
    Ismael

    in reply to: Website Admin Functions no longer working. #978491

    Hi,

    Thanks for the update.

    Have you created a backup or a restore point of the files/database? We will update the theme once you’ve setup those up just in case. Please send us a copy of the latest version downloaded from your themeforest account.

    Best regards,
    Ismael

    in reply to: Travel Theme Product Grid #978489

    Hi,

    Thanks for the update.

    The “Sandbar & Islands” page is using the “Masonry” element. It is located under the “Content Elements” panel of the advance layout builder. You can also use that element to display products. Just set the “Which Entries?” settings to “Product Cat”.

    Best regards,
    Ismael

    in reply to: How to Center Footer Nav Menu with Copyright Below? #978486

    Hi,

    @TrangVu: I was referring to the OP’s header layout. Please create your own thread. Place the site url and login credentials in the private field.

    Best regards,
    Ismael

    in reply to: Anchor points #978484

    Hi,

    Thanks for the update.

    Did you toggle the css/js compression in Enfold > Performance panel? Please provide the login details in the private field so that we can test the modification.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    You can add these parameters to the av_slideshow_full shortcode to control the visibility of the element.

    
    av-desktop-hide='aviaTBav-desktop-hide' 
    av-medium-hide='aviaTBav-medium-hide' 
    av-small-hide='aviaTBav-small-hide' 
    av-mini-hide='aviaTBav-mini-hide' 
    

    Those parameters correspond to the Element Visibility option.

    
    Hide on large screens (wider than 990px - eg: Desktop)
    Hide on medium sized screens (between 768px and 989px - eg: Tablet Landscape)
    Hide on small screens (between 480px and 767px - eg: Tablet Portrait)
    Hide on very small screens (smaller than 479px - eg: Smartphone Portrait)
    

    Example:

    That slide will be hidden on desktop view.

    Best regards,
    Ismael

    in reply to: Best way to Implement full screen background videos #978477

    Hi,

    That modification will only work when a self hosted video is used. It’s not going to work for vimeo videos. Have you tried this one?

    // https://kriesi.at/support/topic/adding-audio-option-on-fullscreen-background-video-2/#post-903302

    You can also add a mute/unmute button..

    // https://webers-testseite.de/mute-unmute/

    Best regards,
    Ismael

    in reply to: Remove tabs and code error #978475

    Hi,

    The single quotes were converted to their hmtl entity code so it broke the filter. Did you copy the code from your email? You should copy the snippets directly from this forum.

    Best regards,
    Ismael

    in reply to: Demo content not importing correctly? #977761

    Hi,

    Thanks for the update.

    Do you see the pages and posts after the import process? Please ask your hosting provider if they block the following IP address.

    85.13.149.161
    

    That is where the demo files are located.

    Best regards,
    Ismael

    in reply to: Anchor points #977760

    Hi,

    Thank you for the update.

    It’s because of the masonry items. The items only display once the masonry container is visible on the view port so the whole document is shorter than it actually is on page load. This makes the anchor position inaccurate. Please add this css code to make the masonry items visible on page load.

    .av-masonry-entry {
        opacity: 1;
        visibility: visible;
    }

    Best regards,
    Ismael

    in reply to: Resize Portfolio and Blog Thumbs #977759

    Hi,

    Thank you for the update.

    You can actually set the posts thumbnail selection to “manual” instead “automatic”. Edit the “Blog Posts” element and set the “Preview Image Size” to the second option. You should see a new dropdown (Select custom preview image size) with the thumbnail sizes. It it currently set to the “portfolio” thumbnail.

    Best regards,
    Ismael

    Hi,

    Add a Slide Background Image and set the Size to “cover” and position to “center center”. Click the “Show More Options” button and configure the “Parallax Defaults” option. The “Event” dropdown should be set to “Scroll” instead of “Cursor or Tilt”. You can also create a fixed background image effect with the color section or the full screen slider element. Just set the “Background Attachment” to “fixed”.

    Best regards,
    Ismael

    in reply to: Adding phone number on main header #977754

    Hi,

    Thanks for the update.

    Use this code in the functions.php file to add a phone number inside the main header area. You may need to add some css to adjust the style of that particular container.

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
      $output = '<div class="custom-phone-number">+1234 23235 2323</div>';
      echo $output;
    }
    

    In the Quick CSS field, use this css “.custom-phone-number” selector..

    .custom-phone-number {
       /* style here */
    }

    Best regards,
    Ismael

    in reply to: Change item order of Animated numbers tool #977753

    Hey sir4you,

    Thank you for using Enfold.

    This is possible but you have to modify the config-templatebuilder > aviashortcodes > numbers > numbers.php file. Look for this code around line 342.

            		// add blockquotes to the content
            		$output  = '<'.$tags[0].' '.$style.' class="avia-animated-number av-force-default-color '.$av_display_classes.' avia-color-'.$color.' '.$meta['el_class'].' avia_animate_when_visible" '.$style.'>';
            		$output .= 		'<strong class="heading avia-animated-number-title" '.$font_style.'>';
            		$output .= 		$before.$this->extract_numbers($number).$after;
            		$output .= 		"</strong>";
            		$output .= 		"<div class='avia-animated-number-content' {$font_style2}>";
            		$output .= 		wpautop( ShortcodeHelper::avia_remove_autop( $content ) );
            		$output .= 	'</div></'.$tags[1].'>';
    

    Replace it with..

            		// add blockquotes to the content
            		$output  = '<'.$tags[0].' '.$style.' class="avia-animated-number av-force-default-color '.$av_display_classes.' avia-color-'.$color.' '.$meta['el_class'].' avia_animate_when_visible" '.$style.'>';
            		$output .= 		"<div class='avia-animated-number-content' {$font_style2}>";
            		$output .= 		wpautop( ShortcodeHelper::avia_remove_autop( $content ) );
    				$output .= 	'</div>';
    				$output .= 		'<strong class="heading avia-animated-number-title" '.$font_style.'>';
            		$output .= 		$before.$this->extract_numbers($number).$after;
    				$output .= 		"</strong></".$tags[1].">";
    

    Best regards,
    Ismael

    in reply to: How to Center Footer Nav Menu with Copyright Below? #977752

    Hi,

    The current background image is quite small for the actual header container. Please use a larger image or adjust the size based on the standard screen resolutions.

    // https://www.w3schools.com/browsers/browsers_display.asp

    The size should be at least 1920x225px.

    Best regards,
    Ismael

    in reply to: Masonry grid not properly sorting alphabetically #977750

    Hi,

    Thank you for using Enfold.

    It’s one of the the isotope script bug where it tries to position a particular masonry item farther than where it is supposed to be located. Unfortunately, we are not sure why it’s doing that. You won’t see the issue when you’re using the Portfolio Grid element.

    Best regards,
    Ismael

    in reply to: Need Preview Pic To Be Full Size On Blog Page #977747

    Hi,

    Thanks for the update.

    The single post page uses a specific thumbnail called “entry_with_sidebar” (845x321px) for pages with sidebar and the “entry_without_sidebar” thumbnail (1210x423px) for full width pages. The crop parameter of these thumbnails is enabled by default so the theme will crop or cut the images to get the specified width and height. You can prevent the theme from cropping the images by installing the following plugin and setting the “crop” parameter to false in the Settings > Media panel.

    // https://wordpress.org/plugins/simple-image-sizes/

    More info about WP thumbnails: https://developer.wordpress.org/reference/functions/add_image_size/

    Best regards,
    Ismael

    Hi,

    Thanks for the info.

    You can create a custom shortcode to render the social icons on a page.

    function avs_social_bookmarks_shortcode() {
    	$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    	ob_start();
    	echo avia_social_media_icons($social_args, false);
    	$social = ob_get_clean();
    	return $social;
      }
    add_shortcode('avs-social-bookmarks', 'avs_social_bookmarks_shortcode');
    

    Use this shortcode in a text or code block.

    [avs-social-bookmarks]
    

    Best regards,
    Ismael

    in reply to: internal server error when using plugins #977745

    Hi,

    The warning should not display when an instagram widget is not active. You probably saw that warning when the instagram widget’s cronjob was running. Did you happen to add the instagram widget before? That folder will not be created if the widget was not added.

    Best regards,
    Ismael

    in reply to: Best way to Implement full screen background videos #977743

    Hi,

    Thanks for the update.

    You can’t unmute a video and have it autoplay at the same time because of the browsers’ autoplay policy. You have to mute the video first in order for them to autoplay or just let the users manually play the videos and enable the audio. Unfortunately, you can’t have both.

    // https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

    Chrome’s autoplay policies are simple:

    Muted autoplay is always allowed.
    Autoplay with sound is allowed if:
    User has interacted with the domain (click, tap, etc.).
    On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously play video with sound.
    On mobile, the user has added the site to his or her home screen.
    Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.

    Best regards,
    Ismael

    in reply to: Increasing the size of timeline icon/picture #977742

    Hi,

    Thanks for the update.

    I was referring to the style of the indicator (line which points to the time) on desktop view. That css code should move them closer to the center. Did you remove the page? It doesn’t exist anymore.

    Best regards,
    Ismael

Viewing 30 posts - 28,921 through 28,950 (of 67,588 total)