Qode
Forum Replies Created
-
Forum: Plugins
In reply to: [Qi Blocks] ACF Pro ConflictHi,
This occurs due to the default WordPress function we use to get the whole HTML content of the page to check if the there are Qi Blocks on the page. This is done for performance reasons, this function checks if there are Qi Blocks on the page and then loads scripts only if there are any.
This default WordPress function calls for wp_head hook and this is why it is being called twice, first initially and the second time by our function. We are still investigating on how to get this to be called just once, however, for now it will be called twice.
In your case you can use the code below:
$cssContent = ‘*{color: red;}’;add_action( ‘wp_enqueue_scripts’, function () use ( $cssContent ) {
wp_add_inline_style( ‘global-styles’, $cssContent );
} );This should resolve it in your case.
Best,
QodeForum: Plugins
In reply to: [Qi Blocks] ACF Pro ConflictHi,
Due to the way functions are set up, if the wp_head hook is used, it will fire twice.
Best,
QodeForum: Plugins
In reply to: [Qi Addons For Elementor] Create Multiple ColumsHello,
If you are perhaps referring to the Qi Addons for Elementor Horizontal Tabs Element, then please check the video in this link where options of this element are covered.
Best,
QodeForum: Reviews
In reply to: [Qi Addons For Elementor] GreatThank you so much! 🙂
Best,
QodeForum: Themes and Templates
In reply to: [Qi] Can’t import DemoHello,
We recommend following instructions from this article here.
Also, if you are perhaps using some cache plugin, please deactivate it. It’s recommended that the cache plugin stays deactivated during demo import and while the site is still in the development stage.
Best,
QodeForum: Reviews
In reply to: [Qi Addons For Elementor] Amazing WorkThank you very much for your feedback and for your kind words! 🙂
Best,
QodeForum: Plugins
In reply to: [Qi Blocks] ACF Pro ConflictThank you for providing us with the info.
Our dev team managed to reproduce this on our local installation and the fix should be included in the next update.
Best,
QodeForum: Plugins
In reply to: [Qi Blocks] ACF Pro ConflictHi there,
Thanks for writing in!
Could you please tell us which hook you are using exactly as well as provide us a video or a screenshot of the issue so we can try to reproduce this on our side as well. So as much information possible would be helpful.
Thank you
Best,
QodeForum: Themes and Templates
In reply to: [Qi] Can’t view site logo on mobile or tabletHi there,
We do not have an option for specific mobile sticky header within our themes options unfortunately. You could try to achieve this with custom CSS:
#qodef-page-mobile-header{
position:fixed;
width:100%;
}
Best,
Qode
Forum: Plugins
In reply to: [Qi Addons For Elementor] Compatibility with Elementor 3.11.2Hi there,
We are glad to hear that this is resolved!
Best,
Qode
Forum: Plugins
In reply to: [Qi Addons For Elementor] Compatibility with Elementor 3.11.2Hi there @heibab,
As we already mentioned we did test the plugin with the latest Elementor plugin and everything is working as intended. Since it is not clear what configuration or widget @thierry-creation is using, we simply need their URL in order to check. From here we can only guess what might have happened on their side. Possible this is related to Elementor it self that upon update the styles were not generated. If this is the case there is always a solution to Regenerate CSS from Elementor > Tools > General > Regenerate Files & Data
https://monosnap.com/file/t7D8cnkPzWTLh9RkVtsQ9CxjtYhCSN
We hope this helped both of you, but as we already mentioned we did test the latest Elementor version and had no issues with the plugin at all.
Best,
Qode
Forum: Plugins
In reply to: [Qi Blocks] Sometimes the css saves wrongHi there,
It is a bit hard to tell from here but could you at least provide us with your website URL as well as any additional information that could help so we can inspect this closer, also best practice would be to turn to the support team for detailed investigation since this could not be replicated on our testing installation.
Best,
Qode
Forum: Themes and Templates
In reply to: [Qi] Can’t view site logo on mobile or tabletHi there,
Your website is under maintenance so we could not access it to test this on our end. Do you use the Qi theme and have you uploaded the logo for mobile within Qode Essential Addons > Options > Logo > Mobile Header Logo Options?
Please keep us updated.
Best,
Qode
Forum: Plugins
In reply to: [Qi Addons For Elementor] Compatibility with Elementor 3.11.2Hi there,
Could you please provide us with your website URL so we can check.
Thank you.
Best,
Qode
Forum: Reviews
In reply to: [Qi Addons For Elementor] Awesome Widgets Yet Free!Hi there,
Thank you very much, we are happy that you enjoy using the plugin 🙂
Best,
Qode