12 comments found.
Hi there,
I currently have two different headers on my website and would like to have consistency with the same header style throughout. I’ve been digging into the code and the css, but so far I’m unable to find how to change this. One style has a transparent header, and the second style changes from a grey to a black header as you scroll the page. I would liek to have them all transparent.
Transparent example: https://infinitystar.ca/about.html
Grey to black example: https://infinitystar.ca/pricing.html
Can you let me know how to do this? I am using Dreamweaver and can access all the code components.
Thanks,
Lorraine
Hello, hoping I can get help with this issue. When I look at the page code, and everything that’s being pulled in, it looks exactly the same. Thanks.
hi, please add this into style.css in the end of file
#menu_wrapper div .nav li > a { color: #222222 !important; } .top_bar.scroll.dark { background: rgba(0,0,0,0.1) !important; border-color: rgba(0,0,0,0.1) !important; }
this way, youll force the transparent bg in all pages.
Hi there, I tried that and it doesn’t work well across all pages. I think I need to keep some of them with the black. How can I change just specific pages to transparent, rather than all of them? Currently I have both, and just need to turn some into transparent.
Also, I knew how to do this when I built the site, but can’t find where I did it. How do I change the header text, and the header background to different colours?
And sorry, one more question, on mobile, how can I make the header larger?
Thank you!
Hello, I’m here with another question I hope you can assist with. When I go into style.css and try to change the colour from the current colour to a new one, it does not change on the website or in my preview.
I can however open one of the supplied files in a google browser and use the inspect tool to change them in the browser to see what they would look like.
In my own website files however, changing these attributes in style.css does not change the individual web page headers.
.top_bar, .portfolio_post_previous a, .portfolio_post_next a { background-color: #31652b; }
.top_bar, #page_caption, #nav_wrapper { border-color: #862d2d; } .top_bar { padding: 0; box-sizing: border-box; width: 100%; background: #fff; background: rgb(256,256,256,0.95); background: rgba(256,256,256,0.95); border-bottom: 1px solid #1b1f5c; float: left; -webkit-transition: height 0.5s, background 0.5s; -moz-transition: height 0.5s, background 0.5s; transition: height 0.5s, background 0.5s;
Can you advise?
Thanks,
Lorraine
hi Lorraine, i can change you the color to your desired one. its a bit mess to change the color, if u use sublime text the easiest way is to find color with ctrl+shift+f and find the color u want, thats say #333333 and replace with say #000000. but if u cant do it, i can help you no problem. about the question before, just remove the added code, or add a class to it, for example, not-trasnpparent, and then add the code without 0.1 but 1.
It’s not the text colour I want to change, it’s the banner at the top of the page where the global navigation is. I found the place in the style.css file, but even though I change the colour in the file, it doesn’t change it in the page.
This is the section I’m trying to change.
.top_bar, .portfolio_post_previous a, .portfolio_post_next a { background-color: #31652b; }
.top_bar, #page_caption, #nav_wrapper { border-color: #862d2d; } .top_bar { padding: 0; box-sizing: border-box; width: 100%; background: #fff; background: rgb(256,256,256,0.95); background: rgba(256,256,256,0.95); border-bottom: 1px solid #1b1f5c; float: left; -webkit-transition: height 0.5s, background 0.5s; -moz-transition: height 0.5s, background 0.5s; transition: height 0.5s, background 0.5s;
I also want to make that banner larger on mobile.
I can send you a screen shot if you can send me your email address.
Thanks,
Lorraine
Hello there,
I have a problem with the forms, it’s actually not working despite having entered the mail address in the PHP.
Can you tell me how to make it work properly ?
Thanks
hi there. Thank you for purchase and the question.
is there any way i can see the live demo?
send me in my profile page if you dont want to be seen here.
I do have one more question.
I’m looking for the Home 1 Slideshow file. The one that has no additional cards beneath. I can’t seem to find it. Does it have a different name?
Thanks
image: "upload/photo-1438109491414-7198515b166b.jpg", title: '<div id="gallery_caption" class="caption"><div class="tg_caption">Hello I am Photographer</div><a href="rocky-island.html" class="button ghost"><i class="fa fa-shopping-cart marginright" />Purchase</a></div>',
Nope, I meant when you hover over the “home” link in the demo, under Home, the link that is Home 1 – Slideshow. I found it now, it’s the index file. Thanks!
I’m pretty much up to speed, and yeah, another question! I’ve commented out all of the sub pages to the index file under Home, but I can’t remove the down arrow on Home without taking away the css on the font for Home. The result is that Home is plain text without any formatting. Do I need to change a class to achieve this or is there an easier way?
Thanks!
Found the right class, all good. Sorry for all the messages!
its all good. whatever u need just notify me.
Hi again. I’ve edited the main and mobile nav to what I need it to be. A bit stuck on how to get that onto all the other pages I need. Pretty sure it must go into a file somewhere but not sure where. Would appreciate a bit of guidance. Cheers!
u r using still DW right? if yes, i have no idea, if u can, download the sublime text3 or notepat ++ and just copy the header of your index to other pages. OR, just send me all the pages u want to add that nav and ill do it for you without a problem for maximum 4 minutes .
Hi there, I pretty much have this working the way I need it to, I have one question. In the demo’s there is a pricing.html, and a pricing-tables.html. I get a 404 on pricing in the demo, and I can’t find it in the download, only pricing-tables. As I need more than the 4 columns, I’d like to see what pricing.html looks like. Do you have it? Thanks!
Hi there, that’s the one I was using ‘pricing-tables’ but I need six columns. In my current site I have two rows of three. If I could do something similar that would be great. When I tried to do that myself I created a mess.
I have another question also. In the mobile menu, I have two sub menus. The back menu link takes me back to index.html, but I want it to take me to the sub menu parent page instead. I dug around in the code and can’t find it, but if I look at the source code in a page preview in Chrome, I can see it. Even if I did find it, I need it to work for two different parent pages. Example: Global nav = Gallery. Gallery has three sub pages, Newborn, Milestones, Family. in the mobile menu when I go through to the three child pages “Back” appears above. I want “Back” to take me back to Gallery, but instead it takes me back to the home page. I need to do this for two different sub menus. I’ve been digging around looking for that class to change it, but even if I did, it would change it globally and not just for the sub menu. Is there a way I can do this? Thanks!
I should have been clearer. When I said if I found it it would change globally, I meant, that it would change it to ‘gallery’ for all sub menus, when I need to be able to make sure that if I have more than one main menu item that has child pages, (gallery has three, currently pricing has two), that the back link would go to the correct parent page, and not index.htm.
Thanks!
hey Lorri, is it possible for me to see you site live? i want to see it myself the pricings and the submenu question. write me on my email a.bublaku@gmail.com. we can do how ever pricing columsn u like. u want 6 in one row?
Thanks, I’ll email you.
Hi there, thanks for all of your support. I’m almost finished! In the demo dropdown menu, under Portfolio, there is a section called single, and each of the pages start with Sample. Sample 1, Sample 2 etc. These files don’t appear in my download. In particular I’m looking for Sample 5. Is this still available? https://max-themes.net/demos/photography/photography/nature-patterns.html Thanks!
hey Lorri, im surprised i didnt include the single pages in download package . So sorry. yes i can deliver u the sample5 but can u please email me again, i lost yours somewhere. so sorry
Hi there! I have the website up and running, I just have one issue with the contact form. I couldn’t find the spot to add the mailto address, then I found the contact.js file and I tried a few places, but I must be doing something wrong.
Can you tell me how to get the form to submit to an email address please?
Thanks?
Lorri
Hi there, I saw the post from weber-events, found the php file and entered the email address but still no luck. Maybe whatever solution you found for weber-events will work for me. Please let me know how to resolve.
Thanks!
hey lorri, i cant remember what i did to weber events, can i see the contact in live page?
hey lorri that cform doesnt work anymore, we need to change the form, i need u to send me contact.html and ill fix it for u
Okay, will send it to your email. Thanks!
You can ignore my last message, I found the slider in the code.
Thanks,
Lorraine
oh i already repplied sorry
Hi there, I’ve not used Dreamweaver in a while, my previous site was in Muse.
I’m using home-revolution-slider, and I’m a bit stuck adding more than the two images. Could you let me know how to add more images to the slider please?
Thanks,
Lorraine
hey there, Lorri. Can u believe me if i say i have never used DW in my life, only for testing. SO i have no idea how to use it. i suggest using sublime text 3, just dive into the code and add as many as u like.
Hello!
I’m working with your template for my website (HTML) i can see in the features there is a ‘shop-page’ but i can’t find it in my download….is this only for the wordpress template or can i download it somewhere else?
Thank you for you work! Karin Bakker
Hi there,sorry for the late response.. it was only.for the wp version, but i can create it for you if u want?
Oh yes please! i work in html. (sorry for my late response
it’s ok . send me your email addres, or just write in my profile page.
And i have another question. I don’t seem to get my contact form working. I put my e-mail adress in the ‘mail to’ at the PHP form, is there something else i need toe do??
Hey bro, one of my friend already purchased this template. Can i use at my website after getting from him rather than to purchase again from here.
hi Lucky, thanx for asking bro..if he used the template, then you need yo purchase another licese, if he didnt use it, yes u can .
What if i wanna purchase from here, & uses this template for two to three different. Because i am working three to four domains, & all are doing the same things just change some basic theme colors..
Hey Lucky, you can, i mean, i wouldn’t report or anything, but legally no, you have to buy extended license to use it for how much u want, if u want to use in 3 different websites, you need to buy it 3times… so sorry about that…
Great Work, Congratulations GLWS
tthanx a lot
Good luck!
tthanx a lot
Congratulations…Nice work..GLWS
tthanx a lot
Appreciable work, great! Good Luck with Sale
tthanx a lot
Nice work, GLWS
tthanx a lot