Sherry22
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] hide past eventsSorry for the delay.. can I send you a message in private message?
Can anyone comment here?
Forum: Plugins
In reply to: [Post Grid] html excerptI added this
function post_grid_filter_html_media_extra($html_media){
return ‘Before ‘.$html_media.’ After ‘;
}
add_filter(‘post_grid_filter_html_media’,’post_grid_filter_html_media_extra’);but In my excerpt I am not getting hard return
or <p> working on site view.Forum: Plugins
In reply to: [Post Grid] html excerptDid you get this working. I want have hard returns after excerpt lines
and <p> but adding this code didn’t workForum: Plugins
In reply to: [My Calendar - Accessible Event Manager] SEOso you recommend just having a 404 not found page to fix google error?
Forum: Plugins
In reply to: [Simple Image Sizes] No featured image settingIf anyone else has this problem go to your gantry theme settings – contents and you can change size here.
Forum: Plugins
In reply to: [Simple Image Sizes] No featured image setting*I have a gantry theme
I found the code in the plugin php file thanks.
I didn’t have luck with regenerate plugin.Forum: Plugins
In reply to: [Regenerate Thumbnails] thumbnail not resizing correctly.
Forum: Plugins
In reply to: [Regenerate Thumbnails] thumbnail not resizing correctly[solved] It was a setting in a plugin.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] masonrymarked solved
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] masonrysolved I needed to rework custom css within my theme. Thanks for comments.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] masonryand to clarify I am getting the load more but takes a bit for items to show on page but not in a grid format – ie 4 images with text under per row.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] masonrythank you for your help with the gantry. I went into the global page settings and added custom atom css and javascript linking to the css file and the js file on my server but it still isn’t showing the grid side by side. Is there something else I need to do?
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] masonryI uploaded the js to my theme server and added the script reference to the theme header but no luck …
<script src=”http://domain.com/wp-content/themes/themename/js/preloaded-masonry.js”>I wonder if gantry themes handle different? Any ideas? thx