sumitwagh
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Adding a Bootstrap tooltip to a menu item?Hello there,
I want to add attribute to multiple nav menu item’s anchor. how to achieve this above filter.
Forum: Fixing WordPress
In reply to: Center Align Social Media Icons in Footer – need CSSForum: Fixing WordPress
In reply to: Peter’s Login RedirectThis file is modified wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php
Forum: Fixing WordPress
In reply to: Blurry Image after UploadTo Fix blurry image after uploading in WordPress just add this function in functions.php file.
add_filter( 'jpg_quality', 'high_quality_image' ); function high_quality_image() { return 100; }Forum: Fixing WordPress
In reply to: How to Secure my Site From Hacked ContentYou use SSL certificate — “SSL” stands for secure sockets layer — which creates a secure encrypted connection between the web server and the web browser.
Without HTTPS, any data passed is insecure. This is especially important for sites where sensitive data is passed across the connection.
- This reply was modified 8 years, 1 month ago by sumitwagh.
Forum: Fixing WordPress
In reply to: CSS Grid WordPress Theme?You use Boostrap 4 instead of css grid. This is a better option for grid layout
Viewing 6 replies - 1 through 6 (of 6 total)