Replies: 0
Hello, i would like to ask you.. with this plugin can i create a radio station to broadast live my self and some other users on my website as a “webradio”? Or it’s only for already existing radios around the world?
Replies: 0
Hello, i would like to ask you.. with this plugin can i create a radio station to broadast live my self and some other users on my website as a “webradio”? Or it’s only for already existing radios around the world?
Replies: 0
Be careful when considering this PRO plugin. Their proposed deliverables are not clear. I tried to set up a Buy X and Get Y discount. I could set it up for 1 product but the “Repeat” button never repeated it for subsequent products. I was also not able to coordinate it with WooCommerce Coupons. I will say that their support was responsive. However in the end they said they couldn’t fix my issue and would NOT issue a refund because they said the plugin functioned as expected.
Replies: 0
WP Staging made testing the changing of my theme easy. It was much appreciated!
Replies: 0
Bonjour,
A la création du site, nous avons utilisé l’extension WP-Members pour la gestion de nos membres.
Or, cette extension ne nous convenait pas.
Nous sommes passé à Ultimate Member.
Malheureusement, nous n’avons plus accès aux informations qui ont été enregistré avec WP-Members et nos membres ne peux pas actualiser les informations personnelles.
Je vous remercie pour votre aide.
Cordialement.
Replies: 0
I’m creating a plugin through classes
I’m getting this error Fatal error: Uncaught Error: Call to undefined method Loader::get_utente()
I tried and tried again, but nothing.
My code:
File controller
class Controller {
public $load; public $model;
function __construct() {
global $wpdb;
include_once(plugin_dir_path(dirname(__FILE__)).'loaders/loaders.php');
include_once(plugin_dir_path(dirname(__FILE__)).'models/models_m.php');
$this->$model = new Model_M();
$this->$load = new Loader();
}
public function index(){
$dati=$this->show();
......
}
public function show(){
$this->$model->get_utente();
........
.......
File model
class Model_M
{
function __construct() {
}
function get_utente(){
var_dump('alunno');
$sql='SELECT p.* FROM tblprova p ORDER BY utente';
$result=$GLOBALS['wpdb']->get_results($sql,OBJECT_K);
return $result;
}
}
Replies: 0
Has the plugin been tested with WP 5.4? Will it be compatible on March 31 when the new WP version is released? Thanks!
Replies: 0
Hi,
I am super happy with this plugin, does exactly what I hoped to do. The only thing is that the quiz is shown at the very top of the page, no matter where I put the shortcode in the editor. Can you help? Looks like it might have to do with the use of ‘echo’ whereas ‘return’ should be used. Could that be? thanks.Jo
Replies: 0
Hi,
I have a problem with some of the data not showing up in google structured data testing tool.
On the plugin settings page I have set and filled the
Custom name
Custom description
Custom URL fields
I also filled the address, phone and price range fields but none of that is showing up in google’s structured data tool.
I can only see
@type hentry
entry-content (actual ratings on site)
Is this normal? Aren’t the fields supposed to show up there too?
Thanks!
Replies: 0
Does what it says it does. Which is nice these days.
Replies: 0
Did what had to
Replies: 1
I have noticed that in my Woocommerce shop there is a cart on the right and it has two buttons “CHECKOUT” and “VIEW CART”. They are in english language but my whole website is in my native Lithuanian language. I need to change translations for those buttons but I can’t find where can I make those changes. Does someone knows?
By the way, I added a photo to show exactly what I’m talking about.
Replies: 0
Hi,
How can i integrate shiftnav with flatsome? I got ubermenu pro, and wanna test this out before deciding on a mobile menu (using ubermenu on desktops)
I want shiftnav to replace the flatsome menu toggle in sticky header
Best Regards
Replies: 0
I just added OceanWP to a second site and I might add it to my personal blog if I ever start posting there again.
Replies: 0
Hi,
I just added the plugin but cant see the block for inserted with my gutenberg editor. Ive tried the same after uninstalling and installing but without success.
Thanks in advance.
Replies: 0
Is it possible to display information on “Thank you page” about payment status? For example: “Pending payment”, “Failed” ect
Thanks
Replies: 1
On the home page. I have added a tag count widget on the right side of header bar, every few hours it keeps on disappearing. Same thing happens to footer widgets, except with the social icons which stays. There are four column in footer.
Please advice.
Thanks
Replies: 0
hello guys
you did great work .
but there is issue you should fix asap..there is no option for resister new user.
this is your demo site link of login/register page https://demo.themegrill.com/estore/my-account/
thankyou
Replies: 0
hello Algori Team,
There is a problem by loading in Elementor the code of the pdf-viewer html(c.f. code below). Do you know if this is possible to do? Do you have a workaround for that?
[<div class=”wp-block-cgb-block-algori-pdf-viewer”><iframe class=”wp-block-cgb-block-algori-pdf-viewer-iframe” src=”https://fenster-nuha.de/wp-content/plugins/algori-pdf-viewer/dist/web/viewer.html?file=https%3A%2F%2Ffenster-nuha.de%2Fwp-content%2Fuploads%2F2020%2F03%2Fselt_inspiration_42454FOLDERZBIORCZY2018DE.pdf” style=”width:600px;height:300px”></iframe></div>]
more info:
https://fenster-nuha.de/error_algori_pdf_viewer_in_elementor_html/?preview=true
Replies: 0
Hi,
Thank you for this awesome plugin. I’m curious to know if the plugin supports subscriptions when the comment submission is done via AJAX request?
If there is any action/hook recommended to call, do let me know.
Thank you
Replies: 0
All the icons are displaying in my widget area, that’s new with the new release of WP 5.3.2 Should display only those which have a link assigned.