258 comments found.
Hi, We have been using this template for quite some time now and it has worked great, I can see that you updated it last year (2024). The template still uses jQuery 1.8.3. after the last update. Is it possible to update jQuery to version 3.5.0? A lot of vulnerabilities are corrected in 3.5.0 Thank you,
1 month and no response…
You can do it on your own by replacing jquery script to newer version.
i brought your theme b mistake thinking its wordpress theme . is there any way to get my money back?
it shows broken theme.style.css is missing
I clicked to open index.html and then I’ve done changing the layout by using Style Switcher from wide to blocked style. How do I get HTML as I changed it to be blocked style?
Once I download Astrum theme on my laptop. I want to learn how to use this theme then I went “Documentation” folder and open index.html. There are many tips menus on the left such as “HTML Structure”, “CSS Structure”, “Style Switcher” or else. Then I click those menus, there are no information when I clicked on each menu. Could you please advise?
Okay I solved those issues.
Dear Concern I am Javed Nasir, hope you are doing great, last month I had purchased your template for myself. I am facing a small issue with your template and would like you to help me. If you review this template on the main index page, a section “Recent work” had an issue in the mobile version, when we try to scroll it, it reverted back from the second image to the first image. It’s not working like the section “Our Clients” is working.
Please look into this small bug and help me out.
Thanks & Regards.
Hi there! I am seeing an error (posted below) related to trackduck, wondering if I can de-activate track duck at all so I don’t get errors. I’m also getting this error, if you have any tips:
Uncaught ReferenceError: $f is not defined at HTMLIFrameElement.<anonymous> (jquery.themepunch.revolution.min.js:8) ........
Track Duck error:
Access to XMLHttpRequest at ‘https://app.trackduck.com/api/v1/project/toolbar?url=https%3A%2F%2Faqueous-hamlet-44287.herokuapp.com%2Findex.html&extension=chrome' from origin ‘https://aqueous-hamlet-44287.herokuapp.com' has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Thanks!!
Hi, I am afraid this is not related to template and https://trackduck.com/ isn’t available anymore
Hello, my support have expired so i understand if you don’t help.
googlecode are… dead
and i wanted to know if this can be updated or useless now
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Thanks
Hi, googlecode dead? Please specify. Code you pasted isn’t required anymore
Hi, google stop this product, nothing there http://www.googlecode.com/ Thanks for the reply. I have also problem for use with both http and https, i have remove import in style and add them in html so i can set secure or not
<link rel="stylesheet" href="<?= $template['protocol']; ?>fonts.googleapis.com/css?family=Open+Sans:400,300,600,700">
also link are better than import in some browser.
Is someone have problem with table and mobile? It’s look bad cann’t scroll so infos are hide see: https://www.avdeveloppement.eu/en/product/detail/My+Club/#Downloads i don’t see the button at right when i look on my mobile. I search a mobile table like that https://codepen.io/jeremychurch/pen/aYdNoj/ is someone have a better one? Thanks.
.ui-accordion .ui-accordion-content {
}
by:
.ui-accordion .ui-accordion-content {
overflow-x: auto;
}
Hello, great product, i found a bug in “blog-post.html” if you delete child post the first comment touch the second, need li style=”margin-bottom:15px;” on first comment or i miss something ?
Hi, you’re right. here’s a fix:
ol.commentlist li:first-child { margin-bottom: 15px; }
It’s perfect many thanks! And you learn me a new thing ”:first-child” very usefull
If you would like to know more about nth-child selector: https://css-tricks.com/useful-nth-child-recipies/
Nice, i saved in my tuto! Thanks.
for skin select, i use blue theme [code] select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; outline: 0; box-shadow: none; border: 0 !important; background: #169fe6; background-image: none; } .select { position: relative; display: block; width: 100%; height: 34px; line-height: 2.5; background: #169fe6; overflow: hidden; border-radius: .25em; } select { width: 100%; height: 100%; margin: 0; padding: 0 0 0 .5em; color: #fff; cursor: pointer; } select::-ms-expand { display: none; } .select::after { content: ’\25BC’; position: absolute; top: 0; right: 0; bottom: 0; padding-right: 5px; background: #169fe6; pointer-events: none; color: #fff; } select:hover, .select:hover::after { color: #fff; background-color: #aaaaaa; } select, .select::after { -webkit-transition: .25s all ease; -o-transition: .25s all ease; transition: .25s all ease; }
< div class=”select”> <select name=”priority” id=”priority”> <option value=”1”>Basse</option> <option value=”2” selected=”selected”>Normal</option> <option value=”3”>Haute</option> </select>
[/code]
for who search a simple solution.
this forum suck, how post code 
in < code > and < pre >
Thanks 
/* Reset Select */
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
box-shadow: none;
border: 0 !important;
background: #169fe6;
background-image: none;
}
/* Custom Select */
.select {
position: relative;
display: block;
width: 100%;
height: 34px;
line-height: 2.5;
background: #169fe6;
overflow: hidden;
border-radius: .25em;
}
select {
width: 100%;
height: 100%;
margin: 0;
padding: 0 0 0 .5em;
color: #fff;
cursor: pointer;
}
select::-ms-expand {
display: none;
}
/* Arrow */
.select::after {
content: '\25BC';
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding-right: 5px;
background: #169fe6;
pointer-events: none;
color: #fff;
}
/* Transition */
select:hover, .select:hover::after {
color: #fff;
background-color: #aaaaaa;
}
select, .select::after {
-webkit-transition: .25s all ease;
-o-transition: .25s all ease;
transition: .25s all ease;
}
< div class=”select”> <select name=”priority” id=”priority”> <option value=”1”>Basse</option> <option value=”2” selected=”selected”>Normal</option> <option value=”3”>Haute</option> </select>
The google maps script dosn’t work with secured sites using the https:// protocol. You need to change this line of code in the contact.html page:
<script src=”http://maps.google.com/maps/api/js?sensor=true”></script>—>
to:
<script src=”//maps.googleapis.com/maps/api/js?v=3.exp&sensor=true”></script>
Cheers.
Thanks
Missing shadow1.png in css
.tp-bannershadow.tp-shadow1 {background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
Hi, it’s not necessary. You can remove it from CSS
OK, I will try it. Thank you.
I am having problem setting up jpanel-menu for mobile. Using foundation for responsive grid. See below snapshot. The jpanel-menu somehow not taking full width of column. I can send you snapshot if you need. I am pasting here my code
<!- Mobile Menu -->
<nav class="menu">
- Stamps
- Easy Post
- USPS
- Endicia
- Google Analytics
- Google Adword
- Google Shopping
- Authorize.net
- Graph
- Advertising
- MaxCDN
- QuickBook
- MailChimp
I’m not sure if I will be able to help if you’re using different grid system than that included in Astrum
I purchased this theme a couple of years ago but I just saw that the last update is of 20 June 17. Is there a change log so I can compare my current version and the most recent version?
Hi, it wasn’t significant update.
Hi Vasterad,
I purchased the html version of Astrum, but it turned out I need to use Wordpress instead. Is it possible to get the WP version, I would pay the price differences, but I would like to avoid double purchase. Thanks.
Hi, Please purchase WordPress version and request refund for HTML with license key of your WordPress version: https://themeforest.net/refund_requests/new
Hi, I modified the footer section. Do I need to copy paste every page the same footer section? It is not possible to create an individual footer section and code only once? Thanks.
Because it’s HTML template it has to be done manually for each page however you can include footer or header using PHP to save time: https://www.affilorama.com/site-building/php-includes
Is there a way not so show the slide captions on the welcome page for the revolution slider on mobile devices. I can not get them to align up correctly on mobile.
@media screen and (min-width: 480px) {
.hide-caption {
display: none !important;
}
}
Hi there,
Can you please send me images associated with full width slide show. I could not locate in any of your image folder.
Thanks
Could you point me which files you need (names)?
The images associated with revolutioner slider. e.g. Slider-1.jpg the currently what we have on astrum template site.
Contact me on info(at)vasterad.com
I am having hard time to set up revolutionar slider on my web site template. Can you please help me?
Could you clarify? What happens?
Okay. First I copied three slides html template from astrum.
<!—Slider ==================================================—>-
<!
-
Think Creative
Let Out the Creative Beast
We make gorgeous web designs that helps you convey
your message to your online users and customers.
<! -
Video support
Show Off Your Creativity
Embed videos directly from your favourite video
websites like Vimeo or YouTube.
<iframe src=”http://player.vimeo.com/video/22775048?title=0&byline=0&portrait=0;api=1&color=ffffff” width=”396” height=”298”></iframe>
<! -
Retina Ready
Powerfully Responsive
Astrum is ultra responsive and ready for retina
high-resolution displays.
Next, I have copied few css command from style.css to website. These includes
/* =================================================================== / / Revolution Slider ====================================================================== */ .fullwidthbanner-container { width: 100% !important; position: relative; padding: 0; max-height: 470px !important; overflow: hidden; background-image:url(../images/loader.gif); background-repeat: no-repeat; background-position: 50%; top: -20px; }
.bannercontainer{ width:100% !important; position:relative; padding:0; max-height:500px !important; overflow:hidden; }
I have listed all javascript source from astrum to my website as follows.
<!—Java Script from Astrum Template ==================================================—> <script src=”js/astrum/jquery.min.js”></script> <script src=”js/astrum/jquery.themepunch.plugins.min.js”></script> <script src=”js/astrum/jquery.themepunch.revolution.min.js”></script> <script src=”js/astrum/jquery.themepunch.showbizpro.min.js”></script> <script src=”js/astrum/jquery.easing.min.js”></script> <script src=”js/astrum/jquery.tooltips.min.js”></script> <script src=”js/astrum/jquery.magnific-popup.min.js”></script> <script src=”js/astrum/jquery.superfish.js”></script> <script src=”js/astrum/jquery.twitter.js”></script> <script src=”js/astrum/jquery.flexslider.js”></script> <script src=”js/astrum/jquery.jpanelmenu.js”></script> <script src=”js/astrum/jquery.contact.js”></script> <script src=”js/astrum/jquery.isotope.min.js”></script>
Finally, I have added jquery to initiate the slider:
<script type=”text/javascript”>
var tpj=jQuery;
tpj.noConflict();
tpj(document).ready(function() {
if (tpj.fn.cssOriginal!=undefined)
tpj.fn.css = tpj.fn.cssOriginal;
tpj('.fullscreenbanner').revolution({
delay:9000,
startwidth:960,
startheight:500,
onHoverStop:"on",
thumbWidth:100,
thumbHeight:50,
thumbAmount:3,
hideThumbs:0,
navigationType:"bullet",
navigationArrows:"solo",
navigationStyle:"round",
navigationHAlign:"left",
navigationVAlign:"bottom",
navigationHOffset:30,
navigationVOffset:30,
soloArrowLeftHalign:"left",
soloArrowLeftValign:"center",
soloArrowLeftHOffset:20,
soloArrowLeftVOffset:0,
soloArrowRightHalign:"right",
soloArrowRightValign:"center",
soloArrowRightHOffset:20,
soloArrowRightVOffset:0,
touchenabled:"on",
stopAtSlide:-1,
stopAfterLoops:-1,
hideCaptionAtLimit:0,
hideAllCaptionAtLilmit:0,
hideSliderAtLimit:0,
fullWidth:"off"
});
});
</script>
But it only shows the text. I dont see any arrow or anything that can move or automatically rotate slider. Of course I have not copy any images from astrum web site for slider but I was expecting at least jquery kick in with slider.
For example I am able to set up show biz client thing without any problem.
I don’t understand, you don’t have to copy anything to get Revolution Slider working. It just works on demo homepage. Could you provide link to your site? Are you trying to use latest version of Revolution Slider? Please clarify and provide more info. 
Okay, the problem is I am not using Astrum Template entirely as it is. I am using another webstore and try to sleves up cosmetically using features provided on Astrum template. Therefore I require to move pieces here and there.
Are you sure that you copied whole CSS? https://pastebin.com/24zsKbpQ
also where did you get that JS code for Revolution Slider? Code used in Astrum seems to be other:
/*----------------------------------------------------*/
/* Revolution Slider
/*----------------------------------------------------*/
if ($.fn.cssOriginal != undefined) {
$.fn.css = $.fn.cssOriginal;
}
$(document).ready(function(){
$('.fullwidthbanner').revolution({
delay: 9000,
startwidth: 1180,
startheight: 470,
onHoverStop: "on", // Stop Banner Timet at Hover on Slide on/off
navigationType: "none", //bullet, none
navigationArrows: "verticalcentered", //nexttobullets, verticalcentered, none
navigationStyle: "none", //round, square, navbar, none
touchenabled: "on", // Enable Swipe Function : on/off
navOffsetHorizontal: 0,
navOffsetVertical: 20,
stopAtSlide: -1, // Stop Timer if Slide "x" has been Reached. If stopAfterLoops set to 0, then it stops already in the first Loop at slide X which defined. -1 means do not stop at any slide. stopAfterLoops has no sinn in this case.
stopAfterLoops: -1, // Stop Timer if All slides has been played "x" times. IT will stop at THe slide which is defined via stopAtSlide:x, if set to -1 slide never stop automatic
fullWidth: "on",
});
});
I get the code from documentation provided with Astrum Template? What css components should I copy from style.css present with Astrum template.
Is there anyway I can share screen shot. It is on local host.
I think it is working after putting your javascript and copy css. The only thing is missing that I am not able to see the right and left arrow and it does not extend to full browser width
Never mind I copy the images from astrum. It is working. The only thing I am working on is full browser width. Will let you know if any problem occur.
Thanks for everything. Great template.
background-image: url(../images/slider-left-arrow.png);
background-image: url(../images/slider-right-arrow.png);
Yep. I did and it is working fine.
I’d like to get the font awesome Yelp icon added to the social footer. Is that possible?
Yes, update fontawesaome to the latest then just put in footer yelp icon <i class="fa" fa-yelp=""> </i>
Thanks for the tip. Had to modify the .social-icons-footer class since it used fontello and not font awesome, but finally got it working. 5 Star Rating left!
Thanks, you’re welcome. 
Dear author this is my website i can’t remove the gap on the homepage between the slider and the portfolio section, could you explain how to remove that.
hi, questions regarding wordpress version please post there http://purethemes.net/support/
hi, pls can you tell me an example for the ken burns effekt?
<!- Slide 1 ->
Hello
thank you!it’s not available in revolution slider’s version in Astrum. Send me email on info[at]vasterad.com. I can provide you new version of revolution slider so you could update it.