VibeThemes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Upload Issue on WordPress WebsiteCheck if GD image extension is enabled in your php configuration.
install a php info plugin and in your server’s php info check for GD extension.
Forum: Plugins
In reply to: [Gutenberg] frequent 400 errorsNot sure if this is connected I added a raw HTML content and there was a syntax error in the CSS that I pasted in the RAW HTML, removing it fixed the issue
The jetpack SCAN is truly worth every penny. It has helped me recover all my sites successfully. Thanks a lot. I will wait for some more time and see how things go.
the Jetpack scanning is not complete even after 2 hours https://prnt.sc/202s3eh
Forum: Plugins
In reply to: [Gutenberg] content uneditableon saving draft and reload this issue is corrected. Ideally a page reload should not be required.
video not working.
Forum: Developing with WordPress
In reply to: How do I create Google Map Markers From Custom Posts LoopYour query is not correct. What i assume is that the Google map would load with a “Center co-ordinate” and a map radius of lets say 5 km.
So based on the map radius defined, you have write the WP Query with meta query, assuming that latutide is saved in a meta key and lngitude is saved n another meta key. Similar to this.new WP_Query(array( 'post_type'=>'location', 'posts_per_page'=>999, 'meta_query'=>array( 'relation'=>'AND' array( 'key'=>'longitude' 'value'=>(23.009,42.009), //based on your calculation of the radius, 'compare'=>'BETWEEN' ),
array(
‘key’=>’latitude’
‘value’=>(23.009,42.009), //based on your calculation of the radius,
‘compare’=>’BETWEEN’
),`
));`Forum: Fixing WordPress
In reply to: Block editor is terribleIt may not be a Block editor issue. The front end is also powered by the theme and your theme might have re-defined the alignfull class. You complaint may be misplaced here.
hi, This is VibeThemes author of WPLMS . Trying to find a possible use case, the WPLMS is initialising end points for rest API. Apart from that it does not work in WooCommerce settings screen.
In your opinion what could be a possible, maybe you can share which all hooks i should look for being used by mollie payments.
We do not have any report from other WooCommerce payment gateway addon.Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] WhiteBoard for WordPress Theme | Eduma@curtd59 Obviously you’ve not tried the best. Try WPLMS better and more features than Canvas, Blackboard or Moodle. https://themeforest.net/item/wplms-learning-management-system/6780226
- This reply was modified 4 years, 2 months ago by VibeThemes.
@curtd59 Try WPLMS : https://themeforest.net/item/wplms-learning-management-system/6780226 , the most advanced LMS on WordPress.
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Comments not workingI was able to resolve this. Turns out jetpack still makes an entry in the comments table even if jetpack comments are enabled, and somehow my comments table auto-increment was missing on the primary key comment_ID, so no comment was inserted and thus jetpack did not record any comments as well.
Also wrote a blog post on this : https://vibethemes.com/fixing-pending-comments-issue/Forum: Reviews
In reply to: [WooCommerce] Automatically charged awaiting processThanks, I have updated the review.
Forum: Reviews
In reply to: [BuddyPress] Incompatibility with the plugin WP Login Timeout SettingsI fail to understand why is this a BuddyPress issue. The issue in the plugin you’re referring to ( https://www.ads-software.com/plugins/wp-login-timeout-settings/ ), please contact the plugin author to update their code.
Your rating is misplaced.Forum: Reviews
In reply to: [BP Social Connect] Did not work for me, but was offered support.No problem, I would need a site link to debug this. We’re using it and it is working properly.
https://themes.vibethemes.com/wplms/skins/demo1/Please check the new tutorial link : https://vibethemes.com/documentation/wplms/knowledge-base/bp-social-connect-integration-with-wplms/