OK, Thanks Simion
Hi Calin,
Thanks that is perfect.
Cheers
Kevin
Hi,
The code worked perfectly!
Thank you for all your help it is very much appreciated.
Regards
Kevin
Hi,
Thanks for getting back to me. In the grand scheme of things the issue with the colour picker isn’t a major problem and I am more than happy to wait for an update.
The issue with the email address is odd, as before the update the text colour was white with a blue hover colour, just as I had set it in the theme sub footer colours section.
Since the update to version 9.1 the email address text is now adopting the sub footer background colour and the hover colour isn’t working either yet everything else in the sub footer is picking up the correct text and hover colours.
Is there a quick custom CSS code I can use in the meantime?
Thanks
Kevin
Hi,
Yoast SEO has a function to do this.
Kevin
Hi Sabrinee,
Try this forum link: https://forum.tagdiv.com/how-to-make-the-site-faster/
It is a good place to start if your site is suffering from speed issues.
Hope this helps.
Kevin
Hi Tim,
If you want to set up temporary login details for me I will look over your settings and hopefully sort the problems your having.
You can send the details to this email address: info at mybeadyeyes.com
Let me know if this is ok.
Best Regards
Kevin
P.s Please be aware your website is currently showing the set up page for WordPress!
-
This reply was modified 9 years by
Kevin.
Hi,
You don’t need a separate plugin for the analytics code, you can enter it through your theme options.
You will find it near the bottom of the theme options panel labelled “ANALYTICS”
Just copy and paste the analytics code from Google straight into the code box and save.
It will also save you from having another plugin which could slow your site down.
I have always used this method for my Google Analytics code and it works perfectly.
If you need any more help let me know 🙂
Regards
Kevin
Hi,
It looks as though you may not have entered the full Analytics script but just the ‘UA’ part.
You need to enter the full tracking code like this:
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-76794601-1’, ‘auto’);
ga(‘send’, ‘pageview’);
</script>
Hope this helps.
Kevin
Hi,
I can see you are using WP Rocket but you may have the wrong settings.
I use this plugin also and have a good pagespeed score with it.
Try the settings that I use and see if there is a noticeable difference in page speed.
The only option you should ignore is the SSL option for your site.
Hope this helps
Kevin
I second that 🙂
Merry Christmas and a Happy New Year to everyone at tagDiv and to all on the forums.
Kevin
Thank you
Hi,
Use the plugin Yoast SEO, it is probably the best one out there. It can however be a little overwhelming to set up with many options available.
Hope this helps.
Regards
Kevin
Hi fabinhoalmeida,
I had the same problem with errors using TD Composer downloaded from the forum link.
To solve the problem follow this link: https://www.wpion.com/
Download tagdiv’s IonMag theme (a free version of Newspaper/Newsmag theme) and Version 1.0 of the plugin comes pre-packed with the theme files.
Just unzip the theme and you will find the TD Composer zip file in ionmag>includes>plugins
Install this and you shouldn’t have any problems.
Hope this helps.
Regards
Kevin
Hi,
I use Bogdan’s css code but found i have to modify it slightly and use the category ID instead of the name.
eg:
.category-40 .td-category-header.td-image-gradient-style8 {
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}
Give it a try.
Kevin
Hi,
It looks as though you haven’t installed WordPress yet!
If you have your web host will be able to help with access and configuration of your database.
If you haven’t installed WordPress then follow this guide: https://codex.wordpress.org/Installing_WordPress
Once installed and configured you can then install the Newspaper theme.
Regards
Kevin
Hi,
All seems OK now 🙂
Thank You
Kevin
Hi,
You can change this in the “Translations” section of the theme options.
Hope this helps
Kevin
Hi Bogdan,
Thats perfect 🙂
Thank you for all your help.
Best Regards
Kevin
Hi,
It may just be down to google!
They are a fickle bunch!
It might be good to try on Google’s forums (https://productforums.google.com/forum/#!forum/webmasters)
Someone there may be able to shed some light on it.
Sorry I couldn’t be of more help, maybe when the tagDiv team come back Monday one of them may point you in the right direction.
Regards
Kevin
P.s Love the website!
Hi,
If you use Yoast SEO it should already be added!
If you do use Yoast look at the source code at the top of your homepage and near the end of the block of code for Yoast you should see the entry.
Hope this helps
Kevin
Thanks Catalin it worked perfectly 🙂
Hi Catalin,
I think I fixed it by modifying the first css code you gave me from:
.td-post-template-13 .td-post-header .entry-title {
text-align: left;
}
To this:
.td-post-template-13 .td-post-sub-title {
text-align: center;
}
Is this correct?
Thanks
Kevin
