Home › Forums › ART WordPress Theme › Demo’s imported but can’t find the ‘minimal slider & menu’ template…
- This topic has 7 replies, 2 voices, and was last updated 5 years, 7 months ago by
SeaTheme.
-
AuthorPosts
-
September 10, 2020 at 1:22 pm #22535
Hi there,
Started working with your theme, it’s got great potential 🙂
Was hoping you can help me with the following. Would like to start with a homepage with the minimal slider consisting of 4 images that are filling the screen from top to bottom (no footer) as in the demo with the menu lined out in all 4 corners. Two questions:
1. I can’t signify the slider for this homepage. I can’t see it as a template when I make a new page, nor as a portfolio imported with the demo content. Where should I look next?
2. I have found the option to place the menu in all 4 corners, however in your demo the menu options are spaced out deeper into the corners than I see on my page. How do I space them out further into the corners?
I have another question on another topic so will start another thread.
Thanks for any help you can offer!
Ellen
September 11, 2020 at 6:42 am #22538Hi,
Thank you for purchasing our theme.Sure. Do you talk about this layout? https://art.seatheme.net/portfolio4/ ?
1. Please try to “Insert template” to create the slider quickly. https://www.dropbox.com/s/6u0zxs8s4ltmjxu/qq20200911-143600.jpg?dl=0
The “Content From Page Top” on this page should be ON2. This is the spacing option for the menu items: https://www.dropbox.com/s/ouxsty42y5ty4cz/qq20200911-144052.jpg?dl=0
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
September 11, 2020 at 6:42 am #22539This reply has been marked as private.October 8, 2020 at 9:33 pm #22781Thanks! I’ve come a long way with the site in the past few weeks and now have some additional questions. Will start a new (private) thread.
October 8, 2020 at 9:39 pm #22782This reply has been marked as private.October 9, 2020 at 2:30 am #22783Hi,
1. Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
.home .bxv {margin-top:0!important}2. The website is not built by our theme.
If you want the page without a scrollbar.
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.home .wrap-all { height: 100vh;}3. If you want to a element in content fixed, please add the custom CSS:
.page-loading ~ #wrap-outer #content { -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; }This CSS will let a element fixed, it needs the module ID.
@media(min-width:768px) { .module-id-1601898294626 { position: fixed; right: 0px; } }4. It is not possible.
5. It is not possible.
6. how to remove the hover text on the Logo?
Please add custom js codesjQuery(document).ready(function( $ ){ $('.logo-a').removeAttr('title'); });refer to how to add the js codes here: https://doc.seatheme.net/general-topics/how-to-custom-a-wordpress-theme/#javascript-codes
7. Please add the CSS to let the linked element changing cursor
body a{ cursor: url(https://www.gunforhire.agency/wp-content/uploads/2020/10/aim_small.png), auto; }8. It is not easy for now, because it will break the icon animation
9. It will not work with the capacity to 50% CSS, because the main content is hidden.
Best
October 9, 2020 at 7:45 pm #22791Thank you very much for your help, I’ve come a good bit further. A couple of your answers weren’t entirely clear to me, maybe you can explain:
On question 1. This bit of CSS (.home .bxv {margin-top:0!important}) has not solved the issue. The sliders have moved up, but not to the top of the page (see this screenshot https://drive.google.com/file/d/1CwHtTGxQ-nw_HtioPqbI7kxs9lkpAPSy/view?usp=sharing) How can I make it go to the very top?
On question 3. How can I use this CSS to fix any element? What is the name of the element I need fixed? I have copy/pasted both strings of CSS in the custome area and this doesn’t do anything. I want to fix the text block all pages, how do I call this element?
Once again, many thanks!
Best wishes
October 10, 2020 at 1:33 am #22792Hi,
Welcome
1, Fixed on your website. 2 things:
1) remove all empty block in WP default editor and BM content builder
2) add the custom CSS:.text_block td, .icon_text td { padding: 0; }2. Or you can use the ID name instead of module-id:
1) You need to edit all Text module. Add a name: right-fixed
check screenshot:https://www.dropbox.com/s/yx7i3wo2bfscvra/qq20201010-093147.jpg?dl=0
2) The CSS will be:@media(min-width:768px) { #right-fixed { position: fixed; right: 0px; } }Regards
-
AuthorPosts
- You must be logged in to reply to this topic.
