sankari
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Complicance with EU-GDPR@heateor, thank you for this status report.
Forum: Plugins
In reply to: [Companion Auto Update] No notifications if multiple email addresses@papin Receiving successful update notifications again, so it seems to work. Thank you!
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Complicance with EU-GDPR@heateor, thanks very much.
Forum: Plugins
In reply to: [Companion Auto Update] No notifications if multiple email addresses@papin On the affected sites with two email addresses both the options ‘Successful update’ and ‘Core notifications’ are activated, ‘Update available’ is not.
Forum: Plugins
In reply to: [Companion Auto Update] No notifications if multiple email addressesSame here. Notifications were received from sites with one email address but not with two.
Plugin version: 3.0.8
WordPress version: 4.9.5@prathameshp In this context it might be helpful to know that there are some legal requirements by EU’s new General Data Protection Regulation (GDPR) coming into effect by the end of May 2018.
This could explain why a checkbox with an “I agree..” text and a hyperlink to the privacy policy page might become a necessity for many users of this plug-in.
See http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32016R0679&from=EN for the full legal text of the GDPR.
Forum: Plugins
In reply to: [Companion Auto Update] No notifications if multiple email addresses@papin Thank you for fixing it! I’ll let you know at the next WP update.
Forum: Plugins
In reply to: [Companion Auto Update] No notifications if multiple email addressesThanks π
Hi,
I’m interested in this option too.Forum: Plugins
In reply to: [WP Custom Admin Login Page Logo] Logo size settings not working@larsactionhero Thanks for your time to look into this matter and for your replies.
The
<strong>tags came from me trying to highlight the relevant lines of CSS in a code field in the editor of this forum and not finding a way to edit the post (now I did) :-). So the tags don’t exist in the original CSS file. Sorry for the confusion.Upgraded the plugin to the latest version.
Issue #1:
When I pick the image from the media library and press the Insert into Post button, nothing happens. When I close the window the standard WordPress logo is still there. Entering the image URL and saving the setting works fine and in the preview of the backend the logo appears correctly.Issue #2:
On the login page the image still appears in wrong dimensions due to the default CSS code of WordPress (load-styles.php) and I’m not sure if this works as designed. The image’s size in my expample is 312px x 140px. I entered this custom CSS to make it work:background-size: auto; width: auto; height: 138px;- This reply was modified 8 years, 7 months ago by sankari.
@poena Oh I see, thank you.
@caimin_nwl Thank you for your reply.
The theme in use is called Deejay, by @poena. By switching to a default WordPress theme the formatting works.
What’s the procedure to resolve the issue in such a case?
@robswaimea Thanks very much for your kind reply and suggestion.
Actually, the category list appears in a formattted manner on the web page but the single category page doesn’t.
The default settings of the single category page are:
Page title format for single category:
#_CATEGORYNAMEPage formatting for single category:
#_CATEGORYNOTES<h3>Next events</h3>#_CATEGORYNEXTEVENTSBut that’s not what appears on the webpage: H3 tags are missing and the output of #_CATEGORYNEXTEVENTS is completely unformatted.
Here is a sample of how the code of the web page actually looks like:
<article id="post-15" class="grid post-15 page type-page status-publish hentry"> <header class="entry-header"> <h2 class="entry-title"><a href="https://domain.tld/categories/" rel="bookmark">Concerts</a></h2></header><!-- .entry-header --> <div class="entry-summary"><p>Next eventsConcert 1 – Monday, 18.12.2017 – 20:00Concert 2 – Monday, 22.01.2018 – 20:00Concert 3 – Monday, 29.01.2018 – 20:00 </p> <p><a class="more-link" href="https://domain.tld/events/categories/">Continue Categories</a></p> </div><footer class="entry-footer"> </footer><!-- .entry-footer --> </article><!-- #post-## -->I modified the content of the h3 title to see if it goes through to the web page, and it does. But somehow the system removes all markup…
Forum: Themes and Templates
In reply to: [Deejay] Localization issueGood morning Carolina,
Bullseye, it works! Thanks very much.Forum: Themes and Templates
In reply to: [Deejay] Localization issueThanks for our reply, Carolina.
Okay, I followed your advice and renamed the files to de_DE_formal.po and de_DE_formal.mo and placed them into /wp-content/themes/deejay-child/languages/ but to no avail.
Then I added this to wp-config.php:
define('WPLANG', 'de_DE_formal');It didn’t change the language of the theme either.
Then I changed the code in /wp-content/themes/deejay-child/functions.php to:
function deejaychild_theme_setup(){ load_child_theme_textdomain('deejaychild', get_stylesheet_directory() . '/languages'); } add_action('after_setup_theme', 'deejaychild_theme_setup'); ?>Still not working… Sorry for bothering you, I’m quite new to this.