Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
David
tagDiv Member

Hi Alin,

Thanks for your reply, I was so fixed to use the “header ad spot” that I didn’t think of an custom ad.
How can I make the new ad centered? I tried something like:
`.td-a-rec-id-custom_ad_7 > div {
text-align: center;
display: table;
margin-left: auto;
margin-right: auto;
position: relative;
}
to style.css around line 24200 but it seems to be not working.
Best, Loano

David
tagDiv Member

I know, I think I already wished this a year ago but I’m still hoping 😉

David
tagDiv Member

Hi,

Please add “more custom ad spots” to the feature wish list (Newsmag and Newspaper). Based on the threads about that topic there seems to be really a need, not just for me.

Best,
Loano

David
tagDiv Member

Hi Bogdan,

Have you checked that on mobile as well? What browser are u using?

Thanks

David
tagDiv Member

Hi Bogdan,

Does Newspaper v 7.0 solve this issue?

Thanks!

David
tagDiv Member

Version 7.0
improvement: better seo on smartlists

Does this mean each page of a smart list should now get indexed by Google?

David
tagDiv Member

Hi Alin,

Any update on the embed internal links issue? Has it been fixed with Newspaper 7? With the latest 6…. version this issue still exits. In the meantime we have many posts looking really ugly. As soon as the featured image of a post contains “䔔Ĕ”ö””Ö” or “ü””Ü” also the picture breaks.

See here:
1: https://www.dropbox.com/s/uaxwh9zefxt0dmn/Internal%20linking%20issue.png?dl=0
and
2: https://www.dropbox.com/s/36llkfx7tlsm3oq/Internal%20linking%20issue%202.png?dl=0

Links for testing:
1: http://starzip.de/alle-meine-frauen-2015-meri-hatte-eine-affaere
2: http://starzip.de/dsds-2016-jury-bei-dsds

Thanks,
David

David
tagDiv Member

I put $500 into the pot. All I’m looking for:

    • Integration of DFP Doubleclick to the Newspaper theme (like the existing theme panel ad section for Adsense)
      Mobile responsiveness and seamless integration of the ads
      Maintained by Tagdiv
  • Who’s willing to call?

    David
    tagDiv Member

    What I can specific is, if I remove the caption text, there is no issue with code around the image: https://www.dropbox.com/s/w616inej6r5de13/No%20caption%20text.JPG?dl=0
    If I add an caption text: https://www.dropbox.com/s/s9xqpf8pfgvggyo/With%20caption%20text.JPG?dl=0
    With or without caption text, the modal function is also not working.

    David
    tagDiv Member

    Hi Bogdan,
    this editing screen comes from TinyMCE Advanced (+1 Mio users). But nevertheless, if I deactivate it and add the image via the default function like in your screenshot, (here’s mine: https://www.dropbox.com/s/mcwn18mogbblygj/Tag%20Page%20Backend%202.JPG?dl=0 )
    the issues stays the same.
    Any further thoughts on this?
    Thanks.

    David
    tagDiv Member

    Hi Bogdan,
    The picture got added just normal via the default backend visual editor (on the tag page). You can see it here:
    https://www.dropbox.com/s/6oy5a72uu7xkg3l/Tag%20Page%20Backend.JPG?dl=0

    • This reply was modified 10 years by David.
    David
    tagDiv Member

    Hi Catalin,

    Thanks for your information. I just figured out that the author archive is a default function of WordPress and I disabled it as a option in Yoast Seo. This lead to a permanent redirect to the homepage. But what I was really looking for is how to change the author url and redirect it to the team page. This can be achieved by adding the following code to the funktion.php


    /* ----------------------------------------------------------------------------
    * Redirect author to team page
    */

    add_filter( 'author_link', 'my_author_link' );

    function my_author_link() {
    return home_url( 'team' );
    }

    Regards, loano1

    David
    tagDiv Member

    Thanks Chris. After submitting 2 of our …/amp links to Google they started recognizing us. Now they show a chart like for the indexed sitemaps telling that they indexed 6 posts so far 🙂

    David
    tagDiv Member

    I’m using the same plugin and for me it seems to work eg: http://starzip.de/dschungelcamp-2016-kandidaten-wer-zieht-ein/amp , but when I look into my webmaster tools, Google tells me: “We did not find any Accelerated Mobile Pages in your site”. Google Struktured Data Testing Tools tells “No mistakes”. Is there anything else to do with the plugin to get Google to recognize AMP?

    David
    tagDiv Member

    Hi Alin,

    I just did a bit of research on wordpress.org and found this: https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/
    (It looks like the their embeds in this post are working proper)
    What the tell is “For security, embeds appear within a sandboxed iframe – the iframe content is a template that can be styled or replaced entirely by the theme on the provider site”

    Thanks for investigating this.

    David
    tagDiv Member

    Hi Catalin,

    thanks for your code, it works perfect for the responsiveness. But on mobile, I see pretty strange symbols in the article preview. See here: https://www.dropbox.com/s/iyjhhaypksewxjz/Strange%20Font.png?dl=0
    Do you know a solution for this as well? Link to the article: http://starzip.de/louis-tomlinson-baby

    Thanks, Loano

    • This reply was modified 10 years by David.
    David
    tagDiv Member

    Maybe this is not only a smart list problem but a general since we updated to the latest WordPress + Newspaper version. All our pictures indexed by google now are only thumbs or the modal image which is also a kind of thumb. But the original post image doesn’t get indexed anymore. Has anyone experienced the same?
    Thanks!

    David
    tagDiv Member

    I’m using now

    @media (max-width: 767px) {
    .td_block_21 {
    display: none;
    }
    }

    to blocks the whole block on mobile (not my preferred solution but ok for the moment).
    This means at the same time, that also the Custom CSS panel is working fine. It must be definitely something with the ID.
    “It is a unique ID number” is from what I saw not true anymore. Every time I press refresh (frontend, unique post) the ID changes!

    e.g.: td_uid_10_568f9cd5d33a9_rand
    after F5: td_uid_10_568f9bc389df3_rand

    Can you please check this on your side?
    Thanks!

    David
    tagDiv Member

    Hi Bogdan,

    I checked it again but could’t find an open tag. Heres my custom CSS:

    @media(max-width: 767px) {
    .td-footer-template-3 .td-pb-span4 .td_block_15 {
    float: none !important;
    }
    }

    @media(max-width: 767px) {
    .plista_widget_standard_1 {
    display: none;
    }
    }

    @media(min-width: 768px){
    .plista_widget_webApp {
    display: none !important;
    }
    }

    @media(max-width: 768px){
    .plista_widget_webApp {
    padding-bottom: 25px;
    }
    }

    .td_module_wrap .td-module-meta-info .td-post-views {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 14px;
    color: #aaa;
    }

    .td_module_wrap .td-module-meta-info .td-post-views span {
    margin-left: 5px;
    }

    ::-moz-selection { /* Code for Firefox */
    background: #b001ff;
    }

    ::selection {
    background: #b001ff;
    }

    @media (max-width: 767px) {
    .td_uid_9_568f9c1760d60_rand {
    display: none;
    }
    }

    @media (max-width: 767px) {
    .td_uid_9_568f9bc389df3_rand {
    display: none;
    }
    }

    @media (min-width: 767px) {
    .td_uid_10_568e7476d238f {
    display: none;
    }
    }

    @media (min-width: 767px) {
    .td_uid_10_568f9c5624c74_rand {
    display: none;
    }
    }

    What I’m wondering is, these numbers (bold).td_uid_10_568f9cd5d33a9_rand are changing for each article, although I’m using the same widget.

    • This reply was modified 10 years by David.
    David
    tagDiv Member

    Hi Bogdan,

    when I try your code in Live CSS editor, it works just perfect.
    When I paste it in the Custom CSS area of the theme panel – nothing happens. (No cache plugin active)
    Are there any common issues with Newspaper V 6.6.3 and the Custom CSS area not working?

    Thanks,
    David

    David
    tagDiv Member

    Hi Bogdan,

    unfortunately I could’t get this working.

    e.g. td_uid_9_568e7602a2598

    I tried

    @media (max-width: 767px) {
    .td_block_id_9_568e758cb0fd6 {
    display: none;
    }
    }

    @media (max-width: 767px) {
    .td_uid_9_568e758cb0fd6 {
    display: none;
    }
    }

    And many more combinations, but the block didn’t disappear on Mobile.

    David
    tagDiv Member

    Sorry! It looks like this issue was caused by a third party plugin! I removed it ad it works now.

    David
    tagDiv Member

    Hi Bogdan,

    Thanks for your reply. Can you please make some tests on your side? Unfortunately our test server is only local and I don’t want to break the layout on the live site.
    What I have noticed so far, it is not caused by ads. Furthermore, if I would put a extra ad in between, the layout would be fine. It seems like the issue is occurring as soon as I put 2 block widgets after each other and one is hidden on mobile.

    Regards,
    Loano

    David
    tagDiv Member

    Oh found the mistake. And it’s so stupid that it’s hard to talk about it. In the hurry of last night I pasted the code not to custom css but below the google analytics code. And I was not able to detect the position in Chrome. Thanks to good old Firebug.
    All solved. Footer is working perfect, now.

    David
    tagDiv Member

    Hi Alin, the only code I’m using there is .td_module_wrap .td-module-meta-info .td-post-views {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 14px;
    color: #aaa;
    }

    .td_module_wrap .td-module-meta-info .td-post-views span {
    margin-left: 5px;
    }

    ::-moz-selection { /* Code for Firefox */
    background: #b001ff;
    }

    ::selection {
    background: #b001ff;
    }

    I also tried to delete all code, doesn’t help. Can u please tell me where I can find and delete the code causing the problem on Starzip.de?

    Viewing 25 posts - 176 through 200 (of 221 total)