tyco72
Forum Replies Created
-
Forum: Reviews
In reply to: [Modula Image Gallery] It does its jobHello, thank you for your reply!
I don’t find the option to select the effects “Under the image”. I see no option menu for it. Is it present in the free version? In which section of settings shouild it be?Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi Marian. It is strange, because the code with only the opacity doesn’t work:
.modula-fancybox-slide–image{
opacity:0.7;
}If I change the 0.7 value, I see no difference. But don’t mind. The important is that at least in combination with the color command, it works. Thank you for your support.
Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi Marian. Sorry, but maybe you have read my question too fast. I asked the opposite ??
Change only the opacity, without to change the default color- This reply was modified 4 years, 1 month ago by tyco72.
Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi. Yes I have done as you told. I have written that it works, all ok.
I just asked which code should be used to change only the opacity of the background, without to change also the default color.Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi thank you, it works!
Just to know, how it should be. What is the syntax if I want keep the default background color, and change only the opacity? I have tried something like:
.modula-fancybox-slide–image{
background-opacity: 0,90;
}but it doesn’t work. With or without “-“
Hello. Thank you for the info. I will check it with the update.
Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi! Thank you very much! Now it works, and also when inserting a custom color with hex value, example:
.modula-fancybox-slide–image{
background-color:#1c1c1c;
}Is there also a command to set a custom transparency? Something like:
background-opacity:90;It would be very useful.
Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHello, I have copied it again, but the parentheses are correct. Maybe they look different in the screenshot. You can check it better viewing the code of the page directly in your browser, pressing “CTRL+U” in the page of the gallery.
Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi, here the screenshot:
https://drive.google.com/file/d/1TPh0lJpbCnO1IsHjQ3BGdcjswoVSm6Wq/view?usp=sharingForum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi, thank you. I have tried, but the background doesn’t change.
Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi, yes I would like to set the background black, or anyway darker than now.
Forum: Plugins
In reply to: [Modula Image Gallery] Lightbox background transparencyHi, thank you. It is not a technical issue. It is only about how to set the transparency grade, or opacity, of the background in the lightbox, in the area not covered by the photo. You can open for example this gallery:
https://www.tycospages.com/cats-and-dogs/cats-photo-gallery/#cat_beautyWhen you view a small photo, as the second photo on the right in the second row (the cat behind the grass), the thumbnail in the background is still too much visible (for me). I would like disable at all the transparency, or reduce it much more.
Forum: Reviews
In reply to: [Gutenberg] Unusable to paste formatted text from Word-LibreOffice@ wizdude
My complain was not about the block navigation widget. It was only to show how many paragraph blocks mess up the page.My complain is that there is no option to disable the autoparagraph behavior. Also in the classic block, WP inserts a spacing row where there is no spacing in the Word document (1 single return as line break), and it adds 2 spacing lines where in Word there is only 1 spacing line with the return key. It has no sense and nobody who pastes contents from Word needs it really. At least make this behavior deactivable.
When you copy a text from WP back into a Word document, the spacing is also not kept as you visually see in WP.I am not using the robots file generarated by WordPress. The problem is not in the robots file. It is in the tag:
<meta name=”robots” content=”noindex,follow”/>contained in the sitemap.html file, generated by the plugin. This tag impedes the robots to index the sitemap.html page, but the page is probably contained in the sitemap.xml file, then there is a conflict. I think that we can ignore the error, since the sitemap.html page should not be indexed indeed.
I just wonder why the developer of the plugin is not giving an answer.I have found something. Open the url of your sitemap.html and then view the source code in the browser. Check whether in the <html> tag there is the entry:
…<meta name=”robots” content=”noindex,follow”/>…
This should be the cause of the error. If I have understood correctly, this tag prevents that the searach engines index this page.
But now my question is:
Should the sitemap.html page be indexed?
It is actually crawled only by the bots, it doesn’t need to be indexed as a page of the site. Maybe google consdiers it as a normal page of the site, because google is only interested to the sitemap.xml.
In this case we could ignore the error. Or the developer of the plugin could remove that tag from the sitemap.html page.