2269 comments found.
Good Morning, i have update the theme but not found the telegram social icon (see screenshot: https://prnt.sc/q9c5jx ). I checked on theme option but it not available. How can i do only to add the easy telegram social icon? Thanks
Hey Gerardo,
The Telegram social icon was added to the mobile bottom share sticky buttons. What you see in your screenshot are not sharing buttons, they are “social icons” which link to your social pages. But Telegram isn’t a social network, it doesn’t have pages, you can only share with it. That is why there are no telegram social icon buttons outside of the sharing buttons.
Hope this makes sense.
Codetipi
Sorry but non sense. Telegram have the channels and the followers connect to channel from pc or smartphone to follow the website. More websites use the telegram channel to share the contents, posts, etc.
Just copy the telegram channel link on the social link theme option, and done. For example this is my telegram channel: https://t.me/gerardopandolfi
I have about 700 followers, but more influencers have 10/20k etc
Thanks
Ah you’re absolutely right, I had no idea Telegram had that feature. I can confirm they will be added as another social icon option in a future update 
Thank you very much! I’m happy to help you!
Thanks again 
Dear CodeTipi
After upgrading to version 3.0, the classic blocks on my site stopped working correctly. 1. The font of the title has changed. Earlier there were uppercase letters.
However, I have the biggest problem with displaying classic blocks on mobile devices on devices.
2. In the previous version, posts were displayed in 3 columns on desktop computers and in one column on mobile devices. In version 3.0, posts are displayed mixing in one and two columns on mobile devices. This causes a problem with the title displaying correctly. In two columns, the titles of entries are unnaturally stretched. It looks bad. Is this a problem in the latest update? Earlier it was correct.
greetings Krzynio3x
Hey Krzynio3x,
Have you tried refreshing your site’s cache/minifier? Because lots of users have upgrade without any issues. Two users reported issues but it turned out to be their aggressive caches that were still loading a cache created when the previous version was active. Cache takes a snapshot of a site, and when you change lots of files, the cache needs to be remade so there aren’t issues.
Hope this helps.
Codetipi
I tried to refreshing cache as you sugested but it didn’t help. Classic blocks on mobile devices still looking badly. I deleted cache with a plugin W3 total cache (clicking on “empty” all cache) – did i do this correctly?
I have another problem too. When I scroll the page to the bottom, it does not stop at the footer but keeps scrolling. This only happens on a desktop computer. (Please look at my website: twojainspiracja.pl) Please tell me if i need renew support to resolve my problems.
Many thanks Krzynio3x
Hey again,
I had a quick look and one thing I can help with is if you try adding this custom css to your Additional CSS option in the theme options:
@media only screen and (max-width: 767px) {
.block-masonry-3 .masonry__col-1, .block-masonry-3 .masonry__col-2 { padding-right: 0!important; width: 100%;
} }
I couldn’t see anything after the footer though, have you fixed that now?
Your tip has worked
Thank you!
I still have a problem with the footer and I have a few other problems after the upgrade. I will renew support in the coming days and submit a ticket.
Greetings.
You’re welcome, happy I could help
And sure thing, the support team will happily help you.
Good Morning, how can i do to setting a specific colors code in the menu (main, secondary, megamenu)? Because i try to restyling my website, but more menu setting and other things not have the space to type the color code (screenshot link: https://prnt.sc/q992kl ). Thanks
Hi Gerardo,
I just tested it locally and the input does appear just fine there! Try refreshing your cache/minifier and then if not that, disable all plugins in case one of them is adding some bad css code.
Codetipi
Ok thanks!
Hi, i did but before the update all working fine and i have test on chrome, firefox and IE, but same issue and nothing change in my website, use always same plugins. Not use extra CSS code and i don’t have idea how can understand what find the issue. Thanks
Fixed =)
Happy to hear 
Hi, is Zeen support PHP 7.4? Thanks
Hey Aviory,
Yeah Zeen should work fine in PHP 7.4, however, you might have issues from WordPress core or plugins, so make sure to test lots of pages on your site to ensure nothing is broken.
Codetipi
Hello Codetipi Zeen team,
For some reason, the CSS styling the way my Gutenberg Editor is not working anymore. It seems that function zeen_enqueue_block_editor_assets() or something similar doesn’t load as it should… Everything was working fine before the last update (V3.0).
Now, I have some kind of ugly “New Roman Times” in my visual editor instead of the nice fonts provided by Zeen I was used to see in the backend… The weird thing is that I get the the proper editor CSS when editing a post using the Classic Editor…
Any hint to help me to solve this issue ?
For your information :
- I’m using a Child Theme and all my Customised CSS (for the frontend) are in my Child Theme’s style.css file
- In the Typography Section of the Theme Customizer, my three sets of fonts (Font Combination 1, 2 and 3) are now customized and being loaded from my own server. Everything is displaying fine in the frontend.
Hope you can help or point me to the right place where I could figure out what to do to solve this small but annoying issue.
Thanks ! Corinne
Hey Corinne,
Hope you’re well 
I just tested it on the demos and local dev site, and the fonts in Gutenberg are all working fine. Can you try refreshing your site’s cache/minifier in case that is the issue? If not, try disabling all plugins to confirm it isn’t caused by some random plugin!
Codetipi
Hi, thank you for your reply. Hope you are well too 
After a few tests, I’ve found where the issue comes from.
In the Theme Customizer Panel > Typography :
- If I choose “Google Fonts”, the fonts in Gutenberg editor are OK
- If I choose “Customized”, the fonts in Gutenberg editor are not OK
My customized fonts are added via @fontface in my child theme’s style.css. They work fine in the frontend, but not in the backend with Gutenberg. Why ? No idea. So I’m gonna run a few more tests to check :
- if I have done any mistake or not in the way I’ve written this @fontface lines in my style.css
- if adding the @fontface lines in the CSS Customizer panel instead is making any difference
Let me know if you are able to reproduce the issue, if you can spare some time for that. I will let you know about my own investigations…
Corinne
Hi again, no improvement on my side…
Always the same thing, in the Theme Customizer Panel > Typography :
- If I choose “Google Fonts”, the fonts in Gutenberg editor are OK
- If I choose “Customized”, the fonts in Gutenberg editor are not loaded
As I said before, my customized fonts are added via @fontface in my child theme’s style.css. I tried to copy-past them in the Customized CSS Panel too, but it doesn’t work either. Then I switch them back to my style.css file…
They work fine in the frontend, but not in the backend with Gutenberg. I check the spelling and everything else (plugins, updates, etc). I can’t find where the issue comes from…

Corinne
Hello again !!!
This time, I’ve got better news… As this issue was driving me crazy, I checked and checked again my spelling in my style.css file until I find it.
And guess what ? The culprit was a stupid hyphen in my url src !!!
_ instead of -
Things seem to be back on tracks… Glad I was able to solve this eventually. Sorry for the hassle.
Corinne
Sorry to bother you again… I emptied my cache again, and the issue with the customized CSS via @fontface not loading in Gutenberg Editor is NOT solved.
In my former message, I thought I have figured out what was going on, but I was wrong… Sorry for that. If by chance you have an idea, let me know…
Corinne
Hey Corinne,
I’m sorry to hear that! I think the only proper way to be able to help is via the support system so the support team can login and investigate it all deeper for you. Once the issue can be seen live, I’m sure the reason will be discovered and fixed for you. You can open a ticket here http://codetipi.ticksy.com
Codetipi
Good Morning, is it possible add the text on the image in the tipi building? I need to add the emotional image with the text on the picture, but not found the option. Can you help me please? thanks
Hi Gerardo,
You can add an Image block in the Tipi Builder, and there’s a title option you can enable to add some text over the image. Or you could use the Call to Action block, which also has text over the image.
Hope this helps.
Codetipi
the template does not have an option to place the tracking code, for example Google Tag Manager?
Hi Nicko,
I’m assuming the tracking code is JavaScript, and due to security reasons NO theme should allow you to do that
The correct (and safe) way to do is like this: https://docs.codetipi.com/zeen/#how-to-add-code-to-end-of-%3Cbody%3E
Hope this helps.
Codetipi
wow thank you) didn’t know about this method
You’re welcome, happy I could help 
Hello, I requested for a refund last monday december 3 and it is waiting for your approval. please check
Hey Yodelacuesta,
All requests are checked by Envato and Codetipi in due course, don’t worry 
Codetipi
Thank you for the new Zeen 3 update!
Hey Codings,
You’re welcome! Hope you enjoy v3 
Codetipi
Selecting a different Hero Design for an individual post breaks the infinite scroll function, and selecting “x” in the Header options does not force the global header to load.
Sorry, it’s not the Hero Design, it’s the Header options that break infinite post scroll.
Hey Andrew,
I tested this on the demo sites, and it all works fine there (posts with different headers load fine). Disable all your plugins, particularly minifiers/cache, in case one of them is set up incorrectly or breaking your site’s JavaScript. If this doesn’t help, open a ticket at http://codetipi.ticksy.com and someone from support will happily take a look and help you out.
Codetipi
I don’t have any cache plugins running, but I’ll be sure to troubleshoot it.
It also seems to be happening randomly as well.
That is curious indeed then, do try to disable all plugins to see if you can recreate it like that.
Zeen #3 – you are so cool! 
any easy way to assess / see the new things of the theme – especially the new Tipi Builder elements?
Hey Lerone_b,
Happy you like it! 
The best way is to see the changelog which points out the locations of most new features. For the Tipi Builder elements you can go on the new demo sites to see some of them in action – the Volar has the new hover block and the Music one has the new gallery block + animations 
Hope this helps.
Codetipi
Great, my support is just expired …
Now the update to 3.0 just destroy all the featured images of my video postings … Did you change the video custom field or similar ?
https://www.serienchannel.de/blog/ https://www.serienchannel.de/blog/category/videos/Hey Apollo_2k9,
Sorry to hear that, but no, nothing changed with the videos! The demo sites are all running v3.0 and the videos there all work fine!
Have you tried refreshing all caches? Because if your cache was created prior to you upgrading to v3.0, then the cache will be mixing old and new files and cause issues.
Edit: I just had a look at your site again and see lots of console errors which are coming from a minified js file, so I’m certain your minifier/cache needs to be refreshed 
Codetipi
Ok, all good … thx 
You’re welcome 
i got a link has expired message for my 3.0.0 update upload …
Hey Leemarr,
I’m not 100% sure what you mean by that, what link are you referring to? You can update to v3 in your site’s backend with one click by using the Zeen updater that comes bundled with the theme, if you haven’t set it up, check the documentation for the simple steps 
Hope this helps!
Codetipi
i’m talking about the zeen 3-0-0 installer …
i clicked it and the installer proceeded ...
it ended in that expiry message ..
and so 3-0-0 never installed …
What expiry message are you referring to exactly? Did you try the automated update method? It’s the easiest way to update, just one click in your admin backend and you’ll be on v3.0
Check the Zeen documentation for the steps to learn how to set that up. It will 100% work this way.
i don’t use the automated method anymore …
i download the new version after i receive an update message from themeforest …
i erase the old version and add the new version …
that’s what i’ve been doing for quite some time …
i not sure about the exact message …
i’d have to delete the 2.4.2 version once again (done it 3 times now) and add the 3.0.0 version …
I’d recommend using the automated version, you’d never have any issues 
What happens when you try to install v3 installer zip? What do you see?
i’ve had issues with the auto method in the past that’s why i switched …
i just erased 2.2.4 for the fourth time …
and for the fourth time the 3.0.0 upload has failed ...
the message was this:
The link you followed has expired.
Please try again.
Hm, that sounds really odd, it might be due to your server limit:
https://www.wpkube.com/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/Check that url out 
that server limit fix did the trick …
used the htaccess method …
thanx
by the way:
my support has also expired can i ask about a very small thing
forget about that by the way …
that small thing came to me overnight …
thanx again for your help
Happy to hear and you’re welcome 
still not got the update? the download is still a previous version
Hey Nicko,
You will receive an automated email when any new theme updates go live
The v3 update was submitted today so you should get it soon.
Codetipi
looking forward to) have a nice day!
It’s out now! Enjoy 
Hi Tipi,
Is this the Zeen theme? https://demos.codetipi.com/letsreview/keys-max/
If so:
1) Can we replace the single Header image with a light-box enabled Gallery or scrolling images pulled from the post? If yes, will it affect the Social media meta image selection or will it pick the first one in line?
1.a) Same thing for the “More Images” section, can we integrate a light-box gallery viewer instead of the default one in Zeen? (Let’s say we want to post 30 images) It was a bit of a challenge while on Desktop when trying to close the images. (Keyboard shortcuts worked better but average users don’t know about keyboard shortcuts)
2) Category label: I know I can tackle it with CSS but can we relocate it somewhere else? (Under the post title vs Left corner, Beginning of the post’s description Text, etc)
3) Do Authors/Users receive email alerts when someone leaves a Review on their posts or replies to a Review? If not, any Plugin recommendation for this type of interaction?
4) Widgets: Besides the Posts ratings, can we display: Author reviews, Most Reviewed item, Top rated item, etc.
Hey Vir2lboy,
That is indeed Zeen 
1- Yeah you can replace it with a gallery, there are multiple designs in Zeen. You can see it on other demos, but you can use it on any Zeen site, here are some examples:
https://demos.codetipi.com/zeen-volar/berlin-art-week/ https://demos.codetipi.com/zeen-volar/pink-smart-shirt/ https://demos.codetipi.com/zeen-volar/twin-chaos/The first two can be set to any size to, you can make them full-screen, medium or small. Currently you can’t make them open in a lightbox as the idea is that they are already 100% uncropped and the entire images are visible and responsive, so a lightbox feels unnecessary, but if you really still want it, it could be possible via a theme update.
1a) Yeah you can disable Zeen’s (And Let’s Review’s) lightbox with a simple on/off option and then activate your own.
2- In Zeen you have lots of options to change the way the category, including the location! For example, in this demo the categories have a colored background and they are set to appear in the top left:
https://demos.codetipi.com/zeen-tech/You can set that to be the case for every post, even non-grid ones. Zeen is truly flexible 
3- That isn’t something the plugin/theme can control, it is a WordPress thing – and you can indeed set it to receive an email every time anyone comments on your site. There is no way to detect if the comment has a review, but that’s the only way in WordPress.
4- Yeah, the widget has lots of options, the filters Top scores/Lowest scores/Newest reviews. And you can set it to reviews from “All-time/last 7 days/last 30 days”, and of course you have multiple design styles (minimal bars/bold (images)/simple/simple with stars), and you set it to show from categories/tags/posts/custom post types. And you can also set it to show “editor/visitor” rating types (not by comment review scores though) too.
Hope this helps.
Codetipi
So bottom line all these demos are based on Zeen’s theme, *&@$ awesome!
1) Great, makes sense, thank you for clarifying that part, can we set the mouse to a “clickable” icon instead of just a pointer? I presume it’s just a minor css mod.
1.a) Nice and good to know, thank you.
2) Great! My only concern is how many photos can be uploaded to the gallery without breaking the theme’s look & feel, in my case, we’re talking about an average of 30 photos per gallery, should be alright?
3) I’ll look into it, I was hoping you had a recommendation that works well with Zeen.
4) Double awesome, thank you for that.
I noticed none of the Social media logins works (Facebook vs Twitter), is this due to being presented for demo purposes only?
Thanks for the prompt reply, I’m sold.
You’re welcome, happy I could help! And thanks for choosing Zeen, v3 just dropped, so great timing for you!
1- Where do you mean exactly? The slider arrows do turn into clicker pointer when hovered over, is that what you mean?
2- Yeah should be fine 
3- You can enable emails by going to Settings > Discussion, you should see a “Email me whenever Anyone posts a comment” option that you can enable.
And yeah that’s right, the social logins don’t work because it’s a demo site! On a real site you can set it up properly (you need to create developer apps in the social network sites, which is much easier than it sounds).
Hope this helps 
Codetipi
1- I meant when holding down and scrolling horizontally with the mouse but I just realized the gallery navigation is done strictly with the slider arrows on Desktop, can it be done with the mouse scrolling eventually?
2- Sweet, thank you
3 – Yup, the Admin will receive those notifications, but not the individual Authors of the post, right? Considering there will be contributors on the site that will post their own review articles, that’s what I meant to ask, I guess a plugin will be needed to complete that task?
4 – Got it for the Social media logins, thank you
Can’t wait to put everything in motion!
Hey again,
Apologies for the slow response!
1- This is possible and was enabled by default, but some users said they preferred it only keyboard, so it was changed
Will see if I can add an option.
3- Correct! Only admins receive the emails (I’m 99.9% certain this is how WordPress works).
Best of luck with your project!
Good Morning, i try to add the telegram link with a button from the tipi builder. I put the button on the top of the sidebar, but it little (screenshot: https://prnt.sc/q7kgre) How can i do to expand the button size for all sidebar width? My website is: gerardopandolfi.com
Thanks
Hey Gerardo,
Try adding this css snippet to your additional css option:
#block-wrap-35844 .cta-button-a-wrap, #block-wrap-35844 .tipi-button {
width: 100%;
}
Hope it helps.
Codetipi
Is it possible to use Tipi builder for posts? I don’t see that anywhere. I’m trying to create a full width post, and I see the Tipi editor choice for pages, but not for posts.Cheers…
I’m confused. How do I get this full screen for a specific post? https://demos.codetipi.com/zeen/fashion/cereal-by-the-light/
And… where can I find the settings for the ad on the cellphone with “This is set to appear…” I’ve looked everywhere and couldn’t find information in the documentation.
Hi again,
No, you can’t use the Tipi Builder for posts, as using a third party builder on posts goes against WordPress best practises (namely theme/product lock).
With Zeen’s powerful and clever options, you don’t need a builder on posts, you can create super varied articles out of the box. Every single post you see throughout the demos are created using the Zeen post options.
To have a post like the Cereal by the light post simply go edit a post, scroll to the Zeen post options metabox, select the hero design (you will see images showing what each one looks like) that looks like that one, then save. Just make sure you have a featured image set to the post and that’s all there is to it.
To hide the ad on mobile, the theme first needs you to confirm that you are using responsive ads, as most ad systems will ban your account if you try to manipulate non-responsive ads. To confirm this go to: Theme Options > Performance and enable the “Are You Using Responsive Ads?” option.
Hope this helps.
Codetipi
Thank you… I unchecked the responsive ads version, but the placeholder ad rectangle is still showing up on mobile phones and in fact, that image appeared on the front page. Also, I had already played with the hero settings, but all it did was remove the sidebar, and the content remained boxed in the middle. I spent practically all day yesterday trying to figure it out. Not sure what else to do.
You actually need to check the responsive ad option
having it enabled means the theme is able to manipulate your ads 
Hi, love the theme and your support, it’s been incredible so far. I’m thinking of purchasing another license for a new site I’ll be running, but I was wondering if it’s possible to display tags (or custom text) instead of categories in the meta elements (above titles in classic blocks or articles). Thanks
Hey Femor,
Love that you love Zeen
That’s really great to hear, Zeen is about to get v3 which will make the overall experience even better, so I think your new site will definitely benefit from Zeen 
There is a Zeen filter in the theme that allows you to change the output of the category part of the by line, so you could add a PHP snippet to your child theme’s functions.php to change the category option to output tags. If you purchase Zeen for your new site, you will have valid support so you’ll be able to open up a ticket at http://codetipi.ticksy.com and ask the ticket to be forwarded to Chris – he’ll help you out with it 
Codetipi
I have a question about the review migration tool. I have almost 1000 reviews published in another wordpress theme (divi). Is the tool able to convert these, or is that only with other themes from the same developer?
Hey Rhetorik,
Thanks for the interest in Zeen.
How are those reviews created exactly? Is it definitely part of the Divi theme or is it done via a Divi plugin?
The review migration tool doesn’t have any option for anything to do with Divi at the moment, but it may be possible to add the option.
Codetipi
It’s actually a combination of the bar counters module and the built in review function at the bottom of each post. I would love to switch to this theme, but redoing 900 review sections makes it tough. Not your fault, but I don’t have a solution.
Which bar counters module are you referring to exactly? Can you share a url? Same with the a post url to check it out. The Let’s Review migration tool will get more migration options, and Divi could be one, so if you can share more info – it could be looked at soon 
That would be awesome, if that is even an option, I will purchase immediately.
Ah interesting, okay and can you tell me more about the review system in the backend. Do you literally only add criterias and the scores? Is there anything else it sets, such as pros/cons/conclusion/etc?
There is a section for individual parameters, but I don’t use it because it calculates the overall score automatically (which is so dumb) and doesn’t let you override it which I need. So I use the bar counter module instead to show individual section scores. The only part of the build in review system I use is the title, score, and description.
Ah I see, that indeed doesn’t sound very good at all! In Let’s Review, the final score is also calculated automatically, but you can override it easily.
I have never looked at the code of Divi’s review system (I don’t have access to it), however, if send an email via the Codetipi profile page here and we can discuss further:
https://themeforest.net/user/codetipiCodetipi
Hi,
How can I create a backup of my theme settings / layouts? Also in the event that I do need to use this saved backup, How do I go about applying it?
Thanks
Hey Nate,
To create a full backup of just your theme options, you can install this free plugin: https://wordpress.org/plugins/customizer-export-import/ which adds a new section in the theme options to export/import the settings.
To create a backup of everything, you should really look into finding your preferred backup solution. There are lots of plugins (free and premium), and you need to test them until you find the one that meets all your needs.
Hope this helps.
codetipi