pmacreative
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumbs Showing But Not Active On Newly Created PagesThank you John. That was a big help. I really appreciate it!
Forum: Plugins
In reply to: [Contact Form 7] Reply-To Not Working in Additional HeadersAlready did.
Forum: Plugins
In reply to: [Contact Form 7] Reply-To Not Working in Additional Headershttp://www.md-familylawyers.com
Thanks.
Thank you for your help. I appreciate you taking the time to answer each question.
In the revslider/inc_php/fonts.class.php
I see the following. Did the RS plugin add?
/**
* register all fonts
*/
public function register_fonts(){$fonts = $this->get_all_fonts();
if(!empty($fonts)){
$http = (is_ssl()) ? ‘https’ : ‘http’;
foreach($fonts as $font){
if($font !== ”){
wp_register_style(‘tp-‘.sanitize_title($font[‘handle’]), $http.’://fonts.googleapis.com/css?family=’.strip_tags($font[‘url’]));
wp_enqueue_style(‘tp-‘.sanitize_title($font[‘handle’]));
}Also the setting “HTTP Strict Transport Security was not set in your .htaccess. Do this only if your setup is fully working, and only when you do not plan to revert to http” has a triangle with an exclamation point. Is this a setting I need to manage/turn on?
Thank you.
Where in the settings can you make the edit? I only see 3 check boxes in the settings.
Also, what is the “Smiling like a Cheshire cat” page that is created with the plugin? Is it needed?
Thank you.
Ok. That makes sense for the images, but how do you fix the Google font links?
Thanks for the response.
The website is Paul Hunt Law dot com.
The insecure content looks like a few .jpgs and CSS related as you said. This must be something I may have to fix manually. I would be interested to hear your expert opinion.
Thanks!