Home › Forums › Weaver Xtreme Theme › Changing the exceprt layout on the home page
- This topic has 6 replies, 2 voices, and was last updated 3 weeks, 5 days ago by
scrambler.
-
AuthorPosts
-
April 27, 2022 at 02:59 UTC - Views: 24 #70673
dale_lbc
ParticipantHello,
I am using Xtream 4 with Show Post Options for the front page. I selected the Plain Full Width sub-theme as a starting point. The posts are listed with the FI thumbnail on the left, the excerpt on the right, and the title above them both. I would like to switch it around a bit and move the title to the right of the thumbnail just above the excerpt. I figure this is a code mod in my child theme, but i don’t know which function or file to look for. Can you tell me which file or function controls this layout?
Thank you
April 27, 2022 at 16:40 UTC - Views: 22 #70677scrambler
ModeratorFirst, the current version of the theme is 5.0.7, so you need to update!
You also need to have the Xtreme Theme Support Plugin Version 5.0.1
Next regarding the Layout of the post title and featured image, there are many options built in the theme for you to try
You can find these options in either locations below
Appearance > Xtreme Admin > Main options > Post Specifics > Featured image > FI Location Excerpt.
Appearance > Customize (in Where Mode) > Post Specifics > Post Featured image > Featured image Excerpt posts > Featured image Location
For the Featured Image location, I believe you want to choose “Before page/post, No Wrap”, and aligned left. Feel free to explore all the various options there.
Beyond that, we can fine tune using Custom CSS. There is no need for a Child theme for Custom CSS, it can all be placed in the theme Global Custom CSS Rule box. A child Theme is only needed if you are making PHP changes to the theme template or functions.
If tweaks are needed, we will need a link to the site page in question so we can be sure of the Custom CSS to give you.
April 29, 2022 at 03:49 UTC - Views: 16 #70687dale_lbc
ParticipantThis was a huge help, thank you.
With the “before page/post, no wrap” option, I would like the image to be above the title and except on narrow devices (phones). Do i need to do this with CSS, or are there other options I have not found?
April 29, 2022 at 03:59 UTC - Views: 14 #70688scrambler
ModeratorPlease provide a link to the page in question.
Are you saying you are good with the FI on the left, Title and excerpt on the right on large devices, but on phones you want the title to move below the FI on the left, keeping the Excerpt as a second column besides the image and title in the first column?
April 29, 2022 at 04:06 UTC - Views: 12 #70689dale_lbc
ParticipantI must have explained it wrong.
Desktops look great – FI on left; Title over Except on the right.
Narrow devices would be FI on Top, then title below, then except at the bottom. In other words, the Title/Except block would move below the FI.
April 29, 2022 at 04:08 UTC - Views: 11 #70690This reply has been marked as private.April 29, 2022 at 05:34 UTC - Views: 10 #70691scrambler
ModeratorAdding the rule below to the theme Global Custom CSS Rule box should do the trick, but I need to get a link to the page to be sure, or to limit the action to that page
.is-phone .wvrx-fi-link img {float:none;}
-
AuthorPosts
- You must be logged in to reply to this topic.