67 comments found.
I’m interested in this theme but hesitant to purchase because of the error shown in the store product demo: “Warning: sizeof(): Parameter must be an array or an object that implements Countable in /var/www/skenzo34/data/www/promo-theme.com/cropit-wp/wp-content/themes/cropit/functions.php on line 1182”. Was this fixed in the October 2023 update?
Hello! Thank you for your feedback and interesrt in our theme. We’ve fixed this issue and updated the theme.
Hi I have updated all the platform, wp, plugin and theme. Then I disabled Gutemberg with a plugin, but unfortunately all the page content is in the WordPress editor and not in the visual theme editor. This means that if I refresh the page, I lose all the style and functions of your editor. What happened ? do I have to do something else to make it compatible with the content that was there before?
Unfortunately, we can’t say what is the problem. Please resume your support and submit a support ticket https://support.promo-theme.com/
When you guys will update the theme. is there any change for elementor or wp bakery. please update the theme asap please.rest this theme is perfect. <3
Hello! Sorry, we are not planning to use WPBackery or Elementor in this theme.
Hi, i´m using the demo content, but made a mistake, i would like to know how to reset my footer to initial parameters, is there a way? Thanks !
Hello! You can reinstall the demo content (or install it on test site and export XML file with widgets) or you can create a support ticket and we’ll send you this XML file https://support.promo-theme.com/
I cannot open a support ticket on your website! Please can you send the required XML file and specs to info@pixelgrafia.com, i´ve modify a kit of thing on the theme, thanks!
Hello! Your support had expired. Please extend it and create a support ticket
is there a possibility to show animated gifs even in the preview?
Hello! Can you provide an example, we’ll check it. Gifs can be played in the pop-up mode.
Please change this code https://c2n.me/4aRKBLf
you’re awesome! Thanks a lot
You are welcome!
Hi. Can you help me please. I always receive this error message during previews: Updating failed. The response is not a valid JSON response.
Hello! Do you see this error when you save the Theme Settings?
Download and install the last theme version from your ThemeForest account and try again.
After following your advice, the problem persists. Unable to preview and to update. The same error message appears.
Please provide your URL and WP login to support@promo-theme.com #6390
Hello, Thanks for your help. Now it’s ok. Best regards.
You are welcome!
Doesn’t work with wordpress 5.4 – It destroyed my whole website. What a mess!
Hello! Everything works fine. You need to update all required plugins too.
Thx a lot. After you’ve installed the Gutenberg disable plugin it works fine!
You are welcome 
i need help i run this theme but i not Install all demo this my site ساترین
design site طراحی سایت
Hello! Please contact us via support form from the account which has bought our theme.
Portfolio thumbnail size generated is 1000px * 1000px, even after uploading 400px image, unyson portfolio generate 1000px images. how to reduce that
Hello! Your support has expired, please resume it.
i have sent different support tickets and even comments regarding this issue which you guys can’t solve yet. Now i found out these bug in your theme.
1. Portfolio thumbnail is generated at 1000px which doesn’t have option to change. 2. Portfolio load all the images together even though pagination is enabled.
This cause my website to drag and lose my google ranking.
These two bugs making this theme not usable for a portfolio website. You guys cant solve my issue for 6 months now you want me to renew support. better i will choose some other theme or portfolio plugin.
Sorry, we don’t have this bug. Check the settings of your tans php
I installed the theme but i can install the demo content. If i go to “Tools” i dont see any link to “Install demo content”. please could you help me ?
Hello! You need to activate the necessary Unyson extensions , please follow our docs
which docs? please could you provide more info?
i found it and i installed the demo but now the website doesnt work anymore. i see just a white page with camera icon pic…
Please change your php version on the 7th
i see the demo pages that doesnt work are all the “Photographer” ones…
i was running php 7.1 version and it didnt work. now i upgrade to php 7.2 but still doesnt work. i can see just few pages from the demo. 70% of pages dont work
Please contact our support team and send them your URL
gallery section is too slow after adding 250 images, we have to disable showing gallery in homepage to make the website load. Otherwise website will take about 35 to 55 sec to load. Regenerated all thumbnails and optimized all images with shortpixel.
You need to reduce the photo numbers and use any cache plugin
as this website is for a photographer we can’t reduce the number of images. we are using cache plugin also. The gallery page is taking few minutes to load. why does your gallery section loading all the images together? lazy loading is not available for your theme?
You cna install the lazy loading plugin too. Did you optimize your photos?
i have optimized all the photos with shortpixel and smushit then installed caching plugin too.
Try to use any lazy load plugin
i have mailed you, please check it.
We’ve answered you
the theme is not capable of handling 100 images gallery, the gallery script trying to load all 100 images together, and the gallery page take few min to load.
We recommend you to optimize your photos. The site loading consists of photo loading. If the size of it will very big – it will take long time.
its not about images, theme is loading full size image instead of thumbnails in gallery.
Our support team has anwered in all variants and show it in the code that thumbnails are used.
???
after updating all plugins and wordpress version, the slider has disappeared…please advise
Hello! Don’t forget to update Unyson extensions.
Obviously it is not possible to add google fonts in the child theme. The description (template documentation) seems to be wrong.
Google Fonts are added in the main theme! All adding to the child theme is your customization. Or theme description doesn’t consist of any information about the child theme, so please be correct.
Well, I try to be correct but in your documentation you talk about adding something in the CHILD theme (“After converting upload your new fonts file to the folder with main fonts.(in folder of Child Theme) and css files into “css” folder.
Then in file function.php (child theme) add your fonts like on the image.”) I’m totally confused. That’s the whole text:
Add custom font
To add your font you need to install a Child theme.
To convert eot / ttf fonts Webfont you can use this service “Everythingfonts”
After converting upload your new fonts file to the folder with main fonts.(in folder of Child Theme) and css files into “css” folder.
Then in file function.php (child theme) add your fonts like on the image. PHP
function cropit_child_scripts() { wp_enqueue_script( ‘cropit-child-script’, get_stylesheet_directory_uri() . ’/script.js’, array(‘jquery’), ’’, true );
wp_enqueue_style( 'cropit-style-[your font name]', get_stylesheet_directory_uri() . '/css/[your font file name].css' );
wp_enqueue_style( 'cropit-style-[your font name 2]', get_stylesheet_directory_uri() . '/css/[your font file name 2].css' );
wp_enqueue_style( 'cropit-style-[your font name 3]', get_stylesheet_directory_uri() . '/css/[your font file name 3].css' );
...
} add_action( ‘wp_enqueue_scripts’, ‘cropit_child_scripts’, 202 );
To appear the new font template settings, add the following code to function.php PHP
function cropit_child_custom_typography_v2_value($fonts) { } add_filter(‘fw_option_type_typography_v2_standard_fonts’, ‘cropit_child_custom_typography_v2_value’);
array_unshift($fonts, 'your font name', 'your font name 2', 'your font name 3' );
return $fonts;
Hello! The Google fonts are connected to the Theme and you can select it in Theme Settings Typography. Also, you can connect the icon-fonts, not font.
Hello, what does that mean? Do I have to add the google fonts in “wp-content/themes/cropit/fonts”? And do I have to add each single google font in font.css like this ................................................................. @font-face { font-family: ‘HelveticaNeueCyr’; src: url(’../fonts/HelveticaNeueCyrLight.eot’); src: url(’../fonts/HelveticaNeueCyrLight.eot’) format(‘embedded-opentype’), url(’../fonts/HelveticaNeueCyrLight.woff2’) format(‘woff2’), url(’../fonts/HelveticaNeueCyrLight.woff’) format(‘woff’), url(’../fonts/HelveticaNeueCyrLight.ttf’) format(‘truetype’), url(’../fonts/HelveticaNeueCyrLight.svg#HelveticaNeueCyrLight’) format(‘svg’); font-weight: 200; font-style: normal; } .................................................................................... Is that enough or do I have to make changes in functions.php (of the main theme) as well?
Sorry, We don’t provide information for our theme customization. It is not included in our support. Google fonts are connected in the typorgaphy and you can select the necessary. https://s.mail.ru/KTiw/DrH8AgcXb
First of all: Your theme is really good! But people who buy your theme may think that there are several fonts available. Actually there is only one single font in the theme: Helvetica. The other fonts mentioned in the list (linked above) actually can’t be used. And if users want to install the fonts by themselves it doesn’t work. That’s disapointing and in my eyes no matter of customization because YOU mention those non existing fonts in the theme setting. I have extended support for a whole year and paid for it in order to get some help.
What font do you try to change? Body or headings?
I wanna change both. The font I’d like to use has six different “styles”: ExtraLight, Light, Regular, Medium, SemiBold, Bold.
If you change it in the Theme Settings, f.e body – it changes?
No, unfortunately not because the fonts which are mentioned in the theme setting list are not installed. Could you please explain step by step what I have to do after having downloaded the google fonts?
But that was not the question. “Verdana” and “Arial” are fonts which are pre-installed on every PC. The point is: What do users have to do when using a font which is NOT preinstalled? “Roboto” for instance.
It will shown https://s.mail.ru/Mw4h/SQNoAaPhd
No, it doesn’t! I tried it in the Crop it-Version you deliver. I have tried it with the fonts “Jacques Francois”, “Dynalight”, “Eater” and some other fonts which occur in your theme setting. None of them are shown in the frontend of the Website. Again, why don’t you just explain how to install and use a new font in your theme???
Please Install the version 2.1.8 and check.
There is issue related to Background Image for banner on the Iphone and Apple devices.
Hello!
Please contact our support team with this issue and attach the screenshot 
is there a way to have the portfolio items click to directly to a url rather than a project or popup?
Hello! What URL? By the WordPress standard functionality the portfolio item can open a photo or the project page. So, at the moment there is no feature to open any URL.
Hello! You need to extend your support and update the Unyson extensions.
Hi
Let me ask some pre-sales questions;
1. can we allow others to log in and upload their photos ? 2. suppose we have different sizes of images , can we give different prices for each size ? can we allow the basic size to download free ? (1024*800) 3. when billing, are we able to make invoices automatically for the users who are uploading photos? For example: We have two clients. David and Brayan. End of the month we want to send invoices for them separately. Is this feature implemented?
Thank you.
hi, what plugin are you using on your demo for lightbox an woocommerce? your images show a white border on lightbox, but after i installed the lightbox is just black no X to close and no border, please help, thanks
Hello!
We use photoswipe 
Hello there I bought your theme. But there are a lot of mistakes. When I click on the category headings of the portfolio, it does not bring pictures at the bottom. After all the pictures in the first project are called Load More, they bring the pictures of the other projects. In addition, the gallery only shows the prominent image of the project. Did not you have to show the project’s gallery to Lightbox when you clicked on the project?
Hello! Please contact us via support form.
Hi! I was wondering if you could help me. My mobile version of the site menus is not showing. http://www.ambeesphotography.com
Hello!
Please contact us via support form
Also, you need to extend your support