70 comments found.
Heybi, I want to upload the theme on my Wordpress site from the upload section, but every time I upload the zib file of this theme the message I get is”Upload problem: Incompatible theme.” PLEASE GUIDE ME THU… THANK YOU
Hello Adel-AH,
Collective is not a WordPress theme, but Blogger theme. Therefore you can’t install it on WordPress.
While we are fully aware that mistakes can occur during a purchase, we can’t help much on this issue. Our only suggestion is to start a Blogger’s blog. It’s free and requires less setup comparing to WordPress.
Sincerely,
Biyan
Please help me! I paid for the blogger template on Heybi.com with 39$ Please check email & send me the download link via email!
Hello, I’ve replied to your message via email couple days ago. Hopefully the problem solved already. If you have any issue, feel free to send a message directly through my site here: https://www.heybi.com/p/get-in-touch.html
No Reply from the Author on a request to exchange the Theme. I did a mistake and bought Blogger Theme instead of Wordpress…
Hello Margin13,
Regretfully for delay as I was in holiday. I’ve just replied to your refund request. Here’s my answer your for statement:
When a refund is requested on the purchase of a physical product, the product is returned and the money refunded. However, when a refund is requested for a digital product, there is no way for the customer to truly return the purchased product. It remains in their possession indefinitely.
To prevent fraud and to protect both parties, we only issue a refund under the following circumstances:
- The purchased product doesn’t compatible with Blogger.
- The purchased product hasn’t been downloaded.
- The purchased product has a technical issue that can’t be resolved.
- The purchased product doesn’t work as described according to the first clause.
While we are fully aware that mistakes can occur during a purchase refund won’t be issued unless it meets the conditions stated above.
I firmly believe in and stand behind my products 100%. Therefore, I’d be more than happy to assist with any problems you are having. Kindly send me a message and then we can go through the necessary troubleshooting steps.
Should the rejection isn’t in your favor, you’re always free to open a dispute. This will allow Envato to investigate the issue and take the best decision for both parties.
Sincerely,
Biyan
can you make theme support Arabic and adsense
Hello abdelmoneim,
Adding support for RTL language and Google AdSense are indeed possible but will require custom development. I do charge an additional price for this kind of service. However, it will be free if you buy it directly from my site.
My support for AdSense is limited to only adding a space to put the Ad on. Please keep in mind that your site needs to be eligible for AdSense and have you blog fully synched with your AdSense account in order for Ad to show properly. AdSense has a specific requirement for this that you might need to take a look into before decided to add such functionality: support.google.com/adsense/answer/9724
Best,
Biyan
you should add search button
Hello, thanks for your feedback. Search form is available by accessing the overlay sidebar menu.
Is there a API tool for Amazon in this template ?
Hello Salem, unfortunately there’s no such functionality at this moment. All datas must be written manually.
Hello, I would like to know how to display “pages” in full width, without the location of the sidebar, because my information on pages are displayed only on the left? https://www.montrampolinepark.com/p/enseignes-trampoline-park.html
Hello Frantz,
I checked the site and notice that the page is displayed in full width already. You probably found the way to customize it before I got any chance to answer your question, which is awesome.
Hello, I have a display problem with the search template by “label” on my site. By clicking on this url for example: https://www.montrampolinepark.com/search?max-results=15, there are only 5 cards that are displayed on the 15. Thank you kindly help me to find the solution because it affects the navigation on my site. This problem is also found on the homepage.
Hello,
You can try to control the number of post to show on the homepage by navigating to Settings > Post, comments and sharing. At show at most option, fill the number of posts to show according to you desire.
If the problem persist, there’s a chance that the posts displayed are affected by the Blogger’s Auto Pagination. Please refer to this article for details: http://www.thesepapersites.com/2014/03/21/diy-stop-blogger-auto-pagination/
Best,
Biyan
Hello, I would like to know how to add more photo in the artcile, how to use the different sizes of texts (H1,2,3 …) and change the color of the text of the titles in the content on a product sheet: here is my site : http://www.montrampolinepark.com/2018/07/france-trampoline-park-space-jump-evreux-27930.html
Hello,
For the old version of collective, the one you’re using, doesn’t currently support heading for product summary. It, however, supports basic HTML, like bold, italic and link. Each product holds only one picture, no matter how many pictures you’re attaching, only the first one will be shown.
The new version, which is V2.0, delivers update for the issues mentioned above. Though it features a new design and functions, it now allows you to attach more images, write a more detailed description and product summary for each post.
It’s scheduled to be uploaded by tomorrow morning, and once approved by the Themeforest’s reviewer, you can get the update by visiting the Download page, for free.
Best,
Biyan
I working on the product based site and finalized this your template but not able to it. Also stumbled on your new version(http://heybi-voco.blogspot.com/) by what time it be ready I want to see the theme but not able to please invite rajt242424@gmail.com so that I can see the theme and buy it. Does your theme have the drop-down menu as drop-down or sub-menu is must for me as the site is related to furniture having a lot of categories?
Regards, Raj
Hello Raj,
The demo site is set to private as I’m currently working on the new version of Collective which should be available in the next couple days. Once available, you can view it online.
The navigation functionality relies on the Blogger’s native Pages gadget and it doesn’t support sub-menu yet. However, if you’re familiar with code, you can create a multi-level navigation with just HTML, CSS, and a bit jQuery.
Best,
Biyan
www.heybi.com
Hello, When I want to add my logo, it is not displayed, it is not supported. How to make my logo appear instead of text?
Hello,
Displaying image-based logo instead of text can be done by directly modifying the CSS. For this, navigate to Edit HTML, and enter the following CSS anywhere within the skin tag:
.blog-name .header .replaced {
display: none;
}
.blog-name .header-image-wrapper img {
float: left;
display: block;
margin: 0 auto;
width: 110px;
height: auto;
}
Now all you have to do is edit the CSS above to change the way your large logo is displayed. At the “width” property, put the value of the desired display size. If your original, smaller logo was 200×150px, then you’ll want to put in “200px” for the width and the height will be adjusted accordingly.
To avoid images looking blurry on retina display devices, it is best to use a larger image that is displayed at a smaller size on the website. For example, if you want your logo to show up as a 200×150px image on the website, it is best to upload an image that is 400×300px, and simply tell the theme to display it at 200×150px (even though the image itself is twice as large).
Hi Heybi, this theme is so amazing. However, I wanna change Amazon Button to my facebook store. What should i do? Moreover, can you change the amazon button to Order button. They will fill information in a form, click Order button and I will receive an order email. In my country they dont use amazon to buy things :(((
Hello,
changing the button text can be done by directly editing the theme source code. Navigate to Theme > Edit HTML, and simply search for Amazon. To easily locate the keyword, press CTRL + F in Windows, or CMD + F in Mac after clicking the code area. This will display a search form for you to enter the keyword.
Enabling manual-ordering in Blogger is possible though it won’t be as good as a fully functional e-commerce system, like Shopify for example. But based on the scenario you explained, the best way is by directing the customer to an independent contact page. However, Collective doesn’t currently have an integrated contact form. This means, integrating requires custom development.
The good news is, I’m working on a new version of Collective that should be available in a week or two. This new version allows you to create a simple contact page, with an integrated Blogger’s native contact form widget. You can see an example here: http://heybi-voco.blogspot.com/p/contact.html
Best,
Biyan Pasau
Waoo, cant wait to see it. When the new version is released, I will buy it for sure. (is there any discount or support for old customer changing from old to new version? ^,).
By the way, here is the sample I wanna explain in my comment: https://blogrcart-closet-v2.blogspot.com/
When click Add to cart button for the items I wanna buy, then click to the cart icon, there will be 2 buttons: Send order or Pay at Paypal. In “Send order” option, customer will fill the form and click send. Their information with the items they choose will be displayed in my email.
If you can customize like this for Collective version, it would be nice. Your design style is so nice so that I dont buy the template of Blogcart (the link above). You are always the best choice for my website
Hope you all the best ^.
Once available, you can download the new version through the download page for free.
Custom checkout, item variant, cart, requires post format or code injected into the post body. This really defeats the purpose of fun blogging and I’m not interested to implement such functionality into Blogger unless the demand is high.
I really thank you for your feedback.
Tried installing from my mac on word press says “The package could not be installed. The theme is missing the style.css stylesheet.” c9f9b6b2-0cc2-4845-a243-118ee16b22af
Hello,
COLLECTIVE isn’t a WordPress theme, but a Blogger theme. Therefor you can’t install it on WordPress.
While we are fully aware that mistakes can occur during a purchase, we can’t help much on this issue. Our only suggestion is to start a Blogger’s blog. It’s free and requires less setup comparing to WordPress.
I will try it on bloggers.com. But I suggest you clearly state that on your product page that it doesn’t work on Wordpress.
I did, in the description box. But thank you for your suggestion.
Okay so the only place you would suggest is blogger. Alright, and where exactly on the Blogger interface is uploading a theme possible?
Hello Adel,
The process is pretty straightforward actually. You need to unzip the download first, then go to the Theme section of the dashboard. Click the backup/restore button at the top right of the screen. Click Browse and select the theme from the file you’ve downloaded.
A detailed instruction for how to install the theme is written in the documentation already. I encourage you to read it thoroughly if you are experiencing any difficulties.
Best,
Biyan
How can I get an installable wordpress version c9f9b6b2-0cc2-4845-a243-118ee16b22af
I tried uploading the zip file theme on my wordpress and it says”incompatible theme”. pls advise me on what the problem is
Please tell me how I can download this. I’m having a hard time.
Hello Adela74, You can download the package you have purchased through the download page at https://themeforest.net/downloads
I cant download my theme. When I try to download it I don’t see the installable WordPress file only
Hello Adela,
Collective is not a WordPress theme, but Blogger theme. Therefor you can’t install it on WordPress.
While we are fully aware that mistakes can occur during a purchase, we can’t help much on this issue. Our only suggestion is to start a Blogger’s blog. It’s free and requires less setup comparing to WordPress.
Sincerely,
Biyan
I want to change themes. I cant do blogger
I’m afraid I can’t help much on this issue. My only suggestion is to try Blogger. It’s free and requires less setup comparing to WordPress. You can start creating a Blogger blog by visiting https://blogger.com.
Heybi NO I dont blog. Please be ethical and understand that I made a mistake and thought this was a wordpress theme
Hello, I would like to add several images in an article outside the template does not allow it, thank you to tell me the procedure to follow to add more images in the product description.
Hello Frantz,
Collective doesn’t currently support multiple images. As mentioned in the product description, each product page displays only the first attached image. As I continue to improve Collective, I will consider adding this functionality in the future.
Thank you for your feedback.
Hello, Your template is not for the Blogger platform, except it is classified in the Blogger section, I just bought it for nothing and I can not do anything, I ask for the refund.
Hello Frantz.
Collective is for the Blogger platform. It won’t be approved in the first place if it didn’t pass the review or can’t be installed on Blogger.
However, I’d be more than happy to assist with any problems you are having. Simply send me a message through my profile page, and then we can go through the necessary troubleshooting steps. I’m confident to get you up and running in no time. I look forward to hearing from you.
HI, just purchased. Making the blog posts is easy enough, but how do i change the already included info. Like the default products and change the menus, about page etc…?
Hello, you should be able to edit the gadget through Layout tab. Simply locate the gadget you want to edit and click the pencil icon next to it.