Changing Footer Menu text

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rinchere1979, Aug 16, 2014.

  1. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    How do I change the footer menu and also make it clickable?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To change the footer menu and also make it clickable, you need to edit sidebar-footer.php file.
    Go to --> themes\salejunctiontheme\sidebar-footer.php
    and edit on line no. 5, 20 and 36. Add anchor tag to make it clickable as shown in below and in screenshot.
    Code:
    <h6><a href="http://www.google.com">Product Categories</a></h6>
    You can set your href and Footer Menu in place of Product Categories.

    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  3. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar


    It worked. Thanks. How do I insert the following link below in sidebar footer php so that it takes me to this page when clicking on the word link "Return Policy".

    New Page created:

    <h6><a href="http://idealfurnituremart.com/return-policy-4/">Product Categories</a></h6>
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You can link an existing page url. If url is wrong it generate page not found message.
    first you have to create a page then link its url to the keyword as explained above image.

    Thanks & Regards
    Pramod
     
  5. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar


    I was able to create a word link that routes to the newly created page but there is one minor problem. The word link "Return Policy" looks transparent and the text should be black. Maybe I am doing something wrong. This is the way I entered the url below.

    <h6><a href="http://idealfurnituremart.com/?page_id=246">Return Policy</a></h6>
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please use this code:
    HTML:
    <li><a href="http://idealfurnituremart.com/?page_id=246">Return Policy</a></li>
    This will resolve your issue.
    Thanks & Regards
    Pramod
     
  7. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar


    Should I enter the preview url within wordpress? For some reason it is unable to find the page after clicking on the link.
     
  8. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar



    My fault. I forgot to publish the newly added page.
     
  9. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar



    The footer menu text is now working but it is now also appearing at the top of the website. Is there a way to remove it from the top menu?
     
  10. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have to customize your menu as shown in screenshot.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  11. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    It is unchecked but it is still appearing along the top in the shop area.
     
  12. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Make a new custom menu and add only those menus which you want to show on top.
    See screenshot for help.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  13. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar

    I finally got it to work. Thanks. Is there a way to lock the colored themed bar on top of the site so that it moves along with the page when scrolling up or down instead of it always appearing?
     
  14. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hi,

    Paste following code in Custom CSS and save all changes.
    Code:
    .top_cartinfo {
    position: absolute;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  15. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    It works but only when i`m logged in to word press. As soon as I log out it defaults to the previous settings. I installed a child theme yesterday but dont know how to use it. I went to Appearance, Theme Options and entered the code.
     
  16. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  17. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar


    I tried to upload the plugin but word press states it is invalid.
     

Share This Page