Forum Replies Created

Viewing 30 posts - 37,501 through 37,530 (of 66,745 total)
  • Author
    Posts
  • in reply to: After import can`t display video – post type blog #737566

    Hi!

    The masonry element supports post format but not in the way the previous one works. It will just display an icon which signifies the post format. The actual videos will only display on the single post page.

    Regards,
    Ismael

    in reply to: sticky mobile menu #737562

    Hi!

    Please add this css code inside the css media query.

    #header_meta {
        display: none;
    }

    Regards,
    Ismael

    in reply to: Sidebars (left and right) do not work… #737561

    Hi!

    Please post the login details in the private field so that we can check the Widgets panel. Did you add any widgets in the Displayed Everywhere widget area?

    Cheers!
    Ismael

    in reply to: Portfolio Ajax content #737558

    Hi imc-html!

    Thank you for using Enfold.

    The ajax container can only display the content of the Ajax Portfolio Preview Settings including the Preview Text and the Preview Images.

    Cheers!
    Ismael

    in reply to: Blogbeitrag Featured Image Bildgröße ändern. #737556

    Hi prudsys!

    Thank you for using Enfold.

    Please install the following plugin, go to the Settings > Media panel and adjust the size of the “entry_with_sidebar” and “entry_without_sidebar” thumbnails, update, save then regenerate the thumbnails.

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

    Best regards,
    Ismael

    in reply to: Stop slideshow for 10 seconds on mouseclick #737554

    Hi,

    UPDATE: Do you want the slideshow to resume after 10 seconds when the user click on the navigation buttons? We modified a few lines in the shortcodes.js file.

    	// public method: shows next image
    		next : function(e)
    		{	
    			e.preventDefault();
    			//this._stopSlideshow();
    			this._navigate( 'next' );
    		},
    
    		// public method: shows previous image
    		previous : function(e)
    		{
    			e.preventDefault();
    			//this._stopSlideshow();
    			this._navigate( 'prev' );
    		},

    Best regards,
    Ismael

    in reply to: Stop slideshow for 10 seconds on mouseclick #737551

    Hi,

    I think it’s not noticeable because the interval is also set to 10 seconds. Please set it to 3 seconds then check the page again.

    Best regards,
    Ismael

    in reply to: Vendors' banner not responsive #737147

    Hi,

    Please replace the code with the following.

    @media only screen and (max-width:767px) {
      .wcv-pro-vendorlist .wcv-banner-wrapper > img, .wcv-store-grid #banner-wrap > img {
        max-width: none;
        min-height: 280px;
        max-height: 280px;
        width: auto;
      }
    }
    

    Best regards,
    Ismael

    in reply to: apply text background to normal text #737146

    Hi,

    Please remove the css “display” property.

    .home #fullscreen_slider_0 h2.avia-caption-title {
        background: #686c68;
        /* display: inline; */
    }

    Best regards,
    Ismael

    in reply to: Video as background with Layer Slider WP Version 5.6.8 #737145

    Hey Empatica,

    Thank you for using Enfold.

    I’m sorry but this is not possible at the current version of the plugin so you have to wait for version 6.0. However, you can try this workaround but I’m not sure if this is going to work.

    // https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/

    Instead of the theme’s video shortcode, use the default wp shortcode.

    // https://codex.wordpress.org/Video_Shortcode

    We set it up for you here:

    // http://empatica.bonotown.net/doble-ele/wp-admin/admin.php?page=layerslider&action=edit&id=4

    Adjust the video url.

    Best regards,
    Ismael

    Hi,

    Will this be fixed in a future version? Especially with screens having more and more pixels width this is becoming an issue more and more.

    This is the intended behaviour of the masonry element when contained.

    Could this be an option? Deleting the line in enfold and adding a min-width instead?

    How many columns are you expecting? Yes, that is one of the solution but I think it’s better if you control the max width property of the items on desktop view. Revert the shortcodes.css file to default, remove the css modification then use this one.

    @media only screen and (min-width: 989px) {
         #top .container .av-masonry-col-flexible .av-masonry-entry{
              max-width: 33.33% !important;
         }
    }

    This will force the element to display 3 columns, lower width value equals more columns.

    Best regards,
    Ismael

    in reply to: problem adding a banner in the header #737142

    Hi,

    You need to duplicate the “Frontpage” and set it as front page in the Settings > Reading panel. Edit the page, add the banner (slider, color section) plus the blog posts element.

    // http://www.sungalaa.com/en/

    Best regards,
    Ismael

    in reply to: Phone number tracker #737141

    Hi,

    Please replace the code in the functions.php file with the following.

    function ava_custom_script() {
    ?>
    	<script type="text/javascript">
    	(function($) {
    		var number = $("#clickToShow").text();
    		var length = number.length - 8;
    		var shortNumber = number.substring(0, length);
    		var eventTracking = "_gaq.push(['_trackEvent', 'EVENT-CATEGORY', 'EVENT-ACTION', 'EVENT-LABEL']);";
    		$("#clickToShow").hide().after('<button id="clickToShowButton" onClick="' + eventTracking + '">' + shortNumber + '… (click to show number)</button>');
    		$("#clickToShowButton").click(function() {
    			$("#clickToShow").show();
    			$("#clickToShowButton").hide();
    		});
    	})(jQuery);
    	</script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script');
    

    Best regards,
    Ismael

    Hi,

    In the second screenshot, please put the columns inside their own color section. It usually fix the issue.

    Best regards,
    Ismael

    in reply to: Add title to a listing (using with Geodirectory) #737120

    Hey bauchope,

    Thank you for using Enfold.

    I’m sorry but we are not familiar with the plugin and please note that we don’t provide support for third party plugins as stated on our support policy but we’ll try our best to help. Did the plugin author provide you any other info other than “compatibility”? Are they using a custom template for this listing? Please try to enable the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings.

    Best regards,
    Ismael

    in reply to: Responsive settings sidebar menu #737117

    Hi,

    The css code should force the theme to display the iPhone layout on iPad view. Are you sure that you’re not looking on a cached version of the site? Please post the login details so that we can check the css modification.

    Best regards,
    Ismael

    in reply to: Quick CSS issue #737116

    Hi,

    Please check the wp-content > uploads > dynamic_avia folder and make sure that the folder permission is set to 777. Inside that folder, the enfold.css file should have a file permission of 0604. If the file permissions are correct and it’s still not working, please rename the enfold.css file then go back to the theme options, toggle any settings and then save it to regenerate another dynamic stylesheet.

    Best regards,
    Ismael

    in reply to: Mobile Menu not consistent from page to page #737110

    Hi,

    The shopping cart icon position is the same on most pages except for the “Destination” page because it is located beside the menu items. Did you add any custom modifications in the functions.php file? Please post the login details here so that we can check the settings.

    Best regards,
    Ismael

    in reply to: Woocommerce Artikelnummer #737108

    Hey Luisgasser,

    Thank you for using Enfold.

    What do you mean by “item number”? Could you please provide a screenshot? If there are products with more than one item, the number of items should display below the product title and beside the product price. Example:

    Example Product 
    2 × £9.99
    

    Best regards,
    Ismael

    in reply to: Problem with enfold 3.8.4 #737106

    Hi,

    Thank you for using Enfold.

    Which of the columns are disappearing? Please give us full admin rights so that we can modify the page. The advance layout builder is disabled for the account.

    Best regards,
    Ismael

    in reply to: Problem with slider on mobile versions #737100

    Hi,

    Please add this code in the Quick CSS field:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 0 !important;
    }
    }
    

    And please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Masonary Gallery #737098

    Hi,

    Thank you for using Enfold.

    Did someone answer your inquiry? You’re the only user in this thread but based on your replies, it looks like you’re talking to someone else. What do you mean by “blue squares”? Could you please provide a screenshot?

    Best regards,
    Ismael

    in reply to: Marker Tooltip on Google Maps component #737092

    Hi,

    Thank you for using Enfold.

    when you have multiple markers, and you click on a few, they all open at once and make for a very messy

    The marker should open one at a time and clicking on the “x” symbol should close it. Could you please provide a url to the page with the issue? It’s possible to close existing markers when you click on another but it will take modification that we won’t be able to provide here. Please hire a freelance developer or contact our partner, codeable.

    // http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: i do not get paragraphs #737089

    Hi,

    WordPress will automatically remove paragraph and line break tags if they are not necessary. If you want to create space between the paragraphs, press the return or enter key twice. Or add a unique class attribute to the element. Example.

    
    <p class="custom_paragraph">Klicke hier, um Ihren eigenen Text einzufügen</p>
    <p class="custom_paragraph">Klicke hier, um Ihren eigenen Text einzufügen</p>
    
    

    Best regards,
    Ismael

    in reply to: Resized Images NOT USED lead to VERY SLOW performance #736940

    Hi!

    Thank you for using Enfold.

    I checked the page but it’s broken. Is this a blog page? If this is the blog page, you can set the Blog Layout > Blog Layout panel to “use the advance layout builder. After that, edit the actual blog page and insert the blog posts element where you can set the “Preview Image Size” settings.

    The site is also using an old version of the theme, 3.6.1. Please upgrade to version 3.8.3. and WP to version 4.7.1

    Regards,
    Ismael

    Hey!

    The items are totally gone but I’m not sure how and the only way that you can recover it is from a backup. Do you have a backup of the site? Please ask your hosting provider.

    Regards,
    Ismael

    in reply to: Footer Height & Menu changes problem #736937

    Hi!

    I’m so sorry about that. You should add the code in the functions.php file, not the Quick CSS field. This will load the “raleway” font on every page even without the layer slider.

    Best regards,
    Ismael

    in reply to: Title_container missing in news overview page #736936

    Hi!

    If that is the case, we can set the Enfold > Blog Layout > Blog Layout settings to “use the advance layout builder”. Edit the page then insert the Blog Posts element. You can see the result in the “news’ page.

    Regards,
    Ismael

    in reply to: Anchor tag not lining up with bottom of header #736935

    Hi!

    Please remove the modification then go to the Header > Header Layout panel. Set the Header Size to “custom pixel value” then adjust the Header Custom Height settings.

    Best regards,
    Ismael

    in reply to: Fitting whole video in color selection? #736934

    Hey!

    What is the actual resolution of your screen or monitor? Creating a video with a custom size might work for a certain screen size. If you can provide the login details, we will test the css modification.

    Regards,
    Ismael

Viewing 30 posts - 37,501 through 37,530 (of 66,745 total)