Andrei Baicus
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Purge cache for a subset of URLs not workingHey @gigglesslut420,
Could you provide more details as to where exactly are you hooking this particular piece of code in the codebase?
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Shop sidebar is not showingHey @yesmahbub!
Can you please check the single page settings regarding the shop sidebar issue? It seems like it renders full width as the body has the class
nv-sidebar-full-width
. It might be that that specific page has its own option in the meta box for the sidebar setting (this overrides the customizer setting).I hope this helps!
Have an awesome day!
Forum: Themes and Templates
In reply to: [Neve] Latest version ProblemHello @izreview,
I’m really sorry for the inconvenience! We’ve identified the problem and are working on it and will release a fix ASAP.
Thank you for your patience!
Forum: Themes and Templates
In reply to: [Neve] JQuery Error with WP 5.5.1Hello @tyme1111,
Neve doesn’t use jQuery at all so things should work just fine out of the box.
Hope this helps!
Have an awesome rest of the week! ??
Forum: Plugins
In reply to: [Orbit Fox by ThemeIsle] Conflict after WordPress 5.5 upgradeHello again, @multidimentional
It was my fault. I didn’t turn on all the modules :(.
I’ve updated the plugin once again.
This was a bug related to the Analytics Module. Could you please update and let me know that everything is working ok? ??
Sorry for the confusion!
Andrei
Forum: Plugins
In reply to: [Orbit Fox by ThemeIsle] Conflict after WordPress 5.5 upgradeHey @multidimentional,
You can ignore my previous message.
I’ve tracked down the bug and sent in the proper fix to solve the issue. We’ll soon release a new version that should handle this bug and everything should be back to normal.
Thank you for your patience and for letting us know about this.
Have a great rest of the week!
Andrei
Forum: Plugins
In reply to: [Orbit Fox by ThemeIsle] Conflict after WordPress 5.5 upgradeHey @multidimentional,
Sorry for the mishap. Would you be kind enough to go into more detail as to what the error is saying?
Thanks!
Have an awesome day!
Andrei
Forum: Reviews
In reply to: [Neve] Neve, finde ich gut…Hallo @deenboy,
Vielen Dank für Ihre Meinung!
Ich bin froh, dass das Thema für Sie nützlich ist!
Freundliche Grü?e,
Andrei
Forum: Themes and Templates
In reply to: [Neve] Neve Options not showingHello @jayapramod,
Can you take a look at the browser console and see if there are any errors? You can do that by right-clicking on the page and then clicking
Inspect
.Let me know what appears there.
Also, please make sure you are up-to-date with the latest WordPress core release.
All the best!
Andrei
Forum: Themes and Templates
In reply to: [Neve] Blog featured imagesHey @urbaman ,
Sorry for getting so late to this!
The featured image should have the same aspect ratio as a 930x620px image, so it doesn’t get cropped.
I hope this helps!
Have a wonderful day!
Forum: Reviews
In reply to: [Orbit Fox by ThemeIsle] bravoThanks for the review @rvb95 !
Have a nice day!
Forum: Themes and Templates
In reply to: [Neve] Mobile menu not collapsingHey @agresearch19 ,
You have to make sure that the items link the full URL, including the anchor link.
For example, the link should be
https://example.com#about
and not#about
. Check out if this is the issue on your end and let me know if it works!Have a wonderful day!
Hey @atelieruldeweb ,
I’ll leave the solution to that below. Just note that this will work for the classic color pickers – i.e. it’s not available for the other color controls unfortunately, at least at the moment.
add_action( 'customize_controls_enqueue_scripts', 'neve__custom_color_palettes' ); /** * Adds custom color palettes to wp.color picker. */ function neve__custom_color_palettes() { $color_palettes = json_encode( array( '#673ab7', '#3f51b5', '#2196f3', '#00bcd4', '#009688', '#4caf50', ) ); wp_add_inline_script( 'wp-color-picker', 'jQuery.wp.wpColorPicker.prototype.options.palettes = ' . $color_palettes . ';' ); }
Have an awesome day!
- This reply was modified 5 years, 1 month ago by Andrei Baicus.
Forum: Reviews
In reply to: [Orbit Fox by ThemeIsle] Helpful PluginThank you for the review!
Have a wonderful day!
Forum: Reviews
In reply to: [Neve] Wonderful Theme