Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • filo21

    (@filo21)

    I’m not sure how to make this work. I installed and activated the child theme, then added the code above to functions.php on the child theme… and all I got was a fatal error.
    How should I proceed?
    Thank you!

    Thread Starter filo21

    (@filo21)

    I found the template-tags.php, but I don’t really know what to do once I get there… I don’t seem to find any author or byline tags. I don’t really know any php, so this is quite complicated for me, sorry!

    The instruction say that the following function should be added to single.php and author.php in order for co-authors to show on the front-end (the plugin seems to work fine on the backend), but once again, I can’t find any “author” line in those phps, and of course I don’t know where else I should look, or what I should change.

    if ( function_exists( 'coauthors_posts_links' ) ) {
        coauthors_posts_links();
    } else {
        the_author_posts_link();
    }

    Instructions say that the function should also be adapted to each theme, but I wouldn’t know how to do this, too.

    Thread Starter filo21

    (@filo21)

    Hi, sorry for the late reply.
    Umm, it looks like this issue (and the solution you’re suggesting) goes way beyond my knowledge of php and javascript.. Despite your clear explanation, I wouldn’t really know how to actually try it.
    Nontheless, I would like to thank you for your help, I really appreciate it!

    Thread Starter filo21

    (@filo21)

    Yep, you’re right, setting the opacity value definitely helps to at least load the main image. While it’s not ideal, it’ll do for now, so thank you for the tip!

    There’s more though. While I’m not too bothered by the lack of the shadow/greyscale fading effect (actually I’ve been tempted many times to remove the whole thing), infinite scroll is also failing to load the background image for tags and categories (in the post footer). On the first page, there’s an <i></i> element whose background is set to show an icon for tags and categories. Scrolling down to the second page, the <i> isn’t included. I don’t think that’s related to any javascript, is it?

    Thank you again for your help, much appreciated!

    Thread Starter filo21

    (@filo21)

    Sure, no problem. Thank you so much for all your help!

    Thread Starter filo21

    (@filo21)

    Hi,

    This is the website.
    As you can see, if you scroll down after the first page of posts the main image on top of each post disappears. Same thing for the small icons associated to tags and categories.

    Deactivating infinite scroll all images are fine.

    Thank you for for taking some time to look into this!

    Thread Starter filo21

    (@filo21)

    mmm nope, it didn’t work.

    now i tried this

    .tptn_link {
      border: none !important;
      text-decoration: none !important;
    }
    
    .tptn_title:hover {
      border-bottom: dotted 2px #0090d3 !important;
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
    }

    and it partially works: the img isn’t underlined, the title is, but i got some trouble with the transition during the hover status, which is not consistent with the rest of the website. if you still got time for this, would you give it a look?

    Thread Starter filo21

    (@filo21)

    the theme has this general rule:

    .widget a:hover {
    color: #0090d3;}

    paired with:

    .widget a {
    border-bottom: dotted 2px transparent;}

    to avoid the underline on some of the links i don’t want to be styled that way (like imgs in the other widget), i added border: none and text-decoration: none

    i tried to apply the same to tptn_thumb, but without success. if i apply the same rule to tptn_title, the underline disappears also from the part between span

    Thread Starter filo21

    (@filo21)

    just installed the update, but I guess I still don’t know how to separate the style of title from the style of the thumbnail lol!

    here’s the website, if you want to give a look.

    on the home page you should see the difference between the style of the first widget (featured posts, “in vetrina”) and top10 (“trending”). when you hover on the first one, only the title gets the dotted underline, while the img doesn’t. I don’t seem to be able to do the same in top10.
    I can’t really wrap my head around this, I tried the css I know but nothing seems to work, so I’m obviosuly missing something. Maybe the style of the anchor a href is applied to the whole div, so it’s not really the img getting the underline, but maybe anything within the div? just a wild guess, I suppose…

    anyway, thank you again for your support!

    Thread Starter filo21

    (@filo21)

    thank you, i’ll try it asap and let you know!

    Thread Starter filo21

    (@filo21)

    I added the following:

    .tptn_posts_daily ul li {
    list-style: none;
    list-style-type: none;
    margin: 3px 0;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    .tptn_posts_daily img {
    margin-top: 5px;
    }

    I tried to add something like a.tptn_thumb and tptn_thumb a to style the img, but to no avail.

    Thread Starter filo21

    (@filo21)

    Thank you for your super-speedy reply. I’ll def check the new version as soon as it comes out.

    Actually, I didn’t have as mucn of a trouble styling the title part as I had with the image. I could easily write some css to style the title (e.g. font and size), but I’m not able to style the link for the img thumbnail. I think it’s because both the tptn-title and tptn_thumb are wrapped inside the same <a href>. Are you considering separating them into individual divs? That could make it easier to style via custom css for not-so-skilled people like me!

    Anyway, I’ll try with the new version. Thank you again.

    Cheers

Viewing 12 replies - 1 through 12 (of 12 total)