sayhellostranger
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Maps by Supsystic] Duplicate a MapSorry,
forgot to mark problem solved quickly and without big words.
thanksForum: Plugins
In reply to: [Ultimate Maps by Supsystic] Duplicate a MapHello Supsystic-Team,
thank you for this update and support.
Works great. And saved me a lot of work.
Greetings from Frankfurt am Main
MathesForum: Plugins
In reply to: [WP Show Posts] Using the Read-More Block with WP Show PostsHi,
I found a solution.
Set the content output function parameters in wp-show-posts.php too<?php the_content( true, true ); ?>
– instead of false – works in my sense.
The field for ‘Text for read more’ simply remains empty.
Ahoi! Mathes
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Don’t work with WP 5.5Hello Wipeout Media-Team,
Sorry for the late reply. The system runs on PHP 7.4 with 250MB memory limit.
The problem: when I create a second block of code, it names it like the first and the Settings pop-up window does not close after saving. When the plugin is called up again, both have disappeared.Hope this helps.
Best wishes,
MathesForum: Plugins
In reply to: [Smart Slider 3] Set slide background-color to transparent with CSSHej Ramona,
the Supportmail is out and the Website now public.
Forum: Plugins
In reply to: [Smart Slider 3] Set slide background-color to transparent with CSSHey Ramona,
The CSS code was wrong only in my reply. Sorry for confusing you.
As I said, assigning the Slide a new solid BG-Color is not a problem.
But the thing with the transparency, likediv.n2-ss-slide-background-color { background-color: transparent !important; }does not work for me. The BG is owned by #666666.
I just tried to look what happend, also rgba() like that:div.n2-ss-slide-background-color { background-color: rgba(255, 255, 255, 0.7) !important; }but the new RGBA-Color just covers the gray background (he is getting lighter) and does not replace it.
Maybe he can only handle #hex statements via CSS?
Is probably also a rather unusual application from me. Sorry for the trouble.
Another (last) idea?Forum: Plugins
In reply to: [Smart Slider 3] Set slide background-color to transparent with CSSSorry, the code above is wrong, of course. It must of course be that way:
div.n2-ss-slide-background-color { background-color: transparent !important; }Sorry
Forum: Plugins
In reply to: [Smart Slider 3] Set slide background-color to transparent with CSSHej Ramona,
Thanks for your super fast response. Maybe I did not get it right.
I’ve entered ‘.n2-ss-slide-background-color’ as a CSS class under Content / Settings. Withdiv.n2-ss-slide-background-color { background-color: # 000000! important; }I can change BG-Color. Thats work fine! But with
div.n2-ss-slide-background-color { background-color: transparent! important; }does not change the currently set BG-Color to transparent.
Background 😉 of the whole thing is that I have a lot of slides with white Textfonts, which should have a transparent background. The text is then very difficult to recognize when editing. So I set all to #666666.Maybe there is a different approach. Thank you so much for your help.
Mathes
Forum: Themes and Templates
In reply to: [Hueman] Mobile menu open Submenu on touch not tapHi,
I have yet another question in this context: Is there a simple way to show the submenu items not with rollover, but only on Click?Thanx for help
Forum: Developing with WordPress
In reply to: Track a Active Custom Menu Link by its IDhi,
graphicscove solution works very well in my case to output this information in many different places in the template(s). thanx steven!
nevertheless, when time I will take a closer look at the construction of post type nav_menu_item.thanks for your help and quick response
mathes
Forum: Plugins
In reply to: [Better Random Redirect] Basic problem of proper use of this pluginOk. Now I unterstand how its work and the concept behind.
The shortcode generate only 😉 a link and not the whole content.
Nevertheless a usefull pluginCheers
Hello PT,
next time I use the premium support 😉
But your CSS statement in my style.css did not solve my problem. No border appears around the images.
With firebug this statement works:#pt-cv-view-021458401d .pt-cv-href-thumbnail img, #pt-cv-view-021458401d .pt-cv-href-thumbnail iframe { border: 4px solid #999 !importent; }but not in my CSS. And its only for a special view. And I got some of it.
In CS Pro I set the border to ‘none’ for the thumbnails. Another idea?Btw. How can I generally set the size of the thumbnails (e.g. 200 x 200px) with CSS for all views? Is that possible?
Thanx and greetings
Forum: Plugins
In reply to: [Geolocation IP Detection] Message for all Countries with CSSHi Benjamin
I had expressed something awkward. It was about to display an screen worldwide and some special info for individual countries. The CSS geoip-hide-xx option had not worked. My mistake. An bug in my HTML.Great plugin!
Thanx for support and a happy new year from germanyForum: Plugins
In reply to: [Geolocation IP Detection] Group more than one Countrie to hide in one DIVThe specification of several countries in the DIV works very well. My mistake. I had an bug in the HTML code.
Great Plugin!
Forum: Themes and Templates
In reply to: [Hueman] Mobile NavigationThanks for the quick help. Works perfectly 🙂