Forum Replies Created
-
AuthorPosts
-
Carolyn
ParticipantThank you.
Carolyn
ParticipantI'm using Theme settings (customize) to display Entry Excerpts.
I used code from https://my.studiopress.com/documentation/snippets/post-excerpts/modify-the-content-limit-read-more-link/
February 9, 2015 at 12:58 pm in reply to: Adding "Read More" button on excerpts on Metro Pro #140224Carolyn
ParticipantHi there,
Try this tutorial from Pretty Darn Cute Designs. I just used it and it works. It replaces the ... with a read more link.
https://prettydarncute.com/2013/10/change-post-excerpt-link-text/
Carolyn
Carolyn
ParticipantGreat! Glad I could help.
Would you please close this topic and mark it as resolved.
Cheers,
CarolynCarolyn
ParticipantHey there -
I just reread your question. It can be accomplished by CSS. Add
.entry-comments-link{ display:none; }
To your style.css
Carolyn
ParticipantHi -
This might help. In your functions.php (make a backup before editing!) Look for something like this
//* Modify the comment link text in comments add_filter( 'genesis_post_info', 'post_info_filter' ); function post_info_filter( $post_info ) { return '[post_date] By: [post_author][post_comments zero="comment" one="1 Comment" more="% Comments"]'; }
And remove the portion that pertains to comments so you'd have
//* Modify the comment link text in comments add_filter( 'genesis_post_info', 'post_info_filter' ); function post_info_filter( $post_info ) { return '[post_date] By: [post_author]'; }
Carolyn
ParticipantYou'll want to first add this to your style.css
#nav .wrap { display: table; margin: 0 auto; }
Then in your current code change the 10 px of padding to 0px you had here
#nav, #subnav { background: url(images/menu_bg.gif) repeat-x; width: 960px; color: #253453; padding: 0 0 0 0px; margin: 0; overflow: hidden; clear: both; }
Then you'll end up with this.
http://postimg.org/image/f71eholc5/Carolyn
ParticipantWeb Savvy Marketing has a nice theme for Salons,
http://www.web-savvy-marketing.com/store/lisa-marie/Great instructions, easy to set up.
I used it here -
http://mandara.life/Carolyn
ParticipantDo you have another recipes page? Even check your trash. If so, you can't resuse that name until you get rid of it completely.
Carolyn
ParticipantHi Jessica,
I'm assuming you are using the WP Gallery?
Have you seen this tutorial?
http://www.wpbeginner.com/plugins/how-to-add-custom-links-to-gallery-images-in-wordpress/Which then links to this plugin to have links on your image.
http://wordpress.org/plugins/wp-gallery-custom-links/Carolyn
Carolyn
ParticipantThis plugin will remove the Title of a Page
In the past I have used this code
.page-id-78 .entry-title {display: none;}
Where you'd have to change on the 78 to the actual page id # for your page.
Hope this helps,
CarolynCarolyn
ParticipantHi there -
Sometimes when this happens to me, I haven't actually saved and uploaded the file to the correct folder on my site. Maybe double check this?
Here's a great tutorial you could also use.
Changing The Primary Navigation Colors In StudioPress Themes
Regards,
CarolynCarolyn
ParticipantComplete fail on my part. I thought I had dragged it (blockquote) into the toolbar, but I hadn't.
Thanks for the help.
Carolyn
ParticipantYes! That was it. It exactly was the plugin "TinyMCE Advanced" - any alternative you think I could use?
Thanks Brad.
Carolyn
ParticipantSorry, it is, it's not in the visual editor.
Is there a simple way to have it there too?I have it on my other site.
Carolyn
ParticipantPerfect, thanks!
August 28, 2013 at 10:03 am in reply to: Spacing Between Home Top Right and Left – Crystal Theme #59230Carolyn
ParticipantOkay, I think I figured this out on my own!
I need to change the width of the wrap for Home-Top.Carolyn
ParticipantOh goodness, talk about it being simple and me making it hard! Thanks Susan.
Sometimes I just have to shake my head at myself!Carolyn
ParticipantI don't understand Stewart. The last time I used the Crystal theme, I just began to blog and it worked fine. Could you elaborate?
Thanks,
CarolynCarolyn
ParticipantHi RobG - I don't have a link yet as I am *thinking* about which theme would work for this project. Thanks for the link.
Hi Brad - To sum up your response,
1. Yes, I can have more than one "portfolio page".
2. Each "portfolio" page will need to be name something else. That is one can benamed portfolio, another gallery, another itineraries.
3. To do this I copy the PHP from functions along with the portfolio page template?
4. I can keep all the classes for styling but change the name of what the new "portfolio page" is called, i.e. portfolio/gallery/itineraries.Thanks,
Carolyn -
AuthorPosts