• Resolved Balaji Ponnusamy

    (@balaji-ponnusamy)


    How to re-arrange the MENU of “Allure Real Estate Theme for Placester” wordpress theme?

    I am using “Allure Real Estate Theme for Placester” wordpress theme, I tried the below three methods but no positive result in realtypointusa.com

    I tried in Dashborad-> Appearance-> Menus and re-arranging but it didn’t worked. I got a blank white screen as output on pages.

    Rearranged the below code,

    <li><a href="/">Home</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('About')->ID); ?>">About</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Search')->ID); ?>">Search</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Blog')->ID); ?>">Blog</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Contact')->ID); ?>">Contact</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Testimonials')->ID); ?">Testimonials</a>

    Finally, this option I am very well aware that the ‘page order’ in wordpress is used for webmaster convenience and it cannot impact menu ordering on the menubar of website but I still tried it to look out for a change but it didn’t worked not re-arrangement happened.

    HOW TO REARRANGE THE MENU IN “Allure Real Estate Theme for Placester” WORDPRESS THEME?

    How to fix a crashed website due to this theme? I changed the page order and I cannot see the page at all. I can see only blank white screen. I restored the page. Changed the page order but I cannot see any change it’s still the same white page.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Your site right now is running Twenty Ten but give this a read for customizing your menu.

    http://codex.wordpress.org/WordPress_Menu_User_Guide

    How to fix a crashed website due to this theme

    Where did you get that theme? If it’s from the WordPress repo here we may be able to assists. If it’s a commercial theme (free or not) then you’ll need to contact the theme vendor instead.

    Thread Starter Balaji Ponnusamy

    (@balaji-ponnusamy)

    I am working on the website currently. So I activated the twenty ten theme to check the issues. Yes, its the “allure-real-estate-theme-for-placester” in WordPress themes. This theme has crashed the website completely. I am helping myself to fix this within 1hour.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    This one?

    http://wordpress.org/extend/themes/allure-real-estate-theme-for-placester

    Have you made any changes to the theme? You’re running version 3.4.2 of WordPress so just out of the box the theme should work.

    Thread Starter Balaji Ponnusamy

    (@balaji-ponnusamy)

    Yes, you are correct. I did some customization like logo change. I changed the page order number and I am facing this issue. I am in trouble now. I have to find a way. Check the website now http://www.realtypointusa.com/
    I have restored it with yesterday’s back up but the home page template is not being rendered in output. Help! appreciated.

    Thread Starter Balaji Ponnusamy

    (@balaji-ponnusamy)

    Why this error is being caused if I install the theme in localhost?

    Fatal error: Call to undefined function nsu_signup_form() in D:\wamp\www\realtypointusa.com\wp-content\themes\realtypoint-allure\allure-real-estate-theme-for-placester_crashed\home.php on line 321
    Call Stack
    Thread Starter Balaji Ponnusamy

    (@balaji-ponnusamy)

    ANSWER:

    The below code can be found in header.php and header-home.php by re-arranging the code the menus can be re-arranged,

    <li><a href="/">Home</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('About')->ID); ?>">About</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Search')->ID); ?>">Search</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Blog')->ID); ?>">Blog</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Contact')->ID); ?>">Contact</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Testimonials')->ID); ?">Testimonials</a>

    If there is a WHITE SCREEN on the home page or the theme doesn’t load properly then, please check for the below,

    1. Dashboard -> Settings -> Reading -> ‘Your latest posts’ <- Choose this radio button and click on ‘save changes’.

    2. You have to check whether the hello world post was in trash or not.

    Thread Starter Balaji Ponnusamy

    (@balaji-ponnusamy)

    How to create sunmenu in this menu?

    <li><a href="/">Home</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('About')->ID); ?>">About</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Search')->ID); ?>">Search</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Blog')->ID); ?>">Blog</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Contact')->ID); ?>">Contact</a></li>
    <li><a href="<?php echo @get_permalink(get_page_by_title('Testimonials')->ID); ?">Testimonials</a>
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to re-arrange the MENU of “Allure Real Estate Theme for Placester” wordpress’ is closed to new replies.