I have read this same boilerplate response on every other reply. It does not apply to my situation.
I do not have SEO by Yoast or Super Cache installed. I only have your two plugins activated on the test site that is causing me problems.
You say you have inspected my site, but I did not give you the URLs.
I started with a blank page and only used TagDiv Composer.
There is an issue when you add custom HTML in the Composer. And even without the HTML in the layout it is extremely slow to save and most often does not save the changes.
I will go back to Visual Composer and wait for you to get your composer ready for live websites.
Rick
Got it working with some changes on Cloudflare and the SSL settings there.
Thanks,
Rick
Chris,
Thanks for the quick response. I don’t know where to change the link to the child theme to be https.
I understand about making the site all https, but I have several links on the website from outside sources. They cannot provide me with secure links to their iframes and javascript. If I switch the site to always use https, those parts of the site will not work properly. I have tried to only use https connections on the site that require it.
Thanks,
Rick
I am using a child theme, but only the functions.php file.
Rick
I used this method:
Embed from Twitter.com
A Tweet displayed on Twitter.com with an attached video includes an embedded video markup generator to easily copy-and-paste embedded video markup and Twitter JavaScript into your webpage. Select the “More” Tweet action under the Tweet text and select “Embed Video” to generate HTML markup to include on your webpage.
The test server I am using has not been updated to PHP 5.4 which the Twitter plugin required. My live site does have 5.4 so I will test on the live server and see if that makes a difference. I was trying to keep my plugins to a minimum so I had not installed the Twitter plugin.
Thanks for the usual quick response,
Rick
I forgot to put that this is on a test site txcraigs.com.
I have gone live with my real site hcnews.com but still testing tweaks on the test one.
Thanks again,
Rick
You da Man…
Works like a champ. I appreciate all the support.
Rick
Catalin,
I have it working pretty well now. I am working on a test site at txcraigs.com. My main site that I am going to switch to Newspaper is hcnews.com.
This is the custom css I am using. It might not be the best way to do it, but it is working. There is a difference between Chrome and Firefox browsers in that there is no space between the banner ad and the nav bar in Firefox (Mac) and there is a gap (which I want) in Chrome. But that is not a big deal.
.td-header-style-1 .td-header-sp-logo {
width: 50%;
float:left;
margin: 28px 0px 0px -50px;
}
.td-header-sp-recs {
width: 50%;
float:right;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px) {
.td-header-sp-recs {
width: 100% !important;
margin-left: auto;
margin-right: auto;
}
}
Thanks for a great theme and outstanding support.
Rick
Catalin
Thanks for the suggestion. I changed the custom CSS to
.td-header-style-1 .td-header-sp-logo {
width: 50%;
float:left;
margin-left: auto;
margin-right: auto;
}
.td-header-sp-recs {
width: 50%;
float:right;
margin-left: auto;
margin-right: auto;
}
And it appears to be working like I want. I may tweak the tablet portrait so that the image is not as small for it. But it showing the ads on the same level like I want.
What is the best way to make the gap smaller between the header and the navigation menu bar?
Thanks,
Rick