Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6759647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:58:14+00:00 2026-05-26T13:58:14+00:00

I have a simple yet hard problem here that is driving me nuts …

  • 0

I have a simple yet hard problem here that is driving me nuts …

Apparantly with no code change what so ever the Facebook and Google+ like boxes show as I want in one section of my site: http://www.nfrases.com/coragem

Yet on the other they just disappear, like on this page: http://www.nfrases.com/coragem/1519

The only difference is that a id_phrase is also suplied instead of only supplying the tag_name in the address that is picked by the php with $_GET and then the mod_rewrite intervenes. The actual address is: http://www.nfrases.com/tag.php?tag_nome=coragem&id_frase=1519

I’m going crazy over here! Someone ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:58:15+00:00Added an answer on May 26, 2026 at 1:58 pm

    You are using a relative path for your javascript:

    <script src="js/scripts.js"></script>
    

    So, on http://www.nfrases.com/coragem, that would point to:

    http://www.nfrases.com/js/scripts.js

    But, on http://www.nfrases.com/coragem/1519, that would point to:

    http://www.nfrases.com/coragem/js/scripts.js

    The 2nd URL doesn’t exist, obviously. You need to change your script path to:

    <script src="/js/scripts.js"></script>
    

    Same rule applies for some of your images too. Example:

    <li><a href="#"><img src="images/rss.png" alt="rss"> Acerca</a></li>
    <li><a href="#"><img src="images/rss.png" alt="rss"> Sugestões</a></li>
    <li><a href="#"><img src="images/rss.png" alt="rss"> Contactos</a></li>
    

    Should be:

    <li><a href="#"><img src="/images/rss.png" alt="rss"> Acerca</a></li>
    <li><a href="#"><img src="/images/rss.png" alt="rss"> Sugestões</a></li>
    <li><a href="#"><img src="/images/rss.png" alt="rss"> Contactos</a></li>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This should be simple. Yet, it's giving me Hell. Problem I have compiled the
I want to do something pretty simple but have yet am having a hard
Okay this may be a simple question but I have yet to come with
I'm signed up, I've downloaded sample code, I've got a WSDL...and yet I have
I have simple win service, that executes few tasks periodically. How should I pass
I have simple HTML code with some JavaScript. It looks like: <html> <head> <script
So I have a problem that I think is quite common but I have
I'm trying to match this block here /code\ int foo(string $bar, int $bleh); Simple
I have a binary field in my database that is hard to describe in
I have a simple form that lists user names and for each user, the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.