Forum Replies Created

Viewing 15 replies - 16 through 30 (of 33 total)

1 2 3

All Replies

Up
0
Down
::

Hi,

Deactivate and delete the old version of the plugin from the Plugins > Installed Plugins list. Then install the plugin from Appearance > Instal Plugins.

Read more on the doc here

Thanks

Up
0
Down
::

That’s mean that some of the WooCommerce template files are out of date. You will get the updated WooCommerce template files in the next update of the theme.

Thanks

Up
0
Down
::

Okay, thank you. When is the next update expected to come out?

One of my plugins is not getting updated and I get this message:

Advanced Custom Fields PRO: Update package not available

This is a package through the theme, how can I fix this?

Up
0
Down
::

A

Up
0
Down
::

Aroi

Up
0
Down
::

blabla

Up
0
Down
::

test

Up
0
Down
::

test

Up
0
Down
::

testing again

Up
0
Down
::

Test reply to see how it works.

Up
0
Down
::

`main(){
runM();
}

Up
0
Down
::
import 'package:flutter/material.dart';
import 'package:organic_food_app/constants/constants.dart';
import 'package:organic_food_app/screens/sign_in/sign_in_screen.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Organic Food App',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primarySwatch: Colors.blue,
        visualDensity: VisualDensity.adaptivePlatformDensity,
        scaffoldBackgroundColor: white
      ),
      home: SignInScreen(),
    );
  }
}
Up
0
Down
::

Hello!

Up
0
Down
::

Hello this an exmple!

Up
0
Down
::

test

Viewing 15 replies - 16 through 30 (of 33 total)

1 2 3