Forum Replies Created
-
AuthorPosts
-
March 25, 2019 at 3:27 am in reply to: Keep logo centered on mobile devices like it is on desktop #1082482
https://www.janeykait.com (it’s my daughters blog)
July 11, 2018 at 8:03 pm in reply to: FALLBACK IMAGE NOT WORKING in Fullwidth Slider with Video #984347OK, I think I am close to understanding. This is the code that I pasted into the editor, and since my line numbers don’t exactly match because I’ve maybe added a few other things in the past, can you tell me where I need to insert if(this.isMobile)?
——————————-
var image = $(‘‘);
var lightbox = false;if(appendTo.is(‘a’))
{
appendTo.attr(‘href’, fallback_link);
lightbox = true;
}if( ‘string’ == typeof fallback_link && fallback_link.trim() != ” && !appendTo.is(‘a’))
{
image = $(‘‘);
lightbox = true;
}if( lightbox && $.fn.avia_activate_lightbox)
{
current.parents(‘#main’).avia_activate_lightbox();
}current.find(‘.avia-slide-wrap’).append(image);
July 10, 2018 at 2:17 am in reply to: FALLBACK IMAGE NOT WORKING in Fullwidth Slider with Video #983456I went back to an older thread with this same issue in which you gave code to replace what was in lines 224-225, and then later in that thread you said you needed to revert some part of it to if(this.isMobile)
…
Could you please provide more information on where if(this.isMobile) needs to be added and/or what it is to replace?Thank you!
July 9, 2018 at 9:23 pm in reply to: FALLBACK IMAGE NOT WORKING in Fullwidth Slider with Video #983398So Ismael, how will I be able to also fix my [object object] error on mobile when using the fallback image?
October 6, 2017 at 10:24 pm in reply to: Contact form element – how to include reply-to email address? #861198****NEW CRITICAL ISSUE WIth POSTMAN SMTP???*****
I just got an alert from Wordfence that says:
The Plugin “Postman SMTP” has been removed from wordpress.org.
Plugin Name: Postman SMTP
Plugin Website: https://wordpress.org/plugins/postman-smtp/
Current Plugin Version: 1.7.2
Severity: Critical
Status NewDoes anyone know what to do about this issue? We depend on the plugin to send our email from CF7.
Details in Private Content
I’m having the same issue. When you find a way to make the content within each tab fill up the section independent of the amount of content in other tabs, let me know. Great feature and once this issue is resolved it’s going to be fantastic!
-
AuthorPosts