Flexer
Forum Replies Created
-
Thanks @get_dave
Because the site is going live today I went ahead created a theme.json file and set up the colours there.
I did not have a chance to see if this is happening on other sites, and see if this might’ve been a cache issue or something else. Sorry about that.
This is the pretty straight foreward code (which I commented out on live site);
(BTW: I noticed that in the theme.JSON examples there is no translation code: Maybe another thread for that)add_theme_support( 'editor-color-palette', array( array( 'name' => __( 'Privacy Orange', 'privacy_pro' ), 'slug' => 'privacy-orange', 'color' => '#ee5d4e', ), array( 'name' => __( 'Privacy Grey Light', 'privacy_pro' ), 'slug' => 'privacy-grey-light', 'color' => '#f6f6f6', ), array( 'name' => __( 'Privacy Grey Mid', 'privacy_pro' ), 'slug' => 'privacy-grey-mid', 'color' => '#777777', ), array( 'name' => __( 'Privacy Grey Dark', 'privacy_pro' ), 'slug' => 'privacy-grey-dark', 'color' => '#838587', ), array( 'name' => __( 'Privacy Black', 'privacy_pro' ), 'slug' => 'privacy-black', 'color' => '#231f20', ), array( 'name' => __( 'White', 'privacy_pro' ), 'slug' => 'white', 'color' => '#FFF', ), ) );
I now understand that theme.json is the new place to put these options when Gutenberg is enabled. But I understood that add_theme_support( ‘editor-color-palette’) array will not be over written if theme.json does not exist or does not include the setting.color.pallete is not defined. Am I wrong?
@justinkwapich Sorry about disappaering like that. I found in the DB that some admin entered the invalid email on a form. I corrected it and the problem finally went away. Thank you
DaveedForum: Plugins
In reply to: [ACF: Better Search] Custom Post type search results for ACFThank you @mateuszgbiorczyk
This is interesting we used WP-All import for some of the data in these products, but not all of it. This specific data for example was not imported but the structure was.
This is something I need to be aware of in the future.
Thanks again for your assitance.
Daveed
- This reply was modified 3 years, 7 months ago by Flexer.
Forum: Plugins
In reply to: [ACF: Better Search] Custom Post type search results for ACFThanks @mateuszgbiorczyk
- Lite mode on and incorrect mode on – Results
- Lite mode off and incorrect mode on – Results
- Lite mode on incorrect mode off – no results
- Lite mode off incorrect mode off – no results
Forum: Plugins
In reply to: [ACF: Better Search] Custom Post type search results for ACFThank you for getting back, yes that got me the results;
(I was Using “Lite Mode”)
Curious as to the reason for the need to enable this setting.
Thanks
Daveed- This reply was modified 3 years, 7 months ago by Flexer.
Hi @pauladams07
Would you mind sharing your solution so others who run into somehting similar can see it?
Thanks
D- This reply was modified 3 years, 9 months ago by Flexer.
Forum: Plugins
In reply to: [Safe SVG] Able to upload SVG, but it isn’t showingI jut happend on your post as I was thinking of using the plugin and always look at support.
I looks at your site and I think if if you add
.woodmart-logo img[src$=”.svg”] {
height: auto;
width: 120px;
}
To your stylesheet and remove the display:none from .switch-logo-enable .woodmart-sticky-logo you should be fine.- This reply was modified 3 years, 9 months ago by Flexer.
Forum: Plugins
In reply to: [Show Current Template] JS Error@tai Fantastic, works as expected. Again thank you for this useful plugin.
DaveedForum: Plugins
In reply to: [Show Current Template] JS ErrorI wonder why the JS error might only be happening on custom not commercial or WP themes? Perhaps it’s an oversite on our parts? Enquing maybe?
Forum: Plugins
In reply to: [Show Current Template] JS ErrorI start with _s and then add Boostrap.
So we have a common factor here. Perhaps it is _s.
I look on the JS files that come with _s and can’t see anything that I know can cause this.Forum: Plugins
In reply to: [Show Current Template] JS ErrorHello,
This might be on my custom themes using Boostrap only.@wpdani is that the case with you.
DaveedForum: Plugins
In reply to: [Show Current Template] JS ErrorGreetings @tai are you monitoring this?
This is happenign to all sites on the new version.
Thanks
Daveed@gmmcreative I am just a user here like yourself, but I really suggest that ranting to a developer that has given you this plugin for the grand price of $0, is not the right way to go. Perhaps you could rephrase your question in the form of a question you could get some help. BTW: I think the functionality you are looking for might be only available in the premium version. But you could add the galleries in the group one at a time to the appropriate page.
Later
Had the same issue – also searching for CPT.
Turning off “search for whole words” worked.Thank you for this,
Daveed