Forum Replies Created
-
AuthorPosts
-
Hi markpevans,
Best regards,
VictoriaJanuary 14, 2019 at 2:36 pm in reply to: Table error,Recovery of historical document errors #1053689Hey jack000486,
This is a general WordPress function and the theme does not really affect it. You might want to check WordPress forums for the issue or write to their support.
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 14, 2019 at 2:34 pm in reply to: "Your comment is awaiting moderation" does not appear #1053686Hey Florian,
Here is a thread for you to consider
If you need further assistance please let us know.
Best regards,
VictoriaHey Klaus-Peter,
Thank you for sharing this. I forwarded it to one of our devs.
Best regards,
VictoriaHi John,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner { padding: 1em 1em; } .avia-icongrid-flipbox li article { min-height: 200px !important; } }If you need further assistance please let us know.
Best regards,
VictoriaJanuary 14, 2019 at 1:41 pm in reply to: How can I change the size of the social media profile icons? #1053671Hi Carsten,
If you change font-size you need to change the width and the height of the li element:
#top .social_bookmarks li a { width: 50px; line-height: 50px; } #top .social_bookmarks li { width: 50px; height: 50px; }If you need further assistance please let us know.
Best regards,
VictoriaJanuary 14, 2019 at 1:38 pm in reply to: Enfold Disable / Remove language switcher flag, leave just text. #1053670Hi kirillko,
Here is the code you can put in your funtions.php
/* * styleswitcher for the avia framework */ if(!function_exists('avia_wpml_language_switch')) { add_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); add_action( 'ava_main_header_sidebar', 'avia_wpml_language_switch', 10); function avia_wpml_language_switch() { global $sitepress, $avia_config; if(empty($avia_config['wpml_language_menu_position'])) $avia_config['wpml_language_menu_position'] = apply_filters('avf_wpml_language_switcher_position', 'sub_menu'); if($avia_config['wpml_language_menu_position'] != 'sub_menu') return; // icl_get_languages deprecated since 3.2 $languages = function_exists( 'wpml_get_active_languages_filter' ) ? wpml_get_active_languages_filter( '', 'skip_missing=0&orderby=custom' ) : icl_get_languages( 'skip_missing=0&orderby=custom' ); $output = ""; if(is_array($languages)) { $output .= "<ul class='avia_wpml_language_switch avia_wpml_language_switch_extra'>"; foreach($languages as $lang) { $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : ''; if(!avia_is_overview() && (is_home() || is_front_page())) $lang['url'] = $sitepress->language_url($lang['language_code']); $output .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>"; $output .= " <span class='language_native'>".$lang['native_name']."</span>"; $output .= " <span class='language_translated'>".$lang['translated_name']."</span>"; $output .= " <span class='language_code'>".$lang['language_code']."</span>"; $output .= "</a></li>"; } $output .= "</ul>"; } echo $output; } }If you need further assistance please let us know.
Best regards,
VictoriaJanuary 14, 2019 at 1:34 pm in reply to: Show thumbail featured image on mobile blog posts page and single blog post page #1053667Hi gatehealing,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi evilmc,
Here is how to do it
https://kriesi.at/support/topic/portfolio-grid-add-excerpt-under-title/#post-580779If you need further assistance please let us know.
Best regards,
VictoriaJanuary 14, 2019 at 1:27 pm in reply to: Event Ticket RSVP not displaying on a larger screen size #1053663Hi tbo24,
Glad we could help :)
I am not really sure that it will be done in the next update.
Best regards,
VictoriaHi Ralf,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.single-portfolio .avia_textblock p:first-child { margin-top: -9px; }If you need further assistance please let us know.
Best regards,
VictoriaHi EEPaul,
You see that this is not the Enfold issue, it is the Duplicator plugin messing with it.
Keep only this part in the file:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ – [L] RewriteRule . index.php [L] # END WordPressIf you need further assistance please let us know.
Best regards,
VictoriaHi julie_ferrand,
Could you please attach some screenshots of the issue?
The menu seems to work fine on most mobile screen sizes.
Best regards,
VictoriaHi diefleischerei,
You can keep all the code in Quick css. It’s not a problem and the code will not be lost.
Best regards,
VictoriaHi Zeezou,
The code I gave you does not affect the mobile view, it simply does not work for screen sizes below 990px.
https://cl.ly/9700b9bf8d75 Do you mean you want the burger flyout not so wide?
Best regards,
VictoriaJanuary 14, 2019 at 1:03 pm in reply to: Sidebar im Theme Enfold erst unter einem bestimmten Element beginnen lassen #1053654Hi Daniel,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Iain,
Best regards,
VictoriaJanuary 14, 2019 at 12:49 pm in reply to: Dynamics height of column based on the content of the article slider #1053646January 14, 2019 at 12:46 pm in reply to: Widgets dont show up in front using Widget Area element. #1053643Hi vasudevbbhat,
You need to check the plugin docs, maybe it does not work outside WooCommerce context?
Best regards,
VictoriaJanuary 14, 2019 at 12:35 pm in reply to: Different font size being dispolayed in mobile device #1053635Hey!
Could you please attach some screenshots of the issue of how it looks on your iPhone?
This is the rule that fires for those hadears:
#top #wrap_all .main_color h3 { color: #ff8800; font-size: 21px; }Best regards,
VictoriaJanuary 12, 2019 at 6:44 pm in reply to: Event Ticket RSVP not displaying on a larger screen size #1053196Hi tbo24,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) { .av-single-event-meta-bar.av-single-event-meta-bar-mobile .tribe-tickets-rsvp.cart { display: block; } .av-single-event-meta-bar.av-single-event-meta-bar-mobile .tribe-events-event-meta { display: none; } .av-single-event-meta-bar.av-single-event-meta-bar-mobile { display: block; } }If you need further assistance please let us know.
Best regards,
VictoriaHi cipriana,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Dave,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi Susanne,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi robertoKM,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi peterolle,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi vaneysofi,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey StottTrucking,
Please try using the crtl+f5 on the preview pages and let us know if this helps.
Best regards,
VictoriaHi peterolle,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi jmbernstein,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header_main { border: none; } .av_header_border_disabled #header_meta { border-bottom: 1px solid rgba(255,255,255,0.25); }If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts

