Forum Replies Created

Viewing 15 replies - 1 through 15 (of 42 total)
  • Thread Starter giantqtipz

    (@giantqtipz)

    Hi Rameez — it’s at the bottom of https://www.palessie.com

    I’m trying to get the individual boxes to be larger.

    I added .wcp-content-wrap { padding: 40% 0; }

    Ideally though the title and date centered in the middle, not on top — while also making the whole box clickable, not just the title and date. Hope that makes sense.

    Thanks again

    Thread Starter giantqtipz

    (@giantqtipz)

    Hi Rameez,

    Thanks again for your help.

    I have a few side questions — are you planning to build a feature that allows users to decide which post # to show? Is this a premium feature?

    And is there a way to increase the height of the column? The clickable area at least — I tried using padding — but the clickable area remains small.

    Thanks again!

    Thread Starter giantqtipz

    (@giantqtipz)

    Hello!

    Thanks for the response. We will be posting a lot of content, and ideally we only show posts that come after #7. Is there a parameter for the shortcode that can achieve this?

    And I tried the ascending order but it wasn’t working for me.

    Is this correct? <?php echo do_shortcode("[wcp-carousel id='83' orderby='date' order='ascending']")?>

    Thanks again!

    • This reply was modified 6 years, 4 months ago by giantqtipz.
    Thread Starter giantqtipz

    (@giantqtipz)

    Thanks so much for your response.

    I added featured image functionality into my custom posts and now it works. I’m still having trouble with the slider in that they’re not clickable.

    Do you have any insight on this. This is on the bottom of my site again. palessie.com

    I tried dynamic slides and static slides, and neither are clickable or changing frames from one post to the next.

    Lastly, is there an option to choose the order of the posts? As in, I would like to show posts #8 and up in the slider, not the ones in the homepage already.

    Thanks in advance!

    Thread Starter giantqtipz

    (@giantqtipz)

    Just wanted to update! I can see the slider in preview mode… but not on the live website… It’s also on the homepage — at the very bottom above the footer

    Thread Starter giantqtipz

    (@giantqtipz)

    hello ?? just want to follow up again on the first post ??

    please ignroe the second post.

    Thread Starter giantqtipz

    (@giantqtipz)

    hi jeremy,

    i do not have any spam plugins or modules activated:

    would this be a problem with comments php? what should i delete and/or replace below?

    <?php
    /***
    * Comments Template
    *
    * This template displays the current comments of a post and the comment form
    *
    */

    if ( post_password_required()) : ?>
    <p><?php _e(‘Enter password to view comments.’, ‘dynamicnewslite’); ?></p>
    <?php return; endif; ?>

    <?php if ( have_comments() or comments_open() ) : ?>

    <div id=”comments”>

    <?php if ( have_comments() ) : ?>

    <h3 class=”comments-title”><span><?php comments_number( ”, __(‘One comment’,’dynamicnewslite’), __(‘% comments’,’dynamicnewslite’) );?></span></h3>

    <?php if ( get_comment_pages_count() > 1 && get_option( ‘page_comments’ ) ) : ?>
    <div class=”comment-pagination clearfix”>
    <div class=”alignleft”><?php previous_comments_link(); ?></div>
    <div class=”alignright”><?php next_comments_link() ?></div>
    </div>
    <?php endif; ?>

    <ul class=”commentlist”>
    <?php wp_list_comments( array(‘callback’ => ‘dynamicnews_list_comments’)); ?>

    <?php if ( get_comment_pages_count() > 1 && get_option( ‘page_comments’ ) ) : ?>
    <div class=”comment-pagination clearfix”>
    <div class=”alignleft”><?php previous_comments_link() ?></div>
    <div class=”alignright”><?php next_comments_link() ?></div>
    </div>
    <?php endif; ?>

    <?php endif; ?>

    <?php if ( comments_open() ) : ?>
    <?php comment_form(array(‘comment_notes_after’ => ”)); ?>
    <?php endif; ?>

    </div>

    <?php endif; ?>

    Forum: Themes and Templates
    In reply to: edit spacing?
    Thread Starter giantqtipz

    (@giantqtipz)

    hi Sam!

    thanks for the input and happy new year! ??

    i used googles developers tools to see what’s wrong and i noticed that the pixels width do not match for both columns.

    251 vs 244. is this something i can change and how?

    and im not sure where to add or edit the code you provided. i went to edit CSS (advanced) and i see a section for images:

    /* Images | Gallery | Videos
    ————————————————————– */
    article .wp-post-image {
    max-width: 100%;
    margin: 1em 0 0;
    height: auto;
    }
    .entry img {
    max-width: 100%;
    height: auto;
    }

    do you want me to add the code you provided to this section? also i assume by screenshot, this is what you meant?

    [one_half_last]<span style=”color: #ff0000;”>
    Release Date: March 31, 2014</span>
    Platform(s): Xbox One, Playstation 4
    Developer: CD Projekt
    Genre:?Role-Playing Game
    [yop_poll id=”4″][/one_half_last]

    Thread Starter giantqtipz

    (@giantqtipz)

    hi ??

    happy new year and i hope 2015 is treating you guys well.

    just want to follow up on the above? ignore the 2nd post. i believe it’s more of a theme issue that a poll issue.

    thanks again ??

    Thread Starter giantqtipz

    (@giantqtipz)

    hi jeremy,

    hope the new year is treating you well.

    just want to follow up on the above and see if there is anything i can do to fix the comments system?

    i tried commeting using a different account, and it still won’t work on my end…

    Thread Starter giantqtipz

    (@giantqtipz)

    and i cant post comment without logging in..

    Thread Starter giantqtipz

    (@giantqtipz)

    hi jeremy!

    happy holidays and merry christmas ??

    so i had just sent you a private message using my giantqtipz account at redwhiterocket… i figured if im using another account, might as well test the messaging function haha.

    anyway, it’s still not working. i dont know why. it says submitting comment, but then nothing shows up.

    i managed to reply to your comment using my redwhiterocket account, but that was through the dashboard, but not the comment box..

    Thread Starter giantqtipz

    (@giantqtipz)

    hello,

    in addition to the editing the text placement; how can i resize the container in here, to match the widget in the home page?

    the poll in the widget seems smaller, but for some reason, the size in the page is bigger.

    https://redwhiterocket.com/the-witcher-3-wild-hunt-1/

    Thread Starter giantqtipz

    (@giantqtipz)

    i figured it out and managed to delete by back paging the browser… however, if i add float:left, i can’t select it from the templates page.

    Thread Starter giantqtipz

    (@giantqtipz)

    hi,

    happy holidays and thanks for getting back.

    i created a clone template, because i wanted 2 templates, one for pages, and another for widget.

    i created a clone and set it to float:left

    and now when i look at the templates section, the clones are messing up the templates collection page, and i cant delete the clones…

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