iriteser
Forum Replies Created
-
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] Styling the buttonHi Azizul,
MANY thanks for adding the text hover color!!!!! Much appreciated 🙂
LG Irit
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] Styling the buttonthank you very much for your answer! I thought I am too dumb to use css…
Looking forward to the next release 🙂
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] Styling the buttonah, I totally oversaw that the left margin is percentage, looks good now.
But the hover: I want to change the link text while hovering to red and also the symbol, not the background color. This is why I asked for the selector
Forum: Plugins
In reply to: [Editorial Calendar] 3.8.1 Plugin broken since latest updateTried your three steps – but still the same error: An error occurred while loading the calendar: undefined
Forum: Themes and Templates
In reply to: [Koji] WordPress Iframe Embed Not Show AllCan’t edit anymore – problem was a content blocker from Borlabs Cookies, for me problem solved!
just one thing – tried to make my own plugin with this code and pluginception. Got an fatal error and had to remove it on my FTP server
Display the name of the source when using multiple sources add_filter( 'feedzy_author_name', 'feedzy_author_name', 10, 3 ); function feedzy_author_name( $authorName, $feedURL, $item ) { $source = ''; if ( is_array( $feedURL ) ) { // if feedURL is multiple urls. foreach ( $feedURL as $feed ) { if ( strpos( strtolower( $feed ), 'https://www.lavanguardia.com/mvc/feed/rss/home' ) !== false ) { $source = 'La Vanguardia'; } if ( strpos( strtolower( $feed ), 'http://ep00.epimg.net/rss/tags/ultimas_noticias.xml' ) !== false ) { $source = 'El PaÃs'; } if ( strpos( strtolower( $feed ), 'http://estaticos.elmundo.es/elmundo/rss/portada.xml' ) !== false ) { $source = 'El Mundo'; } if ( strpos( strtolower( $feed ), 'https://www.europapress.es/rss/rss.aspx' ) !== false ) { $source = 'Europa Press'; } } } else { // if feedURL is a single url. } return $source;<br>}Forum: Themes and Templates
In reply to: [MiNNaK] Comments do not work correct using Rank MathHi Tamer, thanks very much – it works!
LG Irit
Hi
thanks for your answer.
I used exactly the trouble shooting stuff you mentioned (Health check plugin) and tested every single plugin. This happens only with rank math activated.
And yes: newest wordpress (5.6), newest theme version (Minnak 2.1.3), newest plugin versions and newest pHp (7.4.11)
Just made another test – works fine with twenty-twentyone
Will contact the developer of my theme
Thanks
Forum: Themes and Templates
In reply to: [Koji] Get 500 with Koji (WP 5.5.1, pHp 7.4)I didn’t change anything with the width of the sidebar – so no idea what’s not going well on your page.
Number of columns is automatically adjusted with the width of your screen – as far as I know it can’t be changed
Sorry for this bad news…
Forum: Themes and Templates
In reply to: [Koji] Get 500 with Koji (WP 5.5.1, pHp 7.4)found out, error solved!
Forum: Themes and Templates
In reply to: [Koji] Archive Pages are Empty after WP 5.5 UpdateMay I asked which files are changed? I did some changes in footer.php, content.php, functions.php, preview.php and header.php… do not want to bring in all changes again (this is mostly stuff about EU/german laws)
Forum: Plugins
In reply to: [Title and Nofollow For Links (Classic Editor)] Can you add “Sponsored” Link?thank you so much!!!!!! Works perfect 🙂
that makes my life much easier 🙂
Forum: Plugins
In reply to: [Title and Nofollow For Links (Classic Editor)] Can you add “Sponsored” Link?Thank you! Looking forward for an update
Happy holidays!
Forum: Plugins
In reply to: [Secondary Title] Default for second title possible?Hi Kolja
thanks very much for your answers! I will play around with your code. And of course I make an backup before 😉
LG Irit
Forum: Plugins
In reply to: [Secondary Title] Default for second title possible?oh, second question: how to manage the subtitle in a new line?