JaxWeather
Forum Replies Created
-
It appears that when you add a Gallery to a page/post the settings you have in effect from the main Photo Gallery Options are inherited.
Changing the main options do not affect a gallery already added to a page/post.
However you can modify just that Gallery view from the page it was added to by clicking on the Camera Icon that is shown in the page/post when you return to edit it.
I haven’t tried it but it appears you can have multiple galleries with different thumbnail sizes and a few other settings.
-Bob
Now to figure out how to change the font color for the image titles…
Figured it out, not available in Free version ??I was just about to try your suggestion but as I clicked on the Gallery icon that was showing in the page it opened up some settings and changing the thumbnail size there worked for me…
Thanks for pointing me in the right direction.
-Bob
I am having the same issue with resizing thumbnails, no matter what i change the size displayed remains the same and they are too small.
https://www.jaxwhirligigs.com/Submitted/-Bob
Forum: Fixing WordPress
In reply to: Registration/Password Emails not being sentI have upgraded my WordPress sites to 3.6.1 and they are still sending mail?
While personally I would never recommend installing an older version of WordPress due to security concerns, they do have an Archive of all versions…
https://www.ads-software.com/download/release-archive/-Bob
Forum: Fixing WordPress
In reply to: Registration/Password Emails not being sentAll I ever did with this issue was copy the contents of phpmailer.php and replaced the contents of class-phpmailer.php in my WordPress installation and that corrected my issues, so maybe your issue is unrelated?
-Bob
Forum: Fixing WordPress
In reply to: Registration/Password Emails not being sentJackytran,
phpmailer.php version 5.2.7 introduces yet another issue based on what I have been able to determine and you would want to try using phpmailer.php 5.2.6 from here:
https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.6-Bob
Forum: Plugins
In reply to: [WOW Slider] Pressing Play button casues page jumpThanks for the tip however in my WordPress install there are no wowslider.js , there is a wowslider.mod.js but making the change as you suggest made no difference… (there is a script.js with the relevant code in it, changing that did not make a change either)
What fixed it for me was /wp-content/uploads/wow-slider-plugin/1/slider.html
Changed:
<span class="wsl"><a href="https://wowslider.com">Website Sliders</a> by WOWSlider.com v4.5</span> <a href="#" class="ws_frame"></a>
To:
<span class="wsl"><a href="https://wowslider.com">Website Sliders</a> by WOWSlider.com v4.5</span> <a href="javascript:void(0);" class="ws_frame"></a>
Thanks for the tip ??
-Bob
Forum: Fixing WordPress
In reply to: Registration/Password Emails not being sentWell thank you iraq.enki ??
Glad it helped,
BobForum: Plugins
In reply to: [WOW Slider] Pressing Play button casues page jumpWOW thanks for the fast response and will look forward to the update.
Excellent support,
BobForum: Fixing WordPress
In reply to: Registration/Password Emails not being sentI reported this as a bug and it appears set to be corrected with an update when WordPress 3.7 is released.
https://core.trac.www.ads-software.com/ticket/25014Glad you got things going in the interim
-Bob
Forum: Fixing WordPress
In reply to: Registration/Password Emails not being sentDigging some more I noticed that phpmailer.php change log indicated the following:
Fixes for qmail when sending via mail()
https://github.com/Synchro/PHPMailer/blob/master/changelog.md
My host uses Qmail. I went ahead and grabbed a copy of phpmailer.php current version 5.2.6 and replaced the version contained in the WordPress download (5.2.4) and that corrected the password email and comment notification sending issues.
You can get the current version here:
https://github.com/PHPMailer/PHPMailer/blob/master/class.phpmailer.phpForum: Fixing WordPress
In reply to: Registration/Password Emails not being sentThe password email function (and comment notification) stopped working in my WordPress install after upgrading to 3.6. I was told that class-phpmailer.php handled those functions and on checking that file see that it was upgraded from 5.2.1 to 5.2.4.
I removed the class-phpmailer.php version 5.2.4 and replaced it with version 5.2.1 (from a wordpress installation I had not yet upgraded) and the password email function (as well as comment notification) started working again.
Not sure what changed in class-phpmailer.php (wp-includes/class-phpmailer.php) but replacing it with older version fixed the issue for me.