55 comments found.
sto usando l’ultima versione che ho scaricato da elements e risulta la 1.30. Ti segnalo la presenza di questo bug che riguarda il file /agrikole_1.30/framework/vc_row_extra_options.php e precisamente si genera un avviso nel log relativo a “_load_textdomain_just_in_time” questo perché l’istruzione nel functions.php che include questo file require( get_template_directory() . ’/framework/vc_row_extra_options.php’ ); viene eseguita troppo presto e ciò fa che ogni chiamata esc_html__ genera l’avviso.
I’m using the latest version I downloaded from Elements and it turns out to be 1.30. I would like to point out the presence of this bug concerning the file /agrikole_1.30/framework/vc_row_extra_options.php and precisely a warning is generated in the log relating to ‘_load_textdomain_just_in_time’ this is because the statement in the functions.php that includes this file require( get_template_directory() . ’/framework/vc_row_extra_options.php’ ); is executed too soon and this causes each call esc_html__ to generate the alert.
i temporary fix the issue with this code: add_filter(‘doing_it_wrong_trigger_error’, function ($trigger, $function, $message, $version) {
// Interessa solo il caricamento prematuro textdomain
if ($function === '_load_textdomain_just_in_time') {
}
// Limitiamo solo al dominio agrikole
if (strpos($message, 'agrikole') !== false) {
}
// Ulteriore controllo: deve provenire dal file incriminato
$trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
foreach ($trace as $step) {
if (isset($step['file']) &&
strpos($step['file'], 'vc_row_extra_options.php') !== false) {
}
// Blocca SOLO questo notice
return false;
}
return $trigger;
}, 10, 4);
regards
Hello, for support you need to purchase theme from themeforest ( only Themeforest users has support ). Then open a ticket in support link, provide your website link and wp access, we will inspect from inside and solve.
The problem is external, not theme, because theme is tested and working fine. But we need to investigate the problem from inside.
https://themeforest.net/item/agrikole-responsive-wordpress-theme-for-agriculture-farming/25942937/supportas i wrote this is a bug on 1.30 version, is there another last version? I’m not asking support, i would like to know if there is a versione without this issue. Elements 1.30 theme version is the last 8 February 2026 version?
You use the latest version and all should be OK in version 1.30. If there is a problem, so it is not theme by itself and need to be inspected.
Hi, I am running a website with your theme (updated) for about 4 years and there is an issue with the PHP. Any newer version than (7.4.33) seems not possible to be installed on the server and the site is crushing. Any thoughts or solutions?
The test PHP for theme is PHP 8.2 now. Update theme and plugins and all will run smooth. Download latest theme full zip pack from themefgorest for updates.
p.s. You can also update your support period, swith to PHP 8.x and provide us your website link, wp access and ftp. We will do all checks and updates for you. Email via support form in theme page.
Theme, plugins and Wordpress are all updated. When switching any newer version than (7.4.33) site isn’t working. Sure extending support period is always an option. However, is there anything else might be causing a fault worth mentioning?
We use php 8.2, PHP 74 is also working and tested, so only 2 things can cause this issue:
1. Make sure that you updated all plugins ( Argirole addons, WPbakery, Rev slider ) all 3 plugins from theme full zip pack > plugins folder. Also don’t forget about theme. To easily update plugins goto wp admin panel > plugins > add new and upload new zip file. The same for theme update.
2. Deactivate all 3rd party plugins, installed by you. Maybe one of them cause this error.
We can see that you extended support. Simply send us your website link, wp access to https://themeforest.net/item/agrikole-responsive-wordpress-theme-for-agriculture-farming/25942937/support
We will have a look what is happening and solve all fast.
Regards
Hi, I wrote 2 times a week ago. I would like to customize child theme because I changed logotype. But it seems that Style sheet did not on the theme. Could you help me please ?
Ok I received all your answers. Thanks
Very good, contact us if you will need something else.
Hello! I have updated the theme and I get an email that says: An error of type E_ERROR has occurred on line 194 of file /homepages/10/d399478155/htdocs/guadalsem_com/wp-content/plugins/wprt-addons/widgets/recentposts.php. Error message: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in /homepages/10/d399478155/htdocs/guadalsem_com/wp-content/plugins/wprt-addons/widgets/recentposts.php:194 Can you help me? Thanks!
Please extend your support period, then send us a message via contact form with providing your website link and wp access, we will have a look from inside and solve. Problem is not theme by itself, problem is external and need to be inspected from inside – https://themeforest.net/item/agrikole-responsive-wordpress-theme-for-agriculture-farming/25942937/support
Ok. Thanks!
No Options to change general Colours for Fonts etc.in Customizer. How to handle it?
Open a ticket in support website, provide your website link and wp access, we will have a look from inside. Because theme demo import works fine, colors and fonts works fine as well – ninzio.com/support
I have updated the Agrikole to Version: 1.21, yet WPBakery is still old at 6.9.0 & Slider Revolution is still old at 6.5.15. I did just update my version of php to the latest if that has anything to do with it. Please let us know how to update WPBakery and Slider Revolution to more recent versions that do not have security vulnerabilities. I tried to email you, but my email got blocked by your system.
Hello, you need to download theme full zip pack from themeforest and do updates from “plugins” folder. Simply goto wp admin panel > plugins > add new > and install plugins one by one from “plugins” folder. Then press “replace” button to replace plugin version with the new one.
WPbakery update An error occurred while updating WPBakery Page Builder: To receive automatic updates license activation is required. Please visit Settings to activate your WPBakery Page Builder. Got WPBakery Page Builder in theme?
Hello, you use WPBakery and Rev Slider with our developers license, so no need to activate plugins, they are working fine without activation, simply leave that activation message. Activation codes are created in case if you would like to have your own separate license.
One page menu in mobile devices, the bar does not close when clicked.
https://webviz.eu/mobil-menu.jpg
The One page setting itself is bad, as it only displays a box. So I had to make One page in Home4.
https://webviz.eu/one-2.jpg
I set the menu in One page like this, otherwise with the Bottom Menu it cannot be switched in the top menu.
https://webviz.eu/nast-onepage-menu.jpg
But when I set it up with a link, the menu is displayed wrong.
Menu problems when page is Home page, header “Center Float”.
When it’s a plain page it displays the menu fine.
https://webviz.eu/menu-lista.jpg
Favicon, return the option to set Site information, because in your settings the favicon does not appear in the administration.
https://webviz.eu/fa.jpg
Regards
I fixed this according to your suggestion in the comment:
https://webviz.eu/menu-lista.jpg
Menu problems when page is Home page, header “Center Float”.
https://webviz.eu/oprava.jpg
Regards
Very good that problem is fixed. Contact us if you will need something else.
P.S. And we want to ask you to give 5 stars if you like our work. It will help us a lot to continue developing this theme and provide stable theme updates.
To rate go to http://themeforest.net/downloads
The problem with the top menu is solved.
But there are other problems.
Important issues:
1. The menu on the mobile device does not close after clicking the link.
https://webviz.eu/mobil-menu.jpg
For your information:
1. One page only works in box mode.
https://webviz.eu/one-2.jpg
2. Favicon does not work when the user works in the site administration.
https://webviz.eu/fa.jpg
If you solve these problems, especially the mobile menu problems, I will give you not 5, but 10 stars
Regards
Please open a ticket in support website and provide website link and wp access, we will have a look from inside – ninzio.com/support
Hi, pre sale question, WPBakery front end editor supported or not? Elementor? Thanks
Hello, theme supports WPbakery back-end editor only.
Hi, I am trying to add regular link (going to another page) in a one page template. It doesn’t work because it thinks it’s an anchor link to the same page. How do I make the regular link work normally? Thanks
For support please open a ticket in support website, provide themeforest purchase code ( *required ), website link and wp access – ninzio.com/support
Pre sale question home02 page style like menu style but i want to logo left align and info and contact number right alight is it possible then please show me how they look and how to do it then i can buy theme after this
Hello,
1. You can choose another header version for Home #2, you can see theme header versions on other homepages. So you can choose any of them for any page
2. You can also change header version, used in Home #2 with custom css. So, yes, you can easily change ordering on element in header. We will help to do it after theme purchase.
Regards
ok can you please share doing with custom Css then i can seen easily
now just i want same like home02 but little bit replacement like ship logo into info location and info replace logo location social icon visible same location also share your css hope
okay, pls purchase theme, open a ticket in support website, and we will give you the css that you need – ninzio.com/support
Hi there! Since a few weeks there are problems with your WPRT-addon-plugin. Same with other themes from you.
Here what wordpress says: Zeile 194 der Datei ../wp-content/plugins/wprt-addons/widgets/recentposts.php verursacht. Fehlermeldung: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in ../wp-content/plugins/wprt-addons/widgets/recentposts.php:194 Stack trace: #0 ../wp-content/plugins/wprt-addons/widgets/recentposts.php(194): in_array(64, ’’) #1 ../wp-includes/class-wp-widget.php(534): WPRT_recent_news->form(Array) #2 ../wp-admin/includes/widgets.php(274): WP_Widget->form_callback(Array) #3 ../wp-admin/includes/widgets.php(60): wp_widget_control(Array, Array) ../wp-admin/widgets-form.php(436): wp_list_widgets() ../wp-admin/widgets.php(33): require(’/www/htdocs/w01…’) #6 {main} thrown
E.g. widget-page isnt working. In other themes (bauer) there are some other broken things. After deactivating the plugin all is fine and we can access widget-page, so something isn’t coded correctly.
Bello, pls make sure that you use php 7.4
You kidding? No, using PHP 8 as from WordPress and all other Plugins recommended and supported. Newer, faster, better! Just update your plugin please.
Theme use PHP 7.4, pls switch to PHP 7.4 and it will work fine, PHP 7.4 is fully OK for latest WP version.
Here are requirements for WP latest version:
https://wordpress.org/about/requirements/It is absolutely normal to use PHP 7.4, in future update we will update this for sure, but for now it is OK.
in the primary menu the ‘Home’ link is highlighted with a box accent. Is there a way to remove only the box accent so that the ‘Home’ link is the same as the other links in the primary menu?
Hello, pls extend your support period and open a ticket in support website with providing website link and wp access, we will add a custom css to your website doing this: ninzio.com/support
so i bought this theme six months ago and didn’t actually get started with it until now. I know, my choice. But having to pay $40+ only to get rid of a yellow accent box 7 days after the initial support period has ended…that’s harsh.
No problem, only provide link, we will give you instructions.
wow, thanks! https://www.boerderijwinkelhorsterhof.nl
Custom css, add to customizer > additional css:
/* Header current menu styling */
.header-style-5 #main-nav > ul > li.current-menu-item > a, .header-style-5 #main-nav > ul > li.current-menu-parent > a {
color: #fff;
}
.header-style-5 #main-nav > ul > li.current-menu-item > a > span, .header-style-5 #main-nav > ul > li.current-menu-parent > a > span {
background-color: transparent;
padding: 0 20px 10px 0;
}
.header-style-5 #main-nav > ul > li.current-menu-item > a > span:before,
.header-style-5 #main-nav > ul > li.current-menu-parent > a > span:before {
display: inline-block;
}
.header-style-5 #main-nav > ul > li.current-menu-item > a > span:after, .header-style-5 #main-nav > ul > li.current-menu-parent > a > span:after {
top: 0;
right: 0;
}
P.S. And we want to ask you to give 5 stars if you like our work. It will help us a lot to continue developing this theme
To rate go to http://themeforest.net/downloads
10 stars!
Thanks a lot, very much appreciated!
Pre purchase question. 1. Is your theme support with elementor page builder? can we edit, create pages/posts with elementor.
2. Can we add video in main slider in home page?
Hello,
1. No, theme do not support elementor, theme is created under wpbakery page builder plugin
2. Yes, you can add video in main slider as a background or as a layer
Hi, how can I change “Read More” text from the blog posts which are featured in the home page? Also, I cannot specify the number of words as excerpt. Any help?
Hello,
1. To change “read more” text you need to edit theme translation files, more info here: https://ninzio.com/agrikole/help/#translation
2. Info how to customize excerpt here: https://www.youtube.com/watch?v=5hM9GQJDuGI
Regards
I edited the “read more” text directly in the agrikole.pot file but I see no change. Also, unless I use Gutenberg editor I am not sure how to specify the number of words for the blog posts excerpts which appear in the Homepage.
Please note that I am referring only for the blog post within the homepage and not the posts within the blog page.
Thanks
1. You dont need to edit pot file, you need to create translstion files, pls read more detailed provided link info.
2. You can install “classic editor” plugin to have old view in posts, but even in gutenberg you can find “more” element to control excerpt.
P.s. Also dont forget toextend your support. The best way to support is to provide your website link and wp access via support website, so we wil inspect from inside ninzio.com/support
Hi, for some reasons the blog excerpt within the homepage news carousel limits to a certain number of characters and although I’ ve tried theme settings-> Blog Post – Excerpt length it doesn’t seem to work.
News carousel element is a separate element with it’s own pre-defined options. Pls extend your support, open a ticket in support website, provide your website link and we will send you instructions on this case: ninzio.com/support
Hello support team; i can’t find where to add my hamburger menu for mobile device. You can check my website http://halle-bio-occitanie.fr; the menu doesn’t display on mobile. Could you help?
Hamburger menu is there, the problem is that is is white color. You need to change color via customizer to make it black. You can provide us your wp access via support, website, we will have a look, where exactly you set color for mobile menu ninzio.com/support
Or simply add this custom css to customizer > additional css:
/* Hamburger menu color */
.header-style-5 .mobile-button:before,
.header-style-5 .mobile-button:after,
.header-style-5 .mobile-button span {
background-color: #404a3d;
}
Thanks a lot for your help
Welcome, contact us if you will need something else.
P.S. And we want to ask you to give 5 stars if you like our work. It will help us a lot to continue developing this theme
To rate go to http://themeforest.net/downloads
Hi can we change the entire theme font ?
For support pls open a ticket in support website and provide your themeforest purchase code – ninzio.com/support
Hello,
How do I change the default logo image on Single Blog Posts?
For support pls open a ticket in support website and provide themeforest purchase code and website link – ninzio.com/support
Hello, Until a few days ago I created the pages and the site structure with WpBakery Page Builder. Now it doesn’t work anymore. The ability to edit the pages I created with the block editor no longer appears. How can I solve?
Very strange issue, please extend your support and open a ticket in support website and provide following info:
- themeforest purchase code( required )
- website link
- wp access
- ninzio.com/support
Ok, thank you
Thanks for solving my problem. You have been very kind.
Thanks a lot, contact us if you will need something else in future.
P.S. And we want to ask you to give 5 stars if you like our work. It will help us a lot to continue developing this theme
To rate go to http://themeforest.net/downloads
Hi there. Love the theme
! One question please. I can’t figure out how to change the page-title-bg… (https://biobasedbarriers.nl/producten/)
Thank you!
1. Pages, page post type only, have it’s own options to change header and page title bg and other options. So in your case you need to change page bg via page extended options, it is located in page editor at the very bottom of the page, under wpbakery page editor.
2. For other global pages like blog, products and others, you need to set global options for header or featured title bg. Via customizer > featured title.
P.S. And we want to ask you to give 5 stars if you like our work. It will help us a lot to continue developing this theme
To rate go to http://themeforest.net/downloads
Sorry, it’s the pic in the header. the Toscane pic… And the 5 stars are for sure. Love the theme!
Yes, the pic in the header ( featured title background ) can be changed as in described in prev message.
My bad! Found it. Thanks a lot!
Welcome 