Hello buddymantra,
Follow this tutorial https://goo.gl/e6pVWs to improve page load speed.
My website results – http://prntscr.com/cmnatw
Thanks for your understanding.
-
This reply was modified 9 years by
Amit.
Hello nfranc01,
Activate Newspaper theme then in WordPress dashboard, go to theme panel and install the demo.
Refer – http://prntscr.com/clydpw
You can also create new homepage by creating a new page.
Steps-
Create new page
Input title and choose backend editor. refer- http://prntscr.com/clyfdl
now, scroll down and choose add template. refer- http://prntscr.com/clyezp
Choose desired homepage. refer- http://prntscr.com/clyg80
That’s it, now you have all modules here for further modifications – http://prntscr.com/clygix
hello nano2408,
You can convert woff file to woff2 using online tools for example https://everythingfonts.com/woff-to-woff2
Check the following thread to use custom uploaded fonts
Check Method 2 https://forum.tagdiv.com/topic/how-to-disable-google-fonts-2/#post-135462
All you need to modify your style.css file in child theme folder.
I would recommend you to update same on core style.css
Hey Chris S,
Thanks for your suggestions. But all your suggestion for those who have basic knowledge of programming.
As I can see theme package contains the woff file. So there is no need to add the following the line in .htaccess
ExpiresByType application/font-woff2 "access plus 604800 seconds"
The htaccess code provided by me do not have pagespeed module enabled.
Those who have pagespeed module enabled from cPanel they may disable it from cPanel or by adding following code to the .htaccess file.
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>
I would suggest learners to disable pagespeed module as it causes cache issue* If it’s not configured properly.
Hello,
To put source link in image caption, you have to put following code in
<a href="SOURCE-URL" target="_blank">Image Source</a>
Replace SOURCE-URL with image source URL
Refer – http://prntscr.com/cly2md
Result will look like – http://prntscr.com/cly1ll
Hello Abhimannyu,
Edit your homepage http://prntscr.com/clxt6c
Select module that you want to rename and edit http://prntscr.com/clxv6e
Type required name http://prntscr.com/clxvpw and save it.
Follow the same procedure for all modules.
You can use filters to organize modules articles. refer – http://prntscr.com/clxwa2
Else you can use enable unique articles on the homepage. refer http://prntscr.com/clxx34
Hope this will help you 🙂
For Facebook page fans count, you have to provide App ID and the App Secret Key for this, please go through this tutorial https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Download latest theme package from your ThemeForest account
Update your theme
( Tutorial to update theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ )
Delete Visual Baker plugin
Now, upload js_composer plugin from theme’s plugin folder
Tutorial to update Visual Composer plugin https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Hope this helps!
Thanks for your understanding!
-
This reply was modified 9 years by
Amit.
For Facebook page fans count, you have to provide App ID and the App Secret Key for this, please go through this tutorial https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Download latest copy of the theme from your ThemeForest account and
please use this guide to update Visual Composer: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you for your understanding!
Clear browser cache and cookies, deactivate W3 Total cache plugin, make all the required changed on your website.
Now, setup W3 Total Cache plugin.
hope this will help you to fix this issue.
Follow the steps below to do so-
Go to Theme’s control panel >> translation >> choose the Arabic language from drop down and load translation and Save
Refer – http://prntscr.com/cj5v8m
Now, go to WordPess dashboard >> Settings >> general >> Site Language
Choose Arabic from dropdown and save changes
Refer – http://prntscr.com/cj5xwq
That’s it 🙂
Enjoy !!
Hello all,
Here is a simple way to score 100/100 PageSpeed With Newspaper WordPress Theme
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
Hello nano,
Will soon start a new topic where I will provide all the codes and modifications. 🙂
hello nano,
You can use Social Media Share Buttons | MashShare plugin to get following results:
You can disable themes inbuilt sharing feature under the theme panel
Hello Jonas-Holm,
I am using the same code in .htaccess with some modifications.
If you want your post and page contents on white background add the following code in custom CSS
.td-page-content, .td-post-content{background-color: #ffffff}
To add this go to theme panel >> custom code >> custom CSS >>paste above code there and save.
refer – http://prntscr.com/ci048x
Now,
You need to change fonts color, to do so
in Theme panel >> theme colors
refer – http://prntscr.com/ci04uv
It will result in
post – http://prntscr.com/ci05sj
page – http://prntscr.com/ci0600
You can navigate to theme panel to change category page layout.
Hello @dritanleka
Upon checking your website, I couldn’t find any advertisement code in your website source code.
You can use this tutorial https://forum.tagdiv.com/header-ads-adsense/
-
This reply was modified 9 years by
Amit.
Method 2
Download your required fonts and convert them to .woff using online tool https://www.fontsquirrel.com/tools/webfont-generator
Next copy the font file on your server, place it inside a folder and make sure you have read permissions enabled for that folder and the files included in it. (Please make sure the folder property is not market as Read Only.)
Next, go to Theme Panel > Theme Fonts > Custom Font Files:
1- Add the link to your custom font in the required area.
2- Specify a name for your custom font.
3- Open the panel where you want to apply the newly set custom font and select it from the drop-down list.
4- Save the settings.
To do so you have to edit following two theme files
1 – td-config.php (located in themes includes folder)
2 – style.css
Remove the following code from td-config.php
/**
* the default fonts used by the theme. For a list of fonts ids @see td_fonts::$font_names_google_list
*/
td_global::$default_google_fonts_list = array (
'438' => array(
'css_style_id' => 'google_font_open_sans',
'url' => td_global::$http_or_https . '://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,700'
),
'521' => array(
'css_style_id' => 'google_font_roboto',
'url' => td_global::$http_or_https . '://fonts.googleapis.com/css?family=Roboto:500,400italic,700,900,500italic,400,300'
),
);
Refer – http://prntscr.com/cgub4l
Now edit style.css file
replace: font-family: 'Open Sans', arial, sans-serif;
with font-family: Verdana,Geneva,sans-serif
and
replace: font-family: 'Roboto', sans-serif;
with font-family: Verdana,Geneva,sans-serif
That’s it. Upload both files and clear cache and browser cookies to check result.
-
This reply was modified 9 years by
Amit.
To edit category in your blog
Go to Category >> choose category you wants to edit >>> make changes
You have to use a custom style for AdSense code.
If you using responsive code then you can add custom style code.
For example, if you want that your ad to be in square mode, you will have to add the style inline with the specific width and height, like this -> http://prntscr.com/cgu3ay
Hey @neotrope, Thanks for the reply. I am done with the optimization on my website. Results are:
PageSpeed Score (100%)
YSlow Score (98%)
Page Load Time 1.9s
Total Page Size 491KB
Requests 34
-
This reply was modified 9 years by
Amit. Reason: Changed username from Chris S to neotrope
