daveklep
Forum Replies Created
-
Why don’t the developers of this theme ever answer support requests?
Forum: Developing with WordPress
In reply to: Style submenu to open on mobile tap, not just arrow@t-p Thanks… ultraviolet-2 is the child theme under the Business FSE parent theme. I will be in contact with them as well.
Forum: Fixing WordPress
In reply to: Images blurry after 6.7.1 updateThis bit of code in my functions.php fixed it, as specified in this ticket https://core.trac.ww.wp.xz.cn/ticket/62515:
// Disable auto-sizes.
add_filter(‘wp_img_tag_add_auto_sizes’, ‘__return_false’);- This reply was modified 1 year, 6 months ago by daveklep.
Forum: Fixing WordPress
In reply to: Images blurry after 6.7.1 update@macmanx I tried all that. The images are definitely blurry compared to what they should look like. Tried to paste an image in here but it’s probably been downsized and is hard to tell (left is blurry and right is full res). But if you change the loading to “eager” you’ll see what I mean.
Forum: Fixing WordPress
In reply to: No Default Column SpacingThanks… I created the child theme, undid the changes I made on the parent theme’s CSS, and redid them on the child theme’s CSS. I have been able to make all the changes I wanted to so far, including column spacing.
Forum: Fixing WordPress
In reply to: No Default Column SpacingThe site is not live, so I don’t think it can be viewed. And I did also put a post on the theme support page.
https://dev.ultraviolet.com/martial-arts-studios-dance-yoga-gym/
- This reply was modified 2 years, 4 months ago by daveklep.