Allison Tarr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Styling not showing upI would recommend contacting the creator of your theme to see if there are changes that need to be made within it to suit the most recent WP update.
Forum: Fixing WordPress
In reply to: Switching Order of Social Media Plugin and Related Posts PluginDo you know if there is a theme option for it?
If not, it would involve editing one of the php files for the theme templates.
Forum: Themes and Templates
In reply to: [Kouki] Center Alignment Not WorkingIt appears centered on my end.
Forum: Fixing WordPress
In reply to: Social plugin issuesI can’t seem to replicate the issue you’re talking about with it being squashed.
Forum: Fixing WordPress
In reply to: How to replace tagline with image?It’s a pro-theme, right? I would recommend asking in their specific support forums (http://www.studiopress.com/forums/) as they’ll have a larger familiarity with the theme functionality itself.
Forum: Themes and Templates
In reply to: [Kouki] Center Alignment Not WorkingThey appear to be centered on my end. Perhaps it’s a cache issue?
Forum: Fixing WordPress
In reply to: Distorted Thumbnails in Gallery ImagesThe default image (img) styling in your css is 168px (height) by 225px (width). Do you have experience with adjusting CSS? What theme are you utilizing?
Forum: Fixing WordPress
In reply to: Weird CSS code on Search Result TitleWhat theme are you using? Do you have a link to the live site?
Forum: Fixing WordPress
In reply to: Change Image position in a columnHi Milo, do you still need assistance with this? When I visited your page, it looks like you might have a handle on it?
Forum: Fixing WordPress
In reply to: redirect page to old slugIs it live somewhere? Could you provide a link to where it’s happening?
Forum: Fixing WordPress
In reply to: Change Size of Feature Image to Fit Post PageHi Bronwyn,
You’re on the right track! Adjusting the add_image_size is what you would want to do. But it will only adjust for new media uploaded from the change onward. If you want it to affect media already uploaded you need to regenerate your thumbnails.(https://wordpress.org/plugins/regenerate-thumbnails/)
Hopefully that will work for you.
Depending on your experience level, CMB2 might be of use here (https://wordpress.org/plugins/cmb2/)
Forum: Fixing WordPress
In reply to: Two blogs, one site?I would recommend asking in the theme-specific help forum as they’d be more familiar with the in’s & out’s of the theme functionality (https://wordpress.org/support/theme/adelle)
One possible solution would be to have one blog but to only show posts with certain categories or tags on the front page and then the others within the other section. Not sure if that’s possible to shift within that specific theme without a lot more fiddling.
Forum: Hacks
In reply to: Make my custom taxonomy not clickable if no contentI think creating another conditional to loop through to check to see if there’s a link affiliated – something like the example here?
Forum: Fixing WordPress
In reply to: redirect page to old slugHave you already double checked that your ‘trash’ is emptied within your WordPress dashboard?