• Resolved Shapeshifter 3

    (@shapeshifter-3)


    Nicholas,

    I reinstalled Customizr to version 2.0.7 and I really like the additions to the WP Theme Customizer.

    To make loading faster, I deleted most of my Slider images, re-cropped each to approximately 1200 x 500, and then re-uploaded them to my server.
    During the process, I now have 9 Blank slides that I need to delete.

    How do I do that? I can’t find anyplace within my admin panel to facilitate that. Here’s a link so you can click through my slider:
    https://toolbox-4-websites.com/

    Thanks for all of the Theme Options.

Viewing 14 replies - 16 through 29 (of 29 total)
  • @rdellconsulting, ahhh ?? I did what you said exactly and added three new photos with 1170×500 pixels (you can check again by yourself) but the same problem still exist!
    what do you think I have to do now?

    OK, that’s eliminated one potential problem – yes, I can see the correct image sizes now.

    Been looking for evidence of customcss or child style.css, but not showing. Did you set any up? How did you suppress the Menu/Navbar? Was that intentional?

    @rdellconsulting, thanks for checking again, no i didn’t setup any customcss or child style.css, is it a must?!
    As for the menu navigation bar it is not suppressed, the matter is that i didn’t setup the menu yet because I’m still working on the website.

    If you haven’t set the Menu up, I’d expect to see ‘Add Menu’ text, which is why I wondered if you’d changed styles somewhere. You don’t need to change customcss if you’re happy how it looks ‘out-the-box’. My problem is that your site doesn’t look ‘out-the-box’ around the Menu/Navbar Box.

    Can you add a single Menu page (can be any page, even blank one) just to clear that up for me.

    done added some test pages to the navigation bar and you can check that they work properly.
    please let me know the next step!

    @teketaka Before I loaded the theme and tried to activate the features, I didn’t have any plugins activated, so I don’t think my problem was a plugin conflict. I use Slideshow which gives me a slideshow on any page.

    I also use other plugins for functioning that’s not available in the theme: The Events Calendar (the best event calendar and worth paying for, especially if you need recurring events), Formidable for a couple of good email forms, WP Status Notifier (to let the admin know when someone has contributed to the site & is holding the post for moderation), SEO Ultimate (to make sure all pages have a meta description and good browser title & 404 monitor to see who is getting to a page that doesn’t exist), & Limit Login Attempts (to keep hackers from breaking in). They all work well with this theme.

    Hi there,

    I have a question in relation with the links attached to the sliders.

    I set the link on a slider in order to get direct access to a page of my WP but it doesn’t work properly.

    When I browse my web site as a regular user I’m not able to click the sliders.

    Any suggestion will be well appreciated.

    Have a nice weekend and I’d tank you for the theme.

    @iuristic, please post a new Topic

    @joyced6, thanks for sharing your experience with useful plugins, will try some, also i want to try if slideshow plugin will work with me, please do you have the link to the plugin to download it?

    @rdellconsulting, did you checked the website after adding the menu navigation bar and the test pages? do you still have any suggestions or i have to give up?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @teketaka, you could create a thread to discuss that. Right now you’re only visible to those who happen to be looking in this thread.

    @andrew Nevins, OK no prob, just created a new thread, hope this can really help
    thanks

    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>

    Do not post new questions in already resolved thread. Make new one.

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘Front Page Image Slider’ is closed to new replies.