How can we help?

If you are looking for support for our PokaTheme, this is the place!

Forum Replies Created

Viewing 10 posts - 11 through 20 (of 30 total)
  • Author
    Posts
  • in reply to: Category style #8720
    spielo
    Participant

    Hi poka, i post via private replay look like something rong, here again…
    it is not possible to insert screens!

    if i change the counts and class, look like this

    `<?php
    // =============================================================================
    // Main loop
    // =============================================================================
    ?>
    <?php $counter = 0; if (have_posts()) : while (have_posts()) : the_post(); ?>

    <?php
    if ($wp_query->current_post == 3 ) {
    echo ‘<div class=”row”>’;
    }
    ?>

    <div class=”col-lg-4 col-md-6 col-sm-6″>
    <div class=”news-item”>
    <div class=”new-text-group1 equalheight”>
    <?php $category = get_the_category(); ?>
    <div class=”news-info clearfix”>
    <?php if($category){ echo $category[0]->cat_name; } ?>
    <span class=”pull-right”></span>
    </div>
    <h2>“><?php the_title(); ?></h2>

    ” class=”read-more”>
    <?php /* poka_social_social(); */ ?>
    <?php
    $embeds = poka_get_embeds($post->post_content);

    if ( has_post_format( ‘video’ ) && isset($embeds[0]) ) {
    echo ‘<div class=”video-wrapper”>’;
    echo $embeds[0];
    echo ‘</div>’;
    } else {
    if ( has_post_thumbnail() ) {
    echo ‘<div class=”thumb-wrapper”>’;
    the_post_thumbnail(‘post-sm’);
    echo ‘</div>’;
    }
    }
    ?>

    </div>
    <!– /.news-text –>

    </div>
    <!– /.news-item –>
    </div>

    <?php
    if ($counter % 3 != 0 || ($wp_query->current_post +1) == ($wp_query->post_count)) {
    echo ‘</div>’;
    }
    $counter++; endwhile; endif; ?>

    <div class=”pagination”>
    <?php
    global $wp_query;

    $big = 999999999; // need an unlikely integer

    echo paginate_links( array(
    ‘base’ => str_replace( $big, ‘%#%’, esc_url( get_pagenum_link( $big ) ) ),
    ‘format’ => ‘?paged=%#%’,
    ‘current’ => max( 1, get_query_var(‘paged’) ),
    ‘total’ => $wp_query->max_num_pages,
    ‘prev_text’ => __(‘<i class=”fa fa-chevron-left” aria-hidden=”true”></i>’),
    ‘next_text’ => __(‘<i class=”fa fa-chevron-right” aria-hidden=”true”></i>’),
    ) );
    ?>
    </div>
    <!– /.pagination –>

    it does not work… here the url, we use it https://www.playtime-forum.info/spielautomaten/

    THX, if you need more, let me know and i can give you temp access!

    • This reply was modified 4 years, 1 month ago by spielo.
    in reply to: Category style #8658
    spielo
    Participant

    ….

    • This reply was modified 4 years, 1 month ago by spielo.
    • This reply was modified 4 years, 1 month ago by spielo.
    in reply to: Category style #8646
    spielo
    Participant

    Hi poka,

    hm, if i setup count 3 and give class=”col-lg-4″ it does not work really!

    in reply to: Category style #8594
    spielo
    Participant

    Hi poka,

    sorry, i mean in the main categorys, there is only the option for style 1 or sytle 2! sytle one is with two boxes so i need three boxes.

    in reply to: Bug in table list? #6914
    spielo
    Participant

    Hi,

    thanks for fixed this bug, now it works fine!

    in reply to: Bug in table list? #6876
    spielo
    Participant

    Hi, if we write news, topics… we set up the code under the news… the the screen

    Code in news

    in reply to: Bug in table list? #6871
    spielo
    Participant

    Hi,

    We have the [table_list] in daily news (topics) and if you have in pages [news_boxes] [latest_news] together you get the issue. all plugins was deaktivate by our test.

    • This reply was modified 4 years, 5 months ago by spielo.
    in reply to: Bug in table list? #6837
    spielo
    Participant

    Hi,

    point is, we use both codes in one site the issue will be start. I disable all plugins, and setup a fresh 3.1.2 theme and setup also the old 2.0 theme, all the same in any page



    • This reply was modified 4 years, 6 months ago by spielo.
    • This reply was modified 4 years, 6 months ago by spielo.
    in reply to: Bug in table list? #6744
    spielo
    Participant

    hello, sorry first screen was rong, here is the code we use in new topics. Edit fist post, was not possible!

    1. code in posts topics

    • This reply was modified 4 years, 6 months ago by spielo.
    spielo
    Participant

    Hi, i have the same question, we have our affiliate Links on a sepparat domain, so how we can change the ttal url strukture for the affiliate links?

Viewing 10 posts - 11 through 20 (of 30 total)