Ahsan ANC

I am a master's degree holder in Computer Science and have 10 years of experience in internet research. I have developed this blog to help both technical and non-technical people for developing and managing their own blog/website.

How to Add a table in collapsible row in Shopify

How to Add a table in collapsible row in Shopify

In this tutorial we will learn How  to Add a table in collapsible row in Shopify product page.

Go to the product template and add the following code in the collapsible row block as shown in below screenshot.

{“type”: “checkbox”,
“id”: “istable”,
“label”: “Is this data is a table?”,
“default”: false
}

in the product template and add the following code in the collapsible row  case as shown in below screenshot.

{% if block.settings.istable %}
<table style=”margin:10px”>
{% assign rowarray = block.settings.content | split: “|” %}
{% for row in rowarray %}
<tr>
{% assign columns = row | split: “:” %}
{% if forloop.index0 == 0 %}
{% for column in columns %}
<th>{{ column }}</th>
{% endfor %}
{% else %}
{% for column in columns %}
<td>{{ column }}</td>
{% endfor %}
{% endif %}
</tr>
{% endfor %}
</table>
{% else %}
{{ block.settings.content }}
{{ block.settings.page.content }}
{% endif %}

Add custom fields in Contact form Shopify

Add custom fields in Contact form Shopify

  
    {{ 'section-contact-form.css' | asset_url | stylesheet_tag }}

{%- style -%}
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  #ContactForm .checkbox {

  padding: 10px 10px 10px 17px;
}
  
{%- endstyle -%}

{%- if section.settings.heading != blank -%}

{{ section.settings.heading | escape }}

{%- else -%}

{{ 'templates.contact.form.title' | t }}

{%- endif -%} {%- form 'contact', id: 'ContactForm', class: 'isolate' -%} {%- if form.posted_successfully? -%}

{% render 'icon-success' %} {{ 'templates.contact.form.post_success' | t }}

{%- elsif form.errors -%}
{%- endif -%}
{%- if form.errors contains 'email' -%} {{ 'accessibility.error' | t }} {% render 'icon-error' %}{{ form.errors.translated_fields['email'] | capitalize }} {{ form.errors.messages['email'] }} {%- endif -%}









{%- endform -%}
{% schema %} { "name": "t:sections.contact-form.name", "tag": "section", "class": "section", "settings": [ { "type": "text", "id": "heading", "default": "Contact form", "label": "Heading" }, { "type": "select", "id": "heading_size", "options": [ { "value": "h2", "label": "t:sections.all.heading_size.options__1.label" }, { "value": "h1", "label": "t:sections.all.heading_size.options__2.label" }, { "value": "h0", "label": "t:sections.all.heading_size.options__3.label" } ], "default": "h1", "label": "t:sections.all.heading_size.label" }, { "type": "select", "id": "color_scheme", "options": [ { "value": "accent-1", "label": "t:sections.all.colors.accent_1.label" }, { "value": "accent-2", "label": "t:sections.all.colors.accent_2.label" }, { "value": "background-1", "label": "t:sections.all.colors.background_1.label" }, { "value": "background-2", "label": "t:sections.all.colors.background_2.label" }, { "value": "inverse", "label": "t:sections.all.colors.inverse.label" } ], "default": "background-1", "label": "t:sections.all.colors.label" }, { "type": "header", "content": "t:sections.all.padding.section_padding_heading" }, { "type": "range", "id": "padding_top", "min": 0, "max": 100, "step": 4, "unit": "px", "label": "t:sections.all.padding.padding_top", "default": 36 }, { "type": "range", "id": "padding_bottom", "min": 0, "max": 100, "step": 4, "unit": "px", "label": "t:sections.all.padding.padding_bottom", "default": 36 } ], "presets": [ { "name": "t:sections.contact-form.presets.name" } ] } {% endschema %}

How to add custom fonts in Shopify in easy way

How to add custom fonts in Shopify

Adding fonts to a Shopify theme is easy, but knowledge of CSS and HTML can be helpful. However, if you follow these steps carefully, your new font should upload within a few minutes

Adding custom fonts to your Shopify theme can be a great way to create a unique look for your website. In this tutorial, we’ll walk through the steps of adding Shopify fonts to your theme and adding them to Shogun for use on your Shogun pages.

Fonts are important in any ecommerce business because getting people to read your content is no easy task. On average, users only read about 30% of the words on the page. So every word counts, and user engagement is paramount.

Using attractive fonts can keep users on the page longer, lead them to your content, and hopefully guide them through the buying process. Properly used fonts guide the eye from one place to another in the order you want. Additionally, headlines and ad banners that use bold fonts can draw attention to what you’re promoting.

Why Add Custom Shopify Font to Your Store?

One way to stand out from other stores is to add custom Shopify fonts. This is a great strategy for building your brand and enhancing the aesthetics of your storefront. Differentiate your store with custom fonts.

Choosing the Right Font(s) for Your Store

You should make sure that the font you choose reflects your identity and business. Don’t use a font that’s beautiful but hard to read, as it undercuts the overall value of the content. Avoid using more than three or four different fonts in your store. Too many fonts can give your store a cluttered feel. Also, you want the fonts you choose to work well with each other even on different pages, so don’t choose fonts that are completely different from each other. Instead, choose fonts that complement each other.

Here is the step by steb guide:

1. Go to your admin dashboard and click on settings in the bottom left corner

2. In the left side menu click the "Files"

3. Click the green button at the top right corner of the popup window to upload the font files

4. Upload you files(woff,woff2) to the files section. If you have TTF or EOT or any other font file extension please follow the following step:

i- Go to: https://cloudconvert.com/ttf-to-woff
ii- Upload you TTF files and click convert
iii- Downlaod the converted files
iv- Upload these Woff or Woff2 files

5. Click on the link icon to cope the link of the font file. (Save that link we will use it later)

6. Again go to your admin dashboard and click on "Online store" then Click on "Themes"

7. Click on the Action button and from the dropdown panel select edit code

8. In the code editor expand the layout folder and click on "theme.liquid" file. It will open in the editor on right-hand side.

9. Find the {% style %} text and paste the following code after it.

Note: if your font file is "woff2" change that too in the round braces after format .

@font-face {
font-family: 'name your font';
src: local('name your font'), url('Link that you cope earlier') format('woff');
}

Dont forgot to click on save on top right corner after any change

10. Now on the left side expand the "Assets" folder and find the main CSS file of your theme.

Note: In your theme the CSS file may have different name such as ("global.css","base.css","theme-section.css","theme.scss.liquid")

11. Now in your CSS file press ( CTRL + F ) and in the search box enter the text "font-family"

12. After you found any line that contains font family after the colon enters the name of the font that you have chosen earlier. in step no. 5

In my case i choose "mylove" as my font name.

13. Click on the save button.

14. Here is the look of my demo store before applying the font

15. Dammn, Here is the new look of my store with the new font.

Bouns: If you are still not able to do that please contact me on my email,

[email protected]

I will help you in setting up the font for your store. You can contact me for any design change for you theme. And its absolutely free.

Hey! Want this to be done by me? or any other Shopify problem or even you want to create a custom section same like your compitator.

Here is the video Guide

Play Video

Top 5 Shopify Page Builder Apps(Free and paid)

Top 5 Shopify Page Builder Apps(Free and paid)

Shopify is a quick and easy way to create an ecommerce store. It offers powerful hosting and payment processing features, as well as options to expand your store as it grows. However, the default themes and templates provided may be limited, and page building options may be limited. The Shopify Page Builder app makes it easier to create the website you want.

The Shopify Page Builder app is a third-party plugin that you can use to design new web pages for your store. These apps offer more functionality than Shopify’s default page builder offers, and are less restrictive than the platform’s pre-built themes. You can create pages by dragging and dropping elements onto templates and adding your own headers, images, buttons, and lists.

These are our 5 favorite Shopify page builder apps in 2022. It’s worth noting that the best choice for your website depends on your own situation. As all five of these apps offer free trials or free plans.

1. PageFly #1 Page Builder

PageFly’s sleek and professional look sets it apart from most competing apps. It has an impressive 4.9-star rating from thousands of user reviews, many of whom cite the versatility and user-friendly interface as a differentiating factor. The app is responsible for over 53,000 pages across thousands of e-commerce stores.

Clear and easy to navigate, PageFly has a user-friendly interface that lets you control every element of your store. The ability to edit pages with code makes it a great option.

2. GemPages Page Builder

GemPages is one of the most powerful page builders that allows anyone to create, design and optimize Shopify store pages without any limitations and codes. Over 30,000 active merchants now trust GemPages.

With GemPages, you can drag and drop elements to build pages from scratch, or customize the available templates to meet your specific needs. Its extensive library of templates, page elements, and features is the strength of any impressive, high-converting store page.

3. LayoutHub Easy Page Builder

LayoutHub uses block templates to create your store. Targeted at small businesses and new to Shopify, the app focuses on an intuitive interface and pre-built templates. The app is simple but has far fewer options than PageFly or any other page builder.

LayoutHub looks great, feels like part of the Shopify interface, and offers a collection of templates to help beginners get started. However, the customization options in these templates are limited and nowhere near the level of other Shopify page builder apps.

4. Shogun Landing Page Builder

Shogun helps you create beautiful mobile-friendly pages. It’s aimed at large businesses and seasoned Shopify users with a focus on conversion rate optimization. Premium plans allow users to track the performance of their pages through click-through rates, conversion rates, bounce rates, and more, while the most paid plans offer A/B testing.

5. Zipify Page Builder & Editor

Zipify is certainly one of the less used options in the Shopify page builder app, but it offers store owners a more technical solution with an emphasis on optimization. The builder has an “growing” library of templates to choose from, while still allowing you to make precise changes to your pages.

Zipify gives you control over smaller details like breadcrumbs, and lets you add features like countdown timers and a “buy box” (which compares product packages and highlights the best deals in the store). Unfortunately, this is one of the more expensive Shopify page builder apps available.

Top Plugins

Best WordPress Related Posts Plugins to show best matching posts

Every time you publish a new blog post, the older one becomes too frustrating and gets lost among the many articles. This situation can cause new visitors to miss your most popular blog posts. To find a solution to this problem, there are the most relevant WordPress plugins for you. This is designed to display a list of the most popular and relevant blog post URLs in the content.

If you just want to show some relevant blog posts, you can ignore this. However, if you want to display other types of content (such as WooCommerce products, events, apartments, etc.), you should make sure that the plugin supports custom post types.

To make sure your visitors can easily find all the content they need, you can add relevant post displays to the sidebar, footer widget area, and bottom of posts. All you need is a WordPress plugin.

Compare The Best WordPress Related Posts Plugins

PluginDownloadsRating
Active
Downloads
Total
Reviews
YARPP6820532+4.7
by 839
100000+839
Contextual Related Posts1730432+4.8
by 171
70000+171
MonsterInsights122059683+4.6
by 2527
3000000+2527

Table of Contents

1.

YARPP – Yet Another Related Posts Plugin

By:

Contact Form by WPForms logo
  • contextual related posts
  • posts
  • related posts
  • seo
  • similar posts
Yet Another Related Posts Plugin (YARPP) is a professionally maintained, highly customizable, performant and feature rich plugin that displays pages, posts, and custom post types related to the current entry. YARPP introduces your visitors to other relevant content on your site — boosting visitor engagement, time on site and SEO. Related Posts can increase your pageviews up to 10%. Simply install, activate and watch your sessions and pageviews increase.

Key Features of WPForms:

  • An advanced and versatile algorithm: Using a customizable algorithm considering post titles, content, tags, categories, and custom taxonomies, YARPP finds related content from across your site
  • Caching: Inbuilt cache makes subsequent queries super efficient and fast
  • Custom Templates and Styles: Use a pre-built list or thumbnail template, or use the YARPP custom templating system for 100% control of how results are styles and displayed
  • Flexible with a full range of placement options, including:
    • Automatic Display Options (pick where to show YARPP from the YARPP settings page)
    • RSS/Feed Options
    • Block Editor (Gutenberg)
    • [yarpp] Shortcode
    • Widget
    • YARPP functions()
    • REST API
  • Works with all languages, including those with full-width (double-byte) characters and those that don’t use spaces between words
  • Custom post type and taxonomy support
  • WordPress Multisite support
  • bbPress forums support
  • WooCommerce support
  • Professionally maintained and supported with regular updates

2.

Contextual Related Posts

By:

Contact Form by WPForms logo
  • contextual related posts
  • posts
  • related posts
  • seo
  • similar posts
Yet Another Related Posts Plugin (YARPP) is a professionally maintained, highly customizable, performant and feature rich plugin that displays pages, posts, and custom post types related to the current entry. YARPP introduces your visitors to other relevant content on your site — boosting visitor engagement, time on site and SEO. Related Posts can increase your pageviews up to 10%. Simply install, activate and watch your sessions and pageviews increase.

Key Features of WPForms:

  • An advanced and versatile algorithm: Using a customizable algorithm considering post titles, content, tags, categories, and custom taxonomies, YARPP finds related content from across your site
  • Caching: Inbuilt cache makes subsequent queries super efficient and fast
  • Custom Templates and Styles: Use a pre-built list or thumbnail template, or use the YARPP custom templating system for 100% control of how results are styles and displayed
  • Flexible with a full range of placement options, including:
    • Automatic Display Options (pick where to show YARPP from the YARPP settings page)
    • RSS/Feed Options
    • Block Editor (Gutenberg)
    • [yarpp] Shortcode
    • Widget
    • YARPP functions()
    • REST API
  • Works with all languages, including those with full-width (double-byte) characters and those that don’t use spaces between words
  • Custom post type and taxonomy support
  • WordPress Multisite support
  • bbPress forums support
  • WooCommerce support
  • Professionally maintained and supported with regular updates

3.

MonsterInsights – Google Analytics Dashboard for WordPress (Website Stats Made Easy)

By:

Contact Form by WPForms logo
  • contextual related posts
  • posts
  • related posts
  • seo
  • similar posts
Yet Another Related Posts Plugin (YARPP) is a professionally maintained, highly customizable, performant and feature rich plugin that displays pages, posts, and custom post types related to the current entry. YARPP introduces your visitors to other relevant content on your site — boosting visitor engagement, time on site and SEO. Related Posts can increase your pageviews up to 10%. Simply install, activate and watch your sessions and pageviews increase.

Key Features of WPForms:

  • An advanced and versatile algorithm: Using a customizable algorithm considering post titles, content, tags, categories, and custom taxonomies, YARPP finds related content from across your site
  • Caching: Inbuilt cache makes subsequent queries super efficient and fast
  • Custom Templates and Styles: Use a pre-built list or thumbnail template, or use the YARPP custom templating system for 100% control of how results are styles and displayed
  • Flexible with a full range of placement options, including:
    • Automatic Display Options (pick where to show YARPP from the YARPP settings page)
    • RSS/Feed Options
    • Block Editor (Gutenberg)
    • [yarpp] Shortcode
    • Widget
    • YARPP functions()
    • REST API
  • Works with all languages, including those with full-width (double-byte) characters and those that don’t use spaces between words
  • Custom post type and taxonomy support
  • WordPress Multisite support
  • bbPress forums support
  • WooCommerce support
  • Professionally maintained and supported with regular updates

7 Best WordPress Plugins to Create attractive Content for your blog

7 Best WordPress Plugins to Create attractive Content for your blog

Present, 43 of the total websites are powered by WordPress. It’s the stylish content operation system that anyone can fluently handle the website content. It has further than plugins that can be installed on your WordPress website.

It becomes hard for you to choose the stylish WordPress plugin to produce quality content for your point. That’s why then we’ve listed the stylish WordPress plugins to produce attractive content in 2022. If you want to produce SEO- optimized content that ranks well on the Google hunt machine also you need the stylish SEO plugin.

Rank Math is the stylish SEO plugin that handles numerous effects to make your website SEO friendly. This plugin helps you a lot to rank well on all hunt machines.

If you want to produce SEO- optimized content that ranks well on Google hunt machine also you need the stylish SEO plugin. Rank Math is the stylish SEO plugin that handles numerous effects to make your website SEO friendly. This plugin helps you a lot to rank well on all hunt machines.

Features of Rank Math:
  • Built-in Robots.txt
  • 404 Monitoring
  • Redirection
  • Content AI
  • FAQ and How-to Blocks
  • Instant Indexing
  • Google News Sitemap
  • Video Sitemap
grammerly

Grammarly is one of the stylish WordPress plugins to produce killer content that will help you in writing grammatical- error-free content and detects wrong spelling and punctuation miscalculations. You need to just install the Grammarly extension for the cybersurfer and it’ll start working on your website, Google Docs lines and far and wide you can write online.

Features of Grammarly:

  • Real-time Writing Feedback
  • Checks Grammar and Punctuation Error
  • Checks Plagiarism
  • Tone Detector
semrush

To increase the rank of your website on hunt machines, you have to do a proper SEO of your website. Semrush isn’t a WordPress plugin but it’s the stylish SEO tool that can help you in assaying your website in every way.


Semrush is available in free and ultraexpensive performances. In the free interpretation, you’ll have veritably limited access to the features. You can also get a 14 days free trial from then.

Features of Semrush:
  • Content Marketing
  • Local SEO
  • Rank Tracking
  • Social Media Management
  • Link Analysis
  • Content Optimization
  • Content Marketing Analytics
  • Paid Advertising
  • PPC Keyword Research
wpforums

 If you need a form in your content to get leads also WP Forms is the stylish drag and drop contact form builder. You can fluently produce a stoner-friendly contact form in no time. It’s available in free and paid performances.

Features of WP Forms:

  • Responsive Form Builder
  • Smart Conditional Logic
  • Instant Notifications
  • Multi-Page Forms
  • User Registration
  • Geolocation Data
yoast

 Yoast is another stylish and most popular WordPress plugin to optimize content effectively. It’ll help you in targeting the keyword in a proper way and perfecting the readability of the content. If your content is well written and SEO optimized also the “ SEO ” and “ Readability ” features shows the green signal. If it shows the red signal also you need to ameliorate the SEO and readability of the content.

Features of Yoast:
  • Readability Analysis
  • Internal Linking Blocks
  • FAQ and How-to Blocks
  • Structured Data
  • Elementor Integration
tableofcontecnts

 Table of content plus is a free WordPress plugin that automatically creates an indicator for each runner and post. A stoner can fluently navigate the content and suitable to find what he’s looking for, using this indicator of the composition. The indicator of the composition is shown above the first title of the composition. It can also be placed on the sidebar of the website

Features of TOC Plus:
  • TOC on Sidebar
  • Automatically Creates a Sitemap for Pages and Categories
  • Number List Items
  • Smooth Scroll Effect
wegolet

 If you want a multilingual website also Weglot Translate is the stylish WordPress plugin for you. With this plugin, you can convert your website into multilingual within twinkles without doing any coding. The most important thing about this plugin is that it’s SEO friendly WordPress plugin.

Features of Weglot Translate:
  • Manage and Edit all Translations
  • Multilingual Language Switcher
  • SEO Optimized
  • Translate Directly from Page

Visual Composer Website Builder, Landing Page Builder, Custom Theme Builder

VISUAL COMPOSER – ALL-IN-ONE WORDPRESS WEBSITE BUILDER & LANDING PAGE BUILDER

Free WordPress website builder that gives you the freedom to create websites. A page builder with advanced design features, responsive fonts, easy to use interface, and a seamless drag and drop editor powered by React.

  • Version:44.1
  • Last updated:2 weeks ago
  • Active installations:90,000+
  • WordPress Version:4.6 or higher
  • Tested up to:5.9.3
  • PHP Version:5.6 or higher

Ratings

Elementor – Best WordPress drag-and-drop page Builder Plugin

THE #1 WEB CREATION PLATFORM, POWERING OVER 10M WEBSITES WORLDWIDE.

Elementor is the leading website building platform for WordPress, enabling web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join a vast community of web creators from all around the world who deliver exceptional websites using Elementor.

  • Version:3.6.5
  • Last updated:1 a month ago
  • Active installations:5+ million
  • WordPress Version:5.0 or higher
  • Tested up to:5.9.3
  • PHP Version:5.6 or higher

Ratings

Beaver Builder: WordPress Page Builder Plugin

Beaver Builder is a drag-and-drop WP Page Builder. Get it now! WP pages in minutes. Templates are 100% mobile. Beautiful, responsive. Easily to build. Highlights: Demo Available, Newsletter Available.

Beaver Builder is a flexible drag and drop page builder that works on the front end of your WordPress website. Whether you’re a beginner or a professional, you’re going to love taking control of your website. Stop writing HTML or wrestling with confusing shortcodes. With Beaver Builder, building beautiful, professional WordPress pages is as easy as dragging and dropping.

  • Version:2.5.4.3
  • Last updated:5 days ago
  • Active installations:200,000+
  • WordPress Version:4.6 or higher
  • Tested up to:6.0
  • PHP Version:5.6 or higher

Ratings

Website Builder by SeedProd — Custom Theme Builder, Landing Page Builder

SeedProd is the Best Drag & Drop WordPress Website Builder Plugin. Here are the features that make SeedProd the most powerful and user-friendly page builder plugin in the market.

Drag & Drop Page Builder

Our easy-to-use page builder lets you create great-looking themes, pages, and layouts fast so you can get up and go in minutes. No coding is required!

80+ Pro Blocks

We have created a variety of blocks to display static and dynamic content. If you can dream it, you can create it with SeedProd blocks.

WordPress Theme Builder

Create Headers, Footers, Pages, Posts, Archives, Sidebars, and WooCommerce pages with our no-code Theme Builder. Full Site Editing!

  • Version:6.10.0
  • Last updated:6 days ago
  • Active installations:1+ million
  • WordPress Version:5.0 or higher
  • Tested up to:6.0
  • PHP Version:5.6 or higher