siriusly
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials Widget] Hide *post* author on single testimonial pagehttps://pastebin.com/qBCX20ta
The file lives in the site’s Twenty Eleven child theme folder.
Thank you!!!Forum: Plugins
In reply to: [Testimonials Widget] Hide *post* author on single testimonial pageThat didn’t do it. I see the logic, but don’t understand the syntax, so I hope I at least copied & pasted correctly! Here’s the post example…
https://bit.ly/YFD4rDThank you!!
Forum: Plugins
In reply to: [Testimonials Widget] Hide *post* author on single testimonial pageThanks! So here’s the section I have now — when I uploaded the revised content-single.php to the child theme folder, the testimonial post no longer displays on the page. (sorry, not a PHP expert by any means)
…
/* translators: used between list items, there is a space after the comma */ $tag_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) ); /* BEGIN remove name of author at bottom of testimonials */ if ( is_post_type_archive( Testimonials_Widget::pt ) ) { $utility_text = __( 'Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' ); } elseif ( '' != $tag_list ) { /* END remove name of author at bottom of testimonials */ if ( '' != $tag_list ) { $utility_text = __( 'This entry was posted in %1$s and tagged %2$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' ); } elseif ( '' != $categories_list ) {
…
Forum: Plugins
In reply to: [Web Fonts] Web Fonts plugin not workingDoesn’t look like the author is supporting this any longer…
I solved this with a workaround by making the default template & background “fullwidth” and then specifying alternate backgrounds in all the pages that do not use the fullwidth template. Seems like there must be a better way, however… Ideas?? Thanks!
Forum: Plugins
In reply to: [Dashboard Site Notes] Dashboard Widget Gone!Not sure if this is related… Had been runnning DSN successfully on 3.5.1 until now… Was updating a note and included a bit of code (wrapped in code tags.) Upon saving the update, the entire admin area went blank, except for the lefthand menu and admin bar. The menu no longer responded, so I logged out of admin & deleted the plugin. All is back to normal, except I no longer have my site notes. The code wasn’t anything out of the ordinary — just a columns shortcode snippet for Grid Columns plugin (again, wrapped in code tags). Re-installed DSN & admin went blank again, so I’ve uninstalled for now.
WP3.5.1
Child theme of Twenty-twelve
PHP 5.4
SITE: https://bit.ly/X0zSliForum: Plugins
In reply to: [Web Fonts] Web Fonts plugin not workingWould you be willing to share where you changed the code? (Sorry — I’m not a coding expert). I’m having the same problem on all browsers, but this might at least be a clue. Thanks!
Forum: Plugins
In reply to: [Web Fonts] Web Fonts plugin not workingI have almost the same situation. The fonts.com fonts display properly on the public front end of the site, but not in the admin editor or in the Manage Stylesheets tab (the correct fonts are listed there, but their samples display as admin default). Am also using a lightly edited Twenty Eleven theme (though the CSS is *temporarily* applied via the Theme Extensions plugin, rather than as a child theme). Since Twenty Eleven supports the <add_editor_style()> function, I’m not sure why I can’t see correct fonts in admin & editor areas. Any insights here? SITE IS AT https://bit.ly/UWBMCT
@shashank Shekhar: Yes I read the post well, and no one had posted their PHP version until now. I am exploring all avenues because I am actually working on helping to find a solution to what broke with WP 3.5. I like the plugin and because it is currently in use in a number of my sites. I cannot upgrade to WP 3.5 on those sites without completely re-working any accordians and tabs if I switch to the bootstrap plugin. I will share the solution with the community if I figure it out. It is unfortunate that the author has abandoned this plugin — it was a good one.
Just curious, what is your install setup, WP & PHP versions? Also, has anyone discovered any plugin conflicts?
With WP 3.5, the wp ui admin widget intro window will not close, so mce editor becomes unusable.
Forum: Plugins
In reply to: [Dynamic Widgets] The plugin does not work after an upgradeSorry about that! I have now submitted bug report.
Forum: Plugins
In reply to: [Dynamic Widgets] The plugin does not work after an upgradeHello. Had a similar problem. Updated to WordPress 3.5 & widget content still displayed but could no longer be edited & saved. When I updated to Dynamic Widgets 1.5.4, all widgets disappeared from display. I have submitted a bug report, but I don’t think my dump file is very useful because I had to restore site to a backup so that widget content would display.
Forum: Plugins
In reply to: [WP Flow Plus] Only image titles showingOkay, my bad. I solved it by entering the gallery path in the settings.
Also looking for other solutions. It appears that the developer has abandoned this plugin in favor of the paid “Pro” version.