Forum Replies Created
-
AuthorPosts
-
WebsiteguyMember
I 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.
WebsiteguyMemberWill this work on any theme?
WebsiteguyMemberThat’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. #20310WebsiteguyMemberWorks great! Thanks.
WebsiteguyMemberHave you set a default header menu?
WebsiteguyMemberWorks great! You can see it here.
Thanks for all your help.
WebsiteguyMemberThanks
WebsiteguyMemberWorks great! Sorry about that.
WebsiteguyMemberWorks 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; }
WebsiteguyMemberI 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.
WebsiteguyMemberHow do I align all the widgets and the text. http://www.kidsguide2theworld.com/.
WebsiteguyMemberI 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
WebsiteguyMemberWorks great! Thanks for all the help.
You can view it here.
WebsiteguyMemberThis is a great code! Thanks!
WebsiteguyMemberIs 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
WebsiteguyMemberIt 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
WebsiteguyMemberI have made a child theme. The code is
<?php echo do_shortcode("[metaslider id=1336]"); ?>
-
AuthorPosts