Heather_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: overriding break tag for image excerpts on category pagesIf anyone out there is still mulling this one over, this site is now live and so the links have changed.
This is how I would like the logos to be displayed:
https://www.torontoactingstudios.com/studios/This is how the PHP is laying out the pages:
https://www.torontoactingstudios.com/studios/category/acting-technique/Thanks!
HeatherWorked like a charm! Thanks Jacob.
Sorry? You lost me on that one. Do you mean in the settings? I don’t see a click option… Or perhaps you mean in the shortcode.
~h
Yes, that fixed the problem with Chrome. But my navigation buttons still don’t work. I’ve got “Build Navigation” set to “yes”, and “Enable Navigation” also set to “yes”
Thanks!!
Hi Jacob,
It’s much better, but still seems somewhat buggy. My navigation button don’t seem to be responding when I click them, and although things are looking good across most browsers (on my Mac), on Chrome it’s displaying very oddly. The navigation buttons are moving around and some of the slides aren’t appearing at all!
https://www.torontoactingstudios.com/Wordpress/
Thanks for all of your hard work so far.
~ Heather
Forum: Fixing WordPress
In reply to: overriding break tag for image excerpts on category pagesHere’s category.php, in case it is helpful
Forum: Fixing WordPress
In reply to: overriding break tag for image excerpts on category pagesHi Rachel,
Thanks for having a look at this. It’s content.php that calls the images through
the_excerpt_rss();
Forum: Fixing WordPress
In reply to: Extra space at the bottom of Category pagesRachel Baker,
You are a life saver! Thank you. That worked perfectly.
If you feel like tackling another of my problems, have a go at this one:
https://www.ads-software.com/support/topic/overriding-break-tag-for-image-excerpts-on-category-pages?replies=5Thanks a million!
~ Heather
Forum: Fixing WordPress
In reply to: overriding break tag for image excerpts on category pagesBy the way, I updated my category link. It’s now this…
https://www.torontoactingstudios.com/Wordpress/studios/category/audition/
Forum: Fixing WordPress
In reply to: Extra space at the bottom of Category pagesI changed my links. Here’s the updated links
https://www.torontoactingstudios.com/Wordpress/studios/category/on-camera-film-or-tv/
https://www.torontoactingstudios.com/Wordpress/studios/category/audition/
Thanks!
Thanks for the update Jacob. For some reason WordPress wasn’t notifying me of the update so I grab it from your plugin page and overwrote the earlier install. Sadly it still isn’t lining up for me. In Chrome the slides don’t seem to be lining up at all.
Perhaps I should go back to an earlier version? Is there somewhere I can download old versions?
Thanks!
~ heatherForum: Fixing WordPress
In reply to: overriding break tag for image excerpts on category pagesI tried the below but no luck:
function my_wpautop_correction() { if( is_category() ) { remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' ); } } add_action('pre_get_category', 'my_wpautop_correction');'
Forum: Fixing WordPress
In reply to: overriding break tag for image excerpts on category pagesHi ravZen,
Thanks so much for your response. I tried changing my style. Now both files are styled with
<div class="entry-content">
, but this didn’t seem to solve the problem.Perhaps I should have stated in my first email that the page that is is laid out in the way that I want, is not a result of the work of PHP or the LOOP, I simply added the images in myself
https://www.torontoactingstudios.com/Wordpress/studios/I’ve seen other discussion of similar problems here:
https://wordpress.stackexchange.com/questions/4744/remove-line-breaks-in-wp-list-categories & here
https://wpquestions.com/question/show/id/342I’m wondering if something like this might be a good solution:
function my_wpautop_correction() { if( is_page() ) { remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' ); } } add_action('pre_get_posts', 'my_wpautop_correction');'
But instead of ‘is_page’, maybe ‘is_category’?
Hey Jacob,
I just updated the plugin and everything went wonky on me. I had 3 slideshows lined up side-by-side, but now they are in a row one on top of the other. In Firefox they are off-centered and squished together as well…
https://www.torontoactingstudios.com/Wordpress/Not sure if I should be starting a new thread for this, since this thread was started with a different topic and since resolved, but wanted to be sure you got this
Forum: Plugins
In reply to: Looking for the perfect slideshowBy the way…. if anyone else is looking for a similar slideshow AnythingSlider worked perfectly for me