skunkgrunt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Neve Options Never LoadWell, silly me. I should have tried clearing my browser cache before all of this. Cleared the cache and voila, neve options appears.
Forum: Themes and Templates
In reply to: [Neve] Neve Options Never LoadWell, I managed to clear all the errors. Modifying
/index.php$is_args$args
in the nginx config cleared up the errors, in addition to a 404 error in the REST API that was appearing in the Site Health screen.But it didn’t solve the issue. Neve Options still hangs. Infinitely loading.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Link Builder credentials won’t saveWell, turning adblocker off worked for me. Turned it off for the entire domain, then refreshed the page. Worked.
Forum: Plugins
In reply to: [Product Category Showcase for WooCommerce] showcase not displaying properly@gkibria69 This is EXACTLY what happened to me. Simple fix: In the classic editor, just under the “Add media” button, open the drop down menu and switch from “Preformatted” to “Paragraph”.
Problem solved.
A truly awesome plugin.
Forum: Themes and Templates
In reply to: [Hemingway] Search Bar and Menus?Any update? I would love to have a sticky menu at the top after scrolling. It would be great if you could take the header text, and have that on the left hand side of the menu bar.
Can anybody out there help?
Forum: Plugins
In reply to: [Newsletter Popup] back slashes appearing with ‘ok, apparently this is an age old issue dealing with “magic quotes” in PHP. Trying to disable it now.
Forum: Plugins
In reply to: [Ultimate Ads Manager] Ads in buddypress activity stream?Sorry for the late reply. Didn’t see it in my Gmail.
Thanks for looking into it!Forum: Plugins
In reply to: [Launchpad - Coming Soon & Maintenance Mode Plugin] Adding Social NetworksOk, I figured it out. I was almost there. I forgot to switch the “twitter” after the apollo_social_options in each entry.
So it should look like this:<?php if(isset($apollo_social_options["pinterest"]) && $apollo_social_options["pinterest"] !== ""): ?> <li><a href="<?php echo esc_url($apollo_social_options["pinterest"]); ?>" rel="nofollow" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/pinterest.png" alt="" /></a></li> <?php endif; ?> <?php if(isset($apollo_social_options["instagram"]) && $apollo_social_options["instagram"] !== ""): ?> <li><a href="<?php echo esc_url($apollo_social_options["instagram"]); ?>" rel="nofollow" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/instagram.png" alt="" /></a></li> <?php endif; ?>
Now, the options show up in the admin, and properly on the page.
Forum: Themes and Templates
In reply to: [Sydney] Slider ProblemsNever mind. I’m an idiot. I didn’t flush the cache.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Header Image only on mobileThank you so much! I’ll keep this info for the next time I need it, but for now, I managed to achieve it by modifying the header.php file with the
( wp_is_mobile() )
function.
So my header file now looks like this:<?php if ( wp_is_mobile() ) : ?> <?php if ( get_header_image() ) : ?> <?php /** * Filter the default twentysixteen custom header sizes attribute. * * @since Twenty Sixteen 1.0 * * @param string $custom_header_sizes sizes attribute * for Custom Header. Default '(max-width: 709px) 85vw, * (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px'. */ $custom_header_sizes = apply_filters( 'twentysixteen_custom_header_sizes', '(max-width: 709px) 85vw, (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px' ); ?> <div class="header-image"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <img src="<?php header_image(); ?>" srcset="<?php echo esc_attr( wp_get_attachment_image_srcset( get_custom_header()->attachment_id ) ); ?>" sizes="<?php echo esc_attr( $custom_header_sizes ); ?>" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"> </a> </div><!-- .header-image --> <?php endif; // End header image check. ?> <?php endif; // Mobile only header. ?>
So I wrapped the entire header image check in the <?php if ( wp_is_mobile() ) : ?>
Is this an acceptable way of doing this? Or is the CSS version you supplied a better way?Thanks again!
Forum: Hacks
In reply to: My first pluginAlrighty then. That makes a little more sense. Thanks.
I have the editor set up correctly now, with only the categories for the CPT showing! Yippee!
However, I didn’t find anything regarding direct links to taxonomy archives in the page you suggested.
I saw the add_submenu_page but am unclear on how to implement it to link directly to the taxonomie’s categories.
Thanks!Forum: Plugins
In reply to: Trying to add categories to a pluginSorry about that! For some reason, none of them were showing, so I thought they hadn’t posted. My apologies.
I have contacted the author, but he hasn’t responded. Been over 3 weeks. That’s why I turn to the community.
Forum: Plugins
In reply to: [CF WOD Posts] Import WODs?And now I’m wondering, is there some way to separate the benchmark WODs from user created WODs? Maybe using categories? I can imagine the list getting very cluttered with over 200 benchmark WODs, PLUS user generated.
Thanks!
Forum: Plugins
In reply to: [CF WOD Posts] Import WODs?Yeah I think so. I’m assuming in the CSV, one of the values would be the custom post type?
*edit* just looked at the plugin. The post type slug is used. What would the slug be for the WOD post type?
Forum: Plugins
In reply to: [Ultimate Addons for SiteOrigin] Ultimate Addons bundle Doesn't WorkAlso, disabled all plugins except Pagebuilder, siteorigin widgets, and ultimate addons. Still, not working.
Could it be a conflict with a theme? Using Make theme.