Forum Replies Created

Viewing 6 replies - 286 through 291 (of 291 total)
  • WordPress saves all the data elements in database. So if you want to moves pages and posts to your localhost, its recommended to take backup of database.

    1. Go to your phpmyadmin and select your database.

    2. Click on export.

    3. Click on Go.

    It will create a backup of WordPress database. You can import this database backup on your localhost phpmyadmin.

    In your screenshot, on the top there is an option available to create menu.

    Give a name to menu and click on the “Create Menu”.

    Hello there,

    In wordpress updation you never lose pages, posts or media. Only the changes you have made in php files and css might be lost.

    If you have taken the backup of files and database you can retrieve it from there.

    Hello there,

    You might be facing this issue due to plugins installation. Chances are that plugin’s script is conflicting with your site. Deactivate every plugin one by one, and check if it is working.

    Hope this information helps.

    Hello there,

    It doesn’t matter where your site is located. You have to follow undermentioned steps to create child theme:

    1. Create a new folder in the same directory where “Tempera” theme is placed. And change it to any desired name.

    2. Copy style.css file from “Tempera” theme and paste it to your child theme.

    3. Open style.css of child theme folder. You have to mention 3 important things here

    a. On the top in the comment section-
    Theme Name: (Name of your child theme folder)
    b. Template Name: (Name of your parent theme that is “Tempera”)
    c. Add this, where your comment section ends-
    @import url(“../tempera/style.css”);

    (This is the stylesheet path of your parent theme. Please ensure this is exactly same).

    Hi there,

    The zip folder provided by themeforest may contain the whole package, including data import, license files, psd files, sub zip folder of the theme itself. It may also contain child theme, if applicable.

    To proceed further you may try following steps:

    1. unzip the main zip file you received
    2. login to your site admin page. Once there, go to Appearance -> Themes
    3. click on the “Install Themes” tab
    4. click on the “Upload” link at the top of the page
    5. click the “Choose File” button, select the sub-zip folder of your theme (and not the main zip file) from your local computer and press the “Install Now” button

    Hope this information helps you.

Viewing 6 replies - 286 through 291 (of 291 total)