Home › Forums › Weaver Show Posts & Show Sliders › missing CSS question
- This topic has 7 replies, 3 voices, and was last updated 6 years, 10 months ago by
scrambler.
-
AuthorPosts
-
August 23, 2015 at 04:54 UTC - Views: 8 #24120
dale_lbc
ParticipantI know this post is old, but it explains my problem well. The problem I am having is described by scrambler when he said, “I do not see the rules in the developer tool. They are not being applied to the designated object
“.When I view the source for my page and search for “atw” i find the reference to the stylesheet, I find the style I added with the comment
“/* Weaver Show Posts Custom CSS */”, and i find the class “atw-show-post” in a div wrapping the whole post.None of the other CSS classes are in the source. I used the example from the plugin page, “.atw-entry-title a {color: green;}”. Nothing happens because that class name is not wrapped around the title.
Using Weaver xtreme 1.2.2 and Show Post Plugin 1.3
I’m doing all this work on an internal development machine, so i cannot share the link.
thanks,
DaleAugust 23, 2015 at 05:13 UTC - Views: 3 #18157scrambler
ModeratorThis discussion was created from comments split from: ATW Show post Custom CSS Not working.
August 23, 2015 at 05:17 UTC - Views: 1 #24121scrambler
ModeratorWe cannot trouble shoot this kind of things without a link to the site.If you want support, you need to setup a test site online that we can access. You can install wordpress in a subfolder of any site you maintain and clone your site there for that purpose.Then provide a link to your page showing the problem.But you also need to be a lot more specific about what you are trying to achieve, and what you have done so farAlso the latest version of Xtreme is 1.2.4August 24, 2015 at 04:16 UTC - Views: 2 #24122dale_lbc
ParticipantThanks scrambler. I upgraded to Xtreme 1.2.4.
I was able to open my local dev server to the public.
dev.ladybehindthecurtain.com
I am using Show Posts to show the single most recent post at the top of my home page using a “page with posts” page. I set up a simple filter that selects just one post without any other filtering.
I expected to see the atw classes around the various elements, but they are not there.
I appreciate any help you can provide.
Dale
August 24, 2015 at 05:17 UTC - Views: 2 #24123Weaver
KeymasterWith the options you have set, you should NOT see atw classes on the generated output from a [show_posts].
By default, when used with a Weaver theme, the Weaver native post display code is used, and you will get all the normal Weaver classes around the post. The point is to make the posts match the other theme posts.
If you don’t want this, then there is an option on the first option block of Show Posts to NOT use the Weaver theme post display code.
August 24, 2015 at 13:51 UTC - Views: 1 #24124dale_lbc
ParticipantThat helps.
There are definitely trade-offs between using the theme support and not. I’ll have to work through the options to see what works best.
Thanks once again for your help.
August 24, 2015 at 13:58 UTC - Views: 3 #24125Weaver
KeymasterNote that while the styling within a post generated this way will use Weaver classes, the post will be wrapped in .atw-show-post, so that you can give specific styling to posts created with [show_posts] by prefixing the rules with .atw-show-post.
August 24, 2015 at 18:09 UTC - Views: 1 #24126scrambler
ModeratorYou can always find a selector combination that will target what you need. If you are having a problem finding it, give us a link to the page with what you are trying to target
-
AuthorPosts
- You must be logged in to reply to this topic.