Kadim Gültekin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fleks] How to make footer stick to the bottom of the pageHi,
To create sticky footer, you need to apply custom CSS. Fleks theme uses in footer patterns “<footer>” html markup. You can use this for your custom CSS selector. If you create your own footer patterns, markup the wrapper of the pattern as footer or define a css class name from Advanced section of wrapper div.
To add custom CSS you can install a plugin such as Code Snippets.
Last of all, ask AI that how to write CSS for sticky footers.
Good luck.
Forum: Plugins
In reply to: [Simple Slider Block - Create Sliders From Core Blocks] Height?Hello, sorry for the late reply.
The plugin doesn’t generally interact with core blocks. Therefore, you’ll need to configure options in the core blocks. This isn’t just a gallery slider and doesn’t rely solely on images. It’s possible to create text-based sliders like cards, testimonials, etc.
However, I’ll check what I can do about the height issue.
Thanks for your interest.
Forum: Plugins
In reply to: [Login, Registration and Lost Password Blocks] critical errorYou should try to create a new page add the Login Block into this page. You can read the documentation from here: https://guide-frontendlogin.iyziweb.site/
Forum: Plugins
In reply to: [Login, Registration and Lost Password Blocks] critical errorThe issue isn’t plugin-related. There’s no “login2” page on your website. I think you need to update your permalinks. Check Settings -> Permalinks in your admin panel.
- This reply was modified 8 months ago by Kadim Gültekin.
Forum: Plugins
In reply to: [Simple Slider Block - Create Sliders From Core Blocks] Update 1.2.0 brokenI have published a New version please update the plugin anda try again.
Forum: Plugins
In reply to: [Simple Slider Block - Create Sliders From Core Blocks] Update 1.2.0 brokenHi, please give some detailed information about the issue. You can attach screentshots or error logs.
Forum: Plugins
In reply to: [Simple Slider Block - Create Sliders From Core Blocks] Touch thresholdHi,
Try the template below:
(function ($) {
$(".gb-for-slick-slider, .wp-block-gb-for-slick-slider-slick-slider")
.not('.slick-initialized')
.slick({
//Your code is here
});
})(window.jQuery);Thanks for your interest.
Hello, I’m sorry you’re getting an error.
Can you send me a screenshot or provide more information?
Thanks.
Forum: Plugins
In reply to: [Login, Registration and Lost Password Blocks] Email like userHello, thank you for your interest.
Username is required during registration. Therefore, any change you want will not be compatible with WordPress core.
Hi,
I have fixed the error. New version is ready. Please update your plugin.
Have a good day.
Hi, thanks for your feedback.
I will fix the error as soon as possible.
Have a good day.
Forum: Plugins
In reply to: [Simple Slider Block - Create Sliders From Core Blocks] Infinite loop slidingHi, this is a common error related with slick slider. If infinite loop disabled, some slides appear empty. I searched for this problem but couldn’t find a definitive solution. I will try to solve this problem. You can enable infinite loop if this is convenient for you. Thanks.
Hi,
I have fixed responsive settings problem.
Please update the plugin and test again.
Thanks for your attention.
Forum: Plugins
In reply to: [Simple Slider Block - Create Sliders From Core Blocks] Infinite loop slidingHi,
I have fixed the center mode problem. But when I tested to second issue, there was no problem.
Please update the plugin and test again.
Thanks for your attention.
Forum: Plugins
In reply to: [Simple Slider Block - Create Sliders From Core Blocks] Infinite loop slidingIt looks like the center mode option is still selected. Please make sure the center mode option is disabled.
If possible, send a screenshot or demo page.