bronwynslater
Forum Replies Created
-
Hi there! I have used this code too because I also need the products to not show (actually just don’t want the prices to show) on google results. Is it immediate or does the site need to be re-indexed first for the products not to show?
Thanks ??
add_filter( ‘the_seo_framework_robots_meta_array’, ‘my_robots_adjustments’, 10, 1 );
function my_robots_adjustments( $robots = array() ) {if ( ! function_exists( ‘is_product’ ) )
return $robots;if ( is_product() ) {
// Keys match the value. Legacy code.
$robots[‘noindex’] = ‘noindex’;
$robots[‘nofollow’] = ‘nofollow’;
}return $robots;
}Forum: Plugins
In reply to: [Crelly Slider] Where is Crelly Slider in WP Menu?Hi there, thanks, at least now I can access the slider. Didn’t know what the URL was. I will try exporting the slider later. For right now can you tell me how to remove the loader that appears when the slider is loading? The white circle with the blue stripes. My client really hates it and I don’t see an option in the settings to remove it.
Regards
BronwynForum: Plugins
In reply to: [Crelly Slider] Where is Crelly Slider in WP Menu?I have deactivated and re-activated and it hasn’t shown up again. Will try the uninstall once I know which files to backup
Forum: Plugins
In reply to: [Crelly Slider] Where is Crelly Slider in WP Menu?Hi there, which files do I need to make a backup of (via FTP I’m assuming?) before I uninstall?
Also, yes I only noticed that it disappeared from the left hand menu after updating WP.
Forum: Plugins
In reply to: [Crelly Slider] Where is Crelly Slider in WP Menu?Hi, yes I’m logged in as administrator
Thanks, that has worked. Very strange though.
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] SubMenu not displayingSo I located the issue:
.sub-menu, .nav .children has {opacity: 0;} – why would that be??
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Piped Values Seems to not workJULES YOU’RE AN ANGEL!
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipients with Pipes not workingHi I fixed it!!
If you have Flamingo installed, uninstall that. If you are using conditional groups, don’t use include_blank in the group that pops up after you have selected the condition. You can use in the field used to select the group.
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipients with Pipes not workingCamilo have you found a work around for this or another plugin that can do the same?
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipients with Pipes not workingYes I agree with you – the value should display the item after the pipe and the option should display the item before the pipe. Takayuki, please elaborate.
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipients with Pipes not workingHi there
I have tried all that.
I don’t think it could be a plugin clash because it works just fine if I don’t use [dealer-email] mail tag as the recipient email address. I also get the “Invalid mailbox syntax is used” error when using the [dealer-email] mail tag – could that have something to do with it?
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipient with PipesIt was telling me that “Invalid mailbox syntax is used.” but it still worked. Today when I try to send the form to a mail tag, I get the error, “There was an error trying to send your message. Please try again later.”
Please help.
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipient with PipesHi there I am having the same issue but it worked perfectly fine 2 days ago. Haven’t changed anything and now it doesn’t work anymore.
Forum: Plugins
In reply to: [Page-list] How to sort horizontally instead of verticallyDid you guys ever find a way to do this? I’m also wanting to do it.