Notifications
Clear all

HTML

17 Posts
2 Users
3 Reactions
2,276 Views
(@cindy20)
Active Member
Joined: 4 years ago
Posts: 16
Topic starter  

Hello,

 

What do I have to add the area where you can add custom HTML? See below, thank you.

2. I found article about how to delete it but how do I add "Ecommerce Powered by Shopify" on the bottom of the website? Do most people will show it or delete it?

3. When new item added, is there a way to show the products newest added first?


   
Quote
plaktheme
(@plaktheme)
Reputable Member
Joined: 5 years ago
Posts: 0
 

Hi Cindy,

Katrine here from Plak theme support to assist you you with your questions.

After verification of your site, it seems you are using the version 2.4 of Plak, here are the answers to your questions, depending on the version you're currently using :

 

1- How to modify the HTML section ?

I invite you to check this video

 

2. I found article about how to delete it but how do I add "Ecommerce Powered by Shopify" on the bottom of the website? Do most people will show it or delete it?

 

  • From your Shopify dashboard, click Online store > Actions > Edit code
  • Open the file footer.liquid
  • Just below this code (it is repeated 2 times, so you have to paste the code below each one)
<small class="site-footer__copyright-content">&copy; {{ 'now' | date: "%Y" }}, {{ shop.name | link_to: routes.root_url }}</small>
  • Paste this code
<small> | Ecommerce Powered by Shopify</small>
  • Click Save

 

3.When new item added, is there a way to show the products newest added first?

Could you tell me more about it ? where exactly the new items are added ?

I'll wait for your confirmation about the 2 first questions and for clarification about last one 🙂

Best regards,
Katrine

Katrine | Technical support at Plak, Scrowp & Vantout
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as a Solved Solution


   
ReplyQuote
(@cindy20)
Active Member
Joined: 4 years ago
Posts: 16
Topic starter  

@plaktheme Hi Katrina, problem #2 solved - thank you.

Problem #1 - I do not know what to add, don't know anything about coding. 

Also what is the different between blogs and blog posts?

Problem # 3 - When I added new product, the new one did not showed up on top. I want the newest add-on showed on top. 

 

Thank you


   
plaktheme reacted
ReplyQuote
plaktheme
(@plaktheme)
Reputable Member
Joined: 5 years ago
Posts: 0
 
Posted by: @cindy20

@plaktheme Hi Katrina, problem #2 solved - thank you.

Problem #1 - I do not know what to add, don't know anything about coding. 

Also what is the different between blogs and blog posts?

Problem # 3 - When I added new product, the new one did not showed up on top. I want the newest add-on showed on top. 

 

Thank you

1- I am happy we could solve the problem #2 🙂

2- Regarding the problem #1, the HTML section is very useful in blog sidebar, for instance, you can add twitter profile widget, tweets, Facebook widget, Pinterest widget, ... or anything else that you can easily copy the HTML code from a site and past it directly into this section (for example Google adsense code) You don't need to know coding to use this section.

Here is a video example, where I added a tweet to the blog sidebar using the HTML block, with just copy & paste

 

 

3- About the product sorting, I invite you to check this article from Shopify help center in order to switch the filtering to (newest first)

Let me know Cindy if you need any further assistance 🙂
Katrine

This post was modified 3 years ago by plaktheme

Katrine | Technical support at Plak, Scrowp & Vantout
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as a Solved Solution


   
ReplyQuote
plaktheme
(@plaktheme)
Reputable Member
Joined: 5 years ago
Posts: 0
 

I apologize I forgot to answer your other question 🤐 

Your question : Also what is the different between blogs and blog posts?

- The blogs is the page where your blog posts are shown in (list or grid view) like this one
- The blog post, is the page showing a single article, like this one 

🙂

Katrine | Technical support at Plak, Scrowp & Vantout
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as a Solved Solution


   
ReplyQuote
(@cindy20)
Active Member
Joined: 4 years ago
Posts: 16
Topic starter  

@plaktheme Thanks much Katrina!

How do I add review that I received from ebay? Currently my online store has no customer review and I would like to add review from ebay customer to my website? 

Also I added Shopify products review apps. Did I do it correctly?

 

Thank you for your help!

 


   
ReplyQuote
plaktheme
(@plaktheme)
Reputable Member
Joined: 5 years ago
Posts: 0
 
Posted by: @cindy20

@plaktheme Thanks much Katrina!

How do I add review that I received from ebay? Currently my online store has no customer review and I would like to add review from ebay customer to my website? 

Also I added Shopify products review apps. Did I do it correctly?

 

Thank you for your help!

 

Hi Cindy,

In order to display your ebay reviews directly into your Shopify store, you can either :

  • Export your ebay reviews into a CSV file, and then import them using the Shopify review app
  • Connect your Shopify store to ebay Chanel using this app, and then easily important the reviews (charges may apply)

 

If you have any issue connecting the apps or having troubles with the CSV import/export, i invite you to get in touch directly with the apps developers as this is out of our control.

All the best 🙂
Katrine

Katrine | Technical support at Plak, Scrowp & Vantout
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as a Solved Solution


   
ReplyQuote
(@cindy20)
Active Member
Joined: 4 years ago
Posts: 16
Topic starter  

@plaktheme Is there a way I can added manually ( without using their apps )?

Also on plak testimonials page - Can you add more that 9 reviews? Right now, it only allowed me to add up to 9 reviews. 


   
ReplyQuote
plaktheme
(@plaktheme)
Reputable Member
Joined: 5 years ago
Posts: 0
 
Posted by: @cindy20

@plaktheme Is there a way I can added manually ( without using their apps )?

Also on plak testimonials page - Can you add more that 9 reviews? Right now, it only allowed me to add up to 9 reviews. 

1- Unfortunately Cindy, there is no way to embedded ebay reviews manually, an app is required
2- Regarding the testimonials section, it seems that you are using an old theme, the latest version as per this date is 2.5. Anyway, here is how to add more testimonials on your current version 

 

  • From your Shopify dahsboard, click Online store > Actions > Edit code
  • Open the file quotes.liquid
  • Change this code

"max_blocks": 9,
  • With this one
"max_blocks": 20,
  • Click Save

Now you can add up to 20 testimonials 🙂 

let me know if you have other questions

Katrine

Katrine | Technical support at Plak, Scrowp & Vantout
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as a Solved Solution


   
ReplyQuote
(@cindy20)
Active Member
Joined: 4 years ago
Posts: 16
Topic starter  

@plaktheme Thank you!


   
plaktheme reacted
ReplyQuote
(@cindy20)
Active Member
Joined: 4 years ago
Posts: 16
Topic starter  

Hi Katrina, on testimonials - is there a way to display review in 4 or 5 testimonials in one page? Currently only 3 pcs / page. 


   
ReplyQuote
plaktheme
(@plaktheme)
Reputable Member
Joined: 5 years ago
Posts: 0
 
Posted by: @cindy20

Hi Katrina, on testimonials - is there a way to display review in 4 or 5 testimonials in one page? Currently only 3 pcs / page. 

Yes Cindy, you cna increase the number of sliders to 4 by doing this :

  • Open the file vendor-homepage.js
  • Locate and this code
    slidesToShow:3

 

  • Change the number to 4 or to 5 as per your need 🙂

 

Let me know if you need any further help 🙂

Katrine | Technical support at Plak, Scrowp & Vantout
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as a Solved Solution


   
ReplyQuote
(@cindy20)
Active Member
Joined: 4 years ago
Posts: 16
Topic starter  

@plaktheme 1. I chose "pagination" for pagination effect on collection pages. But why I still can see there's an action on them, it takes a second for the item photos to come into view. It’s a little distracting to the eyes to have them load this way. How do I fix it?

2. Also on my page "Shop All" - why the item not display from the newest upload to the oldest upload. It display from alphabetical order.

Thank you 

 

 


   
ReplyQuote
plaktheme
(@plaktheme)
Reputable Member
Joined: 5 years ago
Posts: 0
 
Posted by: @cindy20

@plaktheme 1. I chose "pagination" for pagination effect on collection pages. But why I still can see there's an action on them, it takes a second for the item photos to come into view. It’s a little distracting to the eyes to have them load this way. How do I fix it?

2. Also on my page "Shop All" - why the item not display from the newest upload to the oldest upload. It display from alphabetical order.

Thank you 

 

 

1- Whatever theme or platform you use, if you have too many products per page, the browser will take a considerable time to load everything, it is recommended to reduce the number of products per page to let them load quickly 

2- you need to Change the sort order for the products in a collection, you can refer to this article on the shopify help center, so your products will display by date uploaded

 

If you need any other assistance, feel free to get to back again 🙂

Katrine | Technical support at Plak, Scrowp & Vantout
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as a Solved Solution


   
ReplyQuote
(@cindy20)
Active Member
Joined: 4 years ago
Posts: 16
Topic starter  

@plaktheme Hello, for #1 - how do I choose how many products per page? What is the good amount of products so won't have this issue again?

#2 - Can you send me the article again? It won't let open.

Thank you


   
ReplyQuote
Page 1 / 2
Share:

Welcome to the Shopify Forum Community provided by Plak ThemeLLC, a place where you can discuss about eCommerce and Shopify, solve technical issues, get help with Shopify Design, Apps integration, Marketing, Facebooks ad, Google ads and more.

Before posting, we invite you to read and follow the forum rules | We also support any questions related to Free Shopify themes :Dawn, Express, Minimal, Brooklyn, Narrative, Supply, Debut, Venture, Boundless and Simple