nbruley
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Latest versionWhen I went in today, the update shows up. I’m thinking it maybe was because I wasn’t on the latest version of WordPress and it needed some time after updating to show up?
Thanks for this! Works well. If this option becomes available please post.
Forum: Plugins
In reply to: [Yoast SEO] Google Webmaster Tools can't see XML Sitemap!@mailworm
Thank you for the suggestion. When I go to https://www.gospelriver.com it looks like my browser redirects to https://gospelriver.com without www, and when I do a google search for site:www.gospelriver.com I only get the gospelriver.com/tech entries. I don’t see a redirect to without the www but it must be redirecting somehow right?By the way, I tried to create a redirect to www for the /tech site so the sitemap would show up, but that didn’t do anything, as follows:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^gospelriver\.com/tech/$ [NC]
RewriteRule ^(.*)$ https://www.gospelriver.com/tech/$1 [R=301,L]
It already was set up to go to www apparently also.I also tried this:
redirect 301 /tech/sitemap_index.xml “https://www.gospelriver.com/tech/sitemap_index.xml”
but that created a redirect loop.Forum: Plugins
In reply to: [Yoast SEO] Google Webmaster Tools can't see XML Sitemap!I have a similar issue. My sitemap is visible from
https://www.gospelriver.com/tech/sitemap_index.xml
but not from
https://gospelriver.com/tech/sitemap_index.xml
(without the www)
(This is really a subdomain mapped to a subdirectory)
When I try to access the sitemap from the subdomain, I get an internal server error.
But I just realized that I can submit the domain
https://www.gospelriver.com/tech, with www, as a website for Google Webmaster Tools so I’m good to go now I guess.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel post commentGreat. Note also that when I first tested it, I didn’t submit the comment I made because I didn’t see the submit button. You may wish to make the button visible so users aren’t confused, even if they can scroll to get to it.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel post commentOh, I took out the gravatar because it was returning “undefined” or something like that.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel post commentThanks for the reply. I did manage to get rid of them with the following code– the !important was the key. The only thing that remains is the “loading comments” blip that goes away.
.jp-carousel-comment .comment-gravatar {
display:none;
}
.jp-carousel-wrap #jp-carousel-comment-form-container, .jp-carousel-buttons {
display: none !important;
}I commented out the CSS though so you can take a look.
https://helpcollin.com/galleryThe issue is not that the button isn’t visible, but that you can’t get to it without using a mouse scroll wheel.
Thanks again.
NathanForum: Plugins
In reply to: [Contact Form 7] paged comments?Just what I needed, thanks!
Forum: Plugins
In reply to: [Postie] Page not foundWow, you’ve done a lot of work for me. Thanks so much.
I would like to order by menu order or inputted order number as well since I know of no way to change the page ID, and order by page ID is the only other option I have besides by name. That orders them by the same order as the page was created, which doesn’t work for me. I looked in wptouch.php but my version doesn’t appear to match what was given. Any help? Thanks!
ernaparalla, yes, this should work. If I understand you correctly, you would use only the force-download.php file and create a link to download a specific file using a URL like
mySite.com/force-download.php?file=small/myFile.jpg
mySite.com/force-download.php?file=medium/myFile.jpg
mySite.com/force-download.php?file=large/myFile.jpgIn your case, you may wish to put the different sized images in different folders and call them by the same file name. This might simplify the php coding.
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] PHP warning implode()I figured out what you were saying about warnings not being seen, from another post, so I set my php.ini file with the settings
display_errors = Off
log_errors = Onand I think that removed the message.
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] PHP warning implode()Seems like there might have been some setting to hide errors? I can’t remember…
Here’s my stats:
Wordbooker: 2.1.8
Wordbooker ID: 254577506873
Wordbooker Schema: 4
WordPress: 3.3.1
Table prefix: wp_
PHP: 5.2.17
PHP Memory Limit: 256M
PHP Memory Usage (MB): 58,25
JSON Encode: PHP
JSON Decode: PHP
Curl Status: Curl is available and can access Facebook – All is OK
JSON Version: 1.2.1
SimpleXML library: 0.1 (provided by PHP)
HTTP Output Character Encoding: pass
Internal PHP Character Encoding: UTF-8
MySQL: 5.1.59
Database character_set_client : utf8
Database character_set_connection : utf8
Database character_set_database : latin1
Database character_set_filesystem : binary
Database character_set_results : utf8
Database character_set_server : latin1
Database character_set_system : utf8
Database character_sets_dir : /usr/share/mysql/charsets/
Database collation_connection : utf8_general_ci
Database collation_database : latin1_swedish_ci
Database collation_server : latin1_swedish_ci
Server : Apache
Active Plugins :
Akismet ( 2.5.5 )
CodeStyling Localization ( 1.99.16 )
Dropdown Menu Widget ( 1.7.2 )
Duplicate Post ( 2.2 )
Front-end Editor ( 2.2 )
Google Analytics for WordPress ( 4.2.4 )
Google XML Sitemaps with qTranslate Support ( 3.1.6.3 )
Members ( 0.2 )
Next Page, Not Next Post ( 0.1.7 )
NextGEN Gallery ( 1.9.2 )
Ninja Page Categories and Tags ( 1.1 )
NuRelm Get Posts ( 0.2 )
Official StatCounter Plugin ( 1.6.1 )
PHP Exec ( 1.7 )
Sermon Browser ( 0.45.4 )
Under Construction ( 1.04 )
WP-FileManager ( 1.2.6 )
WP Super Cache ( 1.0 )
WP-Table Reloaded ( 1.9.3 )
Yahoo! Media Player ( 1.3 )Wordbooker Table Status :
Table ‘wp_wordbooker_errorlogs’ is present and contains 220 rows
Table ‘wp_wordbooker_postlogs’ is present and contains 6 rows
Table ‘wp_wordbooker_userdata’ is present and contains 0 rows
Table ‘wp_wordbooker_userstatus’ is present and contains 1 rows
Table ‘wp_wordbooker_postcomments’ is present and contains 31 rows
Table ‘wp_wordbooker_process_queue’ is present and contains 0 rows
Table ‘wp_wordbooker_fb_friends’ is present and contains 0 rows
Table ‘wp_wordbooker_fb_friend_lists’ is present and contains 0 rowsForce download code (images/audio):
https://pastebin.com/c7RxpsPPmy NextGEN template file (complete)
https://pastebin.com/Z709fu0fHope that helps.
Forum: Plugins
In reply to: [Plugin: Store Locator] Spanish not in popupsFYI – I figured out where the code was located for the labels and did it manually, so will have to update the code again after any upgrades, but at least it is in the correct language.
/wp-content/plugins/store-locator/functions.sl.php
add the h1=es if you wish. Don’t think it’s necessary due to Google sees language of browser/wp-content/plugins/store-locator/js/store-locator.js
changed not found to no encontrado
changed “No results found.” to “Lugar no encontrado.”
change “Your Location:” to “Su lugar”
changed “Directions:” to “Indicaciones para llegar:” in two places
changed “Mapa” to “Mapa”
Hours: to Horario:
Phone: to Tel:(search with browser for keywords)
By the way, I couldn’t use the MX translation due to the fact I need the ES WordPress translation and I couldn’t figure out how to rename the MX to ES. Even so, it didn’t affect the problems above I believe.