Forum Replies Created
-
AuthorPosts
-
Hi RafaelCaballe!
Can you post the link to your website please? Please try flushing permalink settings in Settings > Permalinks
Best regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitHey!
@ginoheetkamp Glad it worked! We will keep the thread open for the OP. Please feel free to start a new thread if you have any other questions or issuesRegards,
YigitHi Mattias!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .av_font_icon { opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }Regards,
YigitHi scottrseeley!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta { min-height: 45px; } #header_meta .container { padding-top: 7px; }If that does not work, please post the link to your website
Regards,
YigitHi!
Please add following code to Quick CSS
input[type="submit"] { background-color: #ffffff; color: #adadad; padding: 8px; border-radius: 0px; border: 1px solid #adadad; inner-border-radius: 0px; inner-border: 1px dotted #c2c2c2; font-family: quicksand; text-decoration: none; }Best regards,
YigitJanuary 28, 2015 at 4:25 pm in reply to: disable the image zooming and highlight effect on portfolio images #387079Hi!
Please use following code instead
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: scale(1,1); -moz-transform: scale(1,1); transform: scale(1,1); }Best regards,
YigitHey!
Can you try adding following code to Functions.php file in Appearance > Editor
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }Regards,
YigitJanuary 28, 2015 at 4:21 pm in reply to: Enconding error or ? marks on icon titles (admin/page edit) #387074Hejsan Mattias!
Have you figured it out already? I could not reproduce the issue on my end – http://i.imgur.com/SDkucXv.png
Regards,
YigitHey sevanah!
Please edit your page and choose to display “transparency” on your page under Layout section – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
YigitHey!
Adding 3/4 column element and 1/4 column element does not help? :)
In that case, have you tried using Grid Row element?Regards,
YigitJanuary 28, 2015 at 4:14 pm in reply to: Add own Enfold-Settings in Backend-Settings-Page via Child-Theme #387063Hey kisys!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if( is_page( 59 ) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }It will display different logo on a page with id 59. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey!
Can you please try adding the code to .htaccess file as following?
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Regards,
YigitJanuary 28, 2015 at 4:10 pm in reply to: Change menu font color when transparent header scrolls down #387058Hi!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”. If that does not work, please post the link to your website.
Cheers!
YigitHi Tommi!
I posted a quick CSS code on your other topic – https://kriesi.at/support/topic/probleme-overlay-z-index-mit-externen-tool/#post-387034
Please do not create duplicated topics as it is making it harder for us and for other users to follow :)Regards,
YigitHi!
@bartroovers Will do! I will post to this thread. Thank you and good day to you too :)Best regards,
YigitHey!
Please refer to workaround Josue posted here – https://kriesi.at/support/topic/problems-with-3-0-5-update/#post-382198
Cheers!
YigitJanuary 28, 2015 at 4:02 pm in reply to: Dutch translations problem since the 3.0.5 Enfold update #387045Hi!
Please refer to Ismael’s workaround here – https://kriesi.at/support/topic/please-contribute-and-translate-enfold/page/10/#post-386818
Regards,
YigitHi!
You can use CODE tag to insert the code :)
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }Thank you!
Cheers!
YigitHey!
@briefencv thank you for your help :) To be more specific, Ismael’s post can be found here – https://kriesi.at/support/topic/please-contribute-and-translate-enfold/page/10/#post-386818Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-47 div#after_section_1 { z-index: 99999; } .page-id-47 .sidebar { z-index: 0; } .page-id-47 header#header { z-index: 999999; }Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so i can look into it?
Best regards,
YigitHi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) and (min-width: 769px) { .page-id-155 #main .container { max-width: 100%!important; }}Cheers!
YigitHey!
Have you tried updating Enfold to the latest version 3.0.7? Kriesi is working really hard on finding a solid solution. He has some new findings. A new small patch may be released soon.
Cheers!
YigitHey waveseven!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitHey TownCouncil!
Please try using a more advanced search plugin such as – https://wordpress.org/plugins/relevanssi/ ( implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) or SearchWP ( implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ )
Best regards,
Yigit -
AuthorPosts
