emeraldwave
Forum Replies Created
-
Thanks for those tips Bradvin. So I checked that further, and now I realize all of the images without tags have their URL showing them in a CACHE folder at /wp-content/uploads/cache/, (and I don’t see them in the Media Library), for example, this image:
https://cdn.mydomain.com/wp-content/uploads/cache/2016/05/london-red-widgets/2997689972.jpg
I’m using Autoptimize plugin for some caching/optimization but assume FooGallery works with that.
What do you think? Appreciate any tips to resolve?
- This reply was modified 3 years, 3 months ago by emeraldwave.
- This reply was modified 3 years, 3 months ago by emeraldwave.
- This reply was modified 3 years, 3 months ago by emeraldwave.
- This reply was modified 3 years, 3 months ago by emeraldwave.
- This reply was modified 3 years, 3 months ago by emeraldwave.
Same issue. Colorize option means images are completely invisible until you hover over the area you expect an image to be.
So this option is not usable for now.
It seems to be an issue with the CSS (img filter url) portion. Disabling the checkbox for that filter fixes it (in FF browser Inspect Element testing). But I don’t the way to add this fix to the custom CSS.
Anyone know what CSS to use to disable the image filter url?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not work with a ThemeOk thanks I will!
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not work with a ThemeHi Frank,
I have a similar issue – JS, CSS, HTML are not being autoptimized despite being checked (source code at front end shows no change).As you suggest above, I checked my theme and the <html tag is in place. (Also I disabled all plugins but no difference. Autoptimize works fine on any other theme or default wp theme. So it does seem to be an issue with my theme. My site is https://www.byzastoursturkey.com.)
Is there anything else that might cause a theme not to work with Autoptimize?
Thank you!
- This reply was modified 8 years, 1 month ago by emeraldwave.
Forum: Plugins
In reply to: [JinMenu] javascript:void(0) Error in HTML OutputHere is a copy of how my full link appears with this error:
<a title="Book Online" target="_blank" href="javascript:void(0)"><strong>Book Online</strong></a>
Forum: Plugins
In reply to: [Relative URL] Removes /de/ or /ru/ in the URLSorry, the last example didn’t post – here it is for WPML with //:
<a href="//www.mydomain.com/ru/path-to-url/">abc</a>
Forum: Plugins
In reply to: [Relative URL] Removes /de/ or /ru/ in the URLHi Tunghsiao,
Thanks I updated the plugin and retried it for testing – here’s the results:(1) CDN Images:
This seems to be solved – great. They display now as:
<img src=”https://cdn.mydomain.com/image-path/image-name.jpg” />(2) WPML language paths:
Now these start with // like this, so I think this type still needs a fix:
Thanks for your update and support.
Forum: Plugins
In reply to: [WPML flag in menu Extended] Bug in HTML Code OutputOk I fixed it with a temporary workaround by manually replacing the code with on line 168 of wpml-flag-in-menu-extended.php with this one:
$new_items .= '<img width="18" height="12" ' . $i_class . ' src="' . $l['country_flag_url'] . '" alt="' . $l['language_code'] . '" />';
Forum: Plugins
In reply to: [Relative URL] Removes /de/ or /ru/ in the URLHi again,
Just to record another side effect for other users who might be trying the plugin on a live site like me:This plugin replaces my CDN subdomain with WWW subdomain for IMAGES on language pages with WPML.
For example, https://cdn.mydomain.com/image-path/ becomes https://www.mydomain.com/image-path/
Therefore I have now disabled it. It doesn’t work with WPML.
It looks like it works great if you don’t use WPML or a CDN.
Here is a sample of the extra code it is adding inside the Google Analytics code:
<script type="text/javascript">{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/www.mydomain.com\/","name":"My Website Name"} var icl_lang = 'en';var icl_home = 'https://www.mydomain.com/'; Google Analytics Script Goes Here </script>
Forum: Plugins
In reply to: [Custom Headers and Footers] Fatal error: Call to undefined functionOk I fixed it. I removed the below offending code from the custom-headers-and-footers.php in Plugin > Edit Plugins and now it works:
&& !custom_in_blog()
Re-requesting – how can I redirect this kind of url using this plugin:
mydomain.com/%5EgetBacklinksMSN
Sorry the originaal request is wrong, it should say:
/%5EgetBacklinksMSN
PS. Just to clarify – I can actually login to wp-admin via the browser fine, but when I look go into FTP, this folder and other wordpress folders do not display/exist there!
I have a similar issue – I’m on MAC but using Mozilla not Safari so it should see the .zip file ok.
Just wondering if you found a fix?
Strangely my site’s frontend actually works and displays ok after deploying, but same as the original poster, my FTP folders for /wp-content/ /wp-admin/ etc. are completely missing!