Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Arved007
tagDiv Member

For me, this options has never worked.

The big image always gets 640px no matter what size I set in the admin panel. I have to edit the code to get it to work.

Arved007
tagDiv Member

Thou, Newspaper has 696 in the original code if I remember…. well, anaways, tell me if it works. ๐Ÿ™‚

Arved007
tagDiv Member

My mistake, is 640 not 696 in the original code. :p

Replace:

// content width - this is overwritten in post
if (!isset($content_width)) {
$content_width = 640;
}

With

// content width - this is overwritten in post
if (!isset($content_width)) {
$content_width = 1068;
}

As you can see, the number 640 is the problem,1068 is the real full width of the template, so now you will generate and insert ur images properly.

Try and see if this fix your problem.

Arved007
tagDiv Member

This has been mising like forever.

Here’s a quick fix, in td_wp_booster_functions.php

Find:
// content width - this is overwritten in post
if ( !isset($content_width) ) {

switch (TD_THEME_NAME) {
case 'Newspaper' :
$content_width = 696;
break;

Replace it with:

// content width - this is overwritten in post
if ( !isset($content_width) ) {

switch (TD_THEME_NAME) {
case 'Newspaper' :
$content_width = 1048;
break;

Arved007
tagDiv Member

Hi, Bogdan.

Until last updat, I could have a stretch row even with background color. I change the background color to grey since december 2016. As I wrote before, now I have to use margin settings to achieve the same look.

Arved007
tagDiv Member

Dont work for me, the stretch row option dont work on any kind of VC block. I even tried creating a new page and nothing.

I use background color and header style 12 if u can try to reproduce the problem.

Arved007
tagDiv Member

@Bogdan, its just pretty simple to reproduce.

In the general options of any block using Visual Composer the stretch options dont work. It keeps the block/module/grid boxed within the body of the page.

To give you a better idea, check the black stretched block at the middel of the demo.
https://demo.tagdiv.com/newspaper_medicine/

Before, I just set the stretch option. No big deal. Now I have to use the border options to achieve kind of the same look.

Arved007
tagDiv Member

But the update also messes the VC block with stretch row desing, it doesnt work anymore, its always boxed.

Arved007
tagDiv Member

Demo is quite useful to see the changes in live before rushing to update.

Arved007
tagDiv Member

In the plugins folder when you download the theme.

Arved007
tagDiv Member

And featured videos dont work with AMP.

Arved007
tagDiv Member

Thanx a lot. ๐Ÿ˜€

Arved007
tagDiv Member

Yoast SEO dont recognize the custom field the theme uses for featured video. You have to add the custom field in the plugin config.

Also, the featured video doesnt display on AMP pages.

Arved007
tagDiv Member

You should update the whole code. I got lost with the last bit of code. Didnt know what to replace in the original you put a few posts before. :p

BTW, I use Better WordPress Minify, it works very well with the minify and merge thing, but Google still tell me to move the minifed file to the bottom. Is there any way to do this without the TagDiv Speed Booster plugin? That dont work for me cos it has like a delay or something while loading my settings (font, colors, menu position).
Tanx in advabnce.

  • This reply was modified 9 years by Arved007.
Arved007
tagDiv Member

Hi, Nalrof.

How exactly did you get rid of the 404 errors?
I use Yoast Premium too. ๐Ÿ™‚

Arved007
tagDiv Member

It happened to me sometimes after the last update. It was solved saving again the post. O_o

Arved007
tagDiv Member

Hi, is there a way to change the “Review Overview” tag with the current post title?

Thanx in advance.

Arved007
tagDiv Member

You only need to put td_post_video, in the custom settings. Maybe you have to flush the cache of your site or something like that. ๐Ÿ™‚

Take in mind that this solution is just for the Yoast Video SEO plugin to recognize the video when you use featured video instead of featured image, nothing else.

Arved007
tagDiv Member

Thanx, kind of got it with the style.css

Maybe a template 11 with the related posts below would be a nice update. ๐Ÿ™‚

Arved007
tagDiv Member

It would be nice two updates:

– A field to write the name of the product reviewed (and compatible with rich snippets)
– A “pros and cons” area

Arved007
tagDiv Member

Well, after testing with the plugin and the theme, you can indeed use the custom video post type and Yoast SEO Video plugin.

All you need to do is set “td_post_video” in the custom field option of the Video SEO settings page. Hope this can help others using Yoast SEO. ๐Ÿ™‚

  • This reply was modified 9 years by Arved007.
Arved007
tagDiv Member

Or you can copy <?php echo $td_mod_single->related_posts();?> in loop-single-11 but the block is not the same as the related posts in the other post templates.

Is there anyway to achieve exactly the same look moving the related posts to the botton in template 11?

Arved007
tagDiv Member

Use Yoast SEO plugin. Pretty straight forward and easy to use. You can dowload it free on wordpress.org

Arved007
tagDiv Member

The thing is I want to show the featured image. Thats the whole point. :p
Video post format doesnt work for me cos’ is incompatible with video sitemaps, but I like the “play” icon it show on categores and the homepage.
So the idea is to use the video post format for the icon but keep the featured image showing at the top like templates 3 or 13.

Thanx for answering.

Viewing 25 posts - 1 through 25 (of 146 total)