64 comments found.
Hi, I want to use Hover Menu. But your project does not have it. Could you update it ? I choose hover menu or responsive menu.
Hi I am not able to install my angular app , could you please send me across step by step how to install angular app for my theme at earliest .
Hi sorry but where you ned to install?
Hi, I am struggling to find where to change the top slider section image on Home5, please can you advise where to find this…thanks Brian
Hi you find inside the main.css class .boxgallery-fix Regards
Hi I just purchased Your Angula theme , I am trying from long to start my application , the angular version . I am unable to launch the app.
Assist me as soon as possible.
hi for open the index need to setting the port localhost
See this example
http://stackoverflow.com/questions/25627507/hoh-can-i-view-angular-website-in-localhostlink:
https://docs.angularjs.org/tutorial/step_00or
https://github.com/angular/angular-seedI’m trying to change the colors to a red scheme. I’ve found everything except the following. Can you please point me in the right direction.
1) Certain hover buttons (I assume they are all controlled by the same style): Services “Read More”, “Purchase Now”, “Check Out PayPal”.
2) The arrows and close buttons on Work
3) The exploding stars on the main store page.
4) The dots when scrolling through the store images.
Hi, checkout payapal : .btn-primary file:main.css
the stars it s a canvas
<canvas id=”pixie”></canvas>
inside file parallaxsoon2.js you fix the color
g.addColorStop(0.0, ‘rgba(47,236,236,’ + newo + ‘)’); g.addColorStop(this.stop, ‘rgba(13,193,193,’ + (newo * .3) + ‘)’); g.addColorStop(1.0, ‘rgba(255,255,255,0)’);
the arrow and the cross in the work
it s in the file jquery.fancybox.css
it s an images
fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(‘fancybox_sprite.png’); }
for find in easy mode the class css try to use the developer tools from chrome or firfox
i hope this help you, if more info write me
Regards!
how to run in production mode? I mean some script like ‘npm start’ or ‘grunt webserver’ or ‘gulp connect’
hi you can not open the same open normal html,
for open the index need to setting the port localhost
See this example
http://stackoverflow.com/questions/25627507/hoh-can-i-view-angular-website-in-localhost link: https://docs.angularjs.org/tutorial/step_00 or https://github.com/angular/angular-seedHello, Do you have psd ?
Hi i m sorry i dont have, what you need? if you need the particolar think tell my i see if i have
I do not see any angularjs file, how does it support angular?
Hi in side it s two project one html and the other folder angu_new, if you see the structure it s with the partials page etc etc…..
I am having problem with the header.html file.
After I added some items in the menu, and now it shows up as follows:
Home Services News FAQ Blog Dashboard AboutUs ContactUs
This causes the header bar to be misaligned when I reduce the size of the window from full. It shows up below where it supposed to be, even though the cart on the right seems to be in the correct position.
There is no capability to send the picture to show the problem.
Can you please look into this?
Thanks.
Hi ok but i need the link for understand the problem, can you send my the link at the web site?
I just deployed the web set on http://cloudiotivity.com. Notice that the menu items are showing underneath, not in line with the logo and the cart symbol.
hi yes its to long, so i think you need to management this from the file responsive.css where you need to show the .navbar-toggle before i think around 1200px
Hi, for contact form I’m getting this error even if correct email id is entered. “E-mail must be valid and message must be longer than 20 characters.”
hi you have one link for try?
What is the best way to compile the css from this temp without breaking anything? I used sass and compass and the css no longer worked. What was think themes css compiled with? Any help would be greatly appreciated.
Hi mmmmm sorry but i dont know a lo t sass, but also i dont understand what you want do!!
Hi, if I use 3 images (instead of 4) for the main slide, it stops working after displaying the 3 slides. It doesn’t go back and the click button doesn’t work. How can I fix this?
Hi good question this i need to add in the documentation, so for solving need to add this code :
this.slidesCount = this.panels.length;
add near—> this.panelsCount = 4;
if you go down find this code
if( dir === ‘next’ ) { this.current = this.current < this.panelsCount – 1 ? this.current + 1 : 0; } else { this.current = this.current > 0 ? this.current – 1 : this.panelsCount – 1; }
Replace with this:
if( dir === ‘next’ ) { this.current = this.current < this.slidesCount – 1 ? this.current + 1 : 0; } else { this.current = this.current > 0 ? this.current – 1 : this.slidesCount – 1; }
Regards
Is there more documentation for the angular templates of this theme? I can’t get the angular templates to look anything like the preview. Like sample snippets of code or something to get building the angular part of the theme. Thanks.
Hi inside it s angular documentation with General Structure Angula VIEW main.js routeProvider definition of the “DataService” t controller.js store.js shoppingCart.js The store.html partial view
etc etc….....
Tell my what exactly you need i try to help you
Well I thought the index.html would be laid out with at least a little bit of working angular extended partials so I could play with it and add other partials as needed. I dont know enough angular right now to get a basic theme from the source files I got from you guys working. Maybe a sample snippet of what one template index.html would look like having partials being called in the code. Thanks for the reply!
Hi
the index it s structurate in this mode, the first div for call the header the second ng view who call the body, every tima change page, and the last for the footer..
ng-include='"templates/header.html"'
ng-view autoscroll="true"
ng-include="template.url"
however, can you pls explain how to get that spinner to show again on http calls or posts to the website?
I’ve tried to get other spinners to work, but something in your template prevents them from appearing, so hopefully you can tell me how to get this spinner (or any other spinner) to start on the database request and stop when the call returns.
thx, Tim
Hi sorry but i dont understand, can you have a link or send my th image with type of problem you have thx
I’m not sure how to attach an image to this Reply, but in your directory structure that I downloaded, the file is here: ~\assan-2.0.1\assan-blog\images\logo.png
I’ve a further question. For whatever, in attempting to replace your stock images and text inside the gallery-post and masonry-grid temples, the max-height and max-width attributes of both text elements and images (img or background-image) are being ignored. Furthermore such styling elements as overflow: hidden and text-overflow: ellipsis are also ignored. As a consequence longer blog posts and larger pictures leak out over the rest of the page.
Can you pls explain how to get these width and height restrictions to work? Is there some clearfix routine or some other CSS code that could be inserted in my page to limit the image size and the text length?
thx, Tim
Here’s a sample of a text element that doesn’t display as expected: <td style=”max-width:60px; word-wrap: break-word; overflow: hidden; text-overflow: ellipsis; max-height: 2.4em; line-height:1.2em;”>
Here’s an example of an image that bleeds out its max width and height:
<img src="@Model.MediaURL" alt="Graphic for Post" class="img-responsive" style="max-width:992px;
max-height:700px;" />
can you send my the link pls in my email
I was able to fix the too big image problem by reducing its max-width and max-height attributes.
There still remains the problem of truncating long strings of text. I’ve tried a variety of CSS attributes as well as the dotdotdot.js plugin without any success. For example: <td style=”text-overflow: ellipsis; word-wrap: break-word; overflow: hidden; max-width:50em; max-height: 1.8em; line-height: 1.8em; ”> @Html.Raw(item.Body)
All of the styling directives appear to be ignored.
Hi if you use angularjs template you have different example oline
http://stackoverflow.com/questions/18095727/limit-the-length-of-a-string-with-angularjs http://jsfiddle.net/tuyyx/ https://docs.angularjs.org/api/ng/filter/limitToRegards
Dear Angula:
I love your template, but am struggling with trying to place content below the background images that stays fixed to the bottom of the image. If I put a holdplace.it of a certain size, then when the screen is resized the content either floats up into the image or falls below it and then holdplace rectangle becomes visible.
What’s the trick to keeping the new content just below the image?
thx, Tim Peara
Nice template GLWS
If you like WP version please let me I know via my profile
Thanks!
Hello how can i make the slide automatically slide ?
Hi inside the folder js/slide boxefx.js you find this code comment // var interval = null; // $(function(){ // interval = setInterval(callFunc, 5000); // }); // function callFunc(){ // $(”.next”).trigger(“click”); // }
Please let me know how can run the Sliders in the front, now it is using BoxesFx.js but I can’t find the time to set for the sliders.
hi need to modify the translation in the css the file inside folder slide
just wanted to let you know that your “advertising” part of your header breaks on cell phones and is not properly responsive. Love the template.
hi thanks in the next days i fix
A Few Questions as I’m setting up this theme.
1. Is there documentation on how to set up the shopping cart properly with product variations? The Demo and template show two items already added.
2. Can I change the opening animation?
Here is a link to my test site. https://dl.dropboxusercontent.com/u/74126440/menofmanyhats/index.htmlI figured out the answer to question #1. What about #2?
Hi the animation for the store you need to go in the file css and search this class .my-shop-animation Regards