kaniamea
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Virtue theme secondary menuTry editing your css file: https://www.woodenart4u.com/wp-content/themes/virtue/assets/css/virtue.css
from #nav-second ul.sf-menu>li{width:16.5%} to #nav-second ul.sf-menu>li{width:12.5%}
Forum: Plugins
In reply to: [LogMyTrip] Map displays but no data on itOk, when you entered 18° 05.3960′ N 67° 56.4040′ W and clicked the Search button located in the edit post (right under LogMyTrip Location), did you see the map of the island showing?
Forum: Fixing WordPress
In reply to: admin theme does not show properlyYes, tahseensw. I know it could be frustrating but ofter time re-uploading the software is a good way to fix a problem.
Forum: Plugins
In reply to: [Recent Posts on Editor] InsertYes, it works with the Visual Editor. Try making a test to insert a post with the Visual Editor.
Forum: Plugins
In reply to: [Recent Posts on Editor] InsertYou can display recent posts on a page. For example:
Try editing a post. On the right hand side you will see the plugin “Recent Posts on Editor”. Then the recent posts from your site will be listed. When you mouseover any of them you have the option to insert it in your current post by clicking the Insert link. Is this what you are trying to do?Ok after you have done what Esmi told you please edit the code as I suggested.
To answer your question,
go to:
Twenty Fourteen: Single Post (in/template-tags.php)
and remove the following code:<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a href="%4$s" rel="author">%5$s</a></span></span>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: Cannot remove Read More buttonHappy to help ??
Forum: Plugins
In reply to: [Recent Posts on Editor] InsertWhat exactly does not work? The “insert” function works on my WP.
Forum: Themes and Templates
In reply to: Cannot remove Read More buttonOk, I just tested this on my own WP and it worked.
Forum: Themes and Templates
In reply to: Cannot remove Read More buttonGo to: deLighted: helpers.php (inc/helpers.php) and remove the following code:
$more_text = get_post_type( get_the_ID() ) == 'post' ? __( 'Read more', 'delighted' ) : __( 'More info', 'delighted' ); $excerpt_more = '<div class="moretag-wrap"><a href="'. get_permalink( get_the_ID() ) . '">' . apply_filters( 'delighted_more_text', $more_text ) . '</a></div>';
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: Cannot remove Read More buttonYou can try to remove it from Appearance => Editor => Main Index Template
Forum: Plugins
In reply to: [LogMyTrip] Map displays but no data on itThe fact that the map shows indicates that the plugin works. It just points to the wrong location. Where do you want to point it at and what coordinates are you using?
Forum: Fixing WordPress
In reply to: admin theme does not show properlyIt would be helpful to know the entire message. Also did you try what esmi suggested?
Forum: Fixing WordPress
In reply to: No sound in audio playerThe sounds works for me. Try restarting your computer or use a different browser to test.