Paramjeet Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Social Icons] Update Font Awesome Icon LibraryUpdated successfully. And everything is working perfectly. Thanks a lot for your time and efforts.
Forum: Plugins
In reply to: [Sticky Social Icons] Update Font Awesome Icon LibraryHello Sanil,
Thanks for the update. But the plugin is not getting updated to 1.2.0 from version 1.5. When we try to update the plugin, it shows that the plugin has been updated, but it shows the same old version installed after we go back to the Plugin Installed Page. Even after manually uploading plugin Zip File is having the same issue. Can you please check this?
Forum: Themes and Templates
In reply to: [Enigma] Custom logo not aligned on mobileI think yes.
Forum: Themes and Templates
In reply to: [Enigma] Custom logo not aligned on mobileHi,
I further added this in custom CSS to make the logo properly center aligned:
.img-responsive {display: inline;}Hope this helps as well.
Thanks
Forum: Themes and Templates
In reply to: [Enigma] Menu doesnt show in half screen or mobileHi,
I added the following code in custom CSS, and menu is showing properly in Mobile:
.navbar-nav {height: auto;}Thanks.
Forum: Themes and Templates
In reply to: [Enigma] How to set the slide in home_blogTo Pause Home Blog Scroll, go to the following path (via FTP):
enigma/js/carouFredSel-6.2.1Edit the following File (please make a backup of the file before doing so):
jquery.carouFredSel-6.2.1.jsOn Line 2719, you should see:
‘pauseOnHover’ : false,Change value from false to true.
The scrolling blogs will pause on mouseover.
Animation speed, I am also looking to find a solution for this.