Magento Expert Forum - Improve your Magento experience

Results 1 to 6 of 6

Mangento Content Missing

  1. #1

  2. #2
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    Quote Originally Posted by raufchoudhry View Post
    www.myhalalmeatstore.com

    How can I make changes to index.php in magento.
    Not sure what you mean, are you going to edit home page?

  3. #3
    New member
    Join Date
    Jan 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, you can see on the top left side that movies is missing I can't figure out how to change the broken link. At the footer I am missing three icons, again need to update the broken link. Can't find the exact location of the code to change it.

  4. #4
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    Quote Originally Posted by raufchoudhry View Post
    Yes, you can see on the top left side that movies is missing I can't figure out how to change the broken link. At the footer I am missing three icons, again need to update the broken link. Can't find the exact location of the code to change it.
    These stuffs are too basic, you should look at the template tutorials to fix it.

  5. #5
    Moderator shunavi's Avatar
    Join Date
    Mar 2013
    Posts
    124
    Thanks
    9
    Thanked 26 Times in 17 Posts

    Default

    It can happen by many reasons, you can check these parts:

    - Template files
    - Block
    - CMS page

    It should in one of those. More information about template you can check http://magentoexpertforum.com/forumd...CSS-Javascript

  6. #6
    New member
    Join Date
    Jan 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    <object id="FlashID" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="110">
    <param name="movie" value="http://new.lccbn.com/logo.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="8.0.35.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="http://new.lccbn.com/logo.swf" width="350" height="110">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="8.0.35.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>

    in the above code that I got by view source code of home page of www.myhalalmeatstore.com, I need to point the new.lccbn.com/logo.swf to www.myhalalameatstore.com/logo.swf can't figure out where is it in the magento file system on root. Checked lot of stuf. Please advice where I can find it. It is the movie file on the top left hand side of the home page of myhalalmeatstore.com.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •