Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the feedback. We’ll keep the thread open in case you should need any further help.
Best regards,
RikardHey Hafeez Ullah,
There is no support for that using shortcodes unfortunately, you will have to add your markup before or after the shortcode.
Best regards,
RikardMarch 9, 2018 at 10:57 am in reply to: How to Add <center> tag in Blog/page navigation Shortcut Codes #924391Hi,
I’m not saying that the tag doesn’t work, I’m saying that it’s not included in html5 so it’s better if you use a div tag or something similar, and center the text using CSS:
<div style="text-align:center;">My text</div>
Or just let us know what part you want to center and we’ll give you CSS to use.
Best regards,
Rikard-
This reply was modified 7 years, 4 months ago by
Rikard.
Hey trishac,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1260px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardMarch 9, 2018 at 10:38 am in reply to: Find wordpress optimization and cache plugins used on a site #924382Hi,
Finding the right optimisation plugin is basically trial and error, though you can find some recommendations or pointers in this thread: https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/
Best regards,
RikardHi,
Could you post a link to where we can see the problem please?
Best regards,
RikardHi again,
Do you know what version of PHP you are running on the site? We recommend having 5.6 or above that. The messages you are seeing are not really errors, only warnings, so it shouldn’t affect any functionality on your site. Did you make sure to turn WordPress debug off? If not then please try to do so, you’ll find instructions here: https://codex.wordpress.org/WP_DEBUG
You could also try to turn off all plugins in case there is a conflict coming from them, though I don’t think it’s likely. I haven’t been able to reproduce the problem on a local installation, so I think it’s due to some configuration on the server your site is hosted on.
Thanks,
RikardMarch 9, 2018 at 7:48 am in reply to: Masonry Gallery – remove border from .av-inner-masonry-content site-background #924323Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey emanuelecocchiaro,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { #team img { max-width: 80% !important; display: table !important; margin: 0 auto !important; } }
Best regards,
Rikard-
This reply was modified 7 years, 4 months ago by
Rikard.
March 9, 2018 at 7:39 am in reply to: An Adjustable Display of the Google Heading Fonts Available in Enfold #924318Hi kellyCraftMedia,
No problem, glad you found the link helpful :-)
Best regards,
RikardMarch 9, 2018 at 7:38 am in reply to: How to change the background color of the search field in the forums? #924317Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
input#bbp_search { background: #000 !important; color: #fff !important; }
Best regards,
RikardHey juliettew80,
I think you would have to unset the page in the theme options then, look for the And where do you want to display the Blog? option.
Best regards,
RikardHi mrjohnson2,
Thanks for sharing and for the kind words, much appreciated :-)
Best regards,
RikardHi mrjohnson2,
Thanks for sharing and for the kind words, much appreciated :-)
Best regards,
RikardHi,
Thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
RikardHey nli,
I think you should be able to set that in the general Yoast SEO settings, or on the actual page in the Yoast settings.
Best regards,
RikardHi,
If you want to import the page Victoria linked to then you can activate debug mode in order to see builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Then you can paste this shortcode to a new page:
[av_section min_height='' min_height_px='500px' padding='huge' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2017/02/banner-news-alt.jpg' attachment='1057' attachment_size='full' attach='scroll' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0'] [av_heading heading='Latest News<br/>Everything thats going on at Enfold is collected here' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='0' color='custom-color-heading' custom_font='#ffffff' admin_preview_bg='rgb(34, 34, 34)'][/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='rgb(34, 34, 34)'] [av_textblock size='' font_color='custom' color='#dddddd' admin_preview_bg='rgb(34, 34, 34)'] <p style="text-align: center;">Hey there! We are Enfold and we make really beautiful and amazing stuff. This can be used to describe what you do, how you do it, & who you do it for.</p> [/av_textblock] [/av_section] [av_masonry_entries link='category' sort='no' items='6' columns='3' paginate='load_more' query_orderby='date' query_order='DESC' size='fixed' gap='large' overlay_fx='active' id='' caption_elements='title excerpt' caption_styling='overlay' caption_display='always' color='' custom_bg='']
Best regards,
RikardHey Kelly,
It’s unfortunately very difficult to get them not to do that without changing the look of the menu items. I personally think it’s a much better idea to have the mobile menu kick in earlier. If you want to try that out then you can use this in Quick CSS:
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Just change the value 1024 to the pixel width you want the mobile menu to be active at.
Best regards,
RikardHey Kelly,
It’s unfortunately very difficult to get them not to do that without change the look of the menu items. I personally think it’s a much better idea to have the mobile menu kick in earlier. If you want to try that out then you can use this in Quick CSS:
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Just change the value 1024 to the pixel width you want the mobile menu to be active at.
Best regards,
RikardHey 1000zen,
Thanks for the login details, I see that you running 4.0.7, though we would need to see the actual problem in order to investigate it. Maybe you could run 4.2.4 instead? If you want to try that out you can find it in private.
Best regards,
RikardHey tdutkowski,
Could you post a link to an example page so that we can have a closer look please?
Best regards,
RikardHi Alex,
Yes the logo is not inside of a span tag, though you are not running the latest version of the theme so your might have to update manually via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardMarch 9, 2018 at 6:57 am in reply to: quick css for changing the font color on mouseover of a #924280Hi,
I couldn’t load your site just now, but if they all have separate id’s then I think so yes. Unless you can target an element above them in the DOM tree? For instance:
.element-above-your-spans span { color:#000 !important; }
Best regards,
RikardHey DROR,
Thanks for the screenshots. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please point out the pages where we can reproduce the errors.
Best regards,
RikardHey seykom,
That is likely because you are using full width element on that page. Please try to add a 1/1 element with some content to it under the present content to see if that works. Also, you are running an old version of the theme. Please consider updating: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHey johnniemeijer,
Could you try to restore your site from a backup? If you should need to revert to an earlier version then you can find the theme files in private. http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHi,
Thanks for that, though I can’t see any error messages on either the front- or back-end. Could you link directly to a page where you are seeing this error message please?
Best regards,
RikardHi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard -
This reply was modified 7 years, 4 months ago by
-
AuthorPosts