Hey Marius
Screenshot: http://www.screencast.com/t/JdWcfbv9RK7p
I would like to deactivate the link Modus for this entries. How can I do that? Before the update the above css fix helped.
Best rgds
Roger
@maqabyah
in looking at that plugin (bwp-minify), it seems there are some minor gremlins as recently as 2 days ago. (Always look at the support topic for each plugin to see current “issues”).
You might “try” using it and see if it works for you or breaks things. You can always turn it off — seems it “should’ work for most people.
I’d likely avoid “WP Minify” which hasn’t been updated since 2012 and lots of bug reports.
@mehedi
yes, I use BBedit on Mac and TextPad on PC, as my text editors, but basically you can also use notepad (not wordpad), or whatever the plain text editor on Mac is these days (I always want to say simpletext).
SO: create new blank text document with same name as the file you plan to minify (filenameXYZ.js), put into a folder or wherever you store stuff on your computer, and leave it open …
THEN, open the file from Newspaper theme folder you want to minify in text editor, select all (CTRL+A) and copy and paste into the minifier site, apply – then copy the minified text into your blank document then save. FTP up the minified version to over-write the original in the theme folder (you should have backup, or your themeforest install as backup obviously).
So, you’re replacing the original *.js file in the theme folder with your minified version.
Easy. Certainly there are plugins that might work for you, too, but I’ve not used one lately so can’t suggest best one beyond the discussion in the pagespeed topic.
Reload your page. If you’re caching the js files obviously you need to clear cache. Both on site if using cache plugin and in your web browser to see changes.
Remember you would need to do this each time you update the theme. But it really takes under a minute to do, for those who need it done. Try it.
====== OTHER OPTION =========
if you’re using my pals in Canada at Gossamer Threads, aka “GTMetrix” — a great tip many people entirely miss is that you can run a page score on your site, and it will tell you if CSS or JS need to be optimized BUT THEN IT WILL GIVE YOU LINK TO DOWNLOAD OPTIMIZED VERSIONS!!
Go here: http://gtmetrix.com/
put in your site URL, or a “post” URL – then under stuff to fix it will have section on JS optimization, open little sub box, and it will show you files which “should be optimized” and will have little text link next to each one. Download/save the optimized version, upload via FTP, and done.
-
This reply was modified 12 years by
simchris.
Sir i re-upload all theme but option is not coming, i can wait few days and hope the problem is solve in next update.
About 3, i want the meta description of that post show below the image in the same style like category page show the meta description
@Marius, sorry If im overlooking things but the latest update I see on the themeforest page is v 3.1 – 11 February.
Hey guys,
You have an amazing theme and since the 3.2 Update is supposed to come in the next 2 days I was wondering if you’re gonna improve the site dimension (1170px is a little bit outdated) and the option to add custom fonts directly from the theme panel!
Thanks a lot and I’ll be refreshing the page for the 3.2 update!
Hi,
Please can you re-upload the whole theme, could have some missing files.
About 3 can you wait few days we will release a new update and in that update that file structure is changed. Do you want to have the subtitle bellow the image?
Thanks!
Hi,
We will fix this in the next update. Thanks for reporting this.
Hi,
Will be available in the next update in few days.
Thanks for the message!
Hi,
I’ve read in another thread that the post counters do not work when you use a caching plugin. Could this please be fixed in the future update? My “Most Read” widget in the sidebar keeps showing the same artcile for ages because none of the views are currently tracked. Your suggestion to just turn off the caching plugin is ridiculous, you know that everyone needs a caching plugin or webserver configured caching to get the page speed you guys advertise with on theme forest. You also said that we could just manually up the pageviews by changing it in the custom fields of a post, but that only works for the normal view counrs, not the 7 days view counts. The 7 day view count simple resets to the counted amount of views. I would really appreciate it if you guys ficed this in the future update, or at least provide us with an alternative in the mean time.
Thanks!
That worked. Thanks a lot.
I have to do this everytime you update the file in any upcoming theme update, right?
Daniel,
If you paste a youtube link in your post wordpress uses oembed to embed the video. So if you do not use your video as a featured video but want to show it within the post you need to manually iframe the video and add the parameters yourself. If you want oembed to automatically embed youtube links you need to create a custom function in your functions.php. Here is my function for example:
function Oembed_youtube_no_title($html,$url,$args){
$url_string = parse_url($url, PHP_URL_QUERY);
parse_str($url_string, $id);
if (isset($id['v'])) {
return '<iframe width="100%" height="393" src="http://www.youtube.com/embed/'.$id['v'].'?rel=0&autohide=1&?wmode=opaque&iv_load_policy=3&showinfo=0&vq=hd1080" frameborder="0" allowfullscreen></iframe>';
}
return $html;
}
add_filter('oembed_result','Oembed_youtube_no_title',10,3);
Just replace the ?rel=0&autohide=1& wmode=opaque&iv_load_policy=3&showinfo=0&vq=hd1080 part with your custom parameters and oembed will automatically embed youtube links that are pasted within a post. Reminder: you need to past the link via the WYSIWYG editor within your post WITHOUT a hyperlink. After pasting the link it will autmatically add a hyperlink, so be sure to remove it first. ALSO, you MIGHT need to update your posts (just open each video post and hit update) that already contain a youtube link for this function to take effect.
Hello,
We have released V 3.1.1 with just some small bug fixes, we will announce the next release of the v3.2 this week.
Thanks!
Hi,
Is still on our todo list, we will make it in an update.
Thanks!
Hi,
The latest update v.3.1.1 – 18 Feb 2014
Hi,
We will fix this ASAP in the next update.
Thanks!
Hi,
@r1kay the unique article works only on page templates. About categories we will improve that part in the future updates.
Hi,
@r1kay the unique article works only on page templates. About categories we will improve that part in the future updates.
Thanks!
Hm. I don’t see an update as of Feb 18 on themeforest (last update Feb 11), and haven’t seen an email saying new version posted. The changelog from Feb 11 is on themeforest (on theme page). I think the new 3.2 update is pending Radu’s final testing “any day now” but not yet live. Correct me if wrong on that. I’ve been checking in every day this week on that, hence this comment. Haven’t seen 3.2 yet.
Hello!
I’ve just noticed that the theme has been updated in 18th of February. There is nothing on the change log. So, can any member from tagDiv tell me what features it has?
Thanks
I’m having to update all the pages/posts before any changes will show up.
You’re confusing the issue. My problem is not with the twitter link.
Notice that in the editor the link is not there but when I update it is still there. This is also whats happening with my sidebars.
Thanks for you feedback Christopher.
We had to modify the parent functions.php too
@Radu and co. please address this issue as soon as you can, we have the theme since version 1.0 and everytime we have to update it is a headache.
Best,
Wow thanks got it to work now.
I apparently missted a closing in the code 🙂
} else {
$td_article_date_unix = get_the_time('U', $this->post->ID);
if( get_field('my-event-date', $this->post->ID) ) {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_field('my-event-date', $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_field('my-event-date', $this->post->ID) . '"/>';
} else {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_the_time(get_option('date_format'), $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
}
}
Many many thanks
Hi,
Use this code instead of the above
if( get_field('my-event-date', $this->post->ID) ) {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_field('my-event-date', $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_field('my-event-date', $this->post->ID) . '"/>';
} else {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_the_time(get_option('date_format'), $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
}
Thanks!