Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Forum Replies Created

Viewing 25 posts - 1,776 through 1,800 (of 2,462 total)

Home Forums

  • #36118

    Towfiq I.

    administrator

    Go to Appearance> Zenon Options and set the number of slides to more than 1.

    #36107

    Towfiq I.

    administrator

    open up layout1.php and add this line to the very bottom of the file:

    <?php get_sidebar(); ?>

    Let me know after doing that.

    #35897

    Towfiq I.

    administrator

    Sorry. No.

    #35896

    Towfiq I.

    administrator

    your host pointed out that this is a plugin issue. it did not cause by the theme. Please contact NextGen Gallery guys.

    #35893

    Towfiq I.

    administrator

    where do you want the sidebar?

    #35721

    Towfiq I.

    administrator

    whats your site address julia?

    #35398

    Towfiq I.

    administrator

    Open up fancybox.js file from the “js” folder of your theme and replace these lines:

    	jQuery('.single_page_post a, .type-attachment a').has('img').addClass('hasimg');
    	jQuery('.single_page_post .gallery a, .imgwrap a').removeClass('hasimg');
    	jQuery("a.hasimg").fancybox({

    with this:

    	jQuery('.single_page_post a, .type-attachment a').has('img').addClass('hasimg');
    	jQuery('.single_page_post .gallery a, .imgwrap a').removeClass('hasimg');
    		jQuery(".post_content .gallery .hasimg[href$='.png'], .post_content .gallery .hasimg[href$='.jpg'], .post_content .gallery .hasimg[href$='.gif']").addClass('grouped_elements');
    	jQuery('.post_content .gallery .hasimg').attr("rel","group1");	
    	jQuery(".hasimg[href$='.jpg'], .hasimg[href$='.png'], .hasimg[href$='.gif'], a.grouped_elements").fancybox({
    #35391

    Towfiq I.

    administrator

    whats your site address?

    #34856

    Towfiq I.

    administrator

    can you post the page link here.

    #34841

    Towfiq I.

    administrator

    its quite easy actually. First change the background color to black. then add the huge jane doe image as a logo image and hide all the elements from front page, except the welcome text. and select header type3 as header.

    #34480

    Towfiq I.

    administrator

    Create a New page. While editing the page, click the “Text” mode button from the top right of the editor and then paste the code.
    thats it. now load your site and you will see the page.

    #34403

    Towfiq I.

    administrator

    Sorry, I dont understand. whats your site address?

    #34277

    Towfiq I.

    administrator

    Whats your site address Iggy?

    #34275

    Towfiq I.

    administrator

    whats the site address?

    #34270

    Towfiq I.

    administrator

    While editing a page, notice there is a “Page Attributes” box on the right. you can change the template from there.

    #34269

    Towfiq I.

    administrator

    Please read FAQ number 19:

    Zenon Lite: Free WordPress Theme

    #34202

    Towfiq I.

    administrator

    open up page-blog.php and replace this:

    <?php the_content(); ?>

    with:

    <?php
    global $more;
    $more = 0;
    ?>
    
    <?php the_content('Read More'); ?>
    #34035

    Towfiq I.

    administrator

    you will have to clear your browser cache to see the change. hit the reload button couple of times to see the change. or use another browser.

    #33722

    Towfiq I.

    administrator

    whats your site address?

    #33721

    Towfiq I.

    administrator

    1. Open up your stylesheet from Appearance> Editor and add this

    body .nivo-caption{width:90%!important;padding: 5%;position: relative;}
    body .nivo-caption p{width:auto;}

    under this line:

    @media screen and (max-width: 500px){

    2. I am looking into the ipad issue. will let you know.

    #33517

    Towfiq I.

    administrator

    1. can you post a page link where you added the quote?
    2. can you send me a screenshot?

    #33515

    Towfiq I.

    administrator

    open up page-full_width and remove this line:

    <div class="comments_template"><?php comments_template('',true); ?></div>

    #33508

    Towfiq I.

    administrator

    Open up index.php and replace this:

    <div id="slider">
    <?php get_template_part(''.$zn_slides = of_get_option('slider_select', 'nivo').''); ?>
    </div>
    <div class="slide_shadow"></div>

    with:

    <?php wp_is_mobile(); ?>
    <?php }else{ ?>
    <div id="slider">
    <?php get_template_part(''.$zn_slides = of_get_option('slider_select', 'nivo').''); ?>
    </div>
    <div class="slide_shadow"></div>
    <?php } ?>
    #33419

    Towfiq I.

    administrator

    whats your site address?

    #33370

    Towfiq I.

    administrator

    if you want the height to resize to match its width. you will have to make change the height value to “auto”.

Viewing 25 posts - 1,776 through 1,800 (of 2,462 total)