Home › Forums › Arnold WordPress Theme › FULLSCREEN SLIDE
- This topic has 8 replies, 2 voices, and was last updated 3 years ago by
SeaTheme.
-
AuthorPosts
-
April 29, 2023 at 7:05 am #29390
Hello again. Why is the slide not full screen on my website? Am I your clumsiest customer maybe?
I link the examples of my website and yours:
https://www.mariscalariza.com/portfolio/un-libro-con-fotos-de-una-boda-en-la-almoguera/
https://arnold.seatheme.net/minimal/projects/sofisticada/April 29, 2023 at 2:03 pm #29393Hi,
Please edit the post, activate the options: https://www.dropbox.com/s/83rd9hyavo2syyl/WX20230429-220254.png?dl=0
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookApril 30, 2023 at 8:17 am #29397Perfect! Fullscreen from top is possible in posts anyway?
April 30, 2023 at 2:58 pm #29400Hi,
There is no the option. But it is possible via custom codes. Will add it for all posts or some posts?
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookApril 30, 2023 at 8:13 pm #29403I dont know. I like if I can choose that. And I can work in blog post like I work in portfolio post. Is this possible? 🙏🙏🙏🙏
May 1, 2023 at 2:22 am #29408HI,
It is possible by custom JS codes, follow the guide:
1. install a plugin to add the JS codes:https://doc.seatheme.net/general-topics/how-to-custom-a-wordpress-theme/#javascript-codes
2. find the post unique ID follow: https://doc.seatheme.net/wordpress-faqs/custom/wordpress-post-page-id/
3. add the custom JS codes:
jQuery(document).ready(function( $ ){ $('.postid-1,.postid-10').addClass('page_from_top') });1 and 10 is the ID of the posts.
If you want to set it for only one post, use the JS like:jQuery(document).ready(function( $ ){ $('.postid-1').addClass('page_from_top') });
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookMay 1, 2023 at 6:48 am #29409If you have to enter the code manually, maybe I prefer to put it in all the posts and if I don’t want it in some I use BM to separate it.
Thanks.
May 7, 2023 at 10:20 pm #29443This reply has been marked as private.May 8, 2023 at 1:11 am #29447Hi,
The JS will work for all posts:jQuery(document).ready(function( $ ){ $('.single-post').addClass('page_from_top non_bg_header') });
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook -
AuthorPosts
- You must be logged in to reply to this topic.
