Tip: Use Bebas Neue font, change the opacity to 10-20. Create a layer with transparent background and insert an image that you want as the background of the text. It should look like theirs logo, at least somewhat.
@Shashank I deactivated Minify from the W3 Total Cache and installed https://wordpress.org/plugins/wp-html-compression/ but it made it worst. Google now shows that I need to minify html…?
https://developers.google.com/speed/pagespeed/insights/?url=gdgtarena.com&tab=desktop
@Shashank I minified the CSS and JS and uploaded them back to the server. But my score is now 85 (which is low). As you can see most of the problems is with Google’s Analytics and other sources. Here: https://developers.google.com/speed/pagespeed/insights/?url=gdgtarena.com
Any idea?
thanks! i think you should install the jing software for taking screenshots. its pretty easy and free. thanks for the tips! I will let you know after customizing everything!
thanks for the tips, can you please send me a screenshot of your speed booster pack plugins’ settings page?
Also, it would be great if you could send me a screenshot of the Speed Bosster Pack plugin’s option page.
1. Do you have any “special” settings for the speed booster pack plugin? If so, what are they?
2. again, any special settings?
3. I use paint.net and my image files are 60-70kb..what do you mean by “before uploading and then make wordpress default from 90 to 60”
4. HTML: http://screencast.com/t/Z2Xn911vnL |JS: http://screencast.com/t/OZgTpxJCSono | css: http://screencast.com/t/eEsTU29YJ
1. eliminating render blocking js and css — tried everything but didn’t helped.
2. caching – w3 total cache
3. image optimization – wpsmush.it
4. What do you mean by “how do you compress?”
thanks for the help!
@Shashank How did you get 97? WOW. That is amazing. I know that @Christopher’s website has 97 as well. My one is 86 on desktop and 65 : https://developers.google.com/speed/pagespeed/insights/?url=gdgtarena.com&tab=desktop
Can you please tell me how did you get there?
Thanks!
-
This reply was modified 11 years by
mehedi.
Hi Radu
Just tell me where the cost is situated? I can edit it myself.
This theme had since weird file names. That’s why it is hard to figure it out
This is ridiculous. It shouldn’t be a long code. Just tell me how to do it so it overlaps and don’t show after the image. That’s all I want to know. How to make it so that it is at the bottom of the page and not after it?
Hi Lucian,
I have changed it but I am not sure about the style. Can you please kindly provide the CSS code to make it look like that?
Thanks
@TheMediumUTM I know how to do it manually. But I believe tagDiv has created a custom PHP script for the Featured Image feature. So I want to add it from there.
@christopher @shashank Would love to hear your thoughts on the Product directory that I’ve created. 🙂
@Shashank I can see that you’re using the Shareoholic plugin. Can you please check if it includes sharing button for Reddit and Pocket?
Thanks!
Hey Christopher,
I have been working on it for the last 1 hour and I was able to fix the issues. I also made all the icons of the social networks look the same (same size). It would be really great if you could take a look.
However, it isn’t responsive. That means, it is only visible on desktops with display which are bigger than 1024px. Can you please suggest the best way to make them responsive?
Thanks for the help!
I know there is a lot of problems on it. I am still working on them.
-
This reply was modified 11 years by
mehedi.
@Lucian, forget it. I have created one for myself. @Christopher, would love to hear your comments on the sharing buttons: http://gdgtarena.com/2014/08/22/samsung-galaxy-s5-takes-als-ice-bucket-challenge-dares-big-boys/
Thanks @Christopher! @Lucian, would you like to take a look?
@Christopher The plugin is brilliant. It worked with the same plugins installed and the same theme on my localhost. It looked good on the localhost. But for some weird reason, it isn’t working on the live website…?
The developers recommend to use W3 Total Cache. Also, checkout the Pagespeed topic for some great tips from some other guys.
Hi,
AFAIK, you can’t do it just yet. The feature isn’t available on the theme. The developers might add it if they think it is important but I guess they won’t cause you’re the first person to request it.
Thanks
@Christopher please take a look at this:https://forum.tagdiv.com/topic/theme-conflicting-with-plugin/
Lucian?
@shashank Follow the following steps:
Add this code to your functions.php file:
function time_ago( $type = 'post' ) {
$d = 'comment' == $type ? 'get_comment_time' : 'get_post_time';
return human_time_diff($d('U'), current_time('timestamp')) . " " . __('ago');
}
Then, use this: <?php echo time_ago();?> on any theme file to show it.
Hope that helps.