Theme Doesn't Appear on Website

Discussion in 'BizWay WordPress Theme' started by sky744, Oct 25, 2012.

Thread Status:
Not open for further replies.
  1. sky744

    sky744 New Member

    Joined:
    Oct 20, 2012
    Messages:
    5
    Likes Received:
    0
    The theme shows up on "appearence>themes" on the dashboard but not on the site. Published changes also don't appear.
    Under plugins there is WP Super Cache shown as active and a "drop-in" plug-in of advanced-cache.php that I can't control. Is there a conflict with these that is causing the problem?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please send your wp-dashboard id, password and dashboard login page link with problem description
    at [email protected]
     
  3. sky744

    sky744 New Member

    Joined:
    Oct 20, 2012
    Messages:
    5
    Likes Received:
    0
    I got it working, but a new bug came up. I set up a contact us page according to the video documentation and found it had a map of a city in India. I went to the options page and got the Google link to get the code for a local map and found Google doesn't support web elements anymore, or at the least the one for the map.
    How can I remove the map from the contact us page???
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to template-contact.php present in your theme directory and remove the code given below

    Code:
    <?php if (inkthemes_get_option('inkthemes_contact_map') != '') { ?>
    <div><?php echo stripslashes(inkthemes_get_option('inkthemes_contact_map')); ?></div>
        <?php } else { ?>
    <div style="width: 620px; overflow:hidden;"><br/><br/><iframe width="620" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Chuna+Bhatti,+Bhopal,+Madhya+Pradesh,+India&amp;aq=0&amp;oq=bh&amp;sll=37.0625,-95.677068&amp;sspn=56.506174,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=Chuna+Bhatti,+Bhopal,+Madhya+Pradesh,+India&amp;t=m&amp;ll=23.202617,77.413874&amp;spn=0.037866,0.054932&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Chuna+Bhatti,+Bhopal,+Madhya+Pradesh,+India&amp;aq=0&amp;oq=bh&amp;sll=37.0625,-95.677068&amp;sspn=56.506174,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=Chuna+Bhatti,+Bhopal,+Madhya+Pradesh,+India&amp;t=m&amp;ll=23.202617,77.413874&amp;spn=0.037866,0.054932&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small><br /></div>
        <?php } ?>    

    Sending image for reference

    [​IMG]
     
  5. sky744

    sky744 New Member

    Joined:
    Oct 20, 2012
    Messages:
    5
    Likes Received:
    0
    Thanks for all the help, I appreciate it. Got everything working fine now.
     
Thread Status:
Not open for further replies.

Share This Page