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 - 2,301 through 2,325 (of 2,462 total)

Home Forums

  • #16903

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “header.php” from right and find this line:

    <meta name="viewport" content="width=320">

    and replace it with:

    <meta name="viewport" content="width=device-width, initial-scale=0.75, maximum-scale=1.0, user-scalable=0">

    #16901

    Towfiq I.

    administrator

    whats your site address again?

    #16705

    Towfiq I.

    administrator
    #16703

    Towfiq I.

    administrator

    jonette, the contact page sends email to wordpress admin email. The one you set on Settings> General.

    #16767

    Towfiq I.

    administrator

    whats your site address? and also mention which one I have to click to get the error.

    #16670

    Towfiq I.

    administrator
    #16668

    Towfiq I.

    administrator

    whats your site address?

    #16714

    Towfiq I.

    administrator

    yes, and after adding this, load your site and press ctrl+ f5 for a hard refresh and you will notice the change.

    #16701

    Towfiq I.

    administrator

    sounds like a server issue. can you share the contact page link?

    #16712

    Towfiq I.

    administrator

    Add this line to your stylesheet:

    body #topmenu{text-align:left;}

    #16677

    Towfiq I.

    administrator

    For this, you will have to open up fancybox.js from your theme’s “js” folder. and then find this line:

    jQuery("a.hasimg").fancybox({

    and replace it with:

    jQuery(".hasimg[href$='.jpg'], .hasimg[href$='.png'], .hasimg[href$='.gif']").fancybox({

    #16666

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “index.php” file and replace these lines:

    <!--SLIDER END-->
    <?php if ( is_home() ) { ?>
    <div class="slider_wrap">

    <div id="zn_slider">
    <?php get_template_part(''.$zn_slides = of_get_option('slider_select', 'easyslider').''); ?>
    </div>
    <div class="skew_bottom_big"></div>
    <div class="skew_bottom_right"></div>

    </div>

    <!--SLIDER END-->

    And replace it with:

    <?php if (function_exists('easing_slider')){ easing_slider(); }; ?>

    #15723

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “stylesheet” from right and add these lines to the very bottom:

    .page .single_post, .page #commentform{width:970px!important;}

    #16660

    Towfiq I.

    administrator

    what are you talking about? it should work. Are you doing it right? Did you install any cache plugin?

    #16657

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “single.php” from right and find this line and remove it:

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

    Then do the same for page.php.

    Then Select “stylesheet” from right and add this line to the very bottom:

    .lay1 .block_comm, .lay2 .block_comm, .lay3 .block_comm{display:none!important;}

    I dont understand your 2nd question.

    #16655

    Towfiq I.

    administrator

    it should work. You can also remove this lines from single.php and page.php files:

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

    #16646

    Towfiq I.

    administrator

    I just tested this and its working fine. Are you sure its a theme issue? can you try switching to other themes and see if its the same?

    #16640

    Towfiq I.

    administrator

    Go to Appearance> Zenon Options> Style to change the color of the elements.

    #16607

    Towfiq I.

    administrator

    or the red minus button on the logo preview.

    #16606

    Towfiq I.

    administrator

    yes, just remove the url from the logo upload field.

    #16604

    Towfiq I.

    administrator

    it should appear where the text logo is. The logo uploading option could be a little confusing. First you have to click the “Upload” button and then upload the image.

    #16547

    Towfiq I.

    administrator

    When you use the maximum width of the pictures, the picture will float over the widget as the area of the content is around 600px. if you are using a full width page, the content area is around 960px.

    #16516

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “single.php” and “page.php” from right and find this line and remove it:

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

    #16507

    Towfiq I.

    administrator

    what was the issue again?

    #16503

    Towfiq I.

    administrator

    Just checked the links. looks fine.

Viewing 25 posts - 2,301 through 2,325 (of 2,462 total)