https://techglimpse.com For all your Tech Needs! Fri, 29 Sep 2023 09:28:59 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.6 Change PDF Metadata from Linux Command Line https://techglimpse.com/change-pdf-metadata-linux-command-line/ https://techglimpse.com/change-pdf-metadata-linux-command-line/#respond Fri, 29 Sep 2023 09:28:59 +0000 https://techglimpse.com/?post_type=ht_kb&p=43658 PDF Metadata generally contains information about the PDF document – such as Title, Author, MIME type, creator, keyword, pdf version, etc. This information is embedded into the PDF document itself and read by the applications including WordPress and search engines. For instance, I uploaded a PDF document to WordPress media...

The post Change PDF Metadata from Linux Command Line appeared first on Techglimpse.

]]>
0
How to mitigate Clickjacking/UI redressing in WordPress https://techglimpse.com/mitigate-clickjacking-uiredressing-protect-wordpress/ https://techglimpse.com/mitigate-clickjacking-uiredressing-protect-wordpress/#respond Wed, 06 Sep 2023 07:00:10 +0000 https://techglimpse.com/?post_type=ht_kb&p=43601   Mitigate Clickjacking or UI redressing in a WordPress website involves implementing security measures to prevent attackers from embedding your site’s content into malicious iframes or manipulating the user interface.   How to test Clickjacking? Create a test.html file on your desktop with following contents and access it through the...

The post How to mitigate Clickjacking/UI redressing in WordPress appeared first on Techglimpse.

]]>
0
How to mitigate load-scripts.php DoS attack in WordPress https://techglimpse.com/mitigate-load-scripts-dos-attack-wordpress/ https://techglimpse.com/mitigate-load-scripts-dos-attack-wordpress/#respond Wed, 06 Sep 2023 05:18:28 +0000 https://techglimpse.com/?post_type=ht_kb&p=43593 If you are running WordPress on your website then you should follow this article to prevent a DoS attack in WordPress because of the load-scripts.php file which concatenates JS files on the fly. Barak Tawily in his blog post clearly explains the WordPress vulnerability to DoS attack which is through...

The post How to mitigate load-scripts.php DoS attack in WordPress appeared first on Techglimpse.

]]>
0
Refer plugin directory path in custom JavaScript file [WordPress] https://techglimpse.com/refer-plugin-directory-path-custom-javascript-wordpress/ https://techglimpse.com/refer-plugin-directory-path-custom-javascript-wordpress/#respond Mon, 04 Sep 2023 09:11:11 +0000 https://techglimpse.com/?post_type=ht_kb&p=43548 When developing a WordPress plugin, it’s a good practice to refer relative file names while referring assets (Image, css etc.,) or perform tasks such as Ajax request in JavaScript files. Relative file paths in JavaScript typically refer to files located within the plugin’s directory. In my case I need to...

The post Refer plugin directory path in custom JavaScript file [WordPress] appeared first on Techglimpse.

]]>
0
Create beautiful Text effects in Divi https://techglimpse.com/create-beautiful-text-effects-divi/ https://techglimpse.com/create-beautiful-text-effects-divi/#respond Tue, 29 Aug 2023 08:43:00 +0000 https://techglimpse.com/?post_type=ht_kb&p=43508 I have been using Divi for many years now and it’s a great tool for developing amazing websites quickly that would otherwise take months. If I ever wanted to create some beautiful text effects, I relied on adding some custom CSS code to Divi. While that works fine, I always...

The post Create beautiful Text effects in Divi appeared first on Techglimpse.

]]>
0
Create Collapsible Mobile Menu in Divi Theme https://techglimpse.com/collapsible-mobile-menu-divi-theme/ https://techglimpse.com/collapsible-mobile-menu-divi-theme/#respond Mon, 17 Jan 2022 12:52:38 +0000 https://techglimpse.com/?post_type=ht_kb&p=42781 This morning, one of my clients send this message – “Hey, can the website menu be condensed a bit for mobile devices? All the drop-down menu items are getting displayed at the same time hiding the entire webpage behind the menu”. Looking at the screenshot, I understood that the length...

The post Create Collapsible Mobile Menu in Divi Theme appeared first on Techglimpse.

]]>
0
Change brand attribute URLs to SEO friendly URLs in WooCoomerce https://techglimpse.com/change-brand-attribute-urls-to-seo-friendly-urls-in-woocoomerce/ https://techglimpse.com/change-brand-attribute-urls-to-seo-friendly-urls-in-woocoomerce/#respond Wed, 24 Nov 2021 11:11:00 +0000 https://techglimpse.com/?post_type=ht_kb&p=42604 I have been using WoodMart WooCommerce Theme for one of my client’s e-commerce websites. The theme had an option to create brand attributes and map products to respective brands. However, the brand attribute URLs were not SEO-friendly. For example, the default URL of one of the brands is –  https://example.com/shop/?filtering=1&filter_brand=royal-canin....

The post Change brand attribute URLs to SEO friendly URLs in WooCoomerce appeared first on Techglimpse.

]]>
0
How to Install/Update PHP to 7.4 on CentOS 7 https://techglimpse.com/install-update-php-centos7/ https://techglimpse.com/install-update-php-centos7/#comments Thu, 14 Oct 2021 11:54:43 +0000 https://techglimpse.com/?post_type=ht_kb&p=42506 Recently while looking onto my client’s WordPress dashboard, found a notification that the PHP version might be vulnerable and needs an update as shown below for security reasons. I’m running PHP 7.0 on CentOS 7 which was installed using Remi repo. Here is the step-by-step guide to update PHP to...

The post How to Install/Update PHP to 7.4 on CentOS 7 appeared first on Techglimpse.

]]>
9
How to Change Product Sorting in WooCommerce Catalog? https://techglimpse.com/change-product-sorting-woocommerce-catalog/ https://techglimpse.com/change-product-sorting-woocommerce-catalog/#respond Thu, 07 Oct 2021 11:09:30 +0000 https://techglimpse.com/?post_type=ht_kb&p=42487 Is there a way to change the product sorting in WooCommerce? Currently, the products are displayed in alphabetical order on the product category pages. – This was the question asked by one of my clients. Well, the answer is simple – Of course, it can be changed and here’s how...

The post How to Change Product Sorting in WooCommerce Catalog? appeared first on Techglimpse.

]]>
0
Stop using NULLED WordPress Plugins and Themes https://techglimpse.com/stop-nulled-premium-wordpress-plugins-themes/ https://techglimpse.com/stop-nulled-premium-wordpress-plugins-themes/#respond Sat, 25 Sep 2021 10:44:54 +0000 https://techglimpse.com/?post_type=ht_kb&p=42408 No one likes spending unnecessary money when the complete premium theme is available for free of cost! In my initial days, even I was reluctant to buy those premium themes and plugins, instead I relied on Nulled themes and plugins. Only few months later, I realized that was a BIG...

The post Stop using NULLED WordPress Plugins and Themes appeared first on Techglimpse.

]]>
0