Forum Replies Created

Viewing 15 replies - 61 through 75 (of 85 total)
  • Thread Starter dayley

    (@dayley)

    This may help. But the more I read into the page you sent, the more I’m afraid to go ahead an do so! It mentions that upon resetting the user roles, if WooCommerce etc have changed any role then these will be reset also. I am not entirely sure if this is going to have any effect on my plugins? What do you think?

    dayley

    (@dayley)

    Your comment is flawed.
    If people chose the correct type of theme they require and followed the three steps I posted above then they wouldn’t need to navigate to WP.org to find out how to edit their site to a completely different look in the first place!

    Like I stated before; Idea, Theme Shopping, Fine Tuning & Tweaking.

    If you have an idea, and then choose ANY theme that is unsuitable, then yes… your going to find the need to go to WP.org to ask people how to completely alter the theme to suit your needs.

    It is a VERY simple blog theme, which I’m 100% sure there are thousands of free blog themes that have a full width header image and a menu below. I’ve no doubt about that. Choosing any one of them ‘would have’ prevented this user from navigating here and asking this question, true??

    Forum: Fixing WordPress
    In reply to: MENU disappeared
    dayley

    (@dayley)

    Okay I am currently out of office now and unable to see on mobile until later when back at my iMac.

    But if you find what is calling your menu in CSS (I would recommend Google Chrome DevTools or any other browser tool to view your code being called on your website) then you can set the size like so in your child theme CSS:

    .this-is-my-first-menu,
    .this-is-my-second-menu {
       width: 100%; /* Or 90% or 80% etc */
    /* Or try a fixed pixel amount which can be used like so: width: 500px;
    }

    Is this the kind of solution your looking for?

    • This reply was modified 8 years ago by dayley.
    dayley

    (@dayley)

    I am not stating people should change the entire theme because of one little issue.
    I am stating to choose the correct theme in the first place eliminating the need to amend.

    dayley

    (@dayley)

    Why is one third of the internets websites built using WordPress? Because it is a simple solution for people who have no knowledge or a small amount of knowledge of web development! Not because they would rather be given a CSS fix?! That’s ludicrous.

    Yes it’s true that it would be far more friendly to suggest a CSS fix, but only to someone who knows how & what they are doing. But that being said, the majority of people already have an idea how they want their website to look before they start to edit anything. Which I am sure included something as big as a header image from the very beginning. So, the appropriate thing to do would be to look for a theme with a header image implemented, and that has the menu ‘look & feel’ that you are looking for. Which you can always fine tune & tweak it to how suits you best.

    Lets say you are wanting to buy a car. You already have an idea of what car you are going to buy… And you would expect it to have a full set of wheels and a steering wheel! This you have already decided before going car-hunting. This is your website idea. You already know what it is going to look like. Then comes the car-hunting aka theme-hunting. If you find the perfect car/theme, then you fine tune, selecting the colour(s) of your choice for example.

    Choosing a car with 1 wheel missing and no steering wheel seems pretty silly. As does choosing a theme with an inappropriate header image, or no header image at all. Because then you have to go car part hunting/code snippet hunting to fix the problem.

    So, my advice remains.

    1. Idea.
    2. Theme Shopping.
    3. Fine Tune & Tweaking.

    dayley

    (@dayley)

    Oh well In that case I am 31 and been programming In one language or another since I was around 13, and have a degree in Computer Games Development (C++) and have a background in Basic, Visual Basic, Dark Basic, Java, and C++. For web developing: HTML, CSS, JavaScript, PHP.
    😊

    But as most people have very basic knowledge in web development it is often better to provide the easiest solution as you will already know.

    If the theme code has been modified to accommodate a header image, I would have just recommended using a theme that already has a header image in place to be honest. There are a million and one themes out there to choose from, many for free!

    Creating something that has already created

    . It’s like building a cup from pot every time you are thirsty instead of grabbing a cup from the cupboard. But anyways, it would be great if we could have a reply from @askteetravel for confirmation if any of the solutions fixed the problem 😊

    dayley

    (@dayley)

    I am not trying to compete with who has been developing the longest, I am trying to provide a potential solution to the problem. Hence why my comment states ‘may’ be set as a secondary menu.

    .header-image {
    margin-top: 95px;
    }

    This would push the header image downwards from the top by 95 pixels, correct?
    This is not what the question asks. In reference to the menu she stated:

    I would like for it to be below the header image.

    Which implies she would like the menu moving below the header image. The header image itself need not move.

    • This reply was modified 8 years ago by dayley.
    Forum: Fixing WordPress
    In reply to: MENU disappeared
    dayley

    (@dayley)

    Your website link has an under-maintenance banner, so it impossible to view the code to find out what is happening.

    But as a guess, you have one CSS code telling the menu to appear as it should, and another CSS code telling the menu to either do something that is forcing it to not display properly, or to not display at all.

    Remove the maintenance banner and I will try to have a look for you.

    dayley

    (@dayley)

    No, I believe I do understand the question correctly. If I open the link @askteetravel provided I can see the menu does sit behind the header image, and even more so on mobile. But rather than relocating the menu and tampering with the theme that she is using, it would be a better solution to not use this Menu “if” this is the secondary menu being used and she could simply use the primary menu located under the header which not only would have the location she requires but may also resolve the menu from being being set behind.

    As the saying goes “Why fix something if it isn’t broken”.

    What theme are you using @askteetravel ?

    • This reply was modified 8 years ago by dayley.
    • This reply was modified 8 years ago by dayley.
    dayley

    (@dayley)

    I am guessing you already have a backup of your site when you downloaded from FTP.
    So, I would suggest uploading/overwriting WordPress with a fresh copy. Simply go to http://www.wordpress.org, download WordPress latest version, and FTP the files straight into your domain folder and when prompt if you want to overwrite hit the yes button.

    If I remember correctly, on most FTP clients this does not overwrite your existing plugins, themes, child-themes etc that are actually located within the folders you are overwriting.

    For example, your current WordPress has a folder named wp-content (which contains your themes, child themes etc) and you will ovewrite this folder with the new WordPress wp-content folder. But this should not effect the theme and child-theme within.

    Let me know how it goes after a clean WordPress 🙂

    • This reply was modified 8 years ago by dayley.
    • This reply was modified 8 years ago by dayley.
    dayley

    (@dayley)

    Also note @ahinversiones that the background image on your site is HUGE and takes a lot of time to load the image which will effect your page load speed. Try crunching it down a little to the size your website actually requires. Or try using a plugin such as Smush Image Compression and Optimization which should also do the trick.

    🙂

    dayley

    (@dayley)

    This is your WordPress Dashboard 🙂
    There is actually a couple of nice things you could do here…

    This goes into your child-themes functions.php and will add widgets into the landing page of the WordPress Dashboard, like when you first login as an admin:

    add_action('wp_dashboard_setup', 'my_custom_dashboard_widgets');
      
    function my_custom_dashboard_widgets() {
    global $wp_meta_boxes;
     
    wp_add_dashboard_widget('custom_help_widget', 'Wowzers! - This is great, right?', 'dayleys_custom_dashboard_widget');
    }
     
    function dayleys_custom_dashboard_widget() {
    echo '<p>This is a nice little widget on my dashboard created by Dayley Senior</p>';
    }

    and for the actual menu items, you can create these like so inside your child-themes functions.php again:

    function register_custom_menu_page() {
        add_menu_page('custom menu title', 'custom menu', 'add_users', 'custompage', '_custom_menu_page', null, 6); 
    }
    add_action('admin_menu', 'register_custom_menu_page');
    
    function _custom_menu_page(){
       echo "Dayleys custom page!";  
    }

    Let me know how it goes.

    • This reply was modified 8 years ago by dayley.
    • This reply was modified 8 years ago by dayley.
    dayley

    (@dayley)

    In the WordPress Dashboard, navigate to the Menu’s section. I believe your Menu ‘may’ be set as a secondary menu instead of a primary menu. If so, you you can either:

    Create a primary menu and re-add your links to it. Then remove the secondary menu.
    Or
    Use the menu you have already created but set the location as the primary location (Which by default is usually below your header image – depending on your theme)

    Let me know how it goes or if you need any further help…

    🙂

    dayley

    (@dayley)

    ^ This is true. Google does take some time to index the site amendments. Have you changed your Google My Business to reflect the changes also?

    • This reply was modified 8 years ago by dayley.
    dayley

    (@dayley)

    By menu name, do you mean a Custom WordPress Dashboard?

Viewing 15 replies - 61 through 75 (of 85 total)