Home User profile
tagDiv Member
A Doctor, a blogger, abit of web designer, an SEO expert, a content writer at Fiverr, blah blah...
drvarun5179
tagDiv Member

@Erythros This was your report- https://gtmetrix.com/reports/esportsmedia.ro/ddqNolSm .

As you can see, you are not using async in your javascripts. Jquery may be key element, but you can use async on other scripts here. Try to use some speeding tool in your content delivery network, they often provide automatic async to these.

About the images, you will definitely have to work on it if you want the speed to be good. I will say you try the Wp-Smush free first, even m using it too currently. It will do much of the work in my opinion. And I’m still seeing this image https://esportsmedia.ro/wp-content/uploads/2017/02/page_bg_3.png as your background. Try to use color i gave you. Html color code will remove the image dependency.

drvarun5179
tagDiv Member

Woops, img tool broken perhaps. Here are the images:

SERP Ranking Sitelinks:
https://screenshot.net/n8kjosm
https://screenshot.net/6d68eu8

Yoast Disable Slug Stop Words:
https://screenshot.net/9nd8lt5

drvarun5179
tagDiv Member

Damn Dota!!! M playing DOTA 2 for so many years bro…i would love to help!

Analyzed your website. You are doing the pretty simple mistakes every website owner does- not optimizing the images correctly. Following is the first step- Correct images without actually damaging the current files:

Tip: Install Wp-Smush plugin first, smush all images, if it doesn’t help, follow the steps below, they are steps to compressing original image files:

Note: Try to follow the steps below on regular basis in your posts.
1. You will have to get all images from your media library. This might take alot of time, i suggest you do on a daily basis if you have many posts.
2. Download and Install Caesium
3. Set to 80% as ratio since you are a gamer website and need good quality images.
4. Install this plugin and replace the files carefully with the newly compressed images.

One more important thing i found, i guess you are using background image (link) of some dark color (perhaps black). Don’t do that, you are just overloading the website. Instead, use a color. You can instead use this color code- #202020 as background. It will cut off the image load size.

Last tip: Try to add mega menu to menu, it will just make the website far sexy, check mine here: https://medicforyou.in and notice the drop downs effect.

P.S- i edited it thrice lol to make sure you don’t mess up. To change background color, go to Theme Panel > Theme Colors > General Theme Colors and set the General theme colors > Background color to #202020 and do remove the background image you set previously.

drvarun5179
tagDiv Member

Happy to help. Just another advice @hadlines, set expiration of cache to 8 days. 4 hours is abit less.

drvarun5179
tagDiv Member

Naah i was referring to @hadlines . Reply button seems to be broke lol.

drvarun5179
tagDiv Member

I am not sure, but i will like you to test my website speed- https://medicforyou.in . Temme how it works and how fast it is. I will tell you everything i have implemented so far.

Here are my test results i just performed: https://gtmetrix.com/reports/medicforyou.in/WVue54KW

https://screenshot.net/1yppjam

drvarun5179
tagDiv Member

That is likely due to your inadequate redirection of http to https. You will have to remove all http elements before the page can become fully https.

Upon a lil inspection, many of your images are using http, including your sidebar-banner to start with.

drvarun5179
tagDiv Member

Use it through Speed tab on Cloudfare. Just scroll below and activate Rocket loader to automatic.

drvarun5179
tagDiv Member

Yep, the rocket loader is still in beta though, but it’s working far smoother now. It’s not messing css, the javascripts are loaded async though, but its actually beneficial when you have multiple ads in post.

P.S- Always load the priority content first, your readers can always see ads later, once the main content is loaded.

drvarun5179
tagDiv Member

Update:

Rocket Loader via Cloudfare is pretty awesome. Was able to achieve this through it- https://gtmetrix.com/reports/medicforyou.in/pOKOsMVB

Worth testing, if you have java scripts running in your website (probably the case since newspaper is using multiple javascripts)

drvarun5179
tagDiv Member

Yup, the license you get is for one website only.

drvarun5179
tagDiv Member

Well, i just upgraded to Newspaper 8. All i did was automatic update via Envato Pluin. Didn’t find any error so far, though there should be one. 😀

The new composer adapted to all elements perfectly. However, the tabs are still to be recreated. I’m still confused if i messed up somewhere. Why it is so clean? The homepage still shows some vc elements during editing though. M i supposed to remove them or let them be like that?

P.S- Already deactivated the VC plugin and deleted it.

drvarun5179
tagDiv Member

It seems like you have incorrectly figured your nameservers at domain. Re-check them please.

drvarun5179
tagDiv Member
drvarun5179
tagDiv Member

A quick update-

To call shortcodes in php, one can use:

<?php
echo do_shortcode('[CONTACT-US-FORM]');
?>

Perhaps adding div to them is more smoother. </br> after div can be used to create breaks though.

Conclusion: I was indeed unable to set up bbPress completely (tried everything, but there are many bugs which just can’t be fixed, including enabling tinymce support in mobile theme functions).

So, i rather installed phpBB on subdomain (https://doc.medicforyou.in). Funny bbPress installation messed up phpBB installation and i couldn’t use forum.medicforyou.in since the directory of wordpress was also pointing to subdomain, thereby, creating two phpBB installations- https://medicforyou.in/forum and https://forum.medicforyou.in .

For those requiring help on installation of https over subdomains- simply add same cloudfare origin certificate settings to your subdomain (Guide).

Thank you for support, i wish there was compatibility of mobile theme with bbpress. Never mind. 🙂

drvarun5179
tagDiv Member

Okay, as per the request, here are complete steps: (assuming you have set up nameservers for your domain correctly pointing to cloudfare domains)

This guide is for GoDaddy though, similar may be available, i don’t have experience over other hostings.

1. Under Crypto tab of Cloudfare, create an Origin Certificate. Select RSA as private key and don’t forget to add wildcards (subdomain). Hostnames should include yourdomain.com and *.yourdomain.com .
2. Get the private key and certificate. Keep the tab open or save it to some text files.
3. In your hosting cPanel, head to SSl/TLS section.
4. Enter the private key and add the one generated by Cloudfare Origin Certificate (Step 2)
5. Repeat for Certificate.
6. For the CA Bundle, you will have to copy it from here- Cloudfare Root Certificate
7. Validate the SSl through Install and Manage SSL Certificates.
8. Head to Crypto section of Cloudfare and activate Full(strict) under SSL (very top of crypto).

That’s all steps needed for setting up free Cloudfare SSL https Certificate.

Apart from that, you might also need to set up redirection from http to https using .htaccess code. For that, do following:

> Head to root directory and edit .htaccess file. Add this code just after RewriteEngine On

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Final step i would recommend is to setup search engines- Google, Bing and Yandex to use https also. You can submit them separately on them.

Apart from that, very last trick, most people tend to submit their sitemap to search engines and wait for them to process their website pages. I would recommend you edit the pages first, add SEO to them, and when you are done (yes, completely satisfied with everthing including on-page optimization as well as interlinking), simply force the search engines to re-crawl your pages.

Following is a short guide to force re-index pages-

1. Google- Head to search console and use fetch and render tool.
2. Bing- Don’t use fetch as bot, rather use this link and submit your pages.
3. Yandex- You can use re-index important pages.

Hope this helps. 🙂

drvarun5179
tagDiv Member

Alright, thanks for response. I will try to integrate it as much as i can and share here in case someone else is looking for it. Thanks again!

drvarun5179
tagDiv Member

Like i said, setup Cloudfare with WP Super Cache. You can use this link- https://forum.tagdiv.com/cache-plugin-install-and-configure/.

drvarun5179
tagDiv Member

Well, i was indeed able to call the sidebar in mobile bbpress php, but the default sidebar rather than the bbpress sidebar.

Rather, my original question is now- is there any way to disable the mobile theme/plugin under specific pages. Is there any code or shortcode by which i can do some hit and trials (given the forum is not active yet). I would very love to discover the possibilities if any.

drvarun5179
tagDiv Member

After the cloudfare setup, you will have to follow steps below;

1. Head to Crypto section of Cloudfare.
2. Create an Origin Certificate and upload it to your domain.
3. Validate the certificate in your domain.
4. Under SSl of Crypto (Cloudfare page), activate the certificate with Full (Strict).

drvarun5179
tagDiv Member

I guess you might have deleted the element from Visual Composer perhaps. Try going back to page and use Backend Editor. There, just find Property section and below it, add a new section- Latest and use latest articles for it.

drvarun5179
tagDiv Member

happened with me too. But the token we got through tagdiv guide, yeah it did work.

drvarun5179
tagDiv Member

Weird, your server is not responding maybe. Website is not loading.
www.f1news.lt’s server DNS address could not be found.

drvarun5179
tagDiv Member

You will have to enable Page Attributes under page Screen Options. https://screenshot.net/dg7pxtm

drvarun5179
tagDiv Member

Try this-

Find the style.css file and find the code- .td_block_wrap .

Under it, you will find:

margin-bottom: 48px;
position: relative;
clear: both;

Simply change margin bottom to 20px. That should do.

Viewing 25 posts - 101 through 125 (of 130 total)