Hi, has anyone done an optimization using a Nginx server?
Solved by disabling tagDiv-composer. Thanks for your help!
Solved by disabling tagDiv-composer. Thanks for your help!
Hi,
Is the theme working without tagDiv composer? I thought this is a requirement for Newspaper 8 in order to work properly. But if I can deactivate it, this would probably solve all my issues. Please let me know.
Thanks
Hello,
This is just a test installation as a kind of a reinstall since the same error appears on our live site. What I just figured out, after you told that you can’t see any issues, I only see this errors because I’m logged in. When I log out, no error message, as soon as I log in, its back. Pretty strange. See here: https://www.dropbox.com/s/vbw56jnpefaq0jr/Error%20when%20logged%20in.PNG?dl=0
Thanks
Hello,
Unfortunately, I still get this 2 errors. Latest WordPress & latest Newspaper. All plugins are deactivated except for td-composer. Please check here: http:// lustaufeinbier.de/
It’s running on nginx with php 7.0.18.
Thanks!
Hello,
Unfortunately, even with all plugins except td-composer deactivated it still appears. If I deactivate td-composer, the error disappears. It’s a pity that the theme is not working without.
Hi Bogdan,
thanks for your inspiration, I modified the code a bit and it worked perfectly!
@media (max-width: 767px) {
.td-post-share-title {
display: block!important;
font-weight: 700;
font-size: 12px;
float:left;
padding-left:5px;
padding-top:5px;
}
}
Follow, same here
Hello Catalin,
Thanks for your help, I just sent it again.
Hello Catalin,
Unfortunately, it did not work although I’m not using SSL. I set an Email to contact@tagdiv.com and provided a link to my site and wp-admin (login information and admin rights) so that you can login and load the translations.
Thanks in Advance,
Loano
Same here, can’t load the French translation. Tried it with different browsers and Versions, but always the same. Nothing happens. Will also send you an email.
Hi Bogdan, thanks for your reply! Where can I find the suggestion list to up-vote things? I mean, in order to let some needs grow in popularity, there must be some kind of a list where users can vote, correct? Sorry, but unfortunately I have the feeling that the gap, between what publishers need and what Tagdiv does, is growing.
Hello Catalin,
I just want to let you know that this issue still exists, also with the latest update of Newspaper. In order to reproduce the issue:
Build a page with Visual Composer.
Select 2/3 + 1/3 as column spacing.
Put block 14 to the right side as kind of a sidebar.
Limit post number to 2.
Put another block with title below.
Disable pagination (With pagination it works fine).
Result: 0px space between block 14 post 2 and the title of the next block.
Something that should be investigated for the future.
Thanks,
Loano
In my case the sidebar was moved from the Visual Composer page of the front page to the front page widget area. Strange, but working 🙂
I’m looking for such a feature as well. 1,5 years have passed, can you please give an update on when this will be implemented?
I also have this issue. It seams that Visual Composer (no matter which version) is not working properly with the latest version of the Newspaper Theme (7.6)
Hello, I tried it on our dev page but the result would be even worse:
https://www.dropbox.com/s/hhd5o7szs3i5scb/Home%20Excerpt%202.JPG?dl=0
Hi Bogdan,
I just figured out that this code comes from the raw JavaScript fields we added via VC to the end of the page. They are used to show up out-of-home and interstitial ads. If there is no way to keep this code away from the excerpt, it’s not that bad. I just asked because it could have been that there is a simple solution beside removing the excerpt…
Thanks, Loano
Hi Catalin,
Thanks for the quick reply! What I mean is the strange code here: Picture
For me it seams, that the theme renders the VC or slider code to a stange line of symbols. Any suggestion for that?
Future styling request:
Since for post type 12/13 everything on top of the article is centered (heading, category tag, social sharing,…etc.), the subheading should also be centered.
Please add this to the future CSS.
.td-post-template-12 .td-post-sub-title,
.td-post-template-13 .td-post-sub-title {
font-size: 19px;
line-height: 25px;
margin: 12px 0 20px;
text-align: center;
}
Oh just found a much better solution!
With post style 12 & 13 you are already offering a perfect solution for a case like this. It’s just one click to change the post styles!
Thanks!
Hi Andrei,
I tried to find a workaround in order not to touch the js. So I added custom ad 1 to the top of the sidebar widget, put just a dot into the custom ad 1 field and added the following to custom css:
@media (min-width: 1019px) {
.td-a-rec-id-custom_ad_1 {
margin-top: 280px;
color: #ffffff;
}
}
This works fine in the custom CSS area but if I add exactly this code to .td-a-rec-id-custom_ad_1 in my style.css (in order to have this without load delay), nothing happens. Also not with the use of !important
Is there anything I’m overlooking?
Thanks
Hi Catalin,
Finally I used
@media (max-width: 767px){ .td_block_2 { padding-top: 50px; } }
in order to only affect the block below. .td_block_wrap would change the distance between all blocks including the big grid. By changing this way, it would be impossible to achieve an equal space between all blocks.
In general there must be a styling issue with bock 14 using block span 14. Perhaps something which could be improved in future updates.
Thanks,
Loano
Found the solution,
@media (max-width: 767px) {
.td-g-rec-id-custom_ad_7,
.td-a-rec-id-custom_ad_7 {
float: none;
text-align: center;
}
}
seams to work. But what is the difference between “.td-g-rec” and “.td-a-rec”?