cloudlessstar
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Slider not showing on mobile (I’ve read all previos topics)It’s solved! Thanks for your help. For those who read it:
Astra Generic theme (maybe some others) publish slider widget once more in responsive mode, so slider doesn’t show on mobile (explanation above). Best practice is to remove your wigdet from header in customizer and get the PHP code from Smart Slider, it shows on the same page where shortcode is shown. Then paste it in appropriate positions. Assuming you want your slider just under menu (before body begins) you need to edit header.php in Theme File Editor. There, paste your code between those 2 lines:
astra_header_after(); astra_content_before();
Like this (replace your slider number with yours):
astra_header_after(); echo do_shortcode('[smartslider3 slider="3"]'); astra_content_before();
Forum: Plugins
In reply to: [Smart Slider 3] Slider not showing on mobile (I’ve read all previos topics)Thank you. This is a much cleaerer explanation.
Forum: Plugins
In reply to: [Smart Slider 3] Slider not showing on mobile (I’ve read all previos topics)Is there anything you could help? I don’t prefer to use another slider, but I can’t figure out any user errors at this point.
Forum: Plugins
In reply to: [Smart Slider 3] Slider not showing on mobile (I’ve read all previos topics)Thx for your answer.
I don’t want to use it twice. I’m not even aware that there’s a 2nd copy. Could you point out where to fix it? I added it as a widget to header in custimizer, and just once.
There is only 1 slider added to Widget 1. To be sure, I deleted the block(s) in widget 1 and added only 1 slider.
If, even after that, there’s a 2nd copy generated, then it’s WP, Astra or your plugin. I have nothing installed.
- This reply was modified 1 year, 10 months ago by cloudlessstar.
- This reply was modified 1 year, 10 months ago by cloudlessstar.
Forum: Fixing WordPress
In reply to: Post and page permalinks return 404, others work fineI solved the problem by resetting permalinks options from MySQL database (deleted current value). If that was the issue, changing permalinks in WP settings should have worked but for some reason it didn’t.
Forum: Fixing WordPress
In reply to: Post and page permalinks return 404, others work fineBTW, the page is working when I link it with its ID:
https://diamonddekor.com/?page_id=682Forum: Fixing WordPress
In reply to: Post and page permalinks return 404, others work fineThey are the only ones.
Forum: Fixing WordPress
In reply to: Post and page permalinks return 404, others work fineWell, it was a clean install so so uninstalled plugins except Molly ??