- NewspapertagDiv Composer – Website Manager
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperModules Builder in Newspaper Theme
- NewspaperWooCommerce: Happy âAdd to Favorites!â
- TutorialsFrom WPBakery to tagDiv Composer
- NewspaperCloudflare (CDN)
Hi,
thanks for your answer. Alas it leaves me unsatisfied. As the plugin works flawlessly with every single theme I tested it with it seems to be a bit odd to me that you claim it’s not a theme-problem … it is -after all- only your theme having these problems.
I explicitly bought your theme to use it in a specific relaunch. We usually test all plugins and such as early as possible (same here) and only use those that don’t cause any problems. As we couldn’t test it with your theme before buying it your piece of advice is not helpful.
Especially since we stumbled across someone offering the Newsmag theme (not the actual version) for free (and the offer seems to be legit) we are heavily disappointed atm. In the end it is the content that makes or breaks a website but carefully chosen plugins that drive traffic and add value to users and publishers alike also have their share in the equation.
I also disagree with you that it must be a complex task because you either messed up the theme or the plugin programmer messed up the call to where it should be inserted. As all other themes work fine so far you can make up the numbers yourself …
Hello,
Unfortunately we have no easy solution for it. SSL was not fully implemented/supported in version 4. The code was all changed in version 6 so we cannot offer any advice on how to adapt a quick fix for version 4. The easiest solution i ca think of is if you simply do not use the pop-up. You can find a plugin for the login widget and simply remove the login from the theme (as a temporary solution until the update).
Thank you!
Hi,
I suggest to update the theme to the latest version 6.6.4 as from version 6 the theme has ssl support implemented so it should work. To update the theme please follow this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ and update also the plugins provided with the theme.
Let us know if you have issues after this and contact us via email at contact@tagdiv.com and provide your site url and we will take a look.
Thanks!
Hi,
We are having a difficult time with our mandatory PCI compliance scans as several of the “vulnerabilities” it detected reference the login popup: “Web Application Transmits Login Credentials Without Encryption”
We have an SSL certificate properly installed on the site but it doesn’t seem to recognize the javascript login window and credentials are being passed using clear-text protocol.
Running WordPress 4.2.5 and Newspaper 4.6.1 (child theme). Would appreciate any suggestions you may have with regard to code modifications or options to resolve.
Thanks so much!
My host support confirmed that they successfully updated through FTP, yet i feel no changes. The version still should 6.5.1
Please is there no way i can have this seamlessly done.
As it is I dont know what next to do
can you support us.
Hello,
I have checked your request and it seems the font is not loaded by our theme. Our theme ads an ID to the google font like so: http://screencast.com/t/tJ3YDSVPdT (the code you provided has no ID) and the second giveaway is that our theme has SSL support integrated: http://screencast.com/t/hywvJtuah so situations like this will not occur with the theme default settings.
I hope this helps.
Thank you!
Hi,
We are using a secure SSL protocol on our website and all of the external content needs to be delivered using a secure layer as well.
Looking at the Chrome Developers Tools we have identified that a font file is being pulled using HTTP rather than HTTPS.
The file in question is as follows:
http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz
I am unsure if this is being pulled in by the theme itself or a plugin.
Could you please advice on this issue and if this can be resolved by yourself as well.
More information:
<link rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz”>
(In the head section)
Thanks,
Kind Regards,
Hi
The theme doesn’t control the security modules, they are controlled by your host. My advice is to look online for some tutorials regarding the steps you need to take in this regard. I found here some information which may be useful: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/ – https://yoast.com/dev-blog/move-website-https-ssl/
I suggest you also get in touch with your host provider on this as they may have some modules which need to be turned on when switching to ssl and they can offer you guidance/assistance on this.
Hope this help.
Thanks!
Hello,I have been following all the support you have been given me and the go seamlessly.
This process doesnt seem seamless at all and I don’t want to start what will affect my site.
I have downloaded the patch. Now wht next. Please I need a step to step guide.
Or can any of ur team do this for me?
Thank you
Hi Andrei,
That’s exactly what I want to happen. But that would mean I would modify I core file on your theme, correct? I’m trying to refrain from that so I can update it seamlessly.
Can I not do the same on Ads section of the Theme Panel here: http://tinypic.com/r/294hwy1/9
Thanks.
Hi,
After I have installed ssl on my server I cannot see the icons on my website whenever I make https request. Could you please help me solve this issue? Here is a screenshot from htechnews.com https://cloudup.com/cjJvOLsY6GY
I have tried in every browser (Edge, IE, Firefox, Chrome, Safari and Opera) but the results are the same.
Thanks in advance,
Vladimir
when I checked my wordpress https website today i found some redirecting errors.
I never created those redirection on my side.
https://www.estambul.net/sitios-de-interes/mezquita-azul/
https://www.estambul.net/sitios-de-interes/santa-sofia/
these two posts redirected to
https://www.estambul.net/sitios-de-interes/museo-arqueologico-de-estambul/
and this
https://www.estambul.net/sitios-de-interes/museo-arqueologico-de-estambul/
redirected to
https://www.estambul.net/sitios-de-interes/santa-sofia/
all these creates an infinite loop.
My htacess is like this
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
<IfModule mod_headers.c>
Header always set Strict-Transport-Security 'max-age=31536000' env=HTTPS
</IfModule>
# END rlrssslReallySimpleSSL
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Please help. How i iwll solve this problem.
Which file creating this.
I have checked posts, htacess even mysql. butr i couldnt fine anything please help.
# END WordPress
Hello,
If this issue comes from ssl, then you need to set it up properly: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://forum.tagdiv.com/topic/moving-to-ssl/
I hope this helps.
Thank you!
I found a temporary workaround using the plugin “SSL Insecure Content Fixer”, but would love to have a permanent solution.
Hi ihora,
Sorry for the late replay!
The td_011 field stores theme’s options, not sure to which hardcoded url you refer too however you shouldn’t have any issues concerning this as the theme has ssl support implemented so it should work. I have also tested this on my side and found no issues.
Please send us an email at contact@tagdiv.com adn also provide wp admin and ftp access so we can check your site’s configuration and we will get back with a more accurate answer on this as soon as possible. Please also provide all necessary info so we can investigate this and also include a link to this conversation.
Thanks!
Hello,
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/ was one of the articles I followed. But my question was not about that. If you noticed, I mentioned following all steps indicated in that article.
I asked about a specific field (td_011) in wp_options table. That field has url harcoded in it and has a huge amount of data that is not updated when site url and home url is updated, unless we do it manually. I asked if there is a way for that field to be updated automatically, so as not to have to manually change the url.
Kind Regards!
Hello,
If you do a quick search through our forum you will see lots of topics regarding ssl.
Maybe this will help you: https://forum.tagdiv.com/topic/moving-to-ssl/
here is a search example: https://forum.tagdiv.com/search/ssl/
Unfortunately there is no setting in the theme for ssl. It will have to be custom made.
Maybe these will help as well: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
Thank you for your message.
Hi,
I’d like to know if a feature that would display ads on certains categories/pages only will be implemented some day?
I believe this is one of the most needed feature regarding advertisement. For now, if we put in the code (adsense for ex) it displays it everywhere, which is a major constraint sometimes. I know there are some ways to do it in the code but it’s a bit of a hassle.
Please let me know if this is something you are working on.
Thanks!
I have to get Google Doubleclick ads placed in the Newspaper theme and could use some help.
Am I going to have to use a plugin to get this to work since Newspaper is built for adsense only? They seem pretty complicated to use, so I am hoping there is a simple way to do this.
I have posted the codes that were sent to me:
THE FIRST ONE IS SUPPOSED TO BE PUT IN THE HEADER
<script type=’text/javascript’>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement(‘script’);
gads.async = true;
gads.type = ‘text/javascript’;
var useSSL = ‘https:’ == document.location.protocol;
gads.src = (useSSL ? ‘https:’ : ‘http:’) +
‘//www.googletagservices.com/tag/js/gpt.js’;
var node = document.getElementsByTagName(‘script’)[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type=’text/javascript’>
googletag.cmd.push(function() {
googletag.defineSlot(‘/6732/insidestl/homepage’, [970, 90], ‘insidestlhome-0’)
.addService(googletag.pubads());
googletag.defineSlot(‘/6732/insidestl/homepage’, [300, 250], ‘insidestlhome-1’)
.addService(googletag.pubads());
.setTargeting(“pos”, “top”);
googletag.defineSlot(‘/6732/insidestl/homepage’, [300, 250], ‘insidestlhome-2’)
.addService(googletag.pubads());
.setTargeting(“pos”, “bot”);
googletag.defineSlot(‘/6732/insidestl/homepage’, [728, 90], ‘insidestlhome-3′)
.addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
THIS ONE IS SUPPOSED TO GO IN THE BODY I WAS TOLD
<!– /6732/insidestl/homepage 970×90 –>
<div id=’insidestlhome-0′ style=”width: 970px; height: 90px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-0′); });
</script>
</div>
<!– End of Tag –>
==========================================================================
<!– /6732/insidestl/homepage 300×250 Top –>
<div id=’insidestlhome-1′ style=”width: 300px; height: 250px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-1′); });
</script>
</div>
<!– End of Tag –>
==========================================================================
<!– /6732/insidestl/homepage 300×250 Bottom –>
<div id=’insidestlhome-2′ style=”width: 300px; height: 250px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-2′); });
</script>
</div>
<!– End of Tag –>
==========================================================================
<!– /6732/insidestl/homepage 728×90 –>
<div id=’insidestlhome-3′ style=”width: 728px; height: 90px”>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘insidestlhome-3’); });
</script>
</div>
<!– End of Tag –>
==========================================================================
insideSTL_homepage_body.txt
Displaying insideSTL_homepage_body.txt.
rel=canonical is good to have on every page/post — it identifies which URL is the actual one and is useful in various things used by Google.
If you’re not interested in comments, likely not good to post on a forum for replies đ
We have not updated to the 3x version of Yoast being happy with the 2x branch. This seems to be a common refrain from the many users this month.
You cannot “irritate” Google with having a canonical tag on every page of your site; they expressly recommend doing this site wide. It also helps with pagination for archives, and with other pages on the web with similar headlines for the bot to better identify the right thread for what site, and various other things separate from the XML sitemap(s).
If you’re new to all of this Google has a huge repository of “official” wisdom, policies, and examples so you don’t need to rely on hearsay, junk WP article sites setup to sell affiliate links, or comments on forums (ahem).
To wit, and perhaps of some help on the subject, per Google’s official “content guidelines” for 2015:
Use canonical URLs
This article describes how you can use canonical URLs to improve link and ranking signals for content available through multiple URL structures or via syndication.
In the world of content management and online shopping systems, it's common for the same content to be accessed through multiple URLs. With content syndication, it's also easy for content to be distributed to different URLs and domains entirely.
https://support.google.com/webmasters/answer/139066?hl=en
-
This reply was modified 10 years by
simchris.
Hi,
Try using wp’s instructions on this: https://codex.wordpress.org/Administration_Over_SSL I suggest you ask help form a experience wp freelancer or a wp developer if you can’t manage this on your own.
Thanks for the message!
-
This reply was modified 10 years by
Lucian.
Hi,
And thanks for the feedback. It is NOT about moving the whole site to SSL. Just the #login-form process is not working. Headaches! No problem with “theme-my-login” plugin before I switched theme. This plugin is disabled BTW…
What I need is just the LOGIN URL to go HTTPS (for some reason it is not happening). I use /wp-login.php straight for login. I am not sure how to fix the issue. This is the only solution that comes into mind at this point. Been struggling with the issue for over a month now…
Thanks!
Hello,
Moving from http to https is a complex task.
Please follow these resources to se how it can be done: http://designmodo.com/wordpress-https/
https://forum.tagdiv.com/topic/moving-to-ssl/
https://forum.tagdiv.com/topic/using-ssl-with-newspaper-theme/
I hope this helps.
Thanks.
Thought I’d share my redirect code in my htaccess file for having an SSL site. I am redirecting www, http:// etc to https://
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* ? [F,L]
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
RewriteCond %{HTTP_HOST} ^90\.28\.006\.21 [OR]
RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com
RewriteRule (.*) https://yourdomain.com/$1 [R=301,L]
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://yourdomain.com/$1 [R=301,L]
Hello,
You can follow this topic here:
https://css-tricks.com/moving-to-https-on-wordpress/
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
You can also deactivate all your plugins and check for errors again then reactivate them.
I hope this helps
Let us know how it goes