Naeem Noor
Forum Replies Created
-
Forum: Plugins
In reply to: [Reaction Buttons] Go to random post after click<script> jQuery("a.reaction_button").on('click', function(){ window.location = "https://footyreflex.com/random/"; }); </script>
and the random link is being generated by a plugin.
Forum: Plugins
In reply to: [Reaction Buttons] Go to random post after clickI actually managed to add it via jQuery, you can see the demo here: https://footyreflex.com/straightred/
Thanks anyways!
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Thesis 2 and Google Comments for WordPressYou can download the box from here:
https://www.cssreflex.com/2014/01/thesis-2-box-for-comments-evolved-for-wordpress-plugin.html/Forum: Plugins
In reply to: [Comments Evolved for WordPress] Thesis 2 and Google Comments for WordPressActually the problem is in Thesis framework the “comments.php” is empty, that is why the comments are not loading.
The best way to fix this is to send Brandon a copy of the theme, he’ll hopefully fix it.
Here I’ve uploaded the box again: https://www.cssreflex.com/gplus-comments.zip
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Thesis 2 and Google Comments for WordPressHey Brandon,
it’s a Thesis ‘Box’ (https://diythemes.com/#thesis_boxes) to make the plugin compatible with Thesis skins.
I uploaded it for Julian.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Thesis 2 and Google Comments for WordPressHere it is, working fine with the latest version: 1.4.11
Download hereForum: Plugins
In reply to: [Comments Evolved for WordPress] Thesis 2 and Google Comments for WordPressI’m using the plugin on my blog with Thesis 2. I created a simple box for it to work. It’s working great the only problem is it won’t show WordPress comments.
if you want to try the Box let me know.
here is a demo link: https://lab.naeemnur.com/
the first thumb you see has a retina version uploaded too.and here is a post, the retina version show up, these pics were uploaded via the dashboard.
Yes. I have manually uploaded the retina version of the images too in the sub-domain with a @2x in the end, still shows the non-retina.
is there any work around to load the retina images? The blog is quite old, he’s been using the the custom field for thumbnails from the beginning.
Thanks, that fixed it!
getting the same error
Forum: Fixing WordPress
In reply to: Can’t update css in themes, reverts back to normalEdit this line on your header.php
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); echo ‘?’ . filemtime( get_stylesheet_directory() . ‘/style.css’); ?>” type=”text/css” media=”screen, projection” />
Now everyone instantly sees your changes.