Forum Replies Created

Viewing 15 replies - 181 through 195 (of 293 total)
  • Hi Adam,

    I’m assuming you want to change the colour to the same colour as the background of the site. You can use the following CSS:

    #main-menu-container {
        background-color: #280A51;
    }

    To edit the CSS, go to the Dashboard > Appearance > Editor. Make sure the file style.css is selected and add the CSS to the bottom of that page and then click Update File.

    That should fix the problem.

    For future reference, the best place to get support on this theme will be on the developers site or on the WordPress support forum here.

    Cheers

    Rob

    Hello,

    What I’d suggest you try, is to manually update your WordPress installation. You can read up on how to do it here.

    Before you update, make sure you make a backup of the site, either via FTP or through your control panel and remember that in the process of updating WordPress, you will overwrite core files used to run WordPress so any changes to these files will be lost. It’s unlikely that there would have been any changes to these files, though.

    Hope you come right.

    Rob

    Hello,

    What is the address of your site? Are you using a caching plugin?

    Cheers

    Rob

    Forum: Fixing WordPress
    In reply to: Missing site

    Hello Megan,

    You’ll have to check with the WordPress.com support team. If I understand you correctly, the domain is registered with godaddy.com but hosted with WordPress.com. You must have let your subscription with WordPress.com laps.

    Hope you come right.

    Rob

    Forum: Fixing WordPress
    In reply to: unable to login.

    Hi nidhiglory,

    You’ll need to first sign in to the control panel used by your hosting provider. In most cases this will be something called cPanel. Your host should have given you the web address and the username and password for this when you signed up for hosting. (You can do all this via ftp but it’s probably easier this way.)

    Once you’ve signed in, look for the File Manager which is something like Windows Explorer or Finder (on a Mac). When you open the file manager, make sure you choose to show hidden files.

    In the file manager, you should see a list of folders on the left, look for one called public_html. Click on public_html to display a list of all the files and folders found in that directory. You should see a file named .htaccess, download it and then delete or rename the one on the server.

    Before you do the next step, check to see if you can sign in at this point, if you still can’t, proceed to the next step.

    Now, in the same folder, you should see a file called wp-config.php. This file has the essential configuration details of your site, you can read more about it here. Rename it to something like wp-config-old.php, but don’t delete it. In the same folder, you’ll see a folder named wp-config-sample.php, rename this file to wp-config.php and manually enter the Database Name (Database Name used by WordPress), Database Username (Username used to access Database, Database Password (Password used by Username to access Database), Database Host (The hostname of your Database Server). You should have these details from when you first setup your site.

    If you’re still having trouble, the next option will probably be to install a new copy WordPress over your existing installation. Another option would be to call your hosting provider and see if they can have a quick look to see if there is anything obvious that they can help you with.

    Please don’t post any usernames, passwords etc. here.

    Forum: Fixing WordPress
    In reply to: unable to login.

    @nidhiglory,

    There are a few things you could try. First, I’d start with clearing your browser’s cache or using a different browser. If that doesn’t work, try backing up your .htaccess file and then deleting it and then rename and recreating your wp-config.php file.

    If you’re still having trouble, maybe post your sites address. Also, say if it’s a multisite installation.

    @mathmpofu, Please start a new thread. That way your issue wound get mixed up with this issue.

    Forum: Fixing WordPress
    In reply to: unable to login.

    Is it displaying an error message?

    Pleasure, glad you came right.

    How about trying this?

    ul.menu-bar.original {
        padding-left: 20%;
    }

    Hello,

    Premium themes aren’t supported on this forum, your best bet it to request support from the maker of the theme.

    Hope you come right.

    Rob

    robhob

    (@robhob)

    Hello,

    Try adding this to your theme’s style.css file:

    footer.site-footer.clearfix {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    div.copyright p {
        margin-top: 0;
        margin-bottom: 0;
    }

    Hope that helps.

    Rob

    Forum: Fixing WordPress
    In reply to: wp-admin language
    robhob

    (@robhob)

    Have you tried to copy a clean copy of WordPress over your existing installation?

    Forum: Fixing WordPress
    In reply to: wp-admin language
    robhob

    (@robhob)

    Hello,

    Have a look at Installing WordPress in Your Language. There are instruction on how to manually install language files as well as a link to a page where you can download WordPress in Your Language.

    Hope this helps.

    Rob

    robhob

    (@robhob)

    Hello,

    Support isn’t offered for premium themes on this forum. You will need to submit a ticket on the Elegant Themes support forum or join a Facebook group like Divi Theme Users.

    Hope you come right.

    Rob

    robhob

    (@robhob)

    Hello,

    Have you tried moving the site to a local install and cleaning it up again and see if the problem returns. The problem might be with your host rather than your site.

    Cheers

    Rob

Viewing 15 replies - 181 through 195 (of 293 total)