Forum Replies Created

Viewing 30 posts - 27,691 through 27,720 (of 35,289 total)
  • Author
    Posts
  • in reply to: Datepicker in Forms translation to long wording #960574

    Hi,
    Thanks for sharing your solution, shall we close this then?

    Best regards,
    Mike

    Hi,
    It looks like it is to pause a video, if you didn’t add it then you probably don’t need it, but someone added it.
    Glad all is working for you now, shall we close this then?

    Best regards,
    Mike

    Hi,
    Yes that is not working, so was the modified helper-markup.php working correctly?
    if so, you may need to copy the whole file into your functions.php

    Best regards,
    Mike

    Hey Carsten,
    The issue was this script in your functions.php:

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    	?>
    	<script type="text/javascript">
    		(function($) {	
    			$(document).ready( function() {
    				var video = $('.avia_video').mediaelementplayer();
    				var paused = video.paused;
    
    				if (paused === true) {
    					console.log('started');
    				} else {
    					console.log('prevented');
    				}
    			});
    		})(jQuery);
    	</script>
    	<?php
    }

    I comment it out and now your images show.

    Best regards,
    Mike

    in reply to: Disable cookie consent on specific pages #960322

    Hey loyalzoo,
    You can do this with css in your Quick CSS, if it is for a specific page use the page ID like this:

    #top.page-id-1195 div.avia-cookie-consent {display:none !important;}

    you can list a couple of pages easily using this, but it sounds like you want to disable for a group of pages for members, so you could block it for logged-in members with this css:

    #top.logged-in div.avia-cookie-consent {display:none !important;}

    If you are using a membership plugin and want to be more specific the plugin most likely adds a class to the page or post that can be added to the code, but we would have to take a look at the page as the member to find the class.

    Best regards,
    Mike

    in reply to: Tab Section: title not centered? #960311

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Datepicker in Forms translation to long wording #960310

    Hey Adrian,
    Please see this solution

    Best regards,
    Mike

    in reply to: Enfold – Responsive Multi-Purpose Theme #960309

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #scroll-top-link {display:none !important;}

    Best regards,
    Mike

    in reply to: Issues in the dynamic_avia css #960305

    Hi,
    Glad to hear, have a great day.

    Best regards,
    Mike

    in reply to: Enfold SVG logo and a different logo for Rich Snippets #960302

    Hi,
    When I look at your link it says zero errors, perhaps it’s not correct?
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    Hi,
    I have asked the team to take a look with Safari & iPhone, as I don’t have a Mac.

    Best regards,
    Mike

    in reply to: Trouble finding autoRewind in Avia.js #960258

    Hi,
    Sorry for the late reply, I have not been able to find a solution for this, I’ve asked the team to take a look.

    Best regards,
    Mike

    in reply to: Not finding Enfold easy at all #960152

    Hi,
    I like this tool / site: https://tinyjpg.com/

    For your grid rows after “5 Steps to Success”, I recommend setting up another section that will only be shown on mobile, and have your current section only show on tablets and up.
    My main reasoning is that the text is quite a lot to show on mobile and will be hard to read, typically mobile exposure is a “hook” where the visitor will return later to view on a desktop to investigate more, think of it as your elevator pitch.
    Perhaps you could have each image as a slightly blurred background and one or two lines of text on top. Or just have the images as full width with the text under.
    If you like this, try creating the section using columns, under the current grid rows and set the visibility to mobile (small screens) only then set the 3 grid rows as hidden on mobile.

    Best regards,
    Mike

    Hi,
    Strange, I tested with Chrome, Firefox, Edge & IE11 and found it working.
    Try changing the line:
    scrollTop: (5)
    to:
    scrollTop: (10)

    Just to make sure we are looking at the same thing I made a video in the Private Content area, watch for the masonry blog posts at the bottom of the page on page load. The video was made in Windows 10 Edge.

    Best regards,
    Mike

    in reply to: Encountered Fatal Error #960145

    Hi,
    That is great, just post the login info here. Hopefully you will have a backup so if we brake it on the first try you can restore it easily.
    I don’t think we will, but I haven’t seen this issue before with other sites updating.
    Also let us know if the host is using anything special like varnish or rail-gun.

    Best regards,
    Mike

    in reply to: Quick CSS funktioniert nicht #960141

    Hi,
    I changed the content of your “custom css” box for the phone number to “phone-link” now the css you wrote works.
    But to be clear you could name this anything, as long as your css used the same.

    As for your first question, with css we can make something work for a whole site or just one page, but I’m not sure what you want to do. Please try explaining using images.

    Best regards,
    Mike

    in reply to: Color Section Background video broken after update #960131

    Hi,

    But when i visite the site from my brother’s site, it loops normally

    Can I ask if you meant in this statement that when viewing from you brother’s “computer” it loops normally?
    If so please compare version numbers of Chrome.
    With my Chrome on Windows 10 (v66.0.33) your video is not looping, but with Firefox & Edge the video loops.
    I believe Chrome has made a change that has broken this but I have not proved it yet. For example, I have read lately that browsers are talking about stopping all video auto play if the video contains sound, and I think Safari is the first to start this, I’m not 100% on that, I’m going by memory.
    Nonetheless, I don’t believe this is a Enfold error.

    Best regards,
    Mike

    in reply to: LayerSlider – Demo Sliders #960117

    Hi,
    Sorry, correct one is now linked in the Private Content area.

    Best regards,
    Mike

    in reply to: Changing into Enfold #960113

    Hi,
    I have found that in your css your table header (th) is “text-transform: uppercase;”
    but in your case you want “text-transform: lowercase;” so please try:

    th {
        text-transform: lowercase !important; 
    }

    Best regards,
    Mike

    in reply to: Comments not showing in posts #960102

    Hi,
    Sorry, it looks as though in the old thread I was able to login, yet this time I was blocked.
    I believe this is due to geo ip blocking, and I believe your ip is from Venezuela.
    I tried my VPN, but I don’t have Venezuela on it, the closest was Brazil, which didn’t work.
    Please ask your webhost to disable the IP blocking so we can assist.

    Best regards,
    Mike

    in reply to: Gradient background with picture #960099

    Hi,
    Sorry for the confusion, this would be a great feature, yet this is not available at this time.
    Sorry, I wish we could have been more help.

    Best regards,
    Mike

    in reply to: Layer Slider, Background Video and Chrome #960097

    Hi,
    I see that you have this error:

    Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://www.solid-steelband.com').
    h.B @ www-widgetapi.js:99

    It is basically saying the you have a http site pointing to https
    try changing the link to YouTube to http

    Best regards,
    Mike

    in reply to: Encountered Fatal Error #959779

    Hi,
    I did deactivate all plugins to test, but I thought I had put them back the way they were, sorry.
    I’m sure we can figure out what went wrong with your update, but I felt it was important to get your client site back up first.
    Can you see if your webhost offers site staging, typically this is a option in your cPanel:
    2018-04-29_082202
    2018-04-29_082329
    This will make a copy of your site so we can test without having your client site down.

    Best regards,
    Mike

    in reply to: Easy slider not working correctly #959769

    Hi,
    Can you please include the url and admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: move social icons to bottom of left sidebar layout #959765

    Hi,
    Thanks for sharing, I believe this would be the best approach, I went ahead and added the header widget area for you and moved the widgets, and added this css in the Quick CSS to give the widgets the same padding as the other items:

    #search-3.widget, #custom_post_widget-2.widget {
    padding: 0 40px 40px 40px;
    }

    Please let us know if there is there anything else we can assist with on this.

    Best regards,
    Mike

    in reply to: Issues in the dynamic_avia css #959752

    Hi,
    This has to do with WP core image compression and the PHP extension used.
    This most frequently happens when using the GD library with PHP. If your webhost has it available, enable the Imagick extension (ImageMagick) for PHP. Your webhost will be able to help you enable it.

    A smaller set of dimensions doesn’t automatically translate to smaller filesize, because when you make the image smaller in dimensions, the pixels can’t get any smaller, so instead some are thrown out, and moved around, colors are changed, and more to make the image look mostly the same as the larger one. Then the general rule of compression comes in to play, smooth areas of images can be compressed better than rough areas that have lots of variation in color. A picture of the pure blue sky will be smaller than a picture of a bunch of flowers with different colors, because there are more jagged lines, more variation, less room for compression.

    If you don’t find changing the PHP extension used helps, there are plugins that use better compression and should help.
    Here’s some more info: 4 key wordpress image optimization tips

    Best regards,
    Mike

    Hi,
    Thank you, have a great day.

    Best regards,
    Mike

    in reply to: Using Child Theme – identifying 'whole function' #959711

    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
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Quick CSS funktioniert nicht #959546

    Hi,
    Für den E-Mail-Link fügen Sie im Feld “benutzerdefinierte CSS-Klasse” eine Klasse wie “E-Mail-Link” hinzu, damit Sie CSS-Regeln hinzufügen können:

    .email-link a {text-decoration:none!important; color:black!important;}

    2018-05-20_180708
    Ich habe für Sie hinzugefügt, löschen Sie bitte Ihren Browser-Cache und überprüfen Sie.

    Für die zweite Frage bin ich mir nicht sicher, was Sie meinen, bei der mobilen Größe sehe ich keinen Überlauftext. Bitte beraten:
    2018-05-20_181209
    ——————
    For the email link, the “custom css class” box is to add a class like “email-link” so you can add css rules:

    .email-link a {text-decoration:none!important; color:black!important;}

    2018-05-20_180708
    I added for you, please clear your browser cache and check.

    For the second question, I’m unsure what you mean, at mobile size I don’t see overflow text. Please advise:
    2018-05-20_181209

    Best regards,
    Mike

    in reply to: Encountered Fatal Error #959544

    Hi,
    That is your WPBakery Page Builder plugin, please disable.

    Best regards,
    Mike

Viewing 30 posts - 27,691 through 27,720 (of 35,289 total)