Restro Theme can't access sidebar information

Home Forums All Other Themes Restro Theme can't access sidebar information

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #66383
    Lu GreeneLu Greene
    Member
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: May 14, 2015

    In the restro restaurant theme there is on every page a side bar with two sections a daily open time and a reservation form. I need to change these to the correct time as well as see where the reservation is being stored. I cannot see these in either FORMs or WIDGETS They appear on every page and I can’t access them.

    #66410
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Widget>>Main Sidebar

    Drag and drop text widget in main sidebar to remove default sidebar.

    Regards,
    Dave

    #79111
    bbuilesbbuiles
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: July 17, 2017

    how to edit these widgets though?

    #79162
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly edit skt-restaurant-pro/functions.php and paste below code at the very end:

    // Enable shortcodes in text widgets
    add_filter('widget_text','do_shortcode');

    After that kindly go to Appearance » Widgets » Sidebar Main, drag drop a text widget, paste below shortcode there in text view and change values.

    [time_table]
    [time_table_row title="Monday" start="10:00 am - to - 08:00pm"]
    [time_table_row title="Tuesday" start="10:30 pm - to - 09:00pm"]
    [time_table_row title="Wednesday" start="09:00 am - to - 09:30pm"]
    [time_table_row title="Thursday" start="09:00 am - to - 09:30pm"]
    [time_table_row title="Friday" start="09:00 am - to - 05:00pm"]
    [time_table_row title="Saturday" start="09:00 am - to - 04:00pm"]
    [time_table_row title="Sunday" start="Closed"]
    [/time_table]

    Now drag drop one more text widget, paste below shortcode there in text view and change [email protected] to your email address.

    [contactform to_email="[email protected]" title="Contact Form"]

    Regards,
    Dave

    #87671
    bbuilesbbuiles
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: July 17, 2017

    Hi,

    I inserted the code at the end of functions.php as said above from forum moderator now my website is completely blocked and says “ParseError thrown

    syntax error, unexpected ‘&'”

    Please help

    #87736
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi bbuiles,

    This can only be done via coder.

    Kindly send us your URL of the site and FTP details via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.