lin2ai4
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AssentPress] Remove author block below post contentThank you!
Forum: Themes and Templates
In reply to: [AssentPress] Remove author block below post contentHello,
Thank you for replying so quickly. I don’t see how to attach a screenshot here, but I think I got rid of the author block not long after I asked by adding this CSS:
article.theme-blog-author.media { display:none; }
Does that seem OK or could that have broken something else that I’m not noticing?
Forum: Plugins
In reply to: [Page-list] Numbered list?I have the same question. Anyone know a solution?
Thanks in advance.Forum: Plugins
In reply to: [Interactive Content – H5P] H5P myCRED HookThank you @samnajar! I had thought that just changing an existing question would be enough (it gives that warning about starting over), but totally new questions worked great, including partial credit!
And thanks to @rpetitto for such a great plugin!
Looking forward to having the “re-take” option too.Forum: Plugins
In reply to: [Interactive Content – H5P] H5P myCRED HookThank you for the reply! I should have mentioned that I had version 0.3 with the “partial credit” option (just installed yesterday for the first time; not sure why that error log had an old date). I deleted and reinstalled 0.3 anyway, but still no sign of credit. Is there anything else I can try?
Forum: Plugins
In reply to: [Interactive Content – H5P] H5P myCRED HookFirst of all, thank you for making this plugin! But I can’t seem to make it work. It’s installed (from https://github.com/rpetitto/mycred-h5p/) and I’ve added “myCRED H5P” to the Active Hooks. But completing H5P activity doesn’t seem to earn points (I checked that one of the built-in hooks adds points).
I tried deleting and reinstalling the hook plugin.
I’m not too sure how to check error logs but I did find this (although the date is not today):
“[24-Apr-2017 16:20:11 UTC] WordPress database error Table ‘.wrd_h5p_tmpfiles’ doesn’t exist for query ALTER TABLE wrd_h5p_tmpfiles ADD COLUMN id INT UNSIGNED NOT NULL AUTO_INCREMENT FIRST, DROP PRIMARY KEY, ADD PRIMARY KEY(id) made by include(‘phar:///usr/local/bin/wp/php/boot-phar.php’), include(‘phar:///usr/local/bin/wp/php/wp-cli.php’), WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, H5P_Plugin::check_for_updates”
Any suggestions what to try next?
Thank you!
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Cannot load content?Thank you! Looks good.
Forum: Plugins
In reply to: [H5P CSS Editor] Instructions? Examples?OK, thanks
Forum: Plugins
In reply to: [Easy Sidebar Menu Widget] Plugin doesn’t work?I have the same problem. Plugin just shows a list (like the regular custom menu widget), not a drop down. Am I missing some setting? Theme is Satisfy.
Same problem. The shortcode in my case is Pretty File Links. The shortcode appears in the e-mail from Jetpack, like this:
[prettyfilelink src=”https://www.forummagistrorum.com/wpb/wp-content/uploads/2012/12/Olympian-symbol-cards.pdf” type=”pdf”]Olympian symbol cards pdf[/prettyfilelink]
I don’t expect Pretty Links in the e-mail, but regular links instead of the shortcode would be good.
Is there any chance of a general Jetpack fix? Or are the different types of shortcodes too numerous?
Forum: Themes and Templates
In reply to: [Responsive] Home widget padding unevenSorry for the delay in replying. With your generous help, I think I’ve cobbled together something that looks OK. For the record, this is my custom css for widgets now
.widget-title { font-size: 18px; } .jetpack_subscription_widget h3 { padding: 0 0 18px 0px; line-height: 18px; } .jetpack_subscription_widget p{ padding: 0 0 12px 3px; line-height: 24px; }
Forum: Themes and Templates
In reply to: [Responsive] Home widget padding unevenSorry, I had a mistake in the code above. I had had a comma in
.widget-title { padding: 0; }
With the comma removed, it applied the zero padding to all the widgets in the sidebar, so Jetpack looked OK, but then everything else had too little space. I’m sorry but I can’t figure out how to make this apply to just Jetpack and not to every widget.
Sorry to keep on about this.
Forum: Themes and Templates
In reply to: [Responsive] Home widget padding unevenDear Emil,
Thanks for the line-height suggestion! I think I’ve got it worked out so that it looks good, but only in the home page widget. In the main sidebar, there’s still a big space below the widget title. Below is the CSS I used, but my CSS knowledge is very limited and there is probably a much better way to do it.
Ivy
.widget-title, { padding: 0; } .jetpack_subscription_widget h3 { padding: 3px 0 0 0; line-height: 14px; } .jetpack_subscription_widget p { padding: 0 0 6px 9px; line-height: 24px; }
Forum: Themes and Templates
In reply to: [Responsive] Mobile drop-down menu starting pageThank you so much for that link, Emil! I pasted in the code and added “Menu” for the header. That is a perfectly acceptable workaround, imo.
Thanks again,
IvyForum: Themes and Templates
In reply to: [Responsive] Home widget padding unevenDear Emil,
You were absolutely right about about the Featured Category plugin used for Recent Posts applying its own CSS. I tried another plug-in and it doesn’t do that. Thanks!
As for Jetpack, I added the 3 blocks of CSS at the link you mentioned and that didn’t solve the problem. What did make a slight difference was adding
.jetpack_subscription_widget h3 { padding-bottom: 0; }
The Jetpack gaps were still pretty large, but both gaps seemed to be the same size with that. Is there anything else I should try?
Thanks again!
Ivy