Omer Hussain
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Side Buttons] Smaller on mobile?Try adding this ??
#ssb-container ul li span { font-size: 10px; }
Forum: Plugins
In reply to: [Maintenance] It doesn’t do anythingPerfect ??
Thanks Mate…
Glad you liked our plugin! ??
Forum: Plugins
In reply to: [Easy & Simple Social Feed] Access Token InvalidHello and Thanks for using our plugin ??
Is it getting access token properly?
Forum: Plugins
In reply to: [Easy & Simple Social Feed] determine image sizeHello Tom!
Sorry for the late reply.
Nice site you got there ??
It seems like a great feature to add in the plugin. So the feed loads the specific image size not the hardcoded one. Its getting the standard size thumbnail.
I’ll put a note to next release to add the images sizes that Instagram offeres
Thanks Tom ??
Forum: Plugins
In reply to: [Easy & Simple Social Feed] responsive layoutPleasure helping ??
Forum: Plugins
In reply to: [Easy & Simple Social Feed] responsive layoutDon’t forget to rate my plugin Tom ??
Forum: Plugins
In reply to: [Easy & Simple Social Feed] responsive layoutYes Tom ??
you need to add this CSS code in your theme’s CSS file
@media (max-width: 600px) { #simple-instagram-wrap .simple-instagram-list { text-align: center; } #simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item { display: inline-block; float: none; margin: 0 7px 10px; } }
Forum: Plugins
In reply to: [Easy & Simple Social Feed] responsive layoutYes I did … Thanks ??
Forum: Plugins
In reply to: [Easy & Simple Social Feed] responsive layoutCan you fill up the form on https://imomer.com
Forum: Plugins
In reply to: [Easy & Simple Social Feed] responsive layoutHello Tom!
Sorry for the late reply… Somewhat www.ads-software.com is not notifying me for new topics in my support forum.
Anyway … can you share the website you are using this plugin on?
Forum: Plugins
In reply to: [Easy & Simple Social Feed] ResponsiveSure … Sorry for the late reply ..
Wordpress site didn’t notify me .. don’t know why
Can you share the screenshot?
Forum: Plugins
In reply to: [Easy & Simple Social Feed] PHP errorPlease can you share the settings page screenshot?
Also don’t forget to hide your access token area… ??
Forum: Plugins
In reply to: Override header.php or get_header() in the themeYou can use the same method. You can replace the header.php with your own header.php when accessing a specific post type. Like Im doing it on activate / deactivate.
Forum: Plugins
In reply to: Override header.php or get_header() in the themeActually I have done it this way: When my plugin activated … It creates a backup of the current theme’s header.php and put my own modified header.php in the theme. And when deactivate the plugin it reverse the process.
Let me know