Forum Replies Created
-
AuthorPosts
-
Hi!
Yes it can, but you will still need to add code manually if that is what you are trying to avoid:
<span class="second-color">voor uw feest</span> .second-color { color:#e23ea1; }
Regards,
RikardJune 2, 2015 at 6:53 am in reply to: Site doesn't load correctly for new users, helps ctrl+f5 #452932Hey Jacek!
Your site looks the same to me in regular Chrome compared to Incognito, could you provide us with a screenshot of the problem maybe? Also, make sure all cache is removed from both your WordPress installation as well as your browser.
Regards,
RikardHi blancocapell!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Regards,
RikardHi!
Thanks, working again. Are we allowed to disable plugins temporarily for testing purposes?
Best regards,
RikardHi sitesme!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Cheers!
RikardHi Catalaioch!
You must have some sort of error in the code if that happens, could you paste the code you are using to http://pastebin.com/ and then link it here?
Cheers!
Rikard-
This reply was modified 10 years, 1 month ago by
Rikard.
Hey!
It looks like the player you are using is flash which is not supported on ipad: http://ipad.about.com/od/iPad-FAQ/f/Does-The-Ipad-Support-Adobe-Flash.htm
Best regards,
RikardHi aweirick!
1. Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .content { padding-top:20px !important; } }
2. I’m not sure I understand what you mean by that, do you mean the space under the map?
3. Please add the following to Quick CSS as well:
@media only screen and (max-width: 1200px) { .container #advanced_menu_toggle, #advanced_menu_hide { display: block !important; } }
4. Please add the following to Quick CSS as well:
@media only screen and (min-width: 768px) and (max-width: 1200px) { .avia_transform3d .show_mobile_menu #mobile-advanced { transform: translate3d(-50%, 0, 0) !important; } }
Regards,
Rikard-
This reply was modified 10 years, 1 month ago by
Rikard.
Hi mleite1!
Do you mean that you want them to be on a fixed position on the page? If so, you can try this CSS:
.page-id-603 #av_section_1 { position: fixed !important; top: 125px !important; z-index: 10000 !important; }
It will likely take a lot of time to make this display naturally which is unfortunately out of scope of theme support.
Best regards,
RikardHi!
Sorry for the late reply. It looks like none of your icons are displaying, could you try this out to see if it helps? http://kriesi.at/documentation/enfold/enable-cors/
Regards,
RikardHi!
It’s difficult for us to determine what’s going wrong if you’re on a local installation, are you still having problems with this?
Best regards,
RikardHi Jasmer!
Sorry for the late reply. I think the easiest option would be to put the contact form in a color section, if you need some custom CSS to make the form look the way you want just get back to us and we’ll provide you with some.
Cheers!
RikardHey tylerjmorrison!
Sorry for the late reply. I’m not sure I understand exactly what you mean, maybe that the when when too many results are shown it flows off the page? If I’ve misunderstood you maybe you could provide us with a screenshot or a further explanation?
Regards,
RikardJune 2, 2015 at 4:42 am in reply to: Newbie problem. Mobile display of footer. Column issue. #452907Hey RobPhrase!
Sorry for the late reply. Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-18 #footer .av_one_fourth { margin-left: 6% !important; width: 100% !important; }
Best regards,
RikardHi!
Sorry for the late reply. I don’t know if it would work for you but you could try to reduce the padding on all container elements:
.container { padding: 0px 25px !important; }
Best regards,
RikardJune 2, 2015 at 4:22 am in reply to: Font size in Blog Slider Header and space between posts #452904Hi!
Please try the following in Quick CSS under Enfold–>General Styling for the header size:
header.entry-content-header { font-size: 20px !important; }
I’m not sure what you mean by space between the posts though, could you try to explain a bit further or maybe provide us with a screenshot highlighting what you are trying to do?
Regards,
RikardHi raslade!
Sorry for the late reply. Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardJune 2, 2015 at 4:14 am in reply to: fallback image for video header does not show on mobile devices #452902Hey ehoogstad!
Sorry for the late reply, could you try to update to the latest version of WordPress to see if that helps? As far as I can see you have made the correct settings in your color section, maybe you could try to recreate the element, maybe that could resolve it.
Cheers!
RikardHi!
Sorry for the late reply. Yes please send us login details, you can post them here as a private reply.
Best regards,
RikardJune 2, 2015 at 4:01 am in reply to: How to prevent an editor of the site to delete avia building blocks/elements #452900Hey!
Sorry for the late reply. Did you find a solution to your problem or do you still need help?
Regards,
RikardHi!
Sorry for the late reply. Just checking if you got this fixed or not? Please let us know if we can help you out with anything.
Best regards,
RikardHey!
Sorry for the late reply. I had a look at your new installations and it seems the german version is working, correct? I couldn’t check the english one because I think you haven’t published it yet?
Regards,
RikardHi Baruch!
Sorry for the late reply. I’m not sure what errors you are getting since I think your links got a bit messed up there. Could you please try to be a bit more specific?
Cheers!
RikardJune 2, 2015 at 3:20 am in reply to: shopping page – details and 'in shopping card' are too light/badly visible #452893Hey Naima!
Sorry for the late reply. I’m not sure I understand what buttons you are referring to, could you be a bit more specific or maybe post a screenshot of the problem?
Regards,
RikardJune 2, 2015 at 3:16 am in reply to: Full-width menu on iPad: drop-down anchor menu sticks open after selection #452892Hi jimmymoto!
Sorry for the late reply. We’ve seen the error you’re describing before but I can’t reproduce it on my end since even though you’re using anchor links. The page reloads after making a selection both on desktop and ipad?
Best regards,
RikardHi!
I’m not sure I understand what you mean but to target the headings in your other classes you can just edit the class, like this to target headings in .gd-color2:
#top .gd-color2 h3 a { color: blue !important; }
I’m not sure what you are trying to do with the lines of code you provided either, do you want more than one colour for one heading? Like one word red and then the next word blue for instance?
Regards,
RikardHey!
I might have misunderstood your initial questions, do you want the mega menu itself to not have a background under the top level items? The reason I’m asking is because I can see the sub menu items fine on a white background. Maybe you could provide us with a screenshot highlighting what you are trying to achieve in order for us to understand better what you are trying to do?
Cheers!
RikardHi mrivanp!
Could you provide us with a link to the site in question so that we can take a closer look please? Also, exactly which piece of text would you like to change?
Cheers!
Rikard -
This reply was modified 10 years, 1 month ago by
-
AuthorPosts