Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • hi…sorry for the late reply….just saw this…

    you need to change the following line:

    if ($count < 4)

    Make it —> if ($count < 9)

    her you go:

    You need to do the following changes to add a new menu to the left menu bar:

    Two files need to be changed:

    1) /wp-content/themes/picture-perfect/functions.php

    2) /wp-content/themes/picture-perfect/imagemenu/imageMenu.css

    Also you need to add another .jpg file 8 (for e.g. 8.jpg) at the location /wp-content/themes/picture-perfect/imagemenu/images

    Details about changes done: ( Lines / Values added are made bold).

    Suppose we already had 7 menus and want to add a 8th one.

    i) Below changes were done in the file functions.php

    if ($count < 9) –> initially it was 8.

    echo '<!-- default links - these are not used if you have your own pages-->
    <li class="bk1"><a href="https://heelsdanceacademy.org/welcome-to-heels-dance-academy/">About Us</a>
    <li class="bk2"><a href="https://heelsdanceacademy.org/news-updates-2/">News & Updates</a>
    <li class="bk3"><a href="https://heelsdanceacademy.org/dance-styles">Dance Styles</a>
    <li class="bk4"><a href="https://heelsdanceacademy.org/classes-info/">Classes Info</a>
    <li class="bk5"><a href="https://heelsdanceacademy.org/media-gallery/">Media Gallery</a>
    <li class="bk6"><a href="https://heelsdanceacademy.org/contact-us">Contact Us</a>
    <li class="bk7"><a href="https://heelsdanceacademy.org/feedback">Feedback</a>
    <strong> <li class="bk8"><a href="https://heelsdanceacademy.org/testimonials">Testimonials</a> -->  This line was added newly.</strong>

    [Please post code or markup snippets between backticks or use the code button.]

    Another change made is below:

    ———————————————————————–

    else {
    <strong>for ( $counter = $count+1; $counter <= 8; $counter += 1) {    <--- Initially it was 7 (It should always be same as the number of the last row above in bk8 </strong>
    	$output = $output.'<li class="page_item bk'.($counter).'"><a href="" title=""></a>';

    ii) Below changes were done in the file imageMenu.css

    [CSS moderated as per the Forum Rules. Please use the pastebin]

    iii) Also “8.jpg” was added to the locationà /wp-content/themes/picture-perfect/imagemenu/images

    By making the above 3 changes, you would be able to add a new menu to the left menu bar. Also attached are the backup of the original fines those were having only 7 menus in the menubar.

    hi Samijones,

    I have gone through this theme quite well. I have created my website also using this. https://www.heelsda.com

    But unfortunately i could not find out a solution to ur problem. Will let u know in case i get one.

    However I also needed a help from u. I could see that you were able to alter the text and font of your header as well as your menubar. Please suggest how?

    Any help would be great.

    Thanks,
    Anuj

    u mean you want to increase the number of the images or you just want to change the pictured to ur own pictures?

    hi Jodi,

    You do not need to be a techie to do this. Its fairly easy.

    just go to the folder /wp-content/themes/picture-perfect/imagemenu/images

    Whatever you want to put your pictures as, they should follow the below guidelines:

    1) size should be 240*300px;
    2) name them as 1.jpg, 2.jpg, …. 7.jpg ( they will appear in the same sequence in the image menu).
    3) Delete the pictures already present there and replace them with your desired pictures with the names as mentioned in point 2.

    That’s it. Please not that the above procedure is for a layman. In case you want to do more with this theme you can contact me at [email protected]

    ~ Thanks,
    Anuj Sukhija

    Thanks James. I will try the suggestion given by you ?? Thanks again.

    Thanks alot James for the reply. I am not a very great programmer. I had tweaked few plugins before to make few changes to the functionality of those plugins and they were working as i always wanted them to. I just want to ask you if the solution you provided will keep my those plugins in the same “altered” way as i wanted.

    I know i might be asking too much. but just want to save myself from weeks of efforts that i had put in. please suggest.

    My webhosting company does not support third party installations. They instructed me to install suphp on my own.

    I am getting an error Fatal error: Class ‘WP_Http’ not found in /hermes/bosweb/web217/b2174/ipg.heelsdanceacademyorg/wp-includes/http.php on line 26

    and I am unable to login to my WP admin console as well…please help. my website https://www.heelsda.com has gone for a toss ??

    hi,

    I am also facing a similar error.

    Fatal error: Class ‘WP_Http’ not found in /hermes/bosweb/web217/b2174/ipg.heelsdanceacademyorg/wp-includes/http.php on line 26

    my website URL is https://www.heelsdanceacademy.com

    this is built using wordpress.

    any suggestions would be very helpful.

    Please suggest.

    Thanks,
    Anuj

Viewing 9 replies - 1 through 9 (of 9 total)