brittanieshey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sketch] Portfolio project typesOne more thing — it would be awesome if those project types were hyperlinked too, but that is less important.
Forum: Themes and Templates
In reply to: [Sketch] Portfolio project typesI appreciate your help. That works but it’s not ideal. I’ll have to edit the CSS anytime I add a new project type. Is there no way to do this by editing the php files?
Secondly, I’d like some guidance on styling. I actually have two portfolio pages — one with select projects and one with all projects. They are:
brittanieshey.com/writing
brittanieshey.com/portfolioThe styling on the portfolio page is not that great. Styling is pretty good on the writing page but I would prefer if it looked like
PROJECT TITLE ? PROJECT TYPE
instead of them being on two separate lines.
Thanks again for your assistance.
Forum: Themes and Templates
In reply to: [Sketch] Filtering portfolio projects on main portfolio pageI used those instructions for Orvis and modified the array to the below, and IT WORKED! Thanks!
$args = array( 'post_type' => 'jetpack-portfolio', 'posts_per_page' => $posts_per_page, 'paged' => $paged, 'tag' => 'featured', );
Forum: Themes and Templates
In reply to: [Sketch] Filtering portfolio projects on main portfolio pageI already have a child theme (I always use them) so I will have a look at this. Thanks!
Forum: Themes and Templates
In reply to: [Sketch] Filtering portfolio projects on main portfolio pageI did. I removed it because it wasn’t working as intended. The shortcode allowed both the shortcode portfolio and the regular portfolio to appear. The CSS made them both disappear. The shortcode was also completely unstyled though. I like the way the regular portfolio is styled — I just want to limit it to a specific tag.
Forum: Themes and Templates
In reply to: [Sketch] Filtering portfolio projects on main portfolio pageThat removed all the content below the slider.
Forum: Themes and Templates
In reply to: [Sketch] Filtering portfolio projects on main portfolio pageYeah, I saw that post but I definitely want to keep the slider.
Forum: Fixing WordPress
In reply to: File backups not completingThis isn’t a plugin issue, as it was happening before I installed the plugin.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Reorder portfolio projectsNevermind — I was looking at the wrong dates on my spreadsheet. All is good. Feel free to delete this thread.
Forum: Fixing WordPress
In reply to: Site loading slooooow or not at allThanks for looking. I think I probably fixed it by the time you checked. Here’s what I did for both sites:
1. Disabled my theme and plugins folder by renaming them via FTP client.
2. Deleted .htaccess file.
3. Reloaded, reloaded, reloaded until finally the site popped up and I could log in.
4. Re-enabled theme and plugins by renaming back to the original.
5. Disabled all plugins and then re-activated one by one to make sure there were no issues.The plugins seemed fine. It seems to have been the .htaccess files on both sites. But all is good now… for now, at least. Thanks for your help though.
Forum: Themes and Templates
In reply to: Simply Delicious center featured imagesSweet! Thanks so much man. Have a great weekend!
Forum: Themes and Templates
In reply to: Simply Delicious center featured imagesThat one’s not working. ??
Forum: Themes and Templates
In reply to: Simply Delicious center featured imagesGreat work, thanks! How about centering the featured image on the home page’s featured post?
Forum: Themes and Templates
In reply to: Editing metadata in Ascetica themeDone. Feel free to delete this. Thanks!
Forum: Themes and Templates
In reply to: Two blogs, one index — best way?But it’s already two sites. I don’t want to have to go through all the posts and select post types. I don’t want to merge the two sites. I just want them to be under a single splash page.