Forum Replies Created
-
AuthorPosts
-
Websiteguy
MemberI solved this without a code. I just put the <meta name=”viewport” content=”width=device-width, initial-scale=1″ /> code in the settings webmaster tool > Code to display in Header.
Websiteguy
MemberWill this work on any theme?
Websiteguy
MemberThat’s a lot of styling. You may need to hire someone.
What exacting are you changing (move post description to side, change colour, etc.).
February 13, 2014 at 1:54 am in reply to: Change comment "Post Author" to "Author" in child theme. #20310Websiteguy
MemberWorks great! Thanks.
Websiteguy
MemberHave you set a default header menu?
Websiteguy
MemberWorks great! You can see it here.
Thanks for all your help.
Websiteguy
MemberThanks
Websiteguy
MemberWorks great! Sorry about that.
Websiteguy
MemberWorks great! just changed a couple of things.
/* Margin below Comment Box */ #respond { margin-bottom: 25px; } /* Margin below comment title One thought on */ .comments-area .comments-title { margin-bottom: 15px; } /* Margin Below Leave a Comment title */ #reply-title { margin-bottom: 10px; } /* Margin and Padding below each comments */ .site-content .comments-area article { margin-bottom: 25px; padding-bottom: 50px; } /* Margin below each comment header */ .comments-area article header { margin-bottom: 15px; } /* Margin below paragraph of the comment */ .comments-area .comment-content p { margin-bottom: 20px; }
Websiteguy
MemberI would like to add a widget area which would be in all my pages. I would be under the title. This way I can add a widget to all of my pages instead of downloading a widget on page plugin.
Websiteguy
MemberHow do I align all the widgets and the text. http://www.kidsguide2theworld.com/.
Websiteguy
MemberI made one more modification.
function catcheverest_child_metaslider() { if ( is_front_page() ) { echo do_shortcode('[metaslider id=1336]'); } } add_action( 'catcheverest_before_main', 'catcheverest_child_metaslider', 10 );
This will make it only display on the front page.
Thanks
Websiteguy
MemberWorks great! Thanks for all the help.
You can view it here.
Websiteguy
MemberThis is a great code! Thanks!
Websiteguy
MemberIs their a way to add some CSS to that? The slider is too close to the top menu, but too far from the bottom text.
You can see it here.
Thanks
Websiteguy
MemberIt worked!
You did make a little error in the code though.
function catcheverest_child_metaslider() { echo do_shortcode('[metaslider id=1336]'); } add_action( 'catcheverest_before_main', 'catcheverest_child_metaslider', 10 );
That’s what I fixed.
Thanks
Websiteguy
MemberI have made a child theme. The code is
<?php echo do_shortcode("[metaslider id=1336]"); ?>
-
AuthorPosts