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.
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 Now, go to Appearance > Theme options > Home Page Settings > Testimonial Widget and paste your shortcode there. This will solve your issue.
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?
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.