Search Results for 'strange'

Results from the Forum
Anna1986
tagDiv Member

Hello Marius,

the problem is that the logo (298 x 124), in footer looks well, but in the header, it seems no clean as on the footer, but cloudy. Perhaps, because in the header it is resize automatically? It’s very strange. I would like understand and resolve, this situation.

Thank you

  • This reply was modified 12 years by Anna1986.
Anna1986
Participant
#0

Hello,

I would like modify slightly the size of my logo and use 298 x 124px (that is actually in the footer, part 1, left side). I have already tried to upload the logo on the header, but strange, I don’t see it clean as in the footer, but I see it a little bit “cloudy”.

See the screenshot please:

http://i39.tinypic.com/a2pv1j.jpg

You can see the difference regard quality, with the logo on the footer online, on my site: http://www.webhostingmagazine.it

See the screenshot of the logo in the footer:

http://i41.tinypic.com/1zd0yux.png

Should I modify some size attribute in the .css, for the header?

Thank you

subra68
tagDiv Member

Hello,

no, it does not work.

I can not translate the two sentences “If you’re not happy with the results, please do another search” and “We’re sorry, but the page you are looking for doesn’t exist.”
Everything else is possible to translate into German, but if I translate the two sentences above and I save the translation, the English sentence shows up again and the German one is overwritten. Strange

Perhaps you could tell me the php files where I can find the text string. So I can translate it in the file.

Kind regards
Susanne

btrendy
Participant
Responsive - topic
#0

Hello,

My site looks strange on mobile device even thought I activated the responsive option.

Can you take a look and let me know what I have done wrong. I have to scroll down to view full site in order to looks fine.

Site: http://www.btrendy.ca

Marius
tagDiv Staff

Hello,
Please try to deactivate some plugins and see if work. Is very strange.

Thanks and sorry for long delay!

sunkast
Participant
#0

So last week I made a backup of my staging server, then installed it locally. Changing the values for site name and URL of course. However there is a rather strange issue with social counter plugin breaking the site. For whatever reason, the page fails to complete rendering when it gets to the social counter widget in the sidebar. So it ends up being a page that is missing the sidebar, footer, and WP admin bar (if logged in).

If I removed all of the values from the widget, or enter values into previously empty options of the widget, or even delete the widget entirely, the page renders completely fine. It’s only when I have filled out the options that were filled from the staging server that it decides to break. It doesn’t matter what I enter into the fields that were filled out. I’ve tried uninstalling and reinstalling the plugin, deleting the “widget_td_social_counter_widget” and “td_social_api_v3_last_val” entries from the database, but no luck.

Does anyone have any idea why this would be happening?

simchris
tagDiv Member

Holiday PageSpeed Fun Report Update!
Just as a pagespeed comment, I was testing mod_pagespeed, vs your tagdiv cache experimental, and W3 with page cache on, and found that mod_pagespeed on server with memcache, optcache and eaccelerator, seem to be about the same effect. What this means for most WordPress folks is quite simple: use a hosting provider that supports mod_pagespeed (e.g., GoDaddy now supports it with htaccess local config options — NOT an advert for them, just anecdotal) may be better option than messing around with all the various plugins that try to replicate that server-side functionality.

To Radu and all … who are wondering about the “render blocking blah blah” errors, this was one of the suggested solutions for WP (note the issue is common to ALL WP themes frankly due to the way the header works for most themes based on “traditional” HTML practice, 2 years ago nobody really cared about this issue!):

(QUOTED from WordPress.org discussion, “wpgeekster”)
The reason you are getting render blocking message from google is because your javascript is being called in the header. In your wp_register_script() function and in your wp_enqueue_script() function you must include true for the $in_footer argument. If you include the $in_footer argument, you must also include all the other arguments.
See:
http://wp.tutsplus.com/articles/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins/
http://codex.wordpress.org/Function_Reference/wp_enqueue_script
http://codex.wordpress.org/Function_Reference/wp_register_script

(END QUOTE)

From same discussion:

(QUOTED from “manuelkuhs”)
Here’s what I figured out about how to eliminate all render-blocking JS & CSS:

Install W3 Total Cache

Go to Minify

Use the “help” wizard that you can see as a button near the top

Accept the suggestions without making changes. This will combine all your CSS files into 1, and all your JS files into 1, 2 or 3, depending where you load them (if you load all in the same area, e.g. in the <head>, you’ll only get 1 combined file).

Set all JS to “Non-blocking using Async”.

Now test your site. If everything works, the only blocking CSS/JS file left should be your combined CSS file, and nothing else.

Most likely some JS functions won’t work properly anymore. If this is the case, it gets a bit more complicated.

In this case, try the following:
Remove all the JS files in the Minify settings of W3

Open the source of your functioning page where no JS files are combined and manually add to W3 Minify ONLY the JS files found in the header (since these are the ones “above the fold”) and IN THE ORDER that they exist in your source file. Try this. If it works, try moving them all into the <body> or just before the </body> using the Minify JS settings.

In my case, I had a strange issue whereby combining jquery.js with the other JS files broke many js functions that depend on jquery even though they loaded after. To get around this I made jquery.js load on its own after <body>, and made all the others load combined just before </body>, with everything set to load using async.

Using this method, the only “above the fold” problem I have is the combined CSS sheet.

If your combined CSS is small, you can try inlining the entire thing.

If not, the only way around this that I currently know is to manually inline only the relevant parts of this combined CSS, and then to load the combined CSS in the footer using JS.
(END QUOTE)

  • This reply was modified 12 years by simchris.
Marius
tagDiv Staff

Hello,
Very strange.
Please can you test it on The 1170px full responsive from Theme customizer http://screencast.com/t/UkQa8QhJtP4

Thanks

mmtt
Participant
#0

Hi there,

I have issues with my feeds since I started using this theme. My feeds no longer update via feedburner. I tried to resync but it won’t work. I use the “Homepage – with article list” layout.

The second problem is that my homepage latest article list display 2 old posts before starting with the latest posts, which is kind of strange.

Link:

What can I do about these?

Radu
tagDiv Staff

Hello,

this is a strange error. get_header() is an internal function from wordpress.
I can recomend you:
1. to disable permalinks and see if the site works without them and if everything is ok renable them.
2. disable all plugins
3. try to increase the allowed memory size in php.ini
4. try the site with the default wordpress theme
5. a full wordpress reinstall

I’m sorry for the problem but it looks like some kind of hosting problem / incompatibility. This kind of problems are very hard to fix without direct server access. I can assure you we did not encounter this problem before.

Marius
tagDiv Staff

Hello,
Do you use Child theme and added that css in style.css and not work? The Child theme should work, strange 😐

If you want you can give us access to your WP and we will take a look. Send via email at contact@tagdiv.com

Please add For Marius in subject and also put a link to this message in email.

Thanks for the message!

boldix
tagDiv Member

Hi, tonight my site has been “crashed” without any reason. All of the Magazinly Theme settings just gone – everything else is ok, just the magazinly theme settings were gone… (strange!?) I had to fix all the settings again to work properly.

So the Responsive Adsense settings were gone too, and since this I can’t add responsive google adsense modul at the pages – exactly I can add the “AD BOX” modul, but at the drop down list it doesn’t show Adsense, it shows only the “different ads”. But for example I was able to add responsive adsense at the header – so why I can’t add at the pages?

– I dont use any tagdiv plugins!

What has happened? How to fix it?

Anna1986
tagDiv Member

Hello Chris,

yes, the option is set on:

Full responsive (1170px)

But strange, I don’t see the mobile version of my site from my smartphone.

Marius
tagDiv Staff

Hello,
Do you mean about this button: Edit CSS http://screencast.com/t/bFWLCwBM0
Strange, on our developing we have this as you can see in the screenshot.

Thanks

Radu
tagDiv Staff

Hello,

this is a very strange issue. We can’t replicate and in order to debug it I would need ftp acces. is that possible?
contact@tagdiv.com – include this forum post link in the message.

Radu
tagDiv Staff

Hello,

this is strange. Can I see your site?

Kaskarino
Participant
#0

Hi there.

I have a problem with galleries. For example check here http://www.aplotaria.gr/nature-conservancy-photo-contest/ This is supposed to be square tiles gallery but the images aren’t square. What’s wrong with this?

Also, I have a little issue with the homepage. I have asked again about this here https://forum.tagdiv.com/topic/reduce-space/ You have suggested me to remove some empty rows. The strange thing is, that every time i edit the homepage, an empty row is added. I don’t add the empty row. This occurs automatically. Let me know what to do.

Regards

Radu
tagDiv Staff

Hello,

with adblock I get a strange message: http://screencast.com/t/H0ERWNf1M
That message is from one of the installed plugins.
Radu from tagDiv

cybergetro
tagDiv Member

Very strange

In three computers look like this: http://i.imgur.com/Mssm4ur.jpg

Tested in Firefox and Chrome. Any clues? Which is your internet navigator?

Marius
tagDiv Staff

Hello,
Is strange, why this post have this dir=”ltr” http://screencast.com/t/bhyx26sRbumG

pantera
Participant
#0

Hi All

I’ve seen a strange behaviour: one of my post doesn’t show the inline google ads. It’s strange, only THAT post. The others works well

This is the post
http://www.scriveresuivetri.it/come-funziona-uno-studio-di-registrazione/

You can see also the others, they are all ok, with proper google ads that shows at the 4th paragraph.

Can you please help in some way? Thanks in advance

Giovanni

Speedster
tagDiv Member

Ive solved it with uninstall my IE11 and install IE10. Must have been some strange cache-incident for the microsoft-product. But maybe good to know for others webmasters and TagDiv.

jackmiller
Participant
#0

I’ve moved our nav to the top bar (along with social icons), but the sub navigation is doing some weird stuff. The sub navigation items don’t drop down, and are displayed below the primary navigation item strangely.

See:

Thanks for any help with this.

Jack

Marius
tagDiv Staff

Hello,

What i see and is strange for me…why do you have that category there: http://screencast.com/t/s81o9BrC6

Please can you send me access to your wordpress to take a look.
Send via email at contact@tagdiv.com

vexx
tagDiv Member

Hello,

I have the grey background set as a general background and for the category Reviews for example, I have the red background (added as test). As you can see, once you visit Reviews, it will turn red then immediately grey. And if you look closer on the background of “reviews”, it’s a different background altogether than the main background.

It’s strange and I can’t localize the issue.

Viewing 25 results - 3,476 through 3,500 (of 3,502 total)