Marketplace › Forums › Themes › My Worl with grass and dew › Can't Remove Page Title & Social Media Icons Can't Link
Tagged: Page Headline, social items
This topic contains 7 replies, has 3 voices, and was last updated by kasandraburks 1 year, 9 months ago.
-
AuthorPosts
-
February 20, 2014 at 10:46 #1987
To whom it may concern:
I am now using the free “My Worl with grass and dew” and I love it so much. However, there are two problems haunting me / . \
1. Can’t Remove Site/Page Title
I have unchecked the “show title” box. Yet, the page titles are still there
2. Social Media Icons Can’t Link
There are some social icons at the right top corner in each pages. I have updated my user profile and added all valid links in “contact info”. However, the social icons still link to nothing (eg: https://your.facebook.profile/)
Grateful if someone can help > . <
Thanks!
February 20, 2014 at 13:03 #1988Thank you for choosing myThem.es and use one of our WordPress Themes your choice is greatly appreciated!
About Your Question ( social media items ):
Regarding your question, you have to pay a little attention to the following details:
Go to WordPress Admin Dashboard > Appearance > Theme Options
Here find section “Social”
Here you have some social fields with text input.
if for eg. Facebook text input is empty then facebook icon will not be displayed
the field are filled with default content.
just remove default content or add your content.
and Do Submit.
About Your Question ( can’t remove site/page title ):
This feature is only for static front page this feature is not available for all pagesI think this is the solution you need.
If you want something custom, you can hire us ( $ 25 per hour ). And we will provide a premium solution at a very reasonable price. We guarantee quality and professionalism you can not find anywhere else.
About Theme “My World With Grass and Dew”
I want to inform you that we have the premium version for this theme.
You can buy the premium version only $ 30.details: http://mythem.es/item/my-world-with-grass-and-dew-premium-wp-theme/
demo: http://test.mythem.es/my-world-with-grass-and-dew-premium-wordpress/Premium Features
– Responsive Layout ( Bootstrap )
– Powerfull Slideshow
– Post type Infoboxes
– Post type Projects
– Post type Testimonials
– Projects Portfolio
– Custom Front Page
– Page templates for full width page, portfolio 2, 3 columns page ( + combination from 2 and 3 ).
– Lots of great shortcodes! You can easily add accordions, tabs, blog posts, portfolio items, etc. on any page you like.
– Integrated a shortcode manager to help you manage your shortcodes.
– Unlimited Custom sidebars.
– Footer Widgets
– Additional Widgets_____________________________________________
If you liked this theme can you please give me a rank on ( wordpress ): http://wordpress.org/themes/my-world-with-grass-and-dew
or like on our facebook page : https://www.facebook.com/myThemes
February 21, 2014 at 05:16 #1989Dear mythemes,
Thank you so much for the swift response. It is so nice of you! However, I still have some little enquiries. Hope you could help with:
1. Can’t Remove Site/Page Title
Is there any other way to remove page titles in pages other than front page? eg: through changing code by users themselves? Grateful if instructional codes could be given.
2. Social Media Icons Can’t Link
There is a blank page shown whenever I click in the “theme option”. I am not sure if this is because I am using wordpress 3.1.2 (my university sever doesn’t support higher version). May I get to know if there is any other way for users like me to input the link eg: through changing codes? Grateful if instructional codes could be given.
Billion thanks > . <“””
March 4, 2014 at 08:10 #2004Give me a screenshot with marked section(s) to remove / change ( also URL To your web page ).
March 5, 2014 at 03:14 #2006Dear mythemes,
Please kindly find the screenshot at: http://webhost1.ust.hk/~trsled/resources/help.png and my website at: http://trsled.ust.hk/.
Thank you so much for your kind help.
Thanks and Regards >.<
March 5, 2014 at 07:48 #20071. to remove Headline ( will remove all page titles)
Edit manually:
go to my-world-with-grass-and-dew/page.php line 12 – 17 :
here you have code like this:
<div class="line title"> <h1><?php the_title(); ?></h1> <?php if( !empty( $post -> post_excerpt ) ){ ?> <p><?php echo $post -> post_excerpt; ?></p> <?php } ?> </div>
just remove it and save file.
2. About Social items.
Edit Manually:
go to my-world-with-grass-and-dew/header.php line 37 – 51
here you have some code like this :
<?php if( strlen( esc_url( myThemes::get( 'youtube' ) ) ) ) { ?> <a href="<?php echo myThemes::get( 'youtube' ); ?>" class="youtube" target="_blank"></a> <?php } ?> <?php if( strlen( esc_url( myThemes::get( 'google-plus' ) ) ) ) { ?> <a href="<?php echo esc_url( myThemes::get( 'facebook' ) ); ?>" class="google-plus" target="_blank"></a> <?php } ?> <?php if( strlen( esc_url( myThemes::get( 'facebook' ) ) ) ) { ?> <a href="<?php echo esc_url( myThemes::get( 'facebook' ) ); ?>" class="facebook" target="_blank"></a> <?php } ?> <?php if( strlen( esc_url( myThemes::get( 'twitter' ) ) ) ) { ?> <a href="<?php echo esc_url( myThemes::get( 'twitter' ) ); ?>" class="twitter" target="_blank"></a> <?php } ?> <?php if( strlen( esc_url( myThemes::get( 'vimeo' ) ) ) ) { ?> <a href="<?php echo esc_url( myThemes::get( 'vimeo' ) ); ?>" class="vimeo" target="_blank"></a> <?php } ?>
replace this code with code below:
<a href="Your youtube URL" class="youtube" target="_blank"></a> <a href="Your google plus URL" class="google-plus" target="_blank"></a> <a href="Your facebook URL" class="facebook" target="_blank"></a> <a href="Your twitter URL" class="twitter" target="_blank"></a> <a href="Your vimeo URL" class="vimeo" target="_blank"></a>
and save file.
NOTE: URL Start with http:// or https://
for example:
our facebook page URL is : https://www.facebook.com/myThemes
our youtube page URL is : http://www.youtube.com/user/mythemes13March 5, 2014 at 08:40 #2008Dear Mythemes’ Administrator(s),
WOW. It worked. Thank you so much. It is so HELPFUL and POWERFUL of you and your whole team. I will absolutely sell your design and impressive work to my friends and colleagues ^_^
I love mythemes very much!!!
Thank you so much!
June 15, 2021 at 05:33 #9747In this way doesn’t fix the issue, please provide the site URL here so that we could check on detail and provide you another solution.
-
AuthorPosts
You must be logged in to reply to this topic.