Forum Replies Created

Viewing 14 replies - 16 through 29 (of 29 total)
  • Thread Starter avalanche

    (@packerland)

    Just submitted it

    Thread Starter avalanche

    (@packerland)

    I tried that earlier today, regarding a different issue, and I never received a reply.

    Thread Starter avalanche

    (@packerland)

    I 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?

    @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.

    Thread Starter avalanche

    (@packerland)

    I 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.

    Any 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.

    • This reply was modified 8 years, 1 month ago by avalanche.
    • This reply was modified 8 years, 1 month ago by avalanche.
    • This reply was modified 8 years, 1 month ago by avalanche.
    Thread Starter avalanche

    (@packerland)

    wp-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.

    Thread Starter avalanche

    (@packerland)

    Would that be something my hosting provider does? or can I do that?

    Thread Starter avalanche

    (@packerland)

    Thank you so much!

    I’ll keep an eye out for the update ??

    Forum: Plugins
    In reply to: [Sponsors] Inline css
    Thread Starter avalanche

    (@packerland)

    So… 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 css
    Thread Starter avalanche

    (@packerland)

    Errors 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 css
    Thread Starter avalanche

    (@packerland)

    I installed the new version, I now receive a warning of an invalid argument in the wp dashboard.

    Screenshot

    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 css
    Thread Starter avalanche

    (@packerland)

    At 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.

    Thread Starter avalanche

    (@packerland)

    That was it! Thank you! ??

Viewing 14 replies - 16 through 29 (of 29 total)