Forum Replies Created
-
AuthorPosts
-
Hey Obeatone!
Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in Blog Style and go to your blog page and edit it just like you are editing a page using ALB :)
Regards,
YigitHi bicounet!
Please go to Enfold/framework/php folder and open function-set-avia-frontend.php file and edit
function avia_set_title_tag() { $title = get_bloginfo('name').' | '; $title .= (is_front_page()) ? get_bloginfo('description') : wp_title('', false); $title = apply_filters('avf_title_tag', $title, wp_title('', false)); return $title; }Regards,
YigitHi Larry!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-1122 .container { max-width: 70%; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey Munford!
1- Please try de-activating all active plugins and check if editor appears also try switching to one of the default themes.
You can add following code to Functions.php file via FTPfunction add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');2- Please add following code to Quick CSS
@media only screen and (max-width: 480px) { #top #wrap_all .main_color h1 { font-size: 36px !important; }}Regards,
YigitHey!
Please add following code to Quick CSS as well and adjust as needed
@media only screen and (max-width: 767px) { .responsive .logo { width: 90%; }}Cheers!
YigitHi jawes!
Please use this plugin to prevent emails from going into spam or junk folders – https://wordpress.org/plugins/easy-wp-smtp/
Cheers!
YigitHi ronmauldin!
Please go to Enfold theme options > General Layout > Dimensions and adjust it as needed – http://i.imgur.com/nbN5x1R.png
Cheers!
YigitHi!
You can use it but if you do, please disable it before adding custom CSS code or when you make styling changes and then re-enable so changes can be applied.
You are welcome, always glad to help!Cheers!
YigitHey!
I checked your website and invalid forms display red outline just fine – http://i.imgur.com/VT4aEWu.png
Regards,
YigitHi!
Topic was made for custom post types by plugins etc. as stated at the top. Of course you can use it on blog posts as well but we do not recommend it as some issues arose from it in the past
Regards,
YigitHey Stefan
You are going to need to contact Envato Support as we cannot decide or make such changes – https://help.market.envato.com/hc/en-us
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home div#av_section_2 { min-height: 40px; height: 40px; }Cheers!
YigitOctober 28, 2014 at 12:29 am in reply to: Avia Layout Builder won't show content – just "circle loader animation" #341886Hey!
Great! You are welcome, glad if we could help! Let us know if you have any other questions or issues. We will keep the thread open for OP
Regards,
YigitHey!
Please add following code to Quick CSS as well
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main { padding-top: 117px; }Regards,
YigitHi Nancy!
You have following code in Quick CSS
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { height: 75px !important; margin-top: -10px!important; }}Please remove “height: 75px !important;” from this code and it should work fine. Please do not forget to disable CSS minifying feature before applying changes
Cheers!
YigitHi!
Please try and let us know so we can mark the thread as resolved or assist you further
Regards,
YigitHi Kathrin!
Please use the code as following
div#startfull .container { max-width: 100%; padding: 0; }P.S.: We are not all German speakers. We are from around the world to provide support 24/7 :)
Best regards,
YigitHi!
Please try using this plugin to translate missing strings – https://wordpress.org/plugins/codestyling-localization/
Do not forget to rescan theme files before editing themRegards,
YigitHey!
Please try adding !important rule as following
#advanced_menu_toggle { right: -20px!important; }and make sure to disable CSS minifying feature if you are using and flush browser cache.
P.S.: Media queries should be closed with additional curly bracket as following@media only screen and (max-width: 767px) { .mobile_active #advanced_menu_toggle { display: block; right: -15px; top: 20px; } }If you have any missing curly bracket in your custom CSS code that might be causing issue as well
Cheers!
YigitHi!
You can display “Message sent!” message after form is submitted – http://i.imgur.com/RAFi39k.png
Cheers!
YigitHi Larry!
I replied to you here – https://kriesi.at/support/topic/avia-layout-builder-wont-show-content-just-circle-loader-animation/#post-341760
Please also try de-activating all active plugins and check if that helps. And please post your answer here :)Cheers!
YigitHi
Please add following code to Quick CSS
.single-product-main-image.alpha { display: none; }Regards,
YigitHey!
Please check “Apply only to mouse hover state” – http://i.imgur.com/QHkYOm6.png
Best regards,
YigitHey Richard!
Can you please post the link to your website so we can provide you more accurate custom CSS code?
Best regards,
YigitHi cchuryk!
Please try de-activating all active plugins and check if that helps. Then you can activate them one by one to find the culprit.
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive .logo { width: 90%; }}I also edited the code i posted in my previous post, please replace it with the new on in your Quick CSS field
Best regards,
YigitHey!
Please use the code as following instead for container width
.responsive .container { max-width: 90% !important; }and for column elements you have following code
@media only screen and (max-width: 767px) { #hz .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth { width: 50% !important; }}Which does work fine. Please make sure that your codes are not interfering with each other when using !important rule and please do not forget to flush browser cache after applying custom CSS codes or making styling changes.
Best regards,
Yigit -
AuthorPosts
