pax
Forum Replies Created
-
Forum: Plugins
In reply to: [Create Block Theme] Exported .ZIP corrupt on Mac?See: Zip File is corrupt when define( ‘WP_DEBUG’, true);
Getting rid of debug notices fixed it for me.Forum: Plugins
In reply to: [WP Help] WP Help abandoned plugin ?Seems like. I’m currently also researching for a documentation plugin, I’ve compiled a list of alternatives. If you see anything missing, please add your suggestions.
I’m also unable to log in, have renamed (then deleted) the wordfence plugin folder, dropped the wp_wf* tables, edited out the wordfence lines from .htaccess, still can’t access /wp-admin, tried different IP’s browsers, even checked via an external service (https://netrenderer.com/)
Update: I have removed all wp files and copied new versions (then copied the uploads and wp_config) and now it works
- This reply was modified 7 years, 12 months ago by pax.
Forum: Plugins
In reply to: [EGW SOCIAL SHARE] Hidden Links? why?Came here to say the same the same thing. I have sent a notice to plugins @ wordpress .org
Forum: Reviews
In reply to: [Simple Local Avatars] It does the job but it fails on domain changeThank you for pointing out Duplicator –?seems like a solution to similar problems I had before (with serialised variables) upon migrating WP sites.
Forum: Plugins
In reply to: [Electric Studio Download Counter] Please Remove Frontend CSSright, I also saw this, why would be need any ES Download Counter css classes for the front end?
I tried on a different WP install, this error doesn’t happen. Still, I can’t figure out what causes the conflict –?and it doesn’t only happen to me, googling it shows plenty of similar WP form manager notifications :/
Forum: Plugins
In reply to: [Form Manager] Passing values from the page into a private fieldI just saw now that the parent post is showing by default.
The question still stands though, is there a way to add value from other custom fields?Forum: Plugins
In reply to: [JP Sharing] Shortcodemy quick dirty solution was configuring the share buttons I wanted, copying the generated HTML code, hiding the original share div via CSS then adding a
shareThis()
function whenever I needed it displayed.function shareThis(){ $currentURL= 'https://'.$_SERVER["SERVER_NAME"].$_SERVER['REQUEST_URI']; echo '<div class="sharethis sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-print"><a rel="nofollow" class="share-print sd-button share-icon" href="'.$currentURL.'" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-email share-service-visible"><a rel="nofollow" class="share-email sd-button share-icon" href="'.$currentURL.'?share=email&nb=1" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-twitter"><a rel="nofollow" class="share-twitter sd-button share-icon" href="'.$currentURL.'?share=twitter&nb=1" target="_blank" title="Click to share on Twitter" id="sharing-twitter-56"><span>Twitter</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="overflow: hidden; left: 654.75px; top: 799.6875px;"><ul><li class="share-linkedin"><a rel="nofollow" class="share-linkedin sd-button share-icon" href="'.$currentURL.'?share=linkedin&nb=1" target="_blank" title="Click to share on LinkedIn" id="sharing-linkedin-56"><span>LinkedIn</span></a></li><li class="share-google-plus-1"><a rel="nofollow" class="share-google-plus-1 sd-button share-icon" href="'.$currentURL.'?share=google-plus-1&nb=1" target="_blank" title="Click to share on Google+" id="sharing-google-56"><span>Google</span></a></li><li class="share-end"></li><li class="share-facebook"><a rel="nofollow" class="share-facebook sd-button share-icon" href="'.$currentURL.'?share=facebook&nb=1" target="_blank" title="Share on Facebook" id="sharing-facebook-56"><span>Facebook</span></a></li><li class="share-pocket"><a rel="nofollow" class="share-pocket sd-button share-icon" href="'.$currentURL.'?share=pocket&nb=1" target="_blank" title="Click to share on Pocket"><span>Pocket</span></a></li><li class="share-end"></li><li class="share-end"></li></ul></div></div></div></div></div>'; }
and this css:
.sharedaddy {display: none;} /* hide default sharing widget*/ .sharedaddy.sharethis {display: block; } /* show my sharing widget */ .sharedaddy.sharethis .inner {display: none}
Of course the plugin needs to be activated for all the page types I want it visible in – so it loads the required CSS and js – which I was too lazy to load separately – though that would be a bit more elegant.
Instead a function (useful in a template) one could pretty easily add a shortcode.
Forum: Plugins
In reply to: [JP Sharing] Shortcodeit would’ve been nice to specify which one you have chosen.
Forum: Plugins
In reply to: [Simple Local Avatars] avatars lost when moving siteThis is a serious downside, not being able to migrate database from the development to production domain. No updates yet?
Forum: Plugins
In reply to: [Simple Local Avatars] Hide Rating from dashboardfor now I manually added an ID here:
<tr id="simple-local-avatar-rating-row">
on line 274 ofsimple-local-avatars.php
in the plugin directory so I can hide it via CSS.
I hope to remember to do this again when the plugin updates ??Forum: Plugins
In reply to: [Simple Local Avatars] Issues and Suggestions on 2.0edited: wrong thread moved here
Forum: Plugins
In reply to: [Simple Local Avatars] Hide Rating from dashboardisn’t it possible to just append a css class/id to the
<tr><th scope="row">Rating</th>...
? or to the parent.form-table
pretty please?Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Comparing Element ValuesAnxiously waiting forward for email verification too ??