Forum Replies Created
-
AuthorPosts
-
Hi 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 #517818Hi,
The indicators seem to work fine on my end, though I’m only seeing the shortcode for the sliders? Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardOctober 13, 2015 at 4:22 am in reply to: Solutions to 404 Error Appearing Only On Photo Gallery Pages? #517817Hi,
I’m not familiar with that plugin, maybe you could contact the authors to see what they have to say about it? Send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
RikardHey Andreas,
Could you register on the forum for technical questions please? We prefer to keep each question in its separate thread as well if you don’t mind, they tend to get very messy otherwise.
Regards,
RikardHi John,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHi,
I’ve never tried it myself and the question might fit better on a general WordPress forum, there’s a thread about it on StackExchange which might help: http://wordpress.stackexchange.com/questions/39553/add-post-author-body-class-to-wordpress
Thanks,
RikardOctober 12, 2015 at 3:54 pm in reply to: One Page Menu shows current-menu-item state randomly #517443Hey @bluecafe,
Please try changing your #top anchor to for instance #full_slider_1 instead. The #top div is wrapping the whole page causing it to be “active” all the time. We like that users try to help each other but please have in mind that each time you reply to a thread it will be sent to the back our support queue.
Thanks,
RikardHi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHi,
Looks like the header is too big to fit on page, please try the following in Quick CSS:
@media only screen and (max-width: 767px) { .page-id-451 #av_section_1 .av-special-heading-tag { font-size:48px !important; } }You might need to decrease the value 48 even further to get it to fit.
Thanks,
Rikard -
AuthorPosts
