susantau
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Twelve Yoast Breadcrumbs on single post pagesThanks, cthreelabs! i did that, i think – but there are still no breadcrumbs on the single post page. here is the code from the top of single.php:
get_header(); ?> <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?> <div id="primary" class="site-content"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?>
here is a single post page on my website in progress: https://mudstrawlove.com/july2014wp/hello-world/
Forum: Requests and Feedback
In reply to: Thumbs up on useful forum topics??
Forum: Requests and Feedback
In reply to: Thumbs up on useful forum topicsI was thinking of a thumbs up on the entire thread, not any given contribution to the thread.
Forum: Themes and Templates
In reply to: Twenty Twelve Yoast Breadcrumbs on single post pages(Yoast SEO)
Forum: Requests and Feedback
In reply to: Thumbs up on useful forum topicsI would like a way of being able to say thank you to useful posts that are otherwise closed to replies. I wouldn’t exactly call this a problem.
Forum: Plugins
In reply to: [Easing Slider] slider not responsiveHi Matthew,
thanks for the reply. I did have that checked, and the slideshow was perfectly responsive — until I tried to FLOAT it.
my solution is working apparently pretty well, so i’m not in any crisis. ??
thanks again,
SusanForum: Plugins
In reply to: [Easing Slider] slider not responsiveOK, I might have this figured out. I just added a few media queries to my child theme style sheet to display the slider at smaller sizes in smaller displays.
For example:
/* Table - Maximum width of 320 pxels. */ @media screen and (min-width: 321px) and (max-width:768px) { #slider-header { float:right; width:25em; height: 16.7916667em; margin-left:1.5em; } }
(I’ll change my em units to rems, with a fallback to pixels, as a final step.)
I guess this should have been obvious, but i’m a newbie to responsive design. ??Forum: Plugins
In reply to: [Easing Slider] slider not responsivep.s. the reason i specified width and height is that the float would not work if i did not do so.
p.p.s. my website in progress is here: https://cubatourswithjorge.com/july2014wp/Forum: Plugins
In reply to: [WP Super Cache] Deleting cache/expire files crashed siteUpdate: I scrolled down a long way to find the plugins page intact down below. I deactivated SuperCache and now the page displays just fine.
Forum: Fixing WordPress
In reply to: 3.9 and WP Super CacheMy WordPress 3.9 site crashed a few days ago when I was simply clicking to view WP Supercache under the Dashboard Settings. White screen of death. I reuploaded all my WP files which fixed the problem.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] How to Remove Buttons from Post ExcerptOkay, cool. In the meantime to remove buttons from post excerpts, I commented out line 1443 in wp-content/simple-share-buttons-adder/simple-share-buttons-adder.php:
add_filter( 'the_excerpt', 'show_share_buttons');
Forum: Plugins
In reply to: [Simple Share Buttons Adder] FIXED ERRORSWow, that’s excellent news!
WOW. IF it was a snake, it would have bit me.
Thanks so much!!!
Forum: Plugins
In reply to: [Simple Share Buttons Adder] FIXED ERRORSwow, thanks so much for providing this. Those errors have been driving me crazy.
I really just don’t understand why SSBA doesn’t incorporate these few simple fixes to make their plug-in shinier. Meanwhile, we have to re-fix SSBA with any new update.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] FIXED ERRORSWould love to see how you fixed those things…