Serve Aiuto?

Forum Replies Created

Stai visualizzando 15 post - dal 1 a 15 (di 26 totali)

1 2

All Replies

Hello this an exmple!

Hello!

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(),
    );
  }
}

`main(){
runM();
}

Test reply to see how it works.

testing again

test

blabla

Aroi

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?

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

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

Hi,

You can reduce the Hero section space with applying the below custom CSS-

#theme-banner-four .main-wrapper {
    padding: 290px 0 260px;
}

This padding is the default padding. You can set it yourself as you want.

Thanks

Hi,

I’m giving here a subscriber account details for testing the forum only. Username: fig Password: testDocly

Thanks

Hi,

You can change the copyright text from Theme Settings > Footer > Footer Bottom.

Thanks

Stai visualizzando 15 post - dal 1 a 15 (di 26 totali)

1 2