Forum Replies Created
-
AuthorPosts
-
Hi Amar!
Thank you for contacting us!
Please use Enfold Latest News widget instead in Appearance > Widgets.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum
Regards,
YigitHey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHey!
I added following code to Quick CSS
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background-color: #00bfb9!important; } #top .av_header_transparency #header_main { height: 0; z-index: 11; } #advanced_menu_toggle { top: -40%; left: 0; right: auto; color: white!important; border-color: #00bfb9!important; background-color: #00bfb9!important; }}Please review your website now
Regards,
YigitHey losting!
Please add following code to functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');Cheers!
YigitHey!
Please go to enfold/js/avia.js file and find
newH = el_height/2;and
if(st < el_height/2)and change 2 as needed
If you are using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/, please add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );and move modified file inside /js folder
Cheers!
YigitHi,
Please refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitDecember 8, 2016 at 10:42 pm in reply to: change the YouTube social icon to another fontello type #722216Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
YigitHi,
@mmheather Please start a new thread and attach temporary admin logins in private content field so we can look into it.
If you post them here, they will be visible to creator of this thread as wellBest regards,
YigitHey DavidNielsen62!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ :)
Best regards,
YigitHey edinc79,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your code block element a custom class and hide it as well :)
Best regards,
YigitHi!
You can simply add Code Block element to your page and add following code inside it
<style> .logo, .responsive .logo { display: none !important; } </style>Then you could save the element as template and load it on the pages where you would like to remove logo :)
Best regards,
YigitDecember 8, 2016 at 9:45 pm in reply to: How to add the excerpt to a single post on the front end below the title #722193Hi,
You can try creating a shortcode such as following one
function my_custom_excerpt() { if(is_single()){ ob_start(); $output = "<span class='custom-excerpt'>". the_excerpt('',false) ."</span>"; $output = ob_get_clean(); echo $output; } } add_shortcode( 'custom_excerpt', 'my_custom_excerpt' );and then add [custom_excerpt] to top of your posts and adjust the styling using
.custom-excerpt { font-size: 20px; font-weight: bold; }Best regards,
YigitHi!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitDecember 8, 2016 at 9:10 pm in reply to: How to change page leftside menu font size and paragraph gap space #722170Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.widget_nav_menu a { padding: 10px 0px 10px 0; }Best regards,
YigitHey!
They show up fine on my end, attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Cheers!
YigitHi,
We have informed our German speaking moderators. Please kindly wait to hear from them.
Best regards,
YigitHi,
Please go to enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file and find
('Load more','avia_framework')and change it to
('More photos','avia_framework')These changes will be overwritten when you update the theme. To avoid that, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
YigitHey nuncer,
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change thecategory_thumbimage size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Thank you for reviewing Enfold :)
Best regards,
YigitHi,
Can you please create a temporary admin login and post it here privately? Also, please point out the test page you are working on.
Best regards,
YigitDecember 8, 2016 at 5:29 pm in reply to: change the YouTube social icon to another fontello type #722091Hey Gallop_Web,
Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
If that does not help, please post the link to your page and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Best regards,
YigitHey Andreinho1992,
I went to Enfold theme options > Titolo > Mobile Menu and checked “Nascondi Sottomenu Articoli Menu mobile”. Please review your website now :)
Best regards,
YigitHey!
Glad it is!
Let us know if you have any other questions or issues :)Regards,
YigitDecember 8, 2016 at 5:24 pm in reply to: Enfold – Grid Boxes Do Not Display Correctly on iPad / Tablet #722084Hey!
I edited your Grid Row element and gave it a unique ID and then added following code to Style.css file of your child theme in Appearance > Editor
@media only screen and (max-width: 1140px) and (min-width: 767px) { #grid-home, #grid-home .flex_cell { display: block; width: 100%!important; }}Please flush browser cache and review your website
Best regards,
YigitDecember 8, 2016 at 5:18 pm in reply to: Adding custom attribute to all "Google Maps" elements? #722082Hey eC,
You can try adding following code to functions.php file of your child theme in Appearance > Editor
function remove_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('.your-target-element').attr('your-attr','your-attr-value'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');If that does not help, please elaborate on the changes you would like to make.
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h1,h2,h3,h4,h5,h6 { text-transform: none !important; }That will remove text transform from headings :)
Best regards,
YigitHey!
I have replied you here – https://kriesi.at/support/topic/mailchimp-popup-code/#post-722076
Let us continue there :)Best regards,
YigitHi!
Please refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
Best regards,
Yigit -
AuthorPosts
