Search Results for 'strange'

Results from the Forum
Andrei L.
tagDiv Member

Hi

The theme uses featured images to display posts on pages, it generates thumbs from those images to keep the page size as low as possible. Please regenerate your thumbs https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ the image should be displayed fine after that.

Thanks!

  • This reply was modified 11 years by Andrei L..
Andrei L.
tagDiv Member

Hi,

Please regenerate your thumbnails – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ the image should be displayed fine after that. Here are the image sizes used for big grid: http://screencast.com/t/1xwyhlZ2 If you want to change or add a new thumb size you can do this in td_config.php file: http://screencast.com/t/b1OLrauQj and they are called in the modules files: http://screencast.com/t/aavXltoc4bU

Thanks!

jjmail
tagDiv Member

The edits using in_category() function worked great in removing date and author from the post itself.
Strangely it only removes the date from other places. See here –
https://dl.dropboxusercontent.com/u/4800576/Capture.PNG
It seems to use the get_date() function but not the get_author() function.
Any sugggestions as to where else I might look?
Thanks
Julie

virtualida
Participant
#0

So I’ve been using the theme for a while now and after upgrading to V6 (Luckily on a test subdomain at this point) I see all the posts in the secondary language are missing and strange errors appearing.

It could be a problem following the update script or something in the source code that is different from V4 – I am not sure.

The test site is on this link: http://test.virtualida.com/

(Also not sure what’s wrong with the images – I ran the “regenerate images” using the plugin “Regenerate Thumbnails” v2.2.4 By Viper007Bond)

Andrei L.
tagDiv Member

Hi

You can chose a thumb size you have set for images in WordPress: http://screencast.com/t/jRITRiA7S or chose one that theme creates: http://screencast.com/t/6aYKkDLYqK but note that you need to regenerate thumbnails if you upload those image before activation the theme. Use this guide to regenerate thumbs then set one of WordPress thumbs and check the result. You can also set your own dimensions fro images here: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/http://screencast.com/t/Rk4JNctx2 add the one you need and regenerate thumbnails afterwards.

Thanks!

bastian-pl
Participant
#0

Hi, I’m on your smartphone unnecessary big push between advertising and slider , how to remove them link

shubhra
tagDiv Member

That is strange. Why would you not add login/logout in mobile. It’s a must have (even ‘must have’ is an understatement). Registered user interactions is like a backbone for a lot of sites. I will make do with the css fix but is this being considered for the future?

Emil G
tagDiv Staff

Hi,

It’s a strange issue, we tested the theme on IE and we didn’t encounter such an issue. Try to do some tests on another pc and see if this issue still occurs, you can also do some tests with the plugins disabled (enable only Visual Composer).

Thank you!

zumaxb
Participant
#0

I find strange 0px image sizes in the media settings. Am I right that these 0px sizes are not intended by you? And, where can I amend the PHP code, I could not find that setting in functions.php nor in “includes/td_config.php”.

add_image_size( 'rss-image', '200', '200', false );
add_image_size( 'td_80x60', '80', '60', false );
add_image_size( 'td_100x70', '100', '70', false );
add_image_size( 'td_218x150', '218', '150', false );
add_image_size( 'td_265x198', '265', '198', false );
add_image_size( 'td_324x160', '324', '160', false );
add_image_size( 'td_324x235', '324', '235', false );
add_image_size( 'td_324x400', '324', '400', false );
add_image_size( 'td_356x220', '356', '220', false );
add_image_size( 'td_356x364', '356', '364', false );
add_image_size( 'td_533x261', '533', '261', false );
add_image_size( 'td_534x462', '534', '462', false );
add_image_size( 'td_696x0', '696', '0', array( "center", "top") );
add_image_size( 'td_696x385', '696', '385', false );
add_image_size( 'td_741x486', '741', '486', false );
add_image_size( 'td_1068x580', '1068', '580', false );
add_image_size( 'td_1068x0', '1068', '0', array( "center", "top") );
add_image_size( 'td_0x420', '0', '420', array( "center", "top") );
add_image_size( 'wptouch-new-thumbnail', '144', '144', false );
add_image_size( 'motive-alt-slider', '740', '357', false );
add_image_size( 'foundation-featured-image', '900', '9999', false );

Thomas
tagDiv Member

On IE 11 on Win 8 your site is OK.
I asked for test on XP and Mac.

I suppose it come from a plugin or a hack for speed test!

I will try to deactivate some to see.

No link, but this morning without change anything on the site the plugin Zenccache Pro crash all the site.
I have to delete the folder to correct that.
Strange!

ROAN1975
Participant
#0

I am experiencing a strange issue with IE 9 borwser. The theme, infact, presents itself like a “document mode: standard IE7” that’s incredibile. The browser mode, instead, is “Compatibility IE9”. The theme does not works fine, but if I set (f12) the “document mode to IE9” it is works better. So How can I force the theme to display the correct modality of view in IE9?

sgracia
tagDiv Member

big strange

in home, thumbnail are not display… if i open the post… i retun home… the thumbnail are now display for the post…

What was that ?

shiruban
Participant
#0

Hello,

The smart side bar have a strange behavior. when I scroll up from the bottom of the page, block contents overlap with the advertising block because the ad scrolls down while the rest of the side bar scrolls up. It takes a while before the ad catch up and comes back at the top of the side bar.
This problem is even more noticeable on posts.

Could you please let me know what cause this problem and how I could get the same behavior that you display on your demo template ?

My site :
http://www.madameriri.com/dev/

Thanks in advance

Sylvain

Lucian
tagDiv Staff

Hi,

That post isn’t available anymore: http://screencast.com/t/KgqVriqJem6a
According to gtmetrix you still need to optimize images. I suggest you use a plugin for that or add the following code in functions.php file:

add_filter( 'jpeg_quality', create_function('', 'return 50;' ) );

This will compress all images to 50%, you can change that value, after you add the code you have to regenerate all thumbs – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and also empty all caches and purge CDN files.

That reported scaled images seems to be on tables landscape view where they are scaled using css: http://screencast.com/t/kK4sfEqrK however that is the way they are designed.

Thanks

haramizuki
tagDiv Member

It’s strange though because the two sites has almost the same settings and I didn’t import the theme.

I have deactivated the plugin except for Visual Composer, but still the same. Really strange.

gregy1403
Participant
#0

Hi

Any idea why my Events Category looks like this?

12familyde
Participant
#0

hello there …

i have seen, that some of the selectable post styles are having quite dark header elements. For example the video style 11. And some other styles, which are using a dark-grey overlay over the article header-image.

There are two reasons, why i would like to change this design-behaviour:

1: I am using the light colored version of the theme. So all colors are very light and friendly. While choosing post style 11 (which is nice because of the additional adspace) the completely header section (the video section) looks like a dark styled theme. This not very cool and looks strange for my site. As it’s a parenting, family and baby related site. All colors should be light and friendly.

2: If I would choose (for example) post style number 3, I am getting a dark grey overlay over my header image. Again, I have chosen a light colored version of the theme. The thing is, that I adjusted all theme related colors to fit my needs (of course). So what I would see, when choosing post style number three, is a dark grey article-title above a dark grey image overlay. This does not look really nice …

The same problem appears with all other post styles (also with number 11). There are dark grey article-titles above a dark drey background…

So I either would need a solution for having automatically change the title colors for these post styles, when selected, or need the chance of choosing a lighter background for these post styles, to fit the rest of my layout.

I think this is a very complex need. But I think that I may not be the only one, who would be more than happy to have a hardcoded solution for this…

Thank you and warmest regards! 🙂
Torsten

goalivemedia
Participant
#0

Hi

I got the theme and please can someone tell me how do i update the site to 6.1

I also want to know what is the possibility to have the view counter algorithm changed to my code..

There is a strange problem in share feature

when i share the topic on facebook , the full path of my path is shown in the share feature and i need to edit each post

Andrei L.
tagDiv Member

Hi

Firs rt please try this guide and regenerate the thumbnails for all your images: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
I’ve checked your site and haven’t found missing images could you please provide some posts that don’t show the featured image so I can inspect them.

I did found some missing images files reported in browser’s console: http://screencast.com/t/gXiz2iAHj for which you could try to update your permalink structure if regenerating thumbnails isn’t working.

Please let us know how it goes!

Thanks.

12familyde
tagDiv Member

All possible links to the author page are redirected to the homepage of the magazine.
Even when clicking the author name under the article title (next to the article date).

as far as i cam see there are no bad or strange characters in the names. and it happens with all authors.

for example here is an article written by me:

http://www.1-2-family.de/gesundheit-und-pflege/hausmittel-gegen-erkaeltungen-bei-kindern/

But .. i dont know how to find out which plugin would cause a conflict …

best regards and thank you so far! 🙂

torsten

Alin [tagDiv]
tagDiv Staff

Hi,

I see that you use version 4 of the theme, you will have to change the height(to your specific height) for your thumbs that are used on IOS Slider in functions.phphttp://screencast.com/t/Ekbehu1X then regenerate your thumbnails using – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Also you need to add this custom css for each screen size: http://screencast.com/t/DOTC37t5M

@media (min-width: 1200px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 500px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 350px !important;
}
}
@media (max-width: 767px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 300px !important;
}
}

Thanks!

centennia
Participant
#0

I’m testing 6.1 on my computer and there is something wrong with Visual Composer and Big Grid. It doesn’t happen anywhere else, just Big Grid 1-8. Big Grid Slide is fine. What should I do? Thank you.

http://screencast.com/t/BiNJEJPXFn71

Emil G
tagDiv Staff

Hi,

The theme uses featured images to display posts on pages, it generates thumbs from those images to keep the page size as low as possible.

1. First check if the gzip compression, browser leverage cache and image compression are set – https://forum.tagdiv.com/how-to-make-the-site-faster/https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/

2. Then check if the thumbs used on your modules are enabled – http://screencast.com/t/4A8qWhlovXW (disable the unused ones)

3. Next regenerate the thumbs – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

4. Check the error.log to see if there are any strange errors which may cause high cpu usage.

Thank you!

craigmc
tagDiv Member

Hi Thanks Emil, the above fix looks for single posts but this is happening on pages.

Will keep looking, it’s just strange it only happened after the upgrade.

Definitely on Newspaper 6 these og: tags for posts are not generated anywhere?

Thanks

jansena
tagDiv Member

But I take the same image dimensions (1688 x 1125) as the demo image:
http://demo.tagdiv.com/newspaper/wp-content/uploads/2015/04/8.jpg

The thing what I found strange is that the image on the demo has width 1068 and height 712

But If you measure it, it really shows 552px

My image doesn’t take the image with -1068×712 behind the image name (it only takes the normal image name) and the size is 712. I want it also like in the demo to have it 552px

Viewing 25 results - 3,126 through 3,150 (of 3,502 total)