mafreprezent
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Only Primary Sidebar ShowingHappy to explore any other theories. Update to latest Genesis has not changed anything for me.
Thanks so much for the support.
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Only Primary Sidebar ShowingYes. Pic: https://i.imgur.com/ndQNMck.png
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Only Primary Sidebar ShowingSure, and yes I am not seeing the sidebars.
I can “edit” them from the Simple Sidebars area but they simply don’t show up in Appearance>Menus or Appearance>Customize.
Screen shots of relevant areas: https://imgur.com/a/4N09tpc
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Vector-based PNG ImagesOK, here is what I learned after getting a better answer from a different tech at SiteGround:
Thank you for contacting our Help Desk!The NGINX configuration files are not visible to you as they are system files.
You should be able to apply the above-mentioned rule in the .htaccess file of the website as follows:
Code:
RewriteRule \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.phpPlease discuss the matter with the developer of the plugin once again.
If this fails to resolve it, please update the ticket so we can check this further.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Vector-based PNG ImagesI have looked for an NginX.conf file and asked Sitegruond support about it, but they could not locate it (we have a dedicated server).
Would I just add this to the wp-config.php file?
location / {
rewrite \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php;
}Forum: Plugins
In reply to: [Adaptive Images for WordPress] Vector-based PNG ImagesI am working for someone who has done a lot more front-end work than me who I am going to run the following by:
I am now thinking I can upload some really nice images (we have some 4K and similar monitors here) and define a number of different lower sizes and be done with it. It would save me the trouble of dabbling in PHP and re-making changes after theme updates (probably).
Forum: Reviews
In reply to: [Adaptive Images for WordPress] Awesome SupportYou earned them and more. I made a donation with my personal card because that’s just what felt right.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Vector-based PNG ImagesOh my gosh this is… the best support I’ve ever received for ANY plugin my gosh! The test/example stuff has me over the moon.
I am feeling really tempted to define some other image sizes and rely on WP’s system to deliver different images, but wow this could save me some time and hassle with theme updates.
I’m going to leave a revive and make a personal donation because this blew me away.
Forum: Plugins
In reply to: [SEO Slider] Image Quality@seothemes Whoa, thanks for the wizardry, thanks SEO themes! I guess I should give this plugin an awesome rating 😀
Forum: Plugins
In reply to: [SEO Slider] Image Quality@seothemes I understand it creates a new image size, and when it does, the image sucks (if it’s a vector). And to be clear, that’s true on both the slider and with hero images on subpages within the Corporate Pro theme (made by SEO Themes). Sorry for lumping them together, it’s just the slider is bundled with the theme.
@hifidesign My workaround is simply bypassing WP and replacing the images on the server FTP manually by making copies of better images and renaming them in the convention of the image size (image-name-1280×720.png). I don’t have a coded solution for automating that, but it seems like it would be a fun Python project 😀
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Times displaying incorrectly on front endForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Times displaying incorrectly on front endI am having this EXACT same issue. I haven’t switched themes (I’m using Genesis and a StudioPress direct child theme, Altitude, so I’d think it’s pretty clean). But I disabled all plugins, and it didn’t fix the issue.
Everything is in Denver time. The back-end Event entry looks correct. On all front-end, I see UTC time.
Page showing incorrect times: https://fishingforthegoodlife.com/about/ (any front-end does though).
- This reply was modified 7 years, 1 month ago by mafreprezent.
Forum: Plugins
In reply to: [SEO Slider] Image QualityI’ve worked around this to some degree but results can be inconsistent – after the plugin generates TERRIBLE-looking images (at least for vector-heavy stuff, images are OK), THEN I go into the server FTP and manually upload better images. The other images that the plugin generates aren’t visible in the WP media browser.