Blog

Shopify Demo Another Buy Button

Posted on: 27 November 2023     Posted by: Freesize Workroom
Categories: Uncategorized

Another Buy Button This is white t-shirt

Read more »

Shopify Buy Button Demo

Posted on: 27 November 2023     Posted by: Freesize Workroom
Categories: Uncategorized

This post is to demostrate the Shopify Buy button. Basic Buy Button Classic Buy Button Full View Buy Button Basic Open Product Detail

Read more »

Set custom image size for images upload to WordPress

Posted on: 22 June 2018     Posted by: Freesize Workroom

Set the image size by resizing the image proportionally (without distorting it): Set the image size by cropping the image (not showing part of it): Set the image size by cropping the image and defining a crop position: When setting a crop position, the first value in the array is the x axis crop position, […]

Read more »

Auto scroll to element with specific ID on page load

Posted on: 20 June 2018     Posted by: Freesize Workroom
Read more »

Scrolling effect for Anchor Link

Posted on: 20 June 2018     Posted by: Freesize Workroom

Use the following code for the scrolling effect:

Read more »

Generate WordPress title tag

Posted on: 16 March 2017     Posted by: Freesize Workroom

Copy and paste the following code into…Paste here… attribute.

Read more »

Simple dropdown menu for WordPress

Posted on: 15 March 2017     Posted by: Freesize Workroom

A very simple drop-down menu for WordPress.

Read more »

Limit characters for post content for WordPress

Posted on: 29 December 2015     Posted by: Freesize Workroom
Categories: Wordpress

A simple function to limit characters for post excerpt, post title and post content for WordPress The function will make use of WordPress in-built function to strip away short codes (strip_shortcodes()) and HTML tags (wp_strip_all_tags()) and return a string with length not more than the limit set. Coding for the limit characters function: Simply place […]

Read more »

How to add CSS or JS to your WordPress site

Posted on: 27 December 2015     Posted by: Freesize Workroom

Use  wp_enqueue_script() function to enqueue CSS or JS scripts. Read here for more details.   The following example will enqueue the JS script of jQuery Cycle 2 to footer of the WordPress site.  (Add the code below to function.php)   If you need enqueue the script on a specific page, simply use the conditional tag. […]

Read more »

Responsive Type with flowtype.js

Posted on: 27 December 2015     Posted by: Freesize Workroom
Categories: Javascript

Resize text according element’s width – http://simplefocus.com/flowtype/    

Read more »