Tagged: x
-
AuthorPosts
-
May 3, 2016 at 3:38 pm #911408
jaredrendellParticipantGreetings!
http://nccl.org
http://nccl.org/types/diocesan/ – EXAMPLE
This was my first design with X, what a good time this was to build. My one question (for now) has to do with a number of pages that are created as group/archive/index pages of content generated from other places. (i.e. Memberpress groups in the ex above). You’ll notice it grabbed the blog page title “Blog”. Is there a way to work on these without affecting the other page title areas?May 3, 2016 at 3:42 pm #911414
jaredrendellParticipantThis reply has been marked as private.May 4, 2016 at 12:36 am #911927
FriechModeratorHi There,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do, we’ll be happy to provide you with a response once we have a better understanding of the situation.
Cheers!
May 4, 2016 at 10:15 am #912618
jaredrendellParticipantSure! Thanks for asking.
The following pages are some of the examples of pages on the site are not part of the blog, are not posts at all. These pages are generated automatically. For example, some of the pages are membership pages (using MemberPress).
http://www.nccl.org/types/individual/
http://www.nccl.org/types/diocesan/
http://www.nccl.org/types/corporate/
http://www.nccl.org/register/individual/
http://www.nccl.org/register/corporate/This also happens on single events (using The Events Calendar Plugin)
http://www.nccl.org/event/80th-annual-nccl-conference-exposition/
So, this is happening on pages that are not either integrated by design (like Buddypress pages) or not manually created. They are dynamically generated by plugins. While I know you can’t provide support for plugin functionality, the thing I need to change is related to the page template/elements. I know that when the page is manually created there is an option to hide the page header.
So I either need to hide the page title on these dynamically generated pages. Or, I need help figuring out how to get it to pull the correct page title.
Does that help clarigy
May 4, 2016 at 1:21 pm #912976
RupokMemberHi there,
Thanks for clarifying. If any plugin uses any template to show content then it’s not possible to control the predefined title. We can’t control that functionality of a plugin. If you want to hide the title then we could suggest CSS for this.
For example, if you want to hide title from this page (http://www.nccl.org/register/individual/), you can use this custom CSS :
.postid-166 .x-header-landmark { display: none; }To hide just the text:
.postid-166 .h-landmark { display: none; }Here is a guide to locate post ID : https://theme.co/community/kb/how-to-locate-post-ids/
Hope this helps.
Cheers!
May 4, 2016 at 4:06 pm #913228
jaredrendellParticipantOk, I will do this where it makes sense. The tricky part is that it happens on every single event there is. So I would need to add new CSS for every event I add.
Are there any page templates that do not have this section in it? I know there are multiple page templates that hide different configurations of header and footer. Are there any that show the header and footer, but not the landmark/title section?
In the events plugin at least, I have the ability to set which page template I use. I can hide it on the rest. Thanks!
May 4, 2016 at 10:26 pm #913685
RadModeratorHi there,
Yes, any Blank template that has Header and Footer will do. For example, Blank – Container | Header , Footer or Blank – No Container | Header , Footer.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-911408 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
