Forum Replies Created
-
AuthorPosts
-
Hey Victoria
Hey Victoria,
here is the Login. I disabled the Editor for Themes, cause there are more people with access as Admin. If you need access for the Editor as well, let me know and I will temporaly enable the Editor.
- This reply was modified 7 years, 4 months ago by Maja.
December 2, 2016 at 11:13 am in reply to: H1.entry-title not visible anymore when using standard-Editor #719606Hey Rikard,
thanks for your answer. It used to show the title of the page as a h1. It used to be like this, when not using the layout builder.
Did enfold changed that?
Thanks for your help.
- This reply was modified 7 years, 11 months ago by Maja.
Hey Nikko,
thanks for your help! It works now!
Hey Nikko, thanks for your fast answer.
All de Headline-Sizes are not working. I made a Example Page for the Sizes ( see in private Section below). The Headlines should have the sizes:
H1 – 52px
H2 – 44px
H3 – 38px
H4 – 32px
H5 – 28px
H6 – 24pxbut there are much smaller right now.
p, a and lists are working fine.
Hey Yigit,
thanks for your reply. I would prefer to embed Mailchimp via the html code in this case and not via the Theme-Settings.
I was wondering if there is anything which blocks the button.Thanks,
MajaHey Josue,
thanks for your help, it worked! I just had to add also the element a.av-icon-char, so its for all Icons.
a.iconlist_icon, a.av-icon-char {
text-decoration: none !important;
}Cheers, Maja
okay – solved.
I added this code to the function.php on the bottom
add_theme_support(‘avia_no_session_support’);
Hey, I have the same issue and tried all this steps, but the error ist still there :-(
I have the issue on two websites. One is an child-theme. the other one is the normal enfold Theme.
Warning: session_start() [function.session-start]: The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’ in /www/htdocs/w0****/webstyle4you.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /www/htdocs/w*****/webstyle4you.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /www/htdocs/w*****/webstyle4you.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /www/htdocs/*****/webstyle4you.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /www/htdocs/w*****/webstyle4you.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Hey Yigit,
no, because thats about the comments and also so much other things between in the other post. Could you please just tell me, what I have to change in my code? I don´t understand the other post!
Thanks,
MajaHey Enfold – Team,
I still have problems to integrate Sensei into Enfold. I have read and follow this article from sensei http://docs.woothemes.com/document/sensei-and-theme-compatibility/
, but I think I have an error in my code. Could you check this please and tell me, what is wrong?
This was in the function.php of my child theme:
_______________<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/global $woothemes_sensei;
remove_action( ‘sensei_before_main_content’, array( $woothemes_sensei->frontend, ‘sensei_output_content_wrapper’ ), 10 );
remove_action( ‘sensei_after_main_content’, array( $woothemes_sensei->frontend, ‘sensei_output_content_wrapper_end’ ), 10 );add_action(‘sensei_before_main_content’, ‘my_theme_wrapper_start’, 10);
add_action(‘sensei_after_main_content’, ‘my_theme_wrapper_end’, 10);function my_theme_wrapper_start() {
echo ‘<div id=”container”><div id=”content” role=”main”>’;
}<div class=’container’>
<main class=’template-page content <?php avia_layout_class( ‘content’ ); ?> units’ <?php avia_markup_helper(array(‘context’ => ‘content’,’post_type’=>’page’));?>><?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/$avia_config[‘size’] = avia_layout_class( ‘main’ , false) == ‘entry_without_sidebar’ ? ” : ‘entry_with_sidebar’;
get_template_part( ‘includes/loop’, ‘page’ );
?><!–end content–>
</main><?php
//get the sidebar
$avia_config[‘currently_viewing’] = ‘page’;
get_sidebar();?>
function my_theme_wrapper_end() {
echo ‘</div><!– #content –>
</div><!– #container –>’;
get_sidebar();
}______________
Thanks so much!
MajaHallo Andy,
habe die aktuelle Version von Enfold, WordPress und Plugins.
Habe auch wie oben alles gemacht und als Wert habe ich 1100px eingestellt und es auch mit 100% probiert – ohne Erfolg. Welcher Wert wäre denn ideal?
Habe laut der Anleitung von google auch diesen Code nun in die Header.php gesetzt. hat leider auch nichts gebracht.
https://developers.google.com/speed/docs/insights/ConfigureViewport?hl=deOkay, danke für die schnelle Antwort.
Wäre schön, wenn es diese Funktion vielleicht in Zukunft in den Einstellungen gäbe.
Hey Yigit,
it works now! Thanks a lot!
Feature Request: could you integrate that code into the shortcodes?
This reply has been marked as private.October 19, 2014 at 9:08 pm in reply to: Problem: Unterschiedliche Schriften als Überschrift #338020It works. Awesome, Thanks!
October 19, 2014 at 2:26 pm in reply to: Problem: Unterschiedliche Schriften als Überschrift #337948This reply has been marked as private. -
AuthorPosts