lynnema
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trouble listing page title and listing childrenSo I got it to pull the query. I hadn’t reset the query in the header…
Ooops.
My navigation goes like this:
Parent
child
child
child
subchild
subchild
childRight now, when I’m on the subchild page, it’s showing the child siblings, not the subchild siblings. I really need on subchild pages for the subchild siblings to show, but on the child pages to show child siblings. Does that make sense?
I’m using this code:
else { $children = wp_list_pages('title_li=&child_of=' . $post->ID . '&echo=0'); }
TIA!
Forum: Fixing WordPress
In reply to: Add the title of an image to the image link in galleryThank you so much for this – it helped resolve an issue with Lightbox Plus ColorBox… really, really appreciated.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Image title as overlay captionHi all –
I think I found a solution – here is my post on the same topic…
https://www.ads-software.com/support/topic/issue-with-page-title-overlay-title?replies=2
Seems to be working for me. Hope this helps!
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Link in the title attributeSorry – wrong post… My bad.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Issue with page title, overlay titleHi everyone –
After a bit of research, I learned that the reason this isn’t working is that with the upgrade, WP no longer inserts a title tag into images.
There is however a solution you can do with functions.php –
I found it here –
Seems to be working okay.
I would like to echo the many sentiments of folks out there who are really annoyed that this functionality was taken away. If you are concerned about people with image titles having them display poorly, then give an option not to display in the gallery – its what this plugin does and I can’t figure out why such a strong arm method was required.
Hope this helps!
Jess
Forum: Fixing WordPress
In reply to: Changing excerpt length in child themeWhere should I start to look to troubleshoot? Any thoughts? This is the last tiny piece I need to get things in place ??
Forum: Fixing WordPress
In reply to: Changing excerpt length in child themeNope – I’m using twentyeleven and a child theme. I’m not the best at WP, but I know all about the child theme requirements ??
Forum: Fixing WordPress
In reply to: Changing excerpt length in child themeI checked the error log, and I’m getting this error:
PHP Warning: call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'twentyeleven-child_setup' was given in /home3/indusuf6/public_html/wp-includes/plugin.php on line 406
Not sure why this owuld be impacting my ability to reduce excerpt length. Any thoughts?
Forum: Fixing WordPress
In reply to: Changing excerpt length in child themeThanks esmi – turns out I’m a dork. I was uploading the wrong file.
So, now that the correct file is place (rolling eyes at myself here…), I’m not seeing any change in the number of words – looksl ike it is still defaulting to the twentyeleven theme default of 40 instead of the 20 I requested. Would this also be in the error log, or is there something else I can do?
Thanks again!
Forum: Themes and Templates
In reply to: Twenty Twelve Page specific stylesSo, I finally got it figured out. If anyone else is trying to figure out what the class is for template based pages, it is:
page-template-page-inner-php
So – what follows page-template and before php.
Forum: Themes and Templates
In reply to: Twenty Twelve Page specific stylesGreat Andrew – what is the template name selector in the above example? Is it:
page-template-page-inner-php
or
page-inner-php
or
page-innerThat is what I can’t figure out. Thanks!
Forum: Themes and Templates
In reply to: Twenty Twelve Page specific stylesI did Wpyogi – no dice
Forum: Themes and Templates
In reply to: Twenty Twelve Page specific stylesThanks WpYogi –
Is there any way to do this by template name instead of page id?
Forum: Themes and Templates
In reply to: Twenty Twelve Page specific stylesHi Andrew – I attached the code that I pulled out using Firebug – i just don’t know which part of that line is the class selector. Thanks!
Edited for page specific body class
<body class=”page page-id-7 page-template page-template-page-inner-php custom-background custom-font-enabled single-author”>Forum: Themes and Templates
In reply to: Twenty Twelve Page specific stylesHi Andrew –
I just really need to know how to pull the proper class out of the WordPress page… I know css and how to use it. That isn’t my problem.
Can you tell me what the page template specific class is?