• I just upgraded, against my better judgement, both the theme (free version) and the WordPress application and now the image slider only changes once then stops.

    Additionally, the Home page link in the menu no longer works, even when it’s enabled in the theme settings.

    Are these issues also present in the pro version? I was about to purchase it until I encountered these issues.

    Please let me know before I make a purchase.

    Lane

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lenglish01

    (@lenglish01)

    Sorry, I neglected to provide a URL:

    https://www.huttoboosters.org

    Hello Lane,

    The slider seems to be working, but there are 3 same images so it might look like it’s not working.

    I can’t see home menu item did you add it to your menu?

    Thread Starter lenglish01

    (@lenglish01)

    I did add different images and the slider is still stuck.

    Yes you can’t see the Home menu item, which is a problem since the home menu item setting is set to “Enabled” in the theme settings.

    Should I have added the home menu item somewhere else? If so where?

    Any one can help me?

    I have a website in which a fullpage width custom jquery slider , for slider i have create a custom post type “Slider”. In slider text/content is on left side and image is on right side like this https://tympanus.net/Development/ParallaxContentSlider/

    Now my client want that 2 images show full width slider without content and the others are shown like by default below is my slider code , please help me as soon as possible

    <div id=”da-slider” class=”da-slider”>

    <?php wp_reset_query();?>
    <?php query_posts( array( ‘post_type’ => ‘slider’ ) );?>
    <?php if (have_posts() ) : while (have_posts() ) : the_post();?>
    <?php $src=wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),’full’);?>
    <div class=”da-slide”>
    <div class=”da-img”><img src=”<?php echo $src[0];?>” alt=”<?php the_title();?>” /></div>

    <?php $title=get_the_title($post->ID); ?>
    <h2><?php echo add_span_to_title($title); ?></h2>
    <p> <?php the_content();?></p>

    </div>

    <?php endwhile;endif;?>
    </div>
    </div>

    Hi @all,

    I am not sure if you read our latest blogposts about whats going on with CC Theme right now, but we’re in the middle of a big switch to version 2.0.

    Please check these blogposts:

    About CC 2.0 First Alpha Version:
    https://themekraft.com/blog/custom-community-2-0-first-alpha/

    The Latest CC Status Summary:
    https://themekraft.com/blog/support-and-cc-pro-status-summary/

    The current CC theme’s codebase is already too old to just patch things out without getting new side effects.

    Further, the theme should be truly responsive and come up with all the latest technologies, that’s why there was no other way around then starting a radical rework of the theme. And we’re right in the middle of it.

    Version 2.0 should be ready to go in a couple of weeks.

    Please help Beta testing and give us your feedback!
    (see first blogpost link, there’s a download)

    Hope this clarifies the most! ??

    Have a great day,
    Konrad

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image Slider Not Working’ is closed to new replies.