Discussion on Pin = Pinterest Style / Personal Masonry Blog / Front-end Submission

Discussion on Pin = Pinterest Style / Personal Masonry Blog / Front-end Submission

Cart 1,305 sales
Well Documented

An-Themes supports this item

Supported

This author's response time can be up to 2 business days.

551 comments found.

Pin theme support Lay Load images??

Hi There,

The theme doesn’t come with Lazy Load option. Also we didn’t test it, mostly because the theme is quite fast and we haven’t wanted to add another .js file to it, thank you.

Kind regards,
Iulian, An-Themes.

Hello friends!

With Pin Version 4.1 you can now add links and buttons via excerpt for affiliate purpose. Take a look at the demo: http://anthemes.com/themes/pin/full/

If you have any questions regarding the options / features of my theme, please let me know and I’ll be glad to answer them, thank you.

Kind regards,
Iulian, An-Themes.

Hello friends!

With Pin Version 4.1 you can now add links and buttons via excerpt for affiliate purpose. Take a look at the demo: http://anthemes.com/themes/pin/full/

If you have any questions regarding the options / features of my theme, please let me know and I’ll be glad to answer them, thank you.

Kind regards,
Iulian, An-Themes.

Hello friends!

I really appreciate the support, so thank you! If you like my work, don’t hesitate to follow me: http://themeforest.net/user/An-Themes/follow for more Blog / Magazine Themes!

If you have any questions regarding the options / features of my theme, please let me know and I’ll be glad to answer them, thank you.

Kind regards,
Iulian, An-Themes.

hi, your pin theme is installed in my website www.swenbew.com this was purchased by my developer March/April 2017 and he is not in touch with me now….i don’t know details of this purchase …........ now i want to upgrade the theme…... but don’t know how ….... please suggest

Hi There,

As I mentioned via support ticket, your developer will need to submit a support ticket with the account used to purchase the theme, thank you.

Kind regards,
Iulian, An-Themes.

Hello friends!

I really appreciate the support, so thank you! If you like my work, don’t hesitate to follow me: http://themeforest.net/user/An-Themes/follow for more Blog / Magazine Themes!

Please note that this comments section are for pre-sales questions only. Support is offered only through the = Pin Support, so please submit a ticket if you have any concerns with the theme, thank you!

Another important thing, if you purchased my theme, go to your Download Page click the “Download” button and select “All Files & Documentation”, and please read the Documentation for a properly configuration of the theme, demo content, plugins, etc.

Kind regards,
Iulian, An-Themes.

can you help me add google recapcha to register in plugins/an-themes-login-register?

Hi There,

Unfortunately the plugin does not have that option. As a recommendation, you can use the plugin “ultimate member”, most of my customers are using it, for login / register / profile pages, etc.

Kind regards,
Iulian, An-Themes.

hi there. i have sent a list of pre-sale questions on your inbox. can you please have a look. thanks

Hi There,

Monday morning here, please check your inbox, thank you. For future pre-sales questions, please add them here, thank you.

Kind regards,
Iulian, An-Themes.

Pre-sale question. What does adding review by users look like? it is not possible to add a rating in the form, but the summary is the average of the users’ ratings: User Rating: 3.98 ( 527 votes)

Hi There,

Thanks for your interest!
Users can’t add reviews via submission form as per demo, only Admins and editors via WordPress dashboard and will look like this: http://anthemes.com/themes/pin/full/group-of-people-at-the-gym-exercising-on-the-xtrainer-machines/ as for the 3.98 (527) is “User Rating”.

If you have further questions regarding the options / features of my theme, please let me know, thank you.

Kind regards,
Iulian, An-Themes.

Hi, can you please make the adjustments that the Theme works with Wordpress 4.9.6. Especialy the new checkbox in comments form does not apear. I think the issue is that the Themes Overriding Comment Forms: https://make.wordpress.org/core/2018/05/17/changes-that-affect-theme-authors-in-wordpress-4-9-6/

Hi There,

Thanks for your support and for the link.
As for your concern, the theme works with 4.9.6 without any issue, the only thing is that the comments doesn’t come with the new checkbox. But don’t worry, will definitely be added in the next update that will be available hopefully tomorrow or at the end of this week, thank you.

Please note that this comments section are for pre-sales questions only. Support is offered only through the = Pin Support, so please submit a ticket if you have any concerns with the theme, thank you!

Kind regards,
Iulian, An-Themes.

Hi There,

You can now download the new update version 3.9 via your Download page or if you are using Envato Market plugin, you can update the theme automatically to the latest version, thank you.

The comment form for not logged users will look like this and for logged users like this, thank you.

Kind regards,
Iulian, An-Themes.

Hello friends!

I really appreciate the support, so thank you! If you like my work, don’t hesitate to follow me: http://themeforest.net/user/An-Themes/follow for more Blog / Magazine Themes!

Please note that this comments section are for pre-sales questions only. Support is offered only through the = Pin Support, so please submit a ticket if you have any concerns with the theme, thank you!

Another important thing, if you purchased my theme, go to your Download Page click the “Download” button and select “All Files & Documentation”, and please read the Documentation for a properly configuration of the theme, demo content, plugins, etc.

Kind regards,
Iulian, An-Themes.

Hi, I have a large site already, if i use one click installer will it effect the posts i already have? thanks

Hi There,

Monday morning here and thanks for your interest!
Nothing will be affected from your previous website, but if you install the demo content, all pages / posts from my demo will be added to your site, so you’ll have all your posts / pages and the posts / pages from my demo.

If you have further questions regarding the options / features of my theme, please let me know, thank you.

Kind regards,
Iulian, An-Themes.

Another week…... Thanks for your response, I think that is all i need! I’ll add the theme and take it from there. Thanks again

Glad to know that, thank you.

Kind regards,
Iulian, An-Themes.

Anyone looking to remove the sidebar on the right of the post page? After doing some tinkering and consulting with the author I have a code snippet to paste in the theme’s custom CSS option to quickly solve this time-consuming feat:

(Note: this comment field does not appear to display * I pasted here, / represents either / * or * / without the spaces for the css comments)

Appearance->Theme Options->Style Settings->Custom CSS

/remove sidebar from single posts -begin/

/Hide sidebar/ .sidebar{display: none;}

/target responsive.css add/ /float: none; margin-left: auto; margin-right: auto;/ @media only screen and (min-width: 1260px) and (max-width: 1300px) { .single-content{width: 1230px; float: none; margin-left: auto; margin-right: auto;} }

/target responsive.css 950px -> 980px/ @media only screen and (min-width: 1004px) and (max-width: 1230px) { .single-content{width: 980px; float: none; margin-left: auto; margin-right: auto;} }

/target style.css line 83 remove/ /width: 950px; float: left;/ .single-content{padding: 0 0 25px 0;} /remove sidebar from single posts -end/

delete this comment

Snippi link for code above: http://snippi.com/s/92lqmp4

Perfect, thank you.

Kind regards,
Iulian, An-Themes.

I don’t see any way for users to bookmark posts like Pinterest does. Does this theme have this feature?

Hi There,

Thanks for your interest!
The theme doesn’t have that option only the options that can be seen in the demo.

If you have further questions, please let me know, thnak you.

Kind regards,
Iulian, An-Themes.

Is there a reason why the comments (ones placed) appears to be unstyled on the demo?

Are they like that on the one purchased?

http://nimb.ws/mDqsOT

I am not sure if you can see that photo, but here is the link: http://anthemes.com/themes/pin/full/white-and-brown-snowy-forest/?replytocom=84#respond that shows what I am referencing.

Hi There,

I don’t see any comments “unstyled” as you mention, you can take a look here, if the style of the comments doesn’t fits your needs, you can always change them on your own via css or you can use a plugin like “wpDiscuz”, “Disqus”, etc., up to you.

“Are they like that on the one purchased?”- deathwish
I see that in 6 years you didn’t purchase any item from envato marketplace, you need to understand that what you see in a demo is what you get after your purchase the theme, nothing different.

Kind regards,
Iulian, An-Themes.

Hello friends!

I really appreciate the support, so thank you! If you like my work, don’t hesitate to follow me: http://themeforest.net/user/An-Themes/follow for more Blog / Magazine Themes!

Please note that this comments section are for pre-sales questions only. Support is offered only through the = Pin Support, so please submit a ticket if you have any concerns with the theme, thank you!

Another important thing, if you purchased my theme, go to your Download Page click the “Download” button and select “All Files & Documentation”, and please read the Documentation for a properly configuration of the theme, demo content, plugins, etc.

Kind regards,
Iulian, An-Themes.

Is theme compatible with Buddypress?

Hi There,

It works, but with the default style that comes with the plugin, it may require some styling work as it’s not something we test during development.

Most of my customers are using “Ultimate Member” plugin https://wordpress.org/plugins/ultimate-member/ with Pin theme.

Kind regards,
Iulian, An-Themes.

Hello friends!

I really appreciate the support, so thank you! If you like my work, don’t hesitate to follow me: http://themeforest.net/user/An-Themes/follow for more Blog / Magazine Themes!

Please note that this comments section are for pre-sales questions only. Support is offered only through the = Pin Support, so please submit a ticket if you have any concerns with the theme, thank you!

Another important thing, if you purchased my theme, go to your Download Page click the “Download” button and select “All Files & Documentation”, and please read the Documentation for a properly configuration of the theme, demo content, plugins, etc.

Kind regards,
Iulian, An-Themes.

Hello

I really like this theme, Please can you guide if this supports software listing like this website

https://goo.gl/XTAwxe

If you check the above page , its like [ Review | Overview | specs | supplier ] in review there are multiple reviews by thirdparty and own review

is this possible using your theme?

Also forgot to add , its called directory so we can add more software under this , is this also possible ? pls guide as this is what i am trying to create

kindly guide

Hi There,

Thanks for your interest!
It doesn’t support that. Pin theme is a personal blog / magazine theme and the submission form is used to share stories. But you can take our theme as a good base and build on top of that to create your own unique portal / directory.

Kind regards,
Iulian, An-Themes.

Hi there, I would like to ask why suddenly the theme is missing images for the menu and sharing buttons. Please see this screenshot: https://asiancustoms.eu/wp-content/uploads/2018/03/Screenshot-2018-03-01-10.04.43.jpg

Hi There,

If suddenly they stopped to display, is because you’ve changed something or you’ve added something.
- Disable the plugins that doesn’t come with my theme and test it again.
- Test your website in a different browser / pc / mobile.
- Last case, make a clean install of the theme.

Please note that this comments section are for pre-sales questions only. Support is offered only through the = Pin Support, so please submit a ticket if you have any concerns with the theme, thank you!

Kind regards,
Iulian, An-Themes.

Thanks bro! your right, download manager plugin was causing it. Super thanks for the fast reply.

Awesome! If you get chance and you’re happy with the theme, be sure to rate the theme from the “downloads” section of your account, thank you.

Kind regards,
Iulian, An-Themes.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey