Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter najrj89

    (@najrj89)

    Thanks bdbrown!!!!!

    Thread Starter najrj89

    (@najrj89)

    Thats what im getting

    https://i.picresize.com/EqQA

    Thread Starter najrj89

    (@najrj89)

    wow ..great

    how can i change the slider interval , it takes 10sec to move i think

    Thread Starter najrj89

    (@najrj89)

    1. working great

    2. working great

    3. i dont get the “text domain” things

    Thread Starter najrj89

    (@najrj89)

    bdbrown is the man

    Thread Starter najrj89

    (@najrj89)

    Hi bdbrown ,

    Everything working perfectly

    I dont know it will be appropriate to ask more solution’s here since Thumbnail Placeholder RESIZE problem already solved.

    But again i need few more modifications

    1. How can i remove black divider line between the raw

    2. In mobile version i want one post per raw , is that possible

    3.How can i edit “previous story” to “previous book”

    4. if i want slider to show some selected post rather than latest post

    is that possible , i got a old post here but i didnt get it https://www.ads-software.com/support/topic/featured-slider-modification?replies=3

    Thread Starter najrj89

    (@najrj89)

    3. “you may also like” image showing bit larger than the real size too

    Thread Starter najrj89

    (@najrj89)

    Hi bdbrown ,

    It works,feeling so happy. I think we are done here.

    Before going to mark this as resolved i need few more customization’s actually.

    1. I want 4 posts in a raw and maximum 12 posts per page (both in home page and category)

    2. If i enable “featured post count” , images showing in old format (large cropped image in a placeholder) and slider is not moving. is it possible to show the actual size.

    even though, I don’t need this option right now but who knows if i need it in the future.

    Thanks

    Thread Starter najrj89

    (@najrj89)

    Hi bdbrown ,

    regarding 1st approach , when i go to category featured images showing bit more largely then actual size even size is still same

    any solution for that

    Thanks

    Thread Starter najrj89

    (@najrj89)

    Hi bdbrown ,

    1.
    1st approach working like a charm!!!!…i dont think anybody would have problem with placeholder now

    You are Amazing!!!!!!!!!!!bdbrown

    But i still have a problem
    I directly edited the main theme content.php to replace “medium”
    because when i try to copy the whole content php to my child function php and activate it, i get this error
    https://i.picresize.com/Eq0f

    to remove the error, Do i need to add anything when i copy content.php in funtion.php(child)

    2.

    I didnt try second approach yet

    One more thing, like i need to post same image for featured and content,
    as you can see in my test website- “featured*post 1 image”
    I posted this as “image format” and didn’t add any content image but featured image, now the problem is image cropped completely in content page

    Thread Starter najrj89

    (@najrj89)

    when im trying to change the content php i getting this error

    https://i.picresize.com/EqHE

    Thread Starter najrj89

    (@najrj89)

    It worked

    Thank you so much

    Thread Starter najrj89

    (@najrj89)

    i did add this code in custom css…nothing has changed

    https://i.picresize.com/EqKl

    Thread Starter najrj89

    (@najrj89)

    my “Fantasy Thumbnail” post is a Standard format, have a Featured Image, and has one image within the post content too.

    yes – Theme Options > Blog > Standard Blog List is enabled. in that way i get Featured Image more accurately i want

    answer of your questions:

    1. i did it but change it to original code again after when i saw nothing working

    2.i am using recommended regenerate thumbnail plugin only

    3. for featured Image it was 220*250, for post it is 198*300

    4.my question still related to the Thumbnail Placeholder , Thumbnail Placeholder hold the Featured Image but i want to change the size(reverse the width and height) of the place holder to fit my image more accurately

    yes its really frustrating to not see the result

    Thread Starter najrj89

    (@najrj89)

    1. no , i didnt set to image format , i post it as standard post, if i set to image format(featured image) it shows up in the post content with cropped size

    2. i added a featured image beside post image (both are same size since i want to be the same)

    Note : i even tried this

    i try to modify content-standard.php (in a child theme) to use the thumb-medium (520×245) image. For both the thumbnail and the placeholder, replace thumb-standard with thumb-medium:

    <article id=”post-<?php the_ID(); ?>” <?php post_class(‘group post-standard’); ?>>
    <div class=”post-inner post-hover”>

    <div class=”post-thumbnail”>
    ” title=”<?php the_title(); ?>”>
    <?php if ( has_post_thumbnail() ): ?>
    <?php the_post_thumbnail(‘thumb-standard’); ?>
    <?php elseif ( ot_get_option(‘placeholder’) != ‘off’ ): ?>
    <img src=”<?php echo get_template_directory_uri(); ?>/img/thumb-standard.png” alt=”<?php the_title(); ?>” />
    <?php endif; ?>
    <?php if ( has_post_format(‘video’) && !is_sticky() ) echo'<span class=”thumb-icon”><i class=”fa fa-play”></i></span>’; ?>
    <?php if ( has_post_format(‘audio’) && !is_sticky() ) echo'<span class=”thumb-icon”><i class=”fa fa-volume-up”></i></span>’; ?>
    <?php if ( is_sticky() ) echo'<span class=”thumb-icon”><i class=”fa fa-star”></i></span>’; ?>

    <?php if ( comments_open() && ( ot_get_option( ‘comment-count’ ) != ‘off’ ) ): ?>
    “><span><i class=”fa fa-comments-o”></i><?php comments_number( ‘0’, ‘1’, ‘%’ ); ?></span>
    <?php endif; ?>
    </div><!–/.post-thumbnail–>

    <div class=”post-content”>

    <div class=”post-meta group”>
    <p class=”post-category”><?php the_category(‘ / ‘); ?></p>
    <p class=”post-date”><?php the_time(‘j M, Y’); ?></p>
    </div><!–/.post-meta–>

    <h2 class=”post-title”>
    ” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?>
    </h2><!–/.post-title–>

    <?php if (ot_get_option(‘excerpt-length’) != ‘0’): ?>
    <div class=”entry excerpt”>
    <?php the_excerpt(); ?>
    </div><!–/.entry–>
    <?php endif; ?>

    </div><!–/.post-content–>

    </div><!–/.post-inner–>
    </article><!–/.post–>

    but i got this message

    The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.

Viewing 15 replies - 1 through 15 (of 26 total)