• Hi,

    I am not able to change text in pink bar for page.
    please Help me.

    And one more issue, I dont want to use widget for pages. How can i remove it from pages.. But it should be there on post.

    Thanks,
    Neha

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi

    thanks for use our theme

    Firstly check banner Customization in option panel (Dashboard >> Appearance >> option panel << Banner customization << Banner Configuration)

    fill the text and save the change

    Solution for widget..
    kindly download Latest Version spasalon theme.
    works fine and correct no more issue in widget section this theme.

    Thanks.

    Thread Starter domylook

    (@domylook)

    Thansk for your Reply.

    I have downloaded the latest version..
    And in Banner configuration text is already saved. But still getting default text for Page Template.

    And for Widget , How do i set No widgets for pages but for Posts.

    Please guide

    Hi

    you have only below this pages changes text in pink bar.
    1. category
    2. archive
    3. 404
    4. tag
    5. search

    if you change text in pink bar for page.
    then find below code in pink-header.php line no :- 43 to 57

    <dl class=”pink_title”>
    <dt><?php if($h1!=”){ echo $h1; } else{
    _e(“GET YOURSELF“,’sis_spa’);} ?>
    </dt>
    <dt>
    <div class=”pink-head”><?php if($h2!=”) { echo $h2;} else{
    _e(“REFRESHED“,’sis_spa’);} ?></div>
    </dt>
    <dd></dd>
    </dl>
    </div>
    <div class=”span6″ id=”banner_desc”>
    <p><?php if($bd!=”){ echo $bd;} else{
    _e(” Banner Description Donec justo odio, lobortis eget congue sed, rutrum sit amet mauris. Curabitur sed lectus nulla. Curabitur sed lectus nulla.lobortis eget congue sed, rutrum sit amet mauris. Curabitur sed lectus nulla rutrum sit amet mauris “,’sis_spa’);}?></p>
    </div>

    write a your title and description please use my instruction mark a text highlight and change a text and description.

    second is widget

    Please find below code in page.php
    <?php get_sidebar(); ?>

    then remove this code in page.php file

    Thanks.

    Thread Starter domylook

    (@domylook)

    It has been resolved..
    But how can i resolved widget related issue.

    I want to remove widget from Page. Please guide

    Hi

    Please find below code in page.php file

    <div class=”sidebar-topspacer”></div>
    <?php get_sidebar(); ?>
    </div>

    and remove this code page.php file

    after check it your website.

    Thanks

    Thread Starter domylook

    (@domylook)

    Thanks for your reply.

    With the help of this code, Widget get removed from the page but this area did not get occupied.

    https://domylook.com/CareForU/beauty-bliss-salon/?preview=true&preview_id=84&preview_nonce=b2fc36747a

    Please help in expanding page to whole area,

    Thanks,

    Thread Starter domylook

    (@domylook)

    Hi,

    Please reply on the above post, as i am unable to occupy this space.

    Thanks,

    Hi

    For this find the below line of code in page.php file
    on line no 8

    <div class=”<?php if(!is_active_sidebar(‘sidebar-primary’)){ echo ‘span12’; }else { echo ‘span8’; } ?>”>

    And replace it with
    <div class=”span12″ >

    Thanks

    Akhilesh

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How can i change text in pink bar for Pages’ is closed to new replies.