avalanche
Forum Replies Created
-
Forum: Plugins
In reply to: [Staff List] Link Text not Displaying in SearchJust submitted it
Forum: Plugins
In reply to: [Staff List] Link Text not Displaying in SearchI tried that earlier today, regarding a different issue, and I never received a reply.
Forum: Themes and Templates
In reply to: [Customizr] Bootstrap Interfering with the MenuI add the Bootstrap 3 css within my functions, and I direct my plugins to use that file for bootstrap. So it’s not so much a plugin that created the conflict, it was bootstrap itself. It’s just that bootstrap 3 uses .collapse to make something “disappear”.
Now that Bootstrap 4 has been released, I’ve been considering upgrading my child themes.
Do you have an idea on time frame for the upgrade?
Forum: Themes and Templates
In reply to: [Customizr] ?Disable Font Awesome?@pikatxu77
I use the plugin Easy Bootstrap Shortcode. It imports Font Awesome as a css and not a woff, therefore speeding up the load time a bit. If you do decide to use this plugin, and you’re using the horizontal navigation, just make sure to add this to your child css:.nav-collapse.collapse { display: block; }
Otherwise, your navigation will disappear.
I tend to use this plugin for styling header tags, wells, and creating responsive columns, so for me the Font Awesome was a bonus.
Forum: Themes and Templates
In reply to: [Customizr] Bootstrap Interfering with the MenuI added this to the css:
.nav-collapse.collapse { display: block; }
Just a suggestion to the development team. I believe that this is something that should be in tc_common.min.css regardless. You never know what kind of plugins everyone will use, and with the rise of Bootstrap, I don’t think I’m the only one that will run into this issue.
Forum: Fixing WordPress
In reply to: Drag and Drop sticking to cursorAny solutions? @esmi none of those solutions worked. I have numerous sites on various hosting providers, some sites don’t have plugins, and a few are running a basic theme (ex: twentysixteen), and this issue is occurring on every single site.
This issues is not happening in Safari.
UPDATE: Issue still happens when using Firefox in Safe Mode.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Inline csswp-content permissions is currently set at 705. What should it be at?
I don’t have the one-click updates, my hosting provider automatically updates WP.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Inline cssWould that be something my hosting provider does? or can I do that?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Inline cssThank you so much!
I’ll keep an eye out for the update ??
Forum: Plugins
In reply to: [Sponsors] Inline cssSo… Not sure what happened, but
<?php echo do_shortcode('[sponsors size="small" style="grid"]'); ?>
worked just fine. Maybe I had a typo, idk, but it’s working. Thanks for all your help. ??Forum: Plugins
In reply to: [Sponsors] Inline cssErrors are gone! Inline css is gone! The images have a height of 80px (inline css), but I can work with that. Looks great! ??
Forum: Plugins
In reply to: [Sponsors] Inline cssI installed the new version, I now receive a warning of an invalid argument in the wp dashboard.
And when I try to add/update any type of page, I receive these warnings:
Warning: Invalid argument supplied for foreach() in /home/content/a2pnexwpnas02_data03/10/3377910/html/wp-content/plugins/wp-sponsors/includes/class-wp-sponsors-upgrade.php on line 80 Warning: Cannot modify header information - headers already sent by (output started at /home/content/a2pnexwpnas02_data03/10/3377910/html/wp-content/plugins/wp-sponsors/includes/class-wp-sponsors-upgrade.php:80) in /home/content/a2pnexwpnas02_data03/10/3377910/html/wp-admin/post.php on line 197 Warning: Cannot modify header information - headers already sent by (output started at /home/content/a2pnexwpnas02_data03/10/3377910/html/wp-content/plugins/wp-sponsors/includes/class-wp-sponsors-upgrade.php:80) in /home/content/a2pnexwpnas02_data03/10/3377910/html/wp-includes/pluggable.php on line 1167
Forum: Plugins
In reply to: [Sponsors] Inline cssAt this time, I’m using a different plugin. Could you please let me know when your plugin gets an update? I would really like to use yours since it shows up as “Sponsors” in the WP navigation.
Yes, I’m inserting the shortcode directly into the footer.php in the theme. Here is an example of a shortcode that I’m using for a different plugin:
<?php echo do_shortcode('[logoshowcase cat_id="9" dots="false" arrows="false" link_target="blank" slides_column="5"]'); ?>
If I were to use:
<?php echo do_shortcode('[your-shortcode]'); ?>
, it works just fine. But when I start adding parameters, it quits working.Forum: Plugins
In reply to: [Contact Form 7] Multiple Recipients w/Multiple AddressesThat was it! Thank you! ??