Forum Replies Created
-
AuthorPosts
-
Hi bonami,
I couldn’t see anything like that on your page but I think the easiest way to get your menu to show is to change the background which is hiding the menu. I don’t think changing the colour of the menu per slide would be possible to be honest with you.
Best regards,
RikardHi,
Did you add the CSS as well? You will have to adjust the left and top values to get it right:
#header .widget { left: 50%; padding-top: 0; position: absolute; top: 0; transform: translate(-50%); }You can use pixels values as well if you like.
Best regards,
Rikard-
This reply was modified 10 years, 6 months ago by
Rikard.
Hi,
If you are using a child theme then you have nothing to worry about, that’s the whole purpose of a child theme :-)
Please make sure to back your site up before updating though to be on the safe side.
Regards,
RikardHi,
Please try the following instead:
.portfolio-grid-title a:hover { color: red !important; }Regards,
RikardOctober 13, 2015 at 9:03 am in reply to: Social icon size and telephone number size in top part of headr #517886Hi,
Please try the following instead:
#top #wrap_all .social_bookmarks a, .phone-info span { font-size: 20px !important; }Make sure to clear your browser cache and reload a few times after adding it to be sure you are seeing the correct results.
Best regards,
RikardOctober 13, 2015 at 8:58 am in reply to: One Page Menu shows current-menu-item state randomly #517882Hi,
I totally agree, I just wanted you to change it to be sure it works. Maybe you can add an empty color section above the slider and give it an ID you like?
Thanks,
RikardHi,
Please try to clear the cache from and deactivate your W3 Total Cache plugin to see if that helps.
Best regards,
RikardHallo Mathias,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .home .av_four_fifth, .home .av_one_fifth { display:none !important; } }Grüss,
RikardHi denisesl23,
You can change those settings under Enfold–>Advanced Styling, you shouldn’t have to use custom CSS for it.
Best regards,
RikardHi,
I added the following code to your functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Permanent Marker'] = 'Permanent Marker'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Permanent Marker'] = 'Permanent Marker'; return $fonts; }You will find the new font at the bottom of each font list.
Best regards,
RikardHi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardHi,
I think Andy wanted to say that the thread is sent to the back of our support queue and we try to answer all threads at a first-come-first-serve basis.
We cannot be compatible with all plugins, it’s just impossible. And I think it’s about how you look at it as well, if the plugin doesn’t work with a theme shouldn’t the plugin authors fix so that it is? You can always look for alternatives to see if another one works out better for you.
Thanks,
RikardHi,
I checked your OM OSS page and the builder is loading more or less instantly on my end, maybe you need to empty your browser cache to see if that helps? I checked the font on the backend as well and it’s indeed Open Sans, not all styles will be applied to the backend though so some things may appear a bit different there compared to the frontend.
Thanks,
RikardHi,
It very much sounds like a hosting problem, did you try to contact your host about the problem? If so, what did they say?
Thanks,
RikardHi,
I asked you to check for unclosed html markup because it breaks the builder and that’s why content is disappearing. So, please check that all your added html markup is closed properly. You might want to consider rebuilding the page without adding any to make sure it works as expected.
Best regards,
RikardHi,
Please try the following in Quick CSS under Enfold–>General Styling:
.sidebar .widget { text-align: left !important; }Try to add code like this to the title of the widget:
<a href="http://yoursite.com/link">Title</a>Best regards,
RikardOctober 13, 2015 at 7:45 am in reply to: Displaying CPT's in Blog Posts-element without having to select category #517862Hi,
Great, please let us know if you should need any more help on the topic.
Thanks,
RikardHey pako69,
Are you trying to change it on hover only? I see some hover selectors in your code and there is no hover state on touch screens. Please post a link to the site so that we can have a closer look.
Thanks,
RikardOctober 13, 2015 at 6:39 am in reply to: Display problem recurring events in Enfold Church – Events Calendar Pro #517856Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardHi,
Ok, I guess you could create a page listing all the authors. Is that what you are looking to do?
Thanks,
RikardHi Alfred,
I’m not sure if we’re missing your point here but for instance after the Worauf Sie beim Kauf eines Sofas achten sollten! header I can see all the 5 points on the front-end: http://imgur.com/6oprfqq
Best regards,
RikardHi,
I added a comment and it’s showing up now, please check your WordPress comments settings.
Best regards,
RikardHi,
Thanks for the details but they are not working for me unfortunately, could you check please? Also, if you have some kind of step-by-step on how to reproduce the error that would be great as well.
Regards,
RikardHi,
Great, please let us know if you should need any further help on the topic.
Best regards,
RikardHi,
Please try the following to activate the mobile menu earlier:
@media only screen and (max-width: 1200px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important; } }Best regards,
RikardHi Nancy,
I couldn’t see any top borders on mobile view, did you manage to get it fixed? If not then please post a screenshot highlighting what you would like to remove.
Best regards,
RikardHi,
I think the easiest way would be to add the CSS to a class in Quick CSS and then assign the class to the columns you wish, you can activate that function by following this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
.box-shadow { box-shadow: 0px 0px 10px black; }Best regards,
RikardOctober 13, 2015 at 4:28 am in reply to: dynamic anchor issue with active menu indicator and scroll on pageload #517818 -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
