rdillard
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Quest] Slider not responsiveThese are the media queries I added, but they are specific to the images I’m using on one web site. I’m not adding any slider text, so I didn’t have to worry about text overlay font size or clipping the slider text.
These could be tweaked a lot better, but I was on a hard deadline and had to get the site live.
/* Media Queries for custom slider */
/*Height proportions based on 600px defined in admin panel*/@media screen and (max-width: 480px) and (min-width: 320px) {
.sl-slider-wrapper {
height: 246px !important;
}
}@media screen and (max-width: 660px) and (min-width: 481px) {
.sl-slider-wrapper {
height: 338px !important;
}.sl-slider h2 {
font-size: 28px;
}.sl-slider blockquote {
font-size: 16px;
}
}@media screen and (max-width: 767px) and (min-width: 661px) {
.sl-slider-wrapper {
height: 409px !important;
}
}@media screen and (max-width: 991px) and (min-width: 768px) {
.sl-slider-wrapper {
height: 508px !important;
}
}Forum: Themes and Templates
In reply to: [Quest] Slider not responsiveI resolved this by adding some media queries to adjust the height.
Unfortunately, I had to add them to the end of the FullscreenSlitSlider css file to get them to register, so I’ll have to reapply the changes with every update, but it works.
Forum: Themes and Templates
In reply to: [Quest] Slider not responsiveGreetings again,
I think the issue is with the Fullscreen Slit Slider plugin. If you go to their demo site at https://tympanus.net/Tutorials/FullscreenSlitSlider/index2.html, you’ll see the same result. The image height and width styles are inline styles to allow for the background to cover the entire text region, so the image is resized to a point, and then it is just cropped.
It looks fine with the generic images they use in the demo, but for images like large portrait shots of people with no text overlay, I’m getting some really ugly cropped results.
Thanks!
Forum: Themes and Templates
In reply to: [Quest] Slider not resizing on mobile (not responsiveI’m having the same issue. The images are not responsive. Otherwise, this is a great theme!
Thanks,
RobinForum: Themes and Templates
In reply to: [Quest] Slider not resizing on mobile (not responsiveI’m having the same issue. The images are not responsive. Otherwise, this is a great theme!
Thanks,
RobinHi Braad,
Yes, it was another plugin conflict that is resolved now. Thanks so much for your testing and response.
-Robin
I just tried to activate this plugin, but it wouldn’t activate and got the following fatal error:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Using $this when not in object context in /home/<sitehome>/public_html/wpdev/wp-content/plugins/auto-menu-from-pages/admin/class-auto-menu-from-pages-admin.php on line 345
I’m currently using the free version of the Quest theme, so it’s possible it’s a theme conflict.
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] Update broke my resposive videoI just downloaded the plugin, and it works great! Unfortunately, the videos aren’t responsive.
If there’s a previous version that IS responsive, I’d like to use that version, too.
Forum: Plugins
In reply to: [Eazyest Gallery] Lightbox stops working on pics after More thumbnails linkNo, still no solution ??
Forum: Plugins
In reply to: [Eazyest Gallery] Lightbox stops working on pics after More thumbnails linkI still haven’t found a solution ??
Thanks strangerstudios. I hope the PayPal Standard updates are out soon ?? Here are my session settings from phpinfo:
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 25 25
session.hash_bits_per_character 4 4
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /var/lib/php5 /var/lib/php5
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies On On
session.use_trans_sid 0 0Do you see anything I need to change?