-
Created a topic, Post (Type) Carousel duplicates itself when I edit the page, on the site WordPress.org Forums:
Hello,When I edit the page that contains Post (Type) C… -
Posted a reply to Gutentor REST API Update, on the site WordPress.org Forums:
Hello @codersantosh and thanks for your response. How can I make update to the content… -
Created a topic, Gutentor REAST API Update, on the site WordPress.org Forums:
Hello,I have found a way to update gutentor block usin… -
Posted a reply to Guzzle post request, on the site WordPress.org Forums:
Thanks @otto42 and @threadi I realize where I made an error. I was putting authentication… -
Posted a reply to Guzzle post request, on the site WordPress.org Forums:
@threadi yes I did. As I previously mentioned, I can do the POST request by… -
Posted a reply to Guzzle post request, on the site WordPress.org Forums:
Hello @otto42 , I'm using Application Password method. When I use Postman I can make… -
Created a topic, Guzzle post request, on the site WordPress.org Forums:
Hello, I'm using Guzzle for my WP Rest application.… -
Posted a reply to Slider block custom arrows, on the site WordPress.org Forums:
I have found a way, I have solved it like this: .fas.fa-chevron-circle-left{ color: transparent !important;… -
Created a topic, Slider block custom arrows, on the site WordPress.org Forums:
Hello, I would like to add custom arrows to the slide… -
Created a topic, Form only shows classic editor, on the site WordPress.org Forums:
Forms showing only classic editor even if I click on t… -
Created a topic, How to change colour and language of the map?, on the site WordPress.org Forums:
How can I change the colour and language of the map? … -
Posted a reply to What will happen to websites who didn’t made the switch to Gutenberg in 2022?, on the site WordPress.org Forums:
Hi @paaljoachim , thanks for your response. I know that plugin will continue but for… -
Created a topic, What will happen to websites who didn’t made the switch to Gutenberg in 2022?, on the site WordPress.org Forums:
Hello, I'm maintain a huge website that still rely on… -
Posted a reply to How to display both posts and events in custom loop, on the site WordPress.org Forums:
@angelo_nwl Thanks for the code, I will try to implement it. -
Created a topic, How to display both posts and events in custom loop, on the site WordPress.org Forums:
I want to show posts and events on the carousel with t… -
Created a topic, CPT with custom datatable insert, update, on the site WordPress.org Forums:
Hello, I have a CPT with ACF and I have managed to ge… -
Created a topic, CPT with custom datatable insert, update, on the site WordPress.org Forums:
Hello, I have a CPT with ACF and I have managed to ge… -
Posted a reply to Saving CPT values to custom data table, on the site WordPress.org Forums:
Hello @keraweb and thanks for the reply. Is there a tutorial on Table Storage component? -
Created a topic, Saving CPT values to custom data table, on the site WordPress.org Forums:
I would like to save values from CPT created by Pods p… -
Posted a reply to Administrator lost it’s role on CPT, on the site WordPress.org Forums:
Thanks for the reply and the code @jzbydev but that did not help. Now the… -
Posted a reply to Administrator lost it’s role on CPT, on the site WordPress.org Forums:
When I create a CPT and want to assign capabilities to a custom user role… -
Created a topic, Administrator lost it’s role on CPT, on the site WordPress.org Forums:
I have created custom post type add_action( 'ini… -
Posted a reply to Word counter in realtime in metabox, on the site WordPress.org Forums:
I got it //getting the classic editor var ed = tinyMCE.activeEditor; //getting the element that… -
Posted a reply to Word counter in realtime in metabox, on the site WordPress.org Forums:
@bcworkz Is there a way to transfer a text from metabox to the main text… -
Posted a reply to Word counter in realtime in metabox, on the site WordPress.org Forums:
@mr-case Unfortunately, I'm not using Gutenberg. This is for the WooCommerce Product post type. -
Posted a reply to Word counter in realtime in metabox, on the site WordPress.org Forums:
@bcworkz I have found these code snippets but I don't know how to implement them… -
Posted a reply to Word counter in realtime in metabox, on the site WordPress.org Forums:
@bcworkz Is there a way to create an alert in TinyMCE when number of words… -
Posted a reply to Word counter in realtime in metabox, on the site WordPress.org Forums:
I get undefined when I put $('#tinymce').html();. I have tried everything I can think of. -
Posted a reply to Word counter in realtime in metabox, on the site WordPress.org Forums:
I have tried all ready something like this but with no luck. Instead of $('#text')… -
Created a topic, Word counter in realtime in metabox, on the site WordPress.org Forums:
I'm trying to create word counter in realtime in meta … -
Created a topic, Jetpack settings not showing, on the site WordPress.org Forums:
I have installed, activated and connected jetpack to m… -
Created a topic, Allow custom user role to view dashboard of analytify, on the site WordPress.org Forums:
Hello, I have created a custom user and I want that u… -
Posted a reply to Custom form for searching trough meta fields no working, on the site WordPress.org Forums:
@bcworkz the function get_the_title() solves it. Thank you @bcworkz for your help. But I still… -
Posted a reply to Custom form for searching trough meta fields no working, on the site WordPress.org Forums:
OK this is the result from the $search_query->request. The values from custom form are there… -
Posted a reply to Custom form for searching trough meta fields no working, on the site WordPress.org Forums:
OK I have changed the code a little bit, but the main idea is still… -
Created a topic, Custom form for searching trough meta fields no working, on the site WordPress.org Forums:
I have created a form in which user can write paramete… -
Posted a reply to Shortcode not rendering HTML, on the site WordPress.org Forums:
I have figured out myself, I have had numerous mistakes. Here is the working code.… -
Created a topic, Shortcode not rendering HTML, on the site WordPress.org Forums:
I'm developing my first plugin and the shortcode is no… -
Created a topic, Kako da poslati vrednosti sa forme?, on the site Српски Support Forums:
Pokušavam da vrednosti sa forme u svom plaginu pošal… -
Created a topic, Widget form not passing values, on the site WordPress.org Forums:
I'm trying to pass name and email on my custom widget … -
Posted a reply to Meta-box does not preserve value on update, on the site WordPress.org Forums:
Thank you for your help @bcworkz. I have solved the problem. In the function that… -
Posted a reply to Meta-box does not preserve value on update, on the site WordPress.org Forums:
@bcworkz Is there a function that can help me get a metabox value from a… -
Posted a reply to Meta-box does not preserve value on update, on the site WordPress.org Forums:
Hello @bcworkz Yes. The longitude and latitude are not updated from the database to the… -
Created a topic, Meta-box does not preserve value on update, on the site WordPress.org Forums:
I have created google map meta-box for posts and I'm a… -
Posted a reply to Best way to insert post attributes into array?, on the site WordPress.org Forums:
@sterndata Thank you Steven Stern, that solved the problem. Here is the updated version of… -
Created a topic, Best way to insert post attributes into array?, on the site WordPress.org Forums:
I'm trying to loop through all the posts but I'm only … -
Posted a reply to Filtering markers on google map by WordPress category, on the site WordPress.org Forums:
I have solved it. The problem was is that I completely forgot to list trough… -
Posted a reply to Filtering markers on google map by WordPress category, on the site WordPress.org Forums:
Hello @bcworkz and thanks for the reply. I already can call the page’s onchange event.… -
Created a topic, Filtering markers on google map by WordPress category, on the site WordPress.org Forums:
I have created the Google map with posts as markers bu… -
Posted a reply to Values from database converted to JS shows as [object Object], on the site WordPress.org Forums:
I have solved it, here is the code: First: global $wpdb; $retrieve_data = $wpdb->get_results( "SELECT…