Search Results for 'strange'

Results from the Forum
dracodraconis
tagDiv Member

Hi Chris,

I spotted and added the add type JS and fonts as per your recommendation. Thanks for that.

Repeat speed tests have improved results and decreased load times.

However, still displaying JS & font errors.

gtmetrix

Any ideas on how I can improve this further?

Strangely, I am not employing a CDN (yet), but YSlow scored me full marks for that….

Emil G
tagDiv Staff

Hi,

Wordpress doesn’t compress images by default, you have to compress them yourself before upload, or use a plugin which can add such functionality, or add the following code in functions.php:

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/

Thank you, Emil G.

salocharly
Participant
#0

hi guys,
I think i found a bug. when using smart list 3 at the and after the ad.
it shows again the last item and a strange text.

http://www.screencast.com/t/Efjm33ec

ideas on how to fix?

Also site is way slower, after the update
Thanks!

dracodraconis
Participant
#0

Guys, could do with a bit of help.

My Newsmag 1.6 site (I did not upgrade to 1.7 due to the reported increase in load times) runs on a LEMP installation with Nginx + PHP-FPM + APC + Varnish running nicely.

On top of this I use WP-Rocket to cache, minify, concatenate, and lazy load.

In so far that I can tell, everything works more or less.

I want to take it to the next level.

I have already used PUTTY and optimized nginx.conf, nginx’s pool.d, varnish’s default.vcl, php.ini, php-fpm etc.
I have already put in the strings to leverage browser caching both in .htaccess, nginx, varnish etc.

Strangely, some files are still not displaying cache expiry dates.

webpagetest1
webpagetest2
gtmetrix

Any ideas on why certain .css and .js files aren’t caching?

Thanks for all the help.

(I will give the tagdiv dev’s my URL if they wish for it)

bernienor
Participant
#0

Hi!

Our inline article ad (using the theme ad function) suddenly appears inside and breaks the Royal Slider gallery.

Gallery post: http://www.hooked.no/artikler/de-lykkes-med-sportsfiskemassan-i-sverige

If you slide 6-8 images to the right, the gallery suddenly breaks and opens our inline ad on an empty page.

I asked Dimitry of the Royal Slider plugin and he told me to contact you guys.

Check the code in Chrome and you will see something strange around line 670.

Thanks for the help!

Bernt

am
tagDiv Member

Hi guys,
as redtaileagle I have the same problem. Local environment is a fresh made VM (vmware) with Ubuntu 14.04.02 LTS.
php.ini

...
upload_max_filesize = 24M
...
memory_limit = 256M
...

Strange thing is that I did a VM a couple of days ago, same OS, same php.ini & other settings. Everything worked flawless, so I played around the demo and messed up everything as a baby with a new game. This morning I create an identical VM and installed flawlessy WP and the NewsMag theme. Then I tried to download the demo’s data but it freezes just at the end. It downloads something but not all, in fact on the main page you can see texts and can’t see images but if you click on a post everything seems working fine, at least texts and images are ok.

Any idea? because I really can’t understand what’s wrong.

Thank you in advance,
AM

okti
Participant
#0

Hi,

i’m using NewsMag and Event Manager. Everything works except one thing.

On my blog i have sidebar with latest artciles (NAJNOWSZE ARTYKUŁY): http://www.edurozrywka.pl/blog – the dates of articles are dispayed correctly, as they should be.

The same sidebar is displayed on the signle event view, as in these samples:
http://www.edurozrywka.pl/szkolenia-otwarte/szkolenie-komunikacja-w-zyciu-osobistym-2015-04-13
http://www.edurozrywka.pl/szkolenia-otwarte/szkolenie-automotywacja-w-zmianach-2015-04-20

The problem is that in second case all the articles in sidebar are taking the date for the event.

How to change it or display another sidebar (i have second one without widgets with with blocks).

Please help.

Alin [tagDiv]
tagDiv Staff

Hi,

If you want change the width and height and also crop(center) of the thumb please edit the td_config.php file: http://screencast.com/t/MvPEw8AGR ..then regenerate thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

For example I edited like this – http://screencast.com/t/b7zifZGZLK then regenerate thumbs – http://screencast.com/t/cYyU8UxbXF
Before: http://screencast.com/t/bzJFlnc3VDsT
Result: http://screencast.com/t/MImsQmSf
Please also consider that changing thumb sizes will also affect other blocks/modules which also use this thumbs.

Hope this helps!

linearwhiz
Participant
#0

Hey Guys,

I am not sure if this is a theme issue or my own issue but thought I’d run this by you.

I had about 800+ users on the site at once and it was running slow and intermittently giving errors about not being able to connect to database , so I called hosting who had a look and advised there’s an issue with td_module_9 in the child theme having so many php connections to the database that haven’t been closed for more than 2 minutes, and they said these connections should usually close within a few seconds.

The strange part is that I believe I am not using module 9 at all !

Again , I do have some mods in my theme , so this could be my own issue and sorry to waste your time .. if the solution would be to delete this module from the child and main theme then I could do it.

I will flick you a separate emails with the site details.

Cheers,

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately that happens as the module uses a small thumb and on mobiles it gets enlarged (stretched) via css.
If you don’t mind using a larger thumb image for module 10 thumbs you could try to change the thumb size for it. Edit the td_config file and change the width and height of the thumb from here: http://screencast.com/t/oaBaVnCOMDW ..then regenerate thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please also consider that changing this thumb sizes will also affect mega menu and block 11 which also use this thumbs.

Or you can use the same size for images like there are on desktop also on mobile screen using this custom css: http://screencast.com/t/ALLD1c6teqj

@media (max-width: 767px){
.td_module_10 .td-module-thumb {
width: 180px;
}
}

Hope this helps!

Lucian
tagDiv Staff

Hi,

Regenerate thumbnails using the guide below them make sure you empty caches and purge files if you use CDN host.
https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,


@bariton
I have checked your site and I did not found a Big Grid or Slider to inspect this. Did you solve the issue?
If you still have issues please regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/


@Afterglow
Please regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

Thanks!

External
Participant
#0

Hello,

my tagdiv social counter does not allow me to enter my Pinterest ID (but the icons are included in the plugin?)

Second issue: the widget and section headers have now a strange one pixel white space in the background, which I don’t like. Can you please check? I updated the latest version but it is still there – http://livinator.com/

jvallalta
tagDiv Member

Thanks Alin for your answer. It is very strange because I don’t have a page with that name. But it is true that the title of the post is: “Los dragones del Edén”, diferent that the one is showed. I have deleted the post and writing it again, but with the same result. I can’t understand what it is happening.

Anyway I tried to change the permanent link of the pages from http://www.librosdeciencia.com/los-dragones-del-eden to http://www.librosdeciencia.com/los-dragones-eden and now the pages is showing.

There must be something wrong anywhere but I don’t know what it is.

Thanks for all.

Raffaela Frezzotti
tagDiv Member

noooo, in backend…It’s a newspaper ad the editorial choose (strange) is to change position avery day to the block….they almost 12 blocks and go in confusion becouase doesn’t rfemember the name…and so on….now the production is momently down but you can enter here with this access

Great

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

Unfortunately that happens as the block uses a small thumb and on mobiles it gets enlarged (stretched) via css.
If you don’t mind using a larger thumb image for block’s 11 thumbs you could try to change the thumb size for it. Edit the td_config file and change the width and height of the thumb from here: http://screencast.com/t/7uaZn7UEvGC ..then regenerate thumbnails like this: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

Please also consider that changing this thumb sizes will also affect mega menu and module 10 which also use this thumbs.
Hope this helps!

Thanks

Emil G
tagDiv Staff

Hi,

You added something in that area – http://screencast.com/t/2QZlHjfoq5A
The red line is actually the top menu, you could add a 5px margin-top using css.
Hiding elements using css doesn’t mean they can’t be seen, on slow computers/connections the css may be executed too slow and the user may see the menu, or some strange behavior for a few seconds before it’s hidden/adjusted.
A better alternative would be to use a plugin or something which will modify the menu for registered users.

Thank you, Emil G.

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you are refer to the Big Slide image, as I did not find any Revolution Slider on your homepage.
The image need to be at least 745x483 which represents the big image thumb size and the image needs to be of that width to fill the whole container. Regenerating thumbnails should solve it unless the image you use it’s smaller that the dimensions needed because WordPress doesn’t enlarge images.
If you use larger images please regenerate your thumbnail following this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please try a plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ to enlarge thumbnail. For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.

Thanks!

Axel
Participant
#0

Hi everyone!
My problem concern the module “search” by default in Newspaper thème.

when i configure the website with permalink defined : value by default (http://www.web-reggaeton.com/?p= ID code of the page or article)
the search module work’s properly and don’t send my requests to page 404 error.

BUT
When i configure the website with permalink on “the name of article” like http://www.web-reggaeton.com/?p=thenameofmypage or article

my search module doesn’t work and every request are send to error 404 page.. that problem is very strange.. oO

Thank’s to read my bad english… (French people…)

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you managed to solve this!
Please regenerate your thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and let me know if you still have issues with this.

Thanks!

Sean
tagDiv Member

That’s what I’ve been so confused about, it’s subscribers that are getting author pages. I thought it might be the theme but now I’m wondering whether it could be a plugin issue. Example at http://www.xposy.com/author/testsubscriber – Account I made with default user role set to subscriber. Very strange!

Novaque
Participant
#0

Hi,
I’ve faced a strange problem. In google webmaster I see that my site is ok for mobile devices, but when I analyse the site with google developers tools it says that the site is not optimised for mobiles.
I looked through some forums and they say, that the problem is in robots.txt
Could you please suggest what files should be allowed to google bot, so that he sees optimised version?

Sincerely,
Vladimir

jk
tagDiv Member

strange, i have installed the speed booster which i did not use in previuos version tho. it came up with two plugins as well as with files within so i have delted the old version. it working fine, but strange thing happening .. when you click on post or seomthing then wehn refresing the page it comes up with these colours and strctures sucg as grid etx.. vizu link
http://screencast.com/t/lgpxcnCG

however colours and grid are saet differently..
as it is

http://screencast.com/t/KGgeVrRpEi

do yu know what might be causing this or what shall i do?

sixdivision
Participant
Logo width - topic
#0

Newbie question:
My logo is 1170 width but when uploaded is apparetnly shortened to 1074. Now it looks strange because the topmenu and menu are both 1170. What can I do to have the topmenu, the header (full width logo) and the menu the exact same width?

Lucian
tagDiv Staff

Hi,

Please also provide your site’s URL so I can inspect this as I’m not sure about this. Please also try to regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ ..and re-save your permalinks structure.
Let me know how it goes!

Thanks

Viewing 25 results - 3,226 through 3,250 (of 3,502 total)