qdhd99
Forum Replies Created
-
try this
delete the two files.
issue the following commands:
touch sitemap.xml
touch sitemap.xml.gz
chmod 777 sitemap.xml
chmod 777 sitemap.xml.gzNow try to re-generate your sitemap. Hope it will work. Otherwise, you need to check with your host provider.
BTW, he/she did mean Google XML Sitemaps 3.2.8.
Forum: Plugins
In reply to: [News-Ticker] [Plugin: News-Ticker] Title missing last wordGuess nobody is having the same issue as I am having. As IE still accounts for the largest percentage of visitors, the plugin does not look very good to visitors/users. uninstalled.
Sorry, my apologies for posting in the wrong forum.
Got it working. Try to regenerate a new set of keys.
It seems not to be working with Twitter and LinkedIn. I am getting the same errors for Twitter and LinkedIn
I have preview mode disabled. Trying all the settings under Browser cache, nothing changes as Google Test continues to suggest: Leverage browser caching.
[edit] fixed this – use cache public setting, is there any reason why cache (“public”) is not set as default? Seems MaxCDN specifically requires this setting [/edit]
Medium priority – one site is clean and the other site has 5 suggestions to improve: Enable compression, Combine images into CSS sprites, Serve resources from a consistent URL, Inline Small CSS, Inline Small JavaScript. Added JS and CSS files under the Minify setting – but no showing with Google.
Forum: Installing WordPress
In reply to: Where is the list of revised filesThank you. Now the list is posted.
Forum: Plugins
In reply to: [Tabber Tabs Widget] [Plugin: Tabber Tabs Widget] widget disappearednot much changed from 0.34 to 0.35
Temp fix before the developer releases a new version :
edit tabber-tabs.phpfind
// Launch the plugin last so we don’t effect other widget areas.
add_action( ‘wp_loaded’, ‘tabber_tabs_plugin_init’ );replace with
// Launch the plugin.
add_action( ‘plugins_loaded’, ‘tabber_tabs_plugin_init’ );Be prepared to re-arrange your widgets as it would mess up the placing of your widgets.
OR
NO upgrade, just edit v.034’s tabber-tabs.php
change
Version: 0.34
to
Version: 0.35This way you skip upgrade, but rid of nagging upgrade notice from WP.
Thanks, Marcus.
Marcus: I am using a patched version of Register Plus with simple Captcha. The validation image will not fresh if the text box is left blank or is filled with a wrong answer. The registration can not be continued even correctly using the validation image – “image not matching error” To continue the registration process, user will have to close the register pop box and refresh the homepage to get a new validation image. Do you have any suggestion to refresh the image following an incorrect or blank answer? WP own register is fine with refreshing and getting a new image. Thanks for your help.
Vladimir, Thanks for patching the code!
Not working, uninstall.
Marcus, I have already done that – I am just afraid of doing it again when the new version comes out. ?? Thanks!
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Cannot uninstall wp-mobile-packI think the developer at leaste should warn people of potentially undeletable directories. Files should be uploaded not by web, but by the nice and simple FTP/SFTP uploading.
For those are still stuck with four ugly theme directories, a little trick to remove them.
(https://www.jaguarpc.com/forums/archive/index.php/t-3455.html)DO IT AT YOUR OWN RISK
SSH or TELNET into your account and cd to wp-contents
1. chmod 777 themes
2. cd themes
3. pico remove.php
4. add the following codes
<?php
system(“rm -Rf mobile_pack*”);
?>
5. save file
6. point your browser to
yoururl/wp-contents/themes/remove.phpthis should remove the directories – check to make sure.
7. cd ..
8. chmod 755 themesYou should probably back up/download your active theme first, just in case you mess up.
Forum: Plugins
In reply to: [WP-No-Tag-Base] [Plugin: WP No Tag Base] redirect not workingno-tag coding is exactly as no-category; checked the codes but could not figure out why re-direct is not working.
Did some tests – if your tags repeat the words in your title, using no-tag risks mixing up your post with tags.