Forum Replies Created
-
AuthorPosts
-
Hi!
You can add it to the footer above:
<div class='container_wrap footer_color' id='footer'>
On line 23.
You can add it inside a container like this:
<div class="container"><img src="http://www.webdesignshock.com/wp-content/uploads/2010/07/Footer105_thumb.jpg"></div>
Best regards,
Rikard- This reply was modified 9 years, 9 months ago by Rikard.
February 20, 2015 at 6:17 am in reply to: Contact form Issue when submitting by Mobile (cell) device #399450Hey!
I just sent a test from my iphone. Please keep us posted if it comes through.
Cheers!
RikardHey Ali!
Try to add the following code to Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 959px) { .av-image-caption-overlay { bottom: 15px !important; left: 0% !important; transform: translate(0%) !important; } }
Cheers!
RikardFebruary 19, 2015 at 2:54 pm in reply to: Header background image doesn't always load on mobile devices? #398935Hi!
Ok, in a child theme? If it was in a child theme it should not have been overwritten.
Cheers!
RikardFebruary 19, 2015 at 2:43 pm in reply to: Header background image doesn't always load on mobile devices? #398925Hey!
You can upload screenshots to for instance imgur.com or a public dropbox folder and then link to them here. Could you also provide us with a link to the site in question please?
Cheers!
RikardHi ProAnts!
Your WordPress backend is extremely slow! I’ve been trying to get a page to load twice and it doesn’t get far (if loading at all). Please check your plugins because yours is the slowest backend I’ve ever come across.
As for your initial question, (1) the text or visual screen is set depending on what screen was active when you last logged out. (2) Not able to verify due to backend not loading.
Regards,
RikardHi Remco!
Hehe, be careful what you wish for :) Glad you got your problem fixed!
Regards,
RikardHi Peter!
Try to add this to your Quick CSS:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{ border-color: #333 !important; }
Cheers!
Rikard- This reply was modified 9 years, 9 months ago by Rikard.
Hi pegasso4444!
Please follow this guide to add a Widget in the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
RikardFebruary 19, 2015 at 10:53 am in reply to: Username is shown in a blog post next to my author display name #398751Hi!
Please try to add the following to Quick CSS as well:
blog-author:before{ content:' '; }
Cheers!
RikardFebruary 19, 2015 at 9:48 am in reply to: how to adjust the width between logos in partner / logo element #398727Hi!
Did you fix your problem? If not, please provide us with a link to the site in question and a screenshot highlighting what you are trying to achieve.
Best regards,
RikardHi!
Do you have a link for the site in question please? Also, could you please provide screenshots to highlight the problem?
Best regards,
RikardFebruary 19, 2015 at 9:43 am in reply to: How to disable sending emails to subscribers for a short period #398722Hi!
The .htaccess is a hidden file so you need to select to show hidden files in Finder. Also, what code did you paste into it? As far as I can see no one has given you any yet. Could you also link to the solution to your problem you had found?
Just to be clear, the .htaccess is a file in the root folder of your WordPress installation. If you haven’t changed your permalink settings I’m pretty sure one is not created and you will have to create it yourself.
Cheers!
RikardFebruary 19, 2015 at 9:30 am in reply to: Images Are Chopped and displaying wonky behavior on Fixed Color Section Image. #398719Hey lflask!
I couldn’t reproduce any of the errors you are getting on the latest version of Chrome. Did you try to empty your browser cache, restart and reload the page a few times? Also, what browser and version are you using? You could also try viewing the site from another machine if possible to see if the problem occurs there as well.
Regards,
RikardFebruary 19, 2015 at 9:22 am in reply to: Enfold not displaying masonry with WPML and The events Calendar #398716Hey!
Looks like a problem with the Events Calendar to me. Not sure how to solve it though, did you try contacting their support?
Cheers!
RikardHi!
Please upload the screenshots to imgur.com or a public dropbox folder for instance.
Best regards,
RikardHey!
Try adding this to your Quick CSS:
#header_main .container{ height:300px !important; }
Adjust the value 300 if it’s too much or little
Best regards,
RikardFebruary 19, 2015 at 9:03 am in reply to: Blog Posts Element Pagination Broken When Offsetting Posts #398708Hey!
It seems so unfortunately, not even WordPress is perfect :)
Try a Load More function if you like, please keep us posted if you should find a solution to this.
Regards,
RikardHey!
Yes you could do that, or just create a new CSS query for screens above 1250:
@media only screen and (min-width: 1250px) { .custom-font { font-size: 20px !important; }}
Best regards,
RikardFebruary 19, 2015 at 7:01 am in reply to: Layer slider slideshow seemless transition settings… #398673Hi!
Try the following in your Quick CSS:
.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title, .avia_transform .av_slideshow_full .avia-caption-content { text-shadow: 2px 2px #000 !important; }
More info on text-shadow here: http://www.w3schools.com/cssref/css3_pr_text-shadow.asp
Best regards,
Rikard- This reply was modified 9 years, 9 months ago by Rikard.
February 19, 2015 at 6:36 am in reply to: Large gap between menu and content below. Can this be removed? #398663 -
AuthorPosts