Discussion on Astrum - Responsive Multi-Purpose HTML Template

Discussion on Astrum - Responsive Multi-Purpose HTML Template

Cart 1,394 sales
Well Documented

Vasterad supports this item

Supported

This author's response time can be up to 1 business day.

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, 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.

finally i fix it by add horizontal scrolling by editing style.css and replace: .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 ?

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 :D

/* 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">
       
  • Home
  • <cfif session.user_id gt 0> My Account<cfelse> Sign In</cfif>
  • APIs
    • Stamps
    • Easy Post
    • USPS
    • Endicia
    • Google Analytics
    • Google Adword
    • Google Shopping
    • Authorize.net
    • Graph
    • Advertising
    • MaxCDN
    • QuickBook
    • MailChimp
  • Pricing
  • Blog
  • Contact
  • </nav>

    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.

    Yes, add “hide-caption” class to caption which you want to hide and add following CSS in style.css:
    @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?

    Thanks for everything. Great template.

    I guess that you didn’t copy arrow images:
    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. :)

    http://www.kamranraja.nl/

    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.

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve ThemeForest.

    Sure, take me to the survey