Home › Forums › Weaver Xtreme Theme › Will Weaver Xtreme Do This? (posts show with excerpts that pop up)
- This topic has 59 replies, 3 voices, and was last updated 7 years, 6 months ago by
Leigh2018.
-
AuthorPosts
-
February 19, 2019 at 23:44 UTC - Views: 66 #58568
scrambler
ModeratorTo reduce the size of the text on mobile as well as the space between title and excerpt, you could use a rule like below@media all and (max-width:1000px;){
.home .wvrx-posts .wvrx-fi-link:hover + .post-area .entry-summary,
.home .wvrx-posts .post-area:hover .entry-summary,
.home .wvrx-posts .entry-summary:hover {padding-top:0;}.home .wvrx-posts .entry-summary {font-size:0.75em;}.blog-post-cols-3 .post-title,
.blog-post-cols-3-span-2 .post-title {font-size:1em;}
}
I think you should also reduce the default space between title and content by changing the value of the top padding in the sizth rule from 1em to 0.5emFebruary 20, 2019 at 00:01 UTC - Views: 69 #58570scrambler
ModeratorBelow are the rules modified to only apply on desktop
.is-desktop.home .wvrx-posts .post-area {position:absolute; top:70%;transition:top 1s;width:96%;} .is-desktop.home .wvrx-posts .wvrx-fi-link:hover + .post-area, .is-desktop.home .wvrx-posts .post-area:hover{top:10%;} .is-desktop.home .wvrx-posts .entry-summary {opacity:0;padding-top:5em;transition:padding-top 1s, opacity 1s;} .is-desktop.home .wvrx-posts .wvrx-fi-link:hover + .post-area .entry-summary, .is-desktop.home .wvrx-posts .post-area:hover .entry-summary, .is-desktop.home .wvrx-posts .entry-summary:hover {padding-top:0.5em;opacity:1;} .home .blog-post-cols-3 img, .blog-post-cols-3-span-3 img {max-width:100% !important;margin:0 !important;} .is-desktop .blog-post-cols-3 {width:33.3%;margin:0;} .is-smalltablet .blog-post-cols-3 {width:50% !important;margin:0 !important;} .is-phone .blog-post-cols-3 {width:100%;margin:0;} .is-desktop.home .wvrx-posts .wvrx-fi-link:before { content:""; position:absolute;top:2px;left:2px;width:98%;height:98%;width:calc(100% - 4px);height:calc(100% - 4px); background:url(http://www.nicolatrwst.com/testnicola/wp-content/uploads/shade.png) no-repeat bottom;background-size:100% 80%; } .is-desktop.home .wvrx-posts .post-title a {color:white !important;} .is-desktop.home .wvrx-posts .entry-summary {color:white !important;font-size:0.8em;}You would probably still want the compacting rules below to improve the layout on smaller desktop browsers. these are modified to only apply on desktop
@media all and (min-width:768px) and (max-width:1000px;){
.home .wvrx-posts .wvrx-fi-link:hover + .post-area .entry-summary,
.home .wvrx-posts .post-area:hover .entry-summary,
.home .wvrx-posts .entry-summary:hover {padding-top:0;}.home .wvrx-posts .entry-summary {font-size:0.75em;}.blog-post-cols-3 .post-title,
.blog-post-cols-3-span-2 .post-title {font-size:1em;}
}February 25, 2019 at 22:28 UTC - Views: 48 #58639Leigh2018
Participant@scrambler – thank you so much!! I have been sick and have yet to try this last bit, but she LOVES how the site is looking with this. You are awesome!!
March 12, 2019 at 17:17 UTC - Views: 56 #58841This reply has been marked as private.March 12, 2019 at 17:48 UTC - Views: 36 #58845This reply has been marked as private.March 12, 2019 at 17:56 UTC - Views: 26 #58846Leigh2018
Participant@scrambler – and I believe you can see the code but let me know if I need to paste it here and how to do that. 🙂
March 12, 2019 at 17:57 UTC - Views: 105 #58847scrambler
ModeratorThat home page is a mess…
The masonry posts above the sitewide bottom widget area are completely broken, not sure why.
Basically all the posts are given the same top left zero, zero position, which means the masonry script is failing.
I see a number of weird error in the browser console
-
0: ‘MicroModal’ is not defined
-
Can’t Load URL: The domain of this URL isn’t included in the app’s domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
-
ErrorUtils caught an error: “<
