remove mobile view as desktop mode + change testimonial widget

Discussion in 'Themia WordPress Theme' started by pham, Sep 17, 2013.

  1. pham

    pham New Member

    Joined:
    Sep 16, 2013
    Messages:
    14
    Likes Received:
    0
    Hi I was wondering if you can tell me how to disable mobile mode so the site can be viewed as if on desktop mode even on mobile devices.

    Also I want to add Twitter and Facebook feeds to the widget area next to testimonials but I don't have the html embeds, only short codes. I tried pasting them in but it only appears as text.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For your first issue you can use static theme of Themia pro theme . It is not responsive in the mobile view.
    We have sent you Themia static theme on your email id.

    2. For your second issue,
    Go to the front-page.php present in your theme directory and replace your current code

    Code:
    <?php echo stripslashes
    With code given below

    Code:
    <?php echo do_shortcode
    Sending image for reference
    [​IMG]


    Now,
    go to Appearance > Theme options > Home Page Settings > Testimonial Widget
    and paste your shortcode there.


    This will solve your issue.
     
  3. pham

    pham New Member

    Joined:
    Sep 16, 2013
    Messages:
    14
    Likes Received:
    0
    Thank you for your reply.

    The first issue is solved with the other theme, but the second issue is still unresolved.

    I followed the steps as you described but I'm trying to use a plugin called "Custom Facebook Feed" that has the following short code:

    Code:
    [custom-facebook-feed]
    but it still appears as text.

    Is there a way to add widgets from the widget menu here without shortcodes or html embedding?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please share screenshot of code that you have edited in the "front-page.php" file.
    I will check and try to resolve your issue.
     

Share This Page