Hey there, do you have any solution to the problem on a blog pages that are showing HTML?
https://www.templatesnext.org/icreate/3-column-custom-blog/
I was resolving an issue that made my Pages and Products disappear form the list on the relevant admin pages.
One thing that I have noticed early in the mitigation process is that if I turn off i-excel, the page results come back.
After upgrading, downgrading and doing many things, the conclusion was, that: in the database on the wp_options table / wp_custom_filters datapoint contained “YTowOnt9”, that equals “a:0:{}” in base64.
The function that checks this value, feeds results int a “NOT IN (results)” query parameter, that should never be empty (), because that runs SQL on error.
The function that calls the datapoint tries to protect against such a situation, but fails to do so, because it does not look “inside” the base64 text and simply allows trough an empty array response without returning the “null” replacement.
function customFiltersSettings() {
$settings = get_option('wp_custom_filters');
if (!$settings) {
return null;
}
return unserialize(base64_decode($settings));
}
I have seen this exact code in the twentytwenty theme as well,
but for some reason I did not get an error when swapping back to that theme, so I assume they have implemented some sort of protection, that i-excel did not?
Hello Marsian,
could you tell me what is wrong with post added with Templatesnext toolkit.
WordPress updated, Plugin updated. PHP updated…
There is no icon showing but HTML.
]]>Can we change the TX Service Icon color other than the theme color or override the color with some other CSS
]]>Hello,
I have just upgraded i-excel theme to the last version 1.7.8. But my server is runing on PHP 5.6.40. and the theme does not work. Could you please help me fix the problem or give a link to download an older theme working on PHP 5.6.40.
Thank you for all your help
]]>Hi, I have found the css for the header image size in the stylesheet but when I alter the size it does not change the logo size.
On inspection I found the following inline style whxih sets the height of the logo at 64px. Which file is this css in so that I can change the logo size?
<style id=”kirki-inline-styles”>.go-top{visibility:visible;}.site-header .home-link img{max-height:64px;}.site-header.fix…………………………………………..
Many thanks.
]]>Hi, the slider images on my home page are gone. If I use the inspect button, I can see its height is set to 1px. If you click on the bar under the slider image, it shows the sliders all next to one another. I tried to apply the default theme, and it too has the issue.
]]>in my website breadcrumb not shown although turned of “Hide breadcrumb” switch.
But Im not sure if it name’s breadcrumb. So in index page header, there is no page names like ‘our services’, ‘contact us’ ect. I tried everything but I can’t.
Im newbie in wordpress but I’m a software developer.
Hi there, my website navigation menu does not work when viewing from mobile. The top black menu won’t drop/expand when I click.
When I view from desktop during expand mode, the menu obviously works. When I view from desktop and I resize the screen so it has the same size as mobile browser, the menu works.
Only when it is in mobile it does not work.
My WP version is 5.7.1
The i-excel theme version is 1.7.6
PHP 7.4
I recently upgraded my WP version and ever since the navigation does not work in mobile. I can’t downgrade as there have been some other data added since. Any help would be greatly appreciated.
When I load the page and inspect the chrome browser of my mobile browser (via USB Debugging), I got the following errors. I don’t think it is related to my navigation problem. But I include the errors regardless
Failed to set referrer policy: The value '' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.
jquery-migrate.min.js?ver=3.3.2:2 JQMIGRATE: Migrate is installed, version 3.3.2
(index):549 Unrecognized feature: 'picture-in-picture'.
jquery.min.js?ver=3.5.1:2 jQuery.Deferred exception: Cannot read property 'mozilla' of undefined TypeError: Cannot read property 'mozilla' of undefined
at HTMLDocument.<anonymous> (https://www.ayclogic.com/wp-content/themes/i-excel/inc/responsive-menu/js/wprmenu.js?ver=2017-03-16:97:17)
at e (https://www.ayclogic.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1:2:30005)
at t (https://www.ayclogic.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1:2:30307) undefined
S.Deferred.exceptionHook @ jquery.min.js?ver=3.5.1:2
t @ jquery.min.js?ver=3.5.1:2
setTimeout (async)
(anonymous) @ jquery.min.js?ver=3.5.1:2
c @ jquery.min.js?ver=3.5.1:2
fireWith @ jquery.min.js?ver=3.5.1:2
fire @ jquery.min.js?ver=3.5.1:2
c @ jquery.min.js?ver=3.5.1:2
fireWith @ jquery.min.js?ver=3.5.1:2
ready @ jquery.min.js?ver=3.5.1:2
B @ jquery.min.js?ver=3.5.1:2
jquery.min.js?ver=3.5.1:2 Uncaught TypeError: Cannot read property 'mozilla' of undefined
at HTMLDocument.<anonymous> (wprmenu.js?ver=2017-03-16:97)
at e (jquery.min.js?ver=3.5.1:2)
at t (jquery.min.js?ver=3.5.1:2)
]]>
Google developers tool show this error while page speed testing
“Set an explicit width and height on image elements to reduce layout shifts and improve CLS.”
Under the Failing Elements Box The Code Shows:
src=”https://www.rajiimagery.com/wp-content/uploads/2021/04/Logo-For-Website-Hea…” alt=”Raji Imagery” class=”iexcel-logo normal-logo”>
]]>Hi there,
When I tryto add an iTrans slider to a website using Kuorinka theme, the slide appears but the images don’t. Looking at the individual slides I’ve created (https://www.ggrprogramme.org.uk/?itrans-slider=hp-4) the image doesn’t appear here either. Can anyone help with this? Is iTrans slider not compatible? Or am I doing something wring when I load the photos?
Thanks,
Jeremy
Hi,
since one of the recent updates of i-excel the sub menus at the top are not correctly aligned anymore. When hovering over the menu text the sub menu pops up and hides the top level menu text. What’s interesting is that this effect does not occur on the sticky header when you scroll a little bit down. Then the sub menu is perfectly aligned.
You can see this effect on my site https://www.tcsuedwest-landau.de. Just hover over “Verein” or “Sport”.
I tried all settings but could not find the reason for this effect.
Any ideas on that?
Regards
Matthias
The mobile or hambergr menu is not working. When I went into development mode I get the error:
Uncaught TypeError: $.browser is undefined
<anonymous> https://www.quaffee.com/wp-content/themes/i-excel/inc/responsive-menu/js/wprmenu.js?ver=2017-03-16:97
jQuery 4
i
fireWith
ready
J
I took a dump of the code:
//Additional fixes on change device orientation
if( $.browser.mozilla ) {screen.addEventListener(“orientationchange”, function() {updateOrientation()}); //firefox
} else if( window.addEventListener ) {
window.addEventListener(‘orientationchange’, updateOrientation, false);
}
else {
window.attachEvent( “orientationchange” );
}
We use a basic child theme that inherits almost everything from i-excel.
Any idea why to this is happening?
]]>Updated wordpress site to 5.4 and the theme also, kirky errors. Debugged website and this is the error. Deprecated: Theme without header.php is deprecated since version 3.0.0 with no alternative available. Please include a header.php template in your theme.
]]>Hello, I′m new using the woocommerce plugin
In the other pages I have the switch button to hide the title, but I don′t know how to hide it on the automatic woocommerce created pages.
Is there a way to hide Title on Category and Product Page of WooCommerce?
Thanks in Advance
]]>When I go to Pages and then open the Front-Page, all I see is a heading but no other content or code…
I see the setting in Settings/Reading shows it set to static and Homepage set to the correct page.
I’m trying to track down an issue with our home page (clicking the contact us form area takes you to another page. I see the a href link in Elements but not sure why it’s there.
]]>Hello, instead of the slider, I would like to just have the organization logo displayed that would resize based on the size of the browser that’s viewing it. Is it possible to do this?
Thank you!
]]>Hi
Is it possible on mobile devices for the fancy block item to resize its widths as currently the image background of it is fixed and is off the edge of the page, its fine on desktop browsers, but when resizing so much it crops the image.
Regards
]]>Hi!
I am a registered customer of you for i-Spirit but I have a question about i-excel. How can I disable the sticky header? I do not want this but cannot seem to find a setting to turn it off. Thank you!
John
]]>HI,
after last polylang update, Polylang Language Switch in Topbar stop working and menu not inline (Enabled in customizer Topbar options).
Hi
Some of my portfolio blocks aren’t inline with each other. I originally thought it was pages with not as much text that shows on the excerpt but it actually seems to be caused by not all of the text from the subpage being shown on the level above. For example, look at Corporate & Product, the excerpt text just stops, it doesn’t show all of the text from the subpage and I think this might be the reason for the portfolio blocks t obe out of align. Ideally, if the portfolio blocks all had a fixed block.
Unable to change the general background colour on my website. I have tried the obvious custom menu option and the page remains white, have tried the { background-color: #XXXXXX; } css code, custom field option.
The colour only changes below the footer rest of page remains white. Help!
Hi there,
I saw this question was asked before but not solved.
On a laptop you can see the phone number in the header above the menu but on the iphone it’s not shown.
BUT if you click next to the phone symbol the number is there and then shown in green.
How can the number be shown in white like the email for example?
Thanks for your help!
]]>Hi, thank you for your hard work, but why after last update to version 1.4.9 template not show header logos (both default and transparent).
]]>Hi
You have used jQuery OwlCarousel v1.3.3 and now its 2.3. so some property like loop etc is not working in old version so please update theme with latest OWL Carousel.
Thanks
LR
I have entered a tagline into my site which uses the i-excel theme but can’t find how to have the tagline displayed. Ideally I would like it shown underneath the logo image in the header.
]]>Hi,
I will be moving this site to another server and have a question or two, if you would please answer.
I have “One Click Demo Import” and “TemplatesNext Toolkit” plugins. Were these only for initial setup? Will I need to move them as well? I am only using 1 shortcode tag in the site and I am not using Testimonials, Portfolio or Team. Do you foresee any issues I may have moving? Are there any suggestions you could give me?
Thank you in advance!
Tracy
Dear Marsian & Team,
Firstly, thank you for the great themes! I am using the free version of i-excel. It’s great, Now I am thinking to add the Background Image on Footer menu behind with 70% Transparent.
Can you please share some steps with the code so that I am able to add.
For more info, you can check my screencast where I need this
Dear Team,
Greetings!!
After posting a blog post, When i click on featured image, image is opening, But i want to link that image to post directly. Kindly suggest me accordingly how exactly i can fix it.
Hello
I don’t really know how to describe my issue. Sometimes I’ve got some random pages which will reload constantly
It can be a tag page, or a search page. It happens also with woocommerce with the basket. In that case it empties the basket and people cannot order.
I checked the console using chrome developpers tools but nothing really appears it. I don’t know what to do. Any suggestion? My website is https://www.cabaneaidees.com/ and it uses i-excel theme (with a child theme)
Thanks a lot in advance!
Kind regards
perrine