Macarena61
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Widget] ShortcodeI want to center the follow us. Is there a way to do this? Thanks in advance for your help!
Forum: Themes and Templates
In reply to: [Deux Milles Douze] Remove "leave a reply" from inside pagesGreat! Glad you got it working well!
Forum: Themes and Templates
In reply to: [Deux Milles Douze] Remove "leave a reply" from inside pagesHi Steven, did you try to add the “//” like I did? Mine disappeared after I did it.
M
Forum: Themes and Templates
In reply to: [Deux Milles Douze] Remove "leave a reply" from inside pagesHi, I looked it up on ww.wp.xz.cn and found the instructions-
you have to put // in front of the line you don’t want to show up. eg:
The code on the page.php file was:
<?php comments_template( ”, true ); ?>All I had to do was insert // and now it looks like:
<?php //comments_template( ”, true ); ?>and the reply option no longer shows!!! 🙂
Forum: Themes and Templates
In reply to: [Deux Milles Douze] Remove "leave a reply" from inside pagesHi, can you please show me how to “comment the line”? I am a designer and not a programmer. Thank you!
Forum: Themes and Templates
In reply to: [Deux Milles Douze] Move description underneath titleThanks WPyogi and atul1280. I tried the above code and switched the statements around and it worked!
Forum: Themes and Templates
In reply to: [Deux Milles Douze] Move description underneath titleHi,
I just did this and the contact information moved up but is now underneath the title and the description is on the right hand side. What I need is to flip them- do I just change the text that is on h2 and replace it with the h3 text?
Forum: Themes and Templates
In reply to: [Deux Milles Douze] Move description underneath titleIf the theme, is a child theme, I do it in its header.php file, correct?
Forum: Themes and Templates
In reply to: [Deux Milles Douze] Move description underneath titleHi,
Thanks for your replies. I am not a programmer, I am a designer so when you say that my code should look like this: … where do I insert this code??? I understand the CSS part but not the other.
Thanks again!M