Forum Replies Created
list of topics you have created till now.
-
-
Hi, we will fix it with the next update, however if you can’t wait for the update you can apply the fix in this post;
http://www.pixelwars.org/forums/topic/the-popup-wont-shown-up/#post-41957
Hi, when i check your console, i see js errors related to google map api. Now Google map api requires api key for new domains to show the map, otherwise throw js errors, which might be breaking the js codes of the theme. We will add google map api key support to the template with the next update, if you can’t wait for the next update, you can try to apply this fix;
you will need to find this code line;
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&"></script>
and replace it with this line;
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY_HERE"></script>
and get your google map api key here;
https://developers.google.com/maps/documentation/javascript/get-api-key
Hi all, i have just detected the issue, Google’s recent announcement;
Usage of the Google Maps APIs now requires a key. If you are using the Google Maps API on localhost or your domain was not active prior to June 22nd, 2016, it will require a key going forward. To fix this problem, please see the Google Maps APIs documentation to get a key and add it to your application:
we will add the api key support to the map with the next update, that should solve your problem. Thanks for the feedback.
Hi, unfortunately, no psd file is available for the theme.
your map shortcode attributes are not wrapped with right quote characters, here is the fixed state;
[map latitude="38.019431" longitude="32.526506" zoom="5" image="http://themes.pixelwars.org/empathy/wp-content/uploads/2015/07/marker.png"]
to others having the same issue please check your map shortcode for syntax errors.
Hi guys, this is really awkward, can you disable all of your plugins and check again.
Hi, we have fixed it and it will be available with the next update, about in a week or two.
Thanks for the feedback.
Hi, edit your gallery and set Columns : 1 and Size: Full Size, then it should look 1 column and centered in the page.
Hi, the js codes related to portfolio gallery are placed on
line:500inmain.js, starting withfunction setupLightbox() {and this is the lightbox plugin we used in the template for lightboxes;
Hi, sorry they are not possible right now, but we might think this for a future update, thanks for the feedback.
Hi all, instagram has disabled the old api : v1, and so the instagram widget is not working anymore without access token, but there is a better instagram widget called “WP Instagram Widget” widget which is super easy to use and works perfect, you don’t need to create any access token, so we decided to support this plugin and remove the current instagram social feed widget from the theme. In the next version the same style will apply to the new widget, but until the release of the next update you can use this custom css code to make it look good;
/* instagram widget custom css */ .null-instagram-feed ul { padding: 0; margin: 0; overflow: auto; } .null-instagram-feed ul li { width: 33.33%; float: left; padding-right: 5px; }and the plugin url is
Hi all, instagram has disabled the old api : v1, and so the instagram widget is not working anymore without access token, but there is a better instagram widget called “WP Instagram Widget” widget which is super easy to use and works perfect, you don’t need to create any access token, so we decided to support this plugin and remove the current instagram social feed widget from the theme. In the next version the same style will apply to the new widget, but until the release of the next update you can use this custom css code to make it look good;
/* instagram widget custom css */ .null-instagram-feed ul { padding: 0; margin: 0; overflow: auto; } .null-instagram-feed ul li { width: 50%; float: left; padding-right: 5px; }and the plugin url is
Hi, please follow these steps:
##### HOW TO CREATE A VALID ID TO USE: #####
– Go to https://twitter.com and sign in as normal, go to your settings page.
– Go to “Widgets” on the left hand side.
– Create a new widget for what you need eg “user timeline” or “search” etc.
– Feel free to check “exclude replies” if you don’t want replies in results.
– Now go back to settings page, and then go back to widgets page, you should see the widget you just created. Click edit.
– Now look at the URL in your web browser, you will see a long number like this: 345735908357048478
– Use this as your ID.
Hi, we plan to release a new update in about a week or two, and we will pack this feature into the new update.
Hi, there is a planned update in about 2weeks with some new features – a couple of new home landing pages and a new way to show portfolio galleries, and we also plan to add new features regularly to the theme.
Thanks.
Hi, we have just tested and the theme is compatible with Visual Composer plugin.
Hi, unfortunately, visual composer is not included with the theme, you need to use shortcodes to struct your custom pages, please check out Documentation > Shortcodes section for available shortcodes list.
Hi, this plugin might be useful;
Hi, your url shouldn’t contain index.html, this should work;
Hi, background images are centered by your screen, if you prepare your images in 1920×1080 or in 16:9 aspect ratio, your image will be cut of less.
Hi, we will update the instagram icon with the next update about in a few weeks, thanks for the feedback.
Hi, happy to hear that you have sorted it out, just let us know if you need further assistance .
Hi, the name of the font is “Have Heart”, and here is the logo image file, you can create your logo about this original sizes;
http://themes.pixelwars.org/impose/wp-content/uploads/2015/12/impose-logo.png
Thanks.
Hi, you can try this custom css code;
.share-wrap .fb_iframe_widget > span, .share-wrap .fb_iframe_widget iframe{ width: 90px !important; }Hi again, happy to hear that, thanks for the update.
Hi, new version is available on themeforest.
Hi, you have some portfolio departments with no portfolio posts under it, that’s why the portfolio page looks weird, if you delete your empty departments or create posts inside them and add gallery to that posts, your problem should be solved.
Hi, there is no other way to increase slider height on mobile but using less wider images, slider is being resized as preserving images’ aspect ratios since your images are ultra wide, they look smaller on mobile.
Hi, sorry we haven’t tested the theme with Visual Composer plugin, however i don’t think there will be any compatibility issues.
you’re welcome ;) please don’t forget to rate the template on themeforest if you liked it, thanks.
Hi @OGarcia
I just dig into documentation and here is a solution, edit
js/photo-swipe/photoswipe-ui-default.jsin a text editor and findline: 79, you will see;shareButtons: [ {id:'facebook', label:'Share on Facebook', url:'https://www.facebook.com/sharer/sharer.php?u={{url}}'}, {id:'twitter', label:'Tweet', url:'https://twitter.com/intent/tweet?text={{text}}&url={{url}}'}, {id:'pinterest', label:'Pin it', url:'http://www.pinterest.com/pin/create/button/'+ '?url={{url}}&media={{image_url}}&description={{text}}'}, {id:'download', label:'Download image', url:'{{raw_image_url}}', download:true} ],replace it with this piece of code;
shareButtons: [ {id:'facebook', label:'Share on Facebook', url:'https://www.facebook.com/sharer/sharer.php?u={{url}}'}, {id:'twitter', label:'Tweet', url:'https://twitter.com/intent/tweet?text={{text}}&url={{url}}'}, {id:'gplus', label:'Share on Google+', url:'https://plus.google.com/share?url={{url}}'}, {id:'tumblr', label:'Share on Tumblr', url:'http://tumblr.com/widgets/share/tool?canonicalUrl={{url}}'}, {id:'email', label:'E-mail', url:'mailto:?subject=I wanted you to see this image&body=Check out this image : {{text}} - {{url}}'}, {id:'pinterest', label:'Pin it', url:'http://www.pinterest.com/pin/create/button/'+ '?url={{url}}&media={{image_url}}&description={{text}}'}, {id:'download', label:'Download image', url:'{{raw_image_url}}', download:true} ],and finally copy all of the codes inside
js/photo-swipe/photoswipe-ui-default.jsintojs/photo-swipe/photoswipe-ui-default.min.jsfile and this should do the trick for you.Hi,
you need to edit your gallery and in the “Gallery Settings” set “Link To: Media File” then save, and check again.
Hi, I see the issue, we will fix this with the next update, thanks for the feedback. If you don’t want to wait for the update you can use this custom css code till then;
.has-bg-img:before { display: none; } .has-bg-img .content:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(73, 92, 95, 0.75); }Hi, this is the way the theme works, nothing to do about it, sorry.
glad to hear that, thanks for the update.
Hİ @Stephen Clark
sorry, but we don’t plan to add vertical tabs feature to the theme as we are really busy with ongoing projects right now, if you are having problem with the current plugin you may try another plugin for tabs, i believe there are many plugins doing the same work.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, can you try this custom css code;
.widget-area iframe { max-height: none; }Hi, ok then, with the next update we will update modernizr.js with the latest version, then you check again if the problem persists.
– first, deactivate all of your plugins,
– then update your theme to the latest,
– check again your site without activating your plugins.Hi, does it occur on our demo site too?
ok, thanks for the feedback.
ahmetsali
Keymaster22 March 2016 at 22:54Posted in : Opacity not animating for sections and nav menuHi, i see what you mean, but since the
.vs-currentclass is being removed after the sliding animation ended, it is not possible to have current page animated both sliding of the screen and opacity to 0 at the same time, but you can make the current page faded out after the sliding animation ended by editing your code;.vs-triplelayout .wrapper>section { opacity: 0; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .vs-triplelayout .wrapper .vs-current { opacity: 1; }Hi, I am aware of the issues with the current typing script, and planning to update or replace it, thanks for the link, I will check it out.
ahmetsali
Keymaster22 March 2016 at 21:34Posted in : Latest Tweets now loading & setting up pictureHi, we have just fixed this and it will be available with the next update, usually in a week or two.
Thanks for the feedback.
Hi, sorry this theme doesn’t have a fixed header feature.
Hi, I see the issue, it is happening because of the portfolio single pages are fetched with ajax, we will add an option to disable ajax for portfolio posts with a future update.
Thanks for the feedback.
ahmetsali
Keymaster14 March 2016 at 18:04Posted in : Make portfolio items separate pages (like posts)Hi, go to “Appearance > Theme Options > Layout > Ajax : No” this will disable the ajax loading of the portfolio items and each portfolio post will open in its page.
Hi Anne,
you can use this custom css code to show gallery titles below the image;
figcaption.gallery-caption { padding-top: 5px; font-size: 12px; } .gallery figure { padding-bottom: 40px; } .gallery-icon { height: 100%; }Hi, theme update notification e-mails are sent by envato (not by pixelwars) and when you click to “Download this update” link it should take you to “Themeforest > Downloads” page so you can re-download the updated theme in that page. If you have been redirected to another page, it might be because of two reasons;
– your pc or browser is infected by malware
– or there was an issue in the e-mail send by envatoif you rule out #1, you may contact envato support and let them about this issue, because i don’t believe envato will send scam mails to the buyers.
Envato Support
http://support.envato.com/Have a nice day.