amberm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [EightPhoto] iPhone compatibilityerinnow.com
Thank you!
Forum: Themes and Templates
In reply to: [EightPhoto] Gallery SettingsUpdate: I have added the featured image in several posts and they are now appearing on the homepage. However, they link to the post, not the gallery. How can this be resolved?
Forum: Themes and Templates
In reply to: [Kale] Remove text below featured postsThank you!
Forum: Themes and Templates
In reply to: How to feature a image above Wootique slider on homepageIf you’re not using a blog on your site, you could add an image like this:
Theme Options, Homepage Settings
Check the box that allows you to display your most recent blog post.
Create a Blog Post and add the image within your post (not featured image). Customize by removing the post title if needed within Theme Options, General Settings, Custom CSS.
If you are using the blog, you would have to change #introduction to show only a specific category and create your blog post (image) within that category.
These options may not be the best/cleanest, but they’ll work.
Forum: Plugins
In reply to: [Custom Recent Posts Widget] title alignmentThis didn’t work either. However, when I changed the location of the widget from the last item to the 3rd item, it aligned properly.
Forum: Plugins
In reply to: [Custom Recent Posts Widget] title alignmenthttps://www.heirloomblooms.org/?attachment_id=488
Thank you for your help. I’ve tried several CSS changes but haven’t found the right class/id to update the text-align property for.
Forum: Plugins
In reply to: [Custom Recent Posts Widget] title alignmentIs it possible it’s a browser issue? I’m using Firefox. My client is as well and it showed the same for her.
Forum: Plugins
In reply to: [Custom Recent Posts Widget] title alignmentMy apologies. site is:
https://www.heirloomblooms.org/
The widget is “In the news”Forum: Fixing WordPress
In reply to: Hide / Exclude Categories From Posts PageI tried to use this code in WP 3.5 and get the following error code:
Parse error: syntax error, unexpected T_NS_SEPARATOR, expecting T_STRING in /home/content/89/10409789/html/wp-content/themes/simple-catch-child/functions.php on line 8
Here’s a copy of the code:
<?phpfunction exclude_category($query) {
if ( $query->is_home || $query->is_archive) {
$query->set(‘cat’, ‘-4’);
}
return $query;
}
add_filter(‘pre_get_posts’, ‘exclude_category’);?>
I don’t know PHP, I was just following the advice given. Can anyone tell me what the error code means?
Thanks!Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Multiple Galleries per post? How?I’ve been trying multiple lighbox plug-ins the past week and found Lightbox Plus to be the easiest and best looking
https://www.23systems.net/wordpress-plugins/lightbox-plus-for-wordpress/It was also very easy to customize…although I had to do it directly in their css files, not the child theme.
Are you still happy with File Gallery? I was searching for multiple galleries and came across this thread.
Nevermind…this plug-in does not do what I thought it did. I’m looking for a way to update my thumbnails on a page. I posted the images, then went back and edited the thumbnails but the page never updated with the new thumbnails. I thought that’s what this plug-in did :/
If anyone knows of a way to do that, send me the info ?? Thanks!
Hi Pedro,
Where do we insert this code?I’m using this plug-in and it’s not working for me either and am hoping your addition will solve my problem.
Thank you!
deactivated, deleted and reinstalled. Has now appeared. I think I clicked on the wrong plug-in (NextGEN Colorbox)
Forum: Fixing WordPress
In reply to: Code check for non-WP landing pageThat worked!
Thank you very much!The image appears on the left on the screen. I’m guessing I need to add a style sheet in order to move it to the middle?
This is my first project writing so much of my own code, it’s very exciting ??
Forum: Fixing WordPress
In reply to: Code check for non-WP landing pageNickelmedia,
Thank you for your response! I created the entire .html file in textedit and saved it as index.html, then uploaded via FTP.Any other thoughts?
I will reduce the image size, great suggestion!
Amber