drdebmv
Forum Replies Created
-
Forum: Plugins
In reply to: [X-Scroll To Top - Responsive] X Scroll to Top on MobileThank you! If the desktop and responsive versions can be controlled separately, I would love to know how to control each.
Forum: Themes and Templates
In reply to: Permanently edit Theme 2015 footerDone!! Thank you Michael! ??
Forum: Themes and Templates
In reply to: Permanently edit Theme 2015 footerOh! I see now I pasted the code in the stylesheet for my child theme . . . how do I create a footer.php file for my child theme?? Thanks Michael –
Forum: Themes and Templates
In reply to: Permanently edit Theme 2015 footerHi Michael. Below is the code I copied into my child theme and edited, perhaps you can see some little nuance I have missed. Thanks!
* @package WordPress * @subpackage Twenty_Fifteen * @since Twenty Fifteen 1.0 */ ?> </div><!-- .site-content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <?php /** * Fires before the Twenty Fifteen footer text for footer customization. * * @since Twenty Fifteen 1.0 */ do_action( 'twentyfifteen_credits' ); ?> Deborah J. Mayhew & Associates <a href="mailto:[email protected]"> [email protected]</a>> </div><!-- .site-info --> </footer><!-- .site-footer --> </div><!-- .site --> <?php wp_footer(); ?> </body> </html>
Forum: Themes and Templates
In reply to: Permanently edit Twenty Fifteen FooterHi Kafleg – I know its been a long time but I have just gotten around to trying to follow your advice above and am still having trouble. Here is the code I pasted into my child theme from the 2015 theme footer and then edited. Can you tell me what I am doing wrong? It still shows the main theme footer.
* @package WordPress * @subpackage Twenty_Fifteen * @since Twenty Fifteen 1.0 */ ?> </div><!-- .site-content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <?php /** * Fires before the Twenty Fifteen footer text for footer customization. * * @since Twenty Fifteen 1.0 */ do_action( 'twentyfifteen_credits' ); ?> Deborah J. Mayhew & Associates <a href="mailto:[email protected]"> [email protected]</a> </div><!-- .site-info --> </footer><!-- .site-footer --> </div><!-- .site --> <?php wp_footer(); ?> </body> </html>
Thank you! ??
Forum: Themes and Templates
In reply to: Permanently edit Twenty Fifteen FooterThanks so much Kafleg – I will try that! And will either get back to you here, or mark as resolved! ??
Forum: Themes and Templates
In reply to: Permanently edit Twenty Fifteen FooterThanks for such a quick response Kafleg – yes I do know that the overall solution to things that wont change with theme updates is to use a Child Theme, and I have one with many other things in it. I am just not sure how to incorporate code into it that will build a footer and override footer code in main theme. Thanks for any further advice you can offer! Best –
Forum: Plugins
In reply to: [X-Scroll To Top - Responsive] X Scroll to Top on MobilePS the site is djmassoc.com
Forum: Themes and Templates
In reply to: Adding an icon at the end of a text link (twenty fifteen)Oh never mind, the very last thing I tried worked! In case you are interested, the css code that did what I wanted was:
.xls:after {
content: “”;
display: inline-block;
background: url(“https://djmassoc.com/wp-content/uploads/2015/10/xlsicon.png”) no-repeat top right;
width: 19px;
height: 18px;
margin: 0 6px 0 0;
}Then I just made the text a link, and all worked as desired! ??
BINGO! ?? Thanks so much Paul! ??
Hi Again Paul – could you tell me how to modify the code to get the logo to left justify in the header – it appears to be centered, and I would like its left edge to align with the links below it. Tried fooling with some of the styles but not had the effect I am trying to achieve . .. Thank you!
Never mind, took a stab at it and it worked! Thanks so much! ??
Forum: Themes and Templates
In reply to: Twenty Fifteen add logo to header?This worked!! Thanks so much Paulwpxp!! ??
Hi Paul – this sounds promising, but there is not quite enough detail here for my low level of expertise. Can you tell me two things:
1) Do I add this code to my child theme style.css file? And if not, where do I add it?
2) How do I know the correct pathname for my image . . . I have uploaded it to the WordPress media library but don’t know how to express the pathname for that location
Thank you so much!
Forum: Themes and Templates
In reply to: Adding custom styles to visual editorThank you Christi – I think I tried to digest this one earlier and it was a bit over my head. I tried installing tinymce advanced and ran into problems. But I will take a closer look again and see if I can figure it out, thanks! ??