This item is by an Elite Author
purethemes
- Elite Author
- Has been a member for 4-5 years
- Item was Featured
- Author was Featured
- Bought between 100 and 499 items
- Referred between 200 and 499 users
- Exclusive Author
- Microlancer Beta Tester
- Author had a Free File of the Month
- Europe
- Sold between 250 000 and 1 000 000 dollars
988
Purchases
Buyer Rating:
4.41 stars
4.41 average based on 105 ratings.
-
5 Star
7066%
-
4 Star
2321%
-
3 Star
32%
-
2 Star
32%
-
1 Star
65%
| Created | 29 November 11 |
| Last Update | 3 December 12 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- gallery
- google maps
- map
- maps
- personal blog
- photoblog
- photography
- tourism
- travel
- travel blog
- travel photo blog
- travelling
- wordpress theme
- wordpress travel
© All Rights Reserved purethemes -
Contact Envato Support


Hi ! I don’t know if anyone ask my question before. Sorry if it’s the case… I’d like to change the video player but I don’t kown how can I do and if it’s possible. Where is it ? I want to switch the original by jw-player (I want add a photo when the video isn’t playing) but I’d like to keep the same place for the video. Thanks in advance!
Hi, there’s no build-in vide player in theme – it’s only embedded movie from vimeo/youtube.
estimated my question is how to configure the contact page and causing to be sent to a specific address, as the admin account does not receive the forms sent thanks
Hi
I’m not sure I understand, could you tell me more details? What page, what contact form, your website etc..
Hi,
Is it possible to create a page with just the map and no footer? Basically the map would be the only content on the page. Thanks!
You’d need to create new template for that with modified footer. It’s not possible by default in theme but you can customize it for that effect.
Hi
try to remove that point you have on map and check if it will help.
Hi, I have two posts that are happening in the main location. So i have put the same adress and Lat/Long in the “Post main location (displayed on homepage map)” fields. Now, I supposed that this would result in the same display as the screenshot you have on your homepage here. With Malta Day 1 and Day 2. But it keeps showing me only one item on the homepage map. What am I doing wrong? regards, Katja
Hi Katja
are you sure they have exactly the same Lat/long? Please send me link to your website.
My bad, I must have done something wrong, I think it was the address that was not 100% identical, because now it works. Sorry about the alert. Your theme is great! I only wish it had the option to allow us to display, on the home page, the preview gallery instead of the main image. I love the preview gallery layout
Yes, I am sure. The posts “Test post” and “Arrival @ hotel” have the exact same address, lat and long… here is the test site … http://croatia.rupponline.com Can you help? Regards, Katja
I would like to know if any of the developers are available to make a customization on the teme. pls send an email for further conversation.
ericolisboa@gmail.comcheers
Hi.
I Have polish version of WP, but i still have “READ MORE ” – not CZYTAJ WIECEJ
. How to change all buttons to polish ?
Hi, Nice theme you got there! I am very happy.
I have 3 questions: 1. Is it possible to take away the “Read more” button on the main page so that all the text is shown on the front page ? And is it possible to add a side-bar on front page?
2. When I enter the one post I got, there is some trouble with the zoom. -> http://onewayticket.se/?p=12 I want to zoom more, like on the front page. But I am not able to. I have changed every zoom setting in the options menu. It seems like nothing solves the problem!!
3. When applicating “centered map in header” is it possible to upload a own background instead of the yellow one ? I have tested under >Appearance>Background, but it wont work.
Thank you! Best regards, Petter
Hi Petter
ad1. Open loop.php and replace the_excerpt in line 57 with the_content. There’s no option for sidebar on front page.
ad2. backend/purepress-dynjs.php edit line 516<?php if(sizeof($locations) == 1 ){ ?>, maxZoom: 10 <?php } ?>change 10 to 15 or more, this limit is there because if there’s just one marker the map is zoomed to max and it doesn’t look good.ad3. Body background depends on style you’re using, each style has it’s own file, so you need to edit appropriate – for example css/style-adventure2.css
Thank you!
Hello again, Thx for fast answer!
The first 2 points work well, but I cannot have the background changed! I did as you said.
First, I opened filezilla and found the “css” folder. I downloaded the “style-adventure2.css” and on the 11th line I changed the default image name “grunge.jpg” to my own image name “egen.gif” which I later uploaded to the “images” folder:
Line 11->> background: url(’../images/adventure/grunge.jpg’) #ededed ;
Line 11 (changed)->> background: url(’../images/adventure/egen.gif’) #ededed ;
Even though I deleted the “grunge.jpg” file in the “images” folder, my website would still show the old grunge-background! The file did not even exist!?
I have done this several times on different styles, but I can’t get it work. Any idea?
Thx!
Based on your current website you should edit this file http://onewayticket.se/wp-content/themes/themeforest-909546-wptraveller-wordpress-travel-photo-blog/wptraveler/css/style-adventure.css
I tried to change it in Firebug to “egen.gif” but there’s no such file in images/ or images/adventure/ folders. Please check if you have right file.
Hello, Well… That’s the file I have edited. Now “style-adventure.css” sais that the background image should be “egen.gif” and I have put egen.gif image in images/adventure (as said in the .css file). I have restarted my ftp-server several times and updated my site aswell. The background now is only white, as if there were no bg image…? Seen here: www.onewayticket.se
I have also tried to resize the “egen.gif” to the same sizes as the other backgrounds (600px*600px) – but it will not make it! Even if I choose to use the same background as in one of the other 3 styles, the background will only be white..
Hmm.. Can you check again? Is there some slight detail I am missing ?
Thanks for the fast replies! .-)
Hi
I just checked it and it should be
body { background: url("../images/adventure/egen.gif") repeat scroll 0 0 #EDEDED; }and you’ll see nice wooden background.Hi there how do I enable the map settings for creating a post to appear on a custom post type?
Here is my custom post type
// Add new post type for Recipes add_action('init', 'fishinglocations_init'); function fishinglocations_init() { $fishinglocations_labels = array( 'name' => _x('Fishing locations', 'post type general name'), 'singular_name' => _x('Fishing location', 'post type singular name'), 'all_items' => __('All fishing locations'), 'add_new' => _x('Add fishing locations', 'fishinglocations'), 'add_new_item' => __('Add new fishing location'), 'edit_item' => __('Edit fishing location'), 'new_item' => __('New fishing location'), 'view_item' => __('View fishing location'), 'search_items' => __('Search in fishing locations'), 'not_found' => __('No fishing locations found'), 'not_found_in_trash' => __('No fishing locations found in trash'), 'parent_item_colon' => '' ); $args = array( 'labels' => $fishinglocations_labels, 'capability_type' => 'fishinglocations', 'publicly_queryable' => true, 'public' => true, 'show_ui' => true, 'query_var' => true, 'rewrite' => true, 'hierarchical' => false, 'menu_position' => null, 'supports' => array('title','editor','comments'), 'has_archive' => true, 'capability_type' => 'fishinglocations', ); register_post_type('fishinglocations',$args); }Please respond, I have been stuck on this issue for a while.
Edit file backend/purepress-metaboxes.php and around line 737 you’ll find function create_meta_box(). Add inside
add_meta_box('new-meta-boxes', 'Post and Gallery Settings', 'new_meta_boxes', 'fishinglocations', 'normal', 'high'); add_meta_box('maps-meta-boxes', 'Map Settings', 'maps_meta_boxes', 'fishinglocations', 'normal', 'high');Hello , I’d like to include video like tou did on your Iceland Vimeo post of you page. I guess it’s possible with Vimeo/Youtube but I can’t find it :/
Regards
Sorry , you can forget it , I found what was my mistake
Hello, When I upload the files check the folder of the server that many images are generated with names and different size than the original file. I think some are being generated by the theme and others by wordpress. I think some of them are unnecessary. Is there any configuration optimized for the media settings, or somehow inhibit images with sizes that I will not use?
Thank’s
Fernando
Yes, it works like that, but there’s nothing I can do about it. Each photo uploaded to WordPress is generated in 3 main sizes plus sizes required by theme. WordPress doesn’t know where each photo will be used so it resize them in all possible sizes.
Ok If I set null values ??in the configuration of the wordpress media, the images generated are only those corresponding to the theme. Any prejudice that?
thank’s
Hello i like to add video but its just displaying the video link i put into the box …i switched the layout to video and put thetext in the right box but…. thnaks for oyur help http://alternation.at/
You should put there whole embed code of video, not just URL
Hi, I just installed this theme and am having trouble adding a map to my post.
First, the background map isn’t automatically on my website. Do I have to enable it somewhere or something?
Then I try to add posts with maps following the instructions in the video but when I publish, no map shows up. Please help!
My website is www.doc360.org
It is showed, only problem it’s zoomed to max and all you can see is ocean. Check Theme Settings, and set maxZoom for homepage map
Thanks for the quick response.
Another quick question…
Is there a way to make a page with just the map, and no posts? So just the header/footer and map.
Also on my site doc360.org, Passport page for example, underneath the comments section there is some text and html. How do I get rid of that?
Lastly, when I have the map set to be the full background and you click on an icon on the map, it centers, but the pop up box is hidden beneath the latest post. Is there a fix for this?
Thanks in advance!
ad1. You’d need to create page template for that without this elements http://codex.wordpress.org/Pages#Page_Templates
ad2. add to style.css .form-allowed-tags { display:none; }
ad3. That’s unfortunately something that is not possible to control in google maps, that’s why better option is map just in header.
Hi, i would like to buy the theme… how much do you think it would cost for a customization for articles downloads…
The same concept you have… only showing the map and icons where articles/reports/posts are…
when you hover the icon on the map it would just list the articles for that area and then you can click on it and then it would go into the page where users can then download it/ read it if its a post… and then make comments if they need to.
And how long do you think it might take to customize it?
Hi
I’m sorry but I don’t provide any customization services currently, too many other projects. I’m sure you could find someone on freelanceswitch http://jobs.freelanceswitch.com/search/
ad2. add to style.css .form-allowed-tags { display:none; }
I tried doing this but the text is still on my pages. Sorry I’m just learning how to do this. Am I supposed to add that text to anywhere in style.cc??
(This is the text I want to get rid of: You may use these HTML tags and attributes: <abbr title=””> <acronym title=””>
It looks like you’ve managed to do it, I’ve check your site and text is gone
Las question I promise!
How do we edit the sidebar? I see the ‘Sidebar Manager’ page and I know how to add a new sidebar and description, but where do you add the content?
Can you add plugins/widgets to these sidebar?
You just drag and drop widgets in wp-admin -> Appearance -> Widgets
Cheers
I was talking about the specific wpTraveller sidebar manager… the one where you can add multiple sidebars.
Can I have different sidebars for different pages?
And can I add widgets to this template? for example, I want to add a flickr gallery widget.
Yes, you create sidebars in Sidebar Manager, and then you can drag widgets to it in Appearance – Widgets menu, and then you can select on page or post settings which sidebar you want to display