ZinZang
Forum Replies Created
-
Forum: Plugins
In reply to: [Top Bar] CSS targeting to change fontThanks! That selector works, but need to add “!important” like this:
#tpbr_box { font-family: EB Garamond!important;text-transform: uppercase; }I appreciate the quick reply.
Same here, found out via WordFence warning email. No explanation here yet: https://tablepress.org/news/
Forum: Plugins
In reply to: [BackUpWordPress] Version 3.2.0 not creating backups3.2.1 is working fine here on 3 tested sites so far. No more zip error for full manual backups.
Thank you!
Forum: Plugins
In reply to: [BackUpWordPress] Version 3.2.0 not creating backupsSame issue with 3.2, manual full backup shows:
zip error: Invalid command arguments (no such option: S)
I just uploaded a bunch of photos, but see no file names starting with a hyphen.
Edit to add:
WP 4.1.1
Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
PHP 5.4.27Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Missing xml tag errorSorry, I didn’t have exactly the same problem as thread starter kb331.
My problem was with sitemap-archives.xml, fixed by adding a Post (site had only Pages), while “Include archives” was checked in XML-Sitemap Generator settings.Forum: Plugins
In reply to: [WP Clean Up] NextGen Gallery data is lost after Draft clean upThanks for the explanation as to why the galleries disappeared!
I agree with your proposals.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Missing xml tag errorHad same problem, apparently caused by a line in the pre-update robots.txt file.
Solved for me by deleting the “.gz” at the end of that Sitemap line in the robots.txt file, then resubmitting the sitemap.
So, instead of
"Sitemap: http://yourdomain.com/sitemap.xml.gz", the line is now ,"Sitemap: http://yourdomain.com/sitemap.xml"Forum: Plugins
In reply to: [Widget Entries] Clashes with "AddThis"Solution!
Add
<!--nosharesave-->to the Text edit screen of a Widget Entry.Forum: Plugins
In reply to: [Fontific | Google Fonts] Font attribute sliders broken in WP 3.5My suitable replacement was to just to hardcode the fonts I had settled on while playing with the plugin. Done by adding the
<link href='http://fonts.googleapis.com/css?family=yadayada:500' rel='stylesheet' type='text/css'>etc code to the header.php of my theme, then editing CSS accordingly.Fontific was a cool way to try out and tweak Google fonts “live”, but after making a decision, it’s probably best to do it right.
WP Google Fonts had worked for me in the past, but not when I tried it today. I tried the plugin called Font, and it has cool live preview, but doesn’t do Google fonts, afaik.
Forum: Plugins
In reply to: [Fontific | Google Fonts] Font attribute sliders broken in WP 3.5Good question.
I just tested by deactivating all other plugins, still no slideable sliders.Forum: Plugins
In reply to: [Widget Entries] Clashes with "AddThis"This might help – in your edit post screen options for Widget Entries, do you have a check box for “AddThis meta”? If so, this should allow enabling and disabling AddThis for particular Widget Entries.
Hope that one helps. 🙂
Forum: Plugins
In reply to: [Widget Entries] Clashes with "AddThis"You’re welcome. You make a valid point, and the solution I offered is not a good way to go, and no one should take the advice. It’s terrible, actually, because it doesn’t take into account what happens when no style sheet is loaded.
Again, you’re welcome. 🙂
Forum: Plugins
In reply to: [Widget Entries] Clashes with "AddThis"Those bits may be hidden by adding targeted rules to your CSS file, something like this:
.header-widget-container .addtoany_share_save_container { display: none; visibility: hidden; }Change “.header-widget-container” to correspond with whatever widget classes you need to target.
Forum: Fixing WordPress
In reply to: fatal errorHaving similar trouble here.
Has your host recently updated their PHP version?Looks like it’ll be fixed in the next release, and already is in the dev version.
From Joost: http://ww.wp.xz.cn/support/topic/plugin-wordpress-seo-by-yoast-sitemap-stylesheet-issues-with-firefox-130?replies=2edit: and it’s not really broken, just the way we’re seeing in Firefox. 🙂