Forum Replies Created
-
AuthorPosts
-
December 20, 2014 at 4:53 pm in reply to: header/logo area background / Can background remove when the mobile menu activat #370983
Ok, managed to get it working with a combination of both your codes. What I’ve used below. So it’s really a case of using Ismael’s code provided, but I’ve changed the width from min to max and instead of background none, which was casuing it to go transparent, I’ve set it to the color hex code as informed by Flikk. So the below worked.
Will I need to do the same code if I was going to do it for the socket also? So in other words, same code but change .header_color .header_bg to this instead: socket_color .socket_bg ???
@media only screen and (max-width: 768px) {
.header_color .header_bg {
background: #FFFFFF;
}
}Big Thanks!
December 20, 2014 at 4:52 pm in reply to: header/logo area background / Can background remove when the mobile menu activat #370982repeat post, net played up when posting. so have deleted.
- This reply was modified 9 years, 11 months ago by speedraleigh.
December 9, 2014 at 6:10 am in reply to: header/logo area background / Can background remove when the mobile menu activat #365175Hi,
Thanks, but no luck with it.I’m not sure if you are referring to the Quick CSS box in the themes options? I’ve had no luck inserting the codes in there.
I tried putting the code also in the Custrom CSS file in between the forward slashes ‘/’ Didnt work either.
Any help will be great!
October 24, 2014 at 8:52 am in reply to: How can you put a full width image or background in the footer? #340511This worked like magic!
Thanks
October 21, 2014 at 1:02 pm in reply to: How can you put a full width image or background in the footer? #338985Yo,
No luck with it. It made the footer background no longer appear at all. I’ve resorted to put the image by way of html/text widget. But I am still keen to do it as full width and containing to the area of the browser. Thanks in advance.
Here is the link, http://www.ralstardesign.com.au/escapeproject
Can I make a big suggestion that you have an FAQ section on your site covering all the common questions. This would greatly reduce the amount of time that is spent with forum questions as they will be much easier found on an FAQ page that is well catagoriezed. I suspect you guys are well familar with the ‘U-design’ theme. They have a really good FAQ on there support site which covers most things. When I’ve needed to know something for U-design, I generally don’t have to search the forum as the FAQ has it covered.
Thanks
Brett
October 20, 2014 at 5:24 am in reply to: How can you put a full width image or background in the footer? #338131Hi Ismael,
I am aware of what you have said.
What I want to know is how do you set this background to contain to whatever the browser size is and keep its aspect ratio. Like when an image resizes when the window changes size.
I really hope someone can tell me how to do this. Assuming its possible. I have also searched the forum extensively for probably an hour, and there is no one that has asked the same, GRRRRR
April 24, 2014 at 7:33 pm in reply to: Weird Homepage problem / not found and adding strange extention to the domain #255734Yes all fixed!!! Big thanks Josue! But funny enough it was one of your responses on a previous thread that gave me the help to fix it.
Strange things were happening when i tried just modifying the htaccess file. Changing the permalinks from custom to something else and then back to custom which is what i wanted seemed to do that trick, although i was almost certain i had done that already a couple times. lolIm sticking a new thread up now regarding how to change the colour of the menu name in the footer. at the moment you can see it is a grey colour, but i am wanting white as the links are below it.
I suspect there is a css line of code for this? I cant find any option in the enfold theme backend.
Thanks
April 24, 2014 at 8:55 am in reply to: Weird Homepage problem / not found and adding strange extention to the domain #255378This reply has been marked as private.April 24, 2014 at 8:45 am in reply to: Weird Homepage problem / not found and adding strange extention to the domain #255376this is everything from the .htaccess file (note when i delete the line of code, last line of text
‘RewriteRule ^/?$ “htpp\:\/\/www\.allaspectmechanicalservices\.com\.au\/” [R=302,L]’
the homepage comes up fine but all other pages do not work. driving me insane.# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteCond %{HTTP_HOST} ^www\.allaspectmechanicalservices\.com\.au$
RewriteRule ^/?$ “htpp\:\/\/www\.allaspectmechanicalservices\.com\.au\/” [R=302,L]April 24, 2014 at 8:21 am in reply to: Weird Homepage problem / not found and adding strange extention to the domain #255371This reply has been marked as private. -
AuthorPosts