sdk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] Iframe Not Workingi’m curious about setting the width and height to 100% for iframes… right now it’s very tiny.
Forum: Fixing WordPress
In reply to: [Firelight Lightbox] Easy fancybox FULLSCREEN??can you recommend a full screen option?
Forum: Reviews
In reply to: [WordPress IDX Real Estate Listings & MLS Search] Bottom of the BarrelI feel like your support should have let me know that Denver was not supported – I didn’t really feel like they knew the subject that well as it took many email conversations to address this issue.
also, i feel it would be beneficial to you to list major cities that you do not support clearly on your site.
thanks for the reply, if i could edit my comment i would.
Forum: Plugins
In reply to: [WordPress IDX Real Estate Listings & MLS Search] Blank search results page?DENVER
Forum: Plugins
In reply to: [WordPress IDX Real Estate Listings & MLS Search] Blank search results page?I am about to purchase a license and my client is located in Colorado – I’ve been reading that this plugin DOES NOT SUPPORT COLORADO?
is this correct?
Forum: Plugins
In reply to: [WordPress IDX Real Estate Listings & MLS Search] Blank search results page?i did purchase a real license…
Forum: Plugins
In reply to: [WordPress IDX Real Estate Listings & MLS Search] Blank search results page?Hi there… my search results page is still blank – even when i tried it with the default WP theme and no other plugins installed… please advise.
also, when adding your IDX Listings widget all of the City Names to choose from are Laguna Beach, etc… having NO relation to the agent ID city. What;s up with that?
Forum: Plugins
In reply to: [WordPress IDX Real Estate Listings & MLS Search] Blank search results page?hi ??
it’s linked in the original comment
Forum: Fixing WordPress
In reply to: Featured Images Broken in Back End after 4.4 Updatei grabbed it from somewhere – my issue was related to HTTPS, not sure if that’s the case on your end…
Forum: Fixing WordPress
In reply to: Featured Images Broken in Back End after 4.4 Updateadd_filter('wp_get_attachment_image_attributes', function($attr) { if (isset($attr['sizes'])) unset($attr['sizes']); if (isset($attr['srcset'])) unset($attr['srcset']); return $attr; }, PHP_INT_MAX); add_filter('wp_calculate_image_sizes', '__return_false', PHP_INT_MAX); add_filter('wp_calculate_image_srcset', '__return_false', PHP_INT_MAX); remove_filter('the_content', 'wp_make_content_images_responsive');
add to your functions.php and all will be well (disables WP 4.4 responsive images feature)
Forum: Fixing WordPress
In reply to: after upgrade to 4.4 media files are not showingadd_filter('wp_get_attachment_image_attributes', function($attr) { if (isset($attr['sizes'])) unset($attr['sizes']); if (isset($attr['srcset'])) unset($attr['srcset']); return $attr; }, PHP_INT_MAX); add_filter('wp_calculate_image_sizes', '__return_false', PHP_INT_MAX); add_filter('wp_calculate_image_srcset', '__return_false', PHP_INT_MAX); remove_filter('the_content', 'wp_make_content_images_responsive');
i fixed mine with the code above – apparently, if you have HTTPS enabled on your site (or other plugin conflicts) images may be broken – the above code should be added to your functions.php child theme file (it will disable auto responsive images in WP 4.4)
i am having this issue as well…
events that are input as “all day” are showing up as 12am to 11:59pm. That in itself is weird; I wish it just said “all day,” or better yet, had no time listed.
Forum: Plugins
In reply to: [Open Table Widget] Change submit button text?thx!
Forum: Themes and Templates
In reply to: (Theme: Pradise) Cannot uploadi can ftp it to your WordPress install if you like ?? i would need FTP login info… you can email me on my contact form: https://stephendanielkarpik.com
please provide FTP login info and and email address so i can share a dropbox folder for you to upload theme for me to upload via FTP.
Forum: Themes and Templates
In reply to: (Theme: Pradise) Cannot uploadHi there,
You can upload the theme via FTP or through the WordPress admin. Once uploaded, just activate that theme.
Here’s more: https://www.wpbeginner.com/beginners-guide/how-to-install-a-wordpress-theme/