Change homepage

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by jeremybelter, Jun 11, 2015.

  1. jeremybelter

    jeremybelter New Member

    Joined:
    Jun 10, 2015
    Messages:
    2
    Likes Received:
    0
    1. Is it possible to assign another homepage? I have made the new homepage I want but can't get rid of the default one that comes with the theme.
    2. I keep selecting do not allow comments, works for a few minutes on the pages then reverts back.

    Thank you for your help.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    1> Currently the feature of setting a different homepage is not available in the "SmartBooking Theme".
    But don't worry !!!
    We are going to add this feature in the theme within 2 to 3 days.
    Then you will be able to download the updated theme from the members area.

    2> To disable the functionality of comment from post and pages, you have to make some changes in some of the .php files of the theme.
    Please follow the screenshot given below.
    smartbooking_remove_comment_from_page.png
    smartbooking_remove_comment_from_single_post.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    span.comments-link {
      display: none;
    }
    Note :- For your information, I am using "WP-Editor" plugin to edit files.
    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.
    After activating this plugin, you will get the same screen as shown in the screenshot.


    Thanks,
    Praveen
     
  3. jeremybelter

    jeremybelter New Member

    Joined:
    Jun 10, 2015
    Messages:
    2
    Likes Received:
    0
    Thanks for the prompt reply, will wait for the update.

    As for the comments, I want comments available on posts but not on pages.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    If you want to remove comments from pages only, then follow the first screenshot provided earlier (i.e smartbooking/page.php).

    Thanks,
    Praveen
     

Share This Page