Thank you. But as I wrote, I have entered my website name there: “Schwedentipps.se”. Not “NewsPaper”. General tab, Logo, Logo text. Obviously, my setting does not have any effect. /Walther
Hello and thank you, Bogdan.
I have doublechecked with this video: https://vimeo.com/62689673. I published it here on Feb. 9, 2016: http://www.swedentips.se/stockholm-travel-video/ . The resulting thumb was 1280 × 721. Now if I publish the same video on the same site again, I only get 295 × 166.
I cannot imagine that the owners of this Vimeo channel have reuploaded all their videos or altered any thumbs since February or that Vimeo has done that. Of course I don’t know for sure but it seems unlikely.
Is there not any other setting I could adjust to get full-size thumbs of these videos. 295 × 166 does not work well with block 3 and some other blocks.
Thank you.
BR, Walther
Hi,
I am using a plugin, the DFP – Doubleclick Ad Manager by Chris W. Gerber. It works well on two of my sites in body and sidebars, though not in the header (I am using a header style without ads so I don’t care). The import feature doesn’t work but I think only one line of code needs to be changed to make it work (seems to be a character in the beginning that is wrong). I added my ad slots manually, no problem.
I don’t know about resizing because I don’t use 728×90 on mobile.
BR, Walther
Hi,
I suppose this issue is the same as here: https://forum.tagdiv.com/topic/aligment-for-images-without-any-aligment-option/ (sorry for my typos in the heading!).
BR, Walther
Hello again,
I have run some more tests. I have deactivated all my plugins except Visual Composer and then reactivated all my plugins in a different order. To my surprise, all plugins are running now and everything seems to work fine, including the moble menu.
Can the order in which you reactivate plugins after an update indeed matter?
This is a mystery to me.
BR, Walther
Hello Bogdan,
Now, this is strange. I have tested with VC and Contact Form 7 active. No problems. So I thought that Contact Form 7 might have a conflict with one of my other plugins, not the theme as my first guess was (sorry for that!). Then I activated one plugin after the other but the issue with the menu and the header on desktop did not reappear. However, then I saw that the mobile menu didn’t work (wouldn’t open any pages, had additional arrow down buttons).
To me it seems that Contact Form 7 conflicts with WP Lightbox 2 (or the other way round). If I have both enabled, I have issues.
I will update another site with exactly the same configuration next week and see how that goes.
Thanks for your help!
BR, Walther
Hello Bogdan,
I have cleared cache, disabled all plugins except VC and removed all custom css. However, the issue persists. (I have also checked in different browsers.)
Please take a look at this page in the section “Options you have to enable on CloudFlare’s dashboard”: http://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/ . There are two screenshots – and they both stick out to the right in exactly the same way my images do. There are more examples of this on the same site.
In your release notes for 7.4 you mention a fix for unaligned images. Could it be this fix that is causing this behaviour?
Thanks for your help.
BR, Walther
Hi Bogdan,
Great that you found the code. That has helped me to fix the problem.
I had used Notepad to edit the php file and saved it in UTF-8 format. That caused the strange part of code. I found the explanation here: http://stackoverflow.com/questions/6538203/how-to-avoid-echoing-character-65279-in-php-this-question-also-relates-to-java
I have now downloaded Notepad++ and edited the php file there. Everything works fine now.
Sorry to have bothered you with this.
Thank you.
Walther
Hi Bogdan,
I have gone through the same steps one more time and have made sure that I only delete the part you marked in the screencast, no div tags.
The result (on my end) is the same. There is additional space above the breadcrumbs:
http://www.sverigetips.se/category/dalarna/
Strangely enough this does not happen with the other method that you have described (hiding the pulldown with CSS – which doesn’t work properly with Chrome as the pulldown is visible for a fraction of a second).
Thanks for your help!
Walther
Hi,
I have just tested alternative 1 (removal in php file). This is not too complicated and works.
However, as a result of this modification an extra 20px (approx.) are added above the breadcrumbs and thus the whole category page is pushed down a bit. This happens with category template 1.
Can you recreate this? If yes, what else needs to be modified so that category pages without the pulldown look like those with the pulldown?
Thanks.
Walther
Hi,
I have found an easier solution to make the subtitles stick out a bit more: I have changed font size to 20px in the Theme Panel. This works fine.
Thank you.
Walther
Hello Catalin,
The code works but it’s not as easy as I thought it would be. The code works on post style 3 as well and makes the subtitle unreadable – the subtitle font needs to be white there.
Can I limit this code somehow to the styles that I use with (dark) subtitles? I use 1, 2, and 5.
Thanks.
Everything works perfectly, Bogdan. Thank you so much for your help. /Walther
Thanks a lot, Andrei. Good to know that you will add this issue to your list. I have chosen the workaround that you have described. It works, and I can live with it until you fix the issue.
Walther
Hi Alin,
I couldn’t make it work at first. I had put your code at the end of my Customm CSS. The white border in the link block was still there. Then I tried putting the same code at the beginning of my Custom CSS – and now it works.
Thanks a lot for your help!
Walther
Hi Andrei,
That works perfectly. I made it more complicated than necessary. Sorry.
Thanks for your help.
Walther
Glad if you could change that in your next update. Took me a while to figure out why my WP media setting (696px) for Large images was resized to 640px in my pages/posts. /Walther
Hi,
Thanks a lot, the change in style.css works.
For the text color I have added this code in custom css:
@media (max-width: 767px){
#td-top-mobile-toggle i, .header-search-wrap .td-icon-search{
color: black !important;
}
}
I hope the code is ok – it seems to work in any case.
Walther