Forum Replies Created
-
AuthorPosts
-
In privat are the link and the screenshot
Exerpt of the blog post and p tag should have the same size.
Hi,
now it makes the whole p tag text smaller, not only the blog post excerptthe font size of the blog post excerpt
Link is in private content
Hi Mike, thank you – thats what i mean.
But, iv i try the Button in my opened Mail Client is before the main mail Adress the word “mailto” so it could not be send.
The CC and subject works great.
Do you have an idea how i can fix it?
Hi, i’ve found it. It was a new installation so no startpage – no option to choose :-)) sorry – you can close it
In pvt content is the link to my screenshot with the marked text line i need to change in bold a for example, but i can’t find the class of this text line.
Hi, link is in pvt content.
Thank you for helping!
Sorry iv’e fixed it by my self ;-)
Hi Ismael,
in every blog article i have the field excerpt, and in every blog article the field is empty, but in some article the date is shown in some articles not.
So for Explanation:
i need to show the date in every blog article but i don’t need text in the excerpt field
Hi,
hm, in the other blog pages i also don’t have text in the excerpt fieldAny other idea?
Thank you
Hi Imael,
this is in my .php from Line 905 to 924:
if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data, array( ‘always’, ‘on_empty_content’ ) ) )
{
$meta = “<div class=’slide-meta’>”;
if ( $commentCount != ‘0’ || comments_open( $the_id ) && $entry->post_type != ‘portfolio’ )
{
$link_add = $commentCount === ‘0’ ? ‘#respond’ : ‘#comments’;
$text_add = $commentCount === ‘1’ ? __( ‘Comment’, ‘avia_framework’ ) : __( ‘Comments’, ‘avia_framework’ );$meta .= “<div class=’slide-meta-comments’>{$commentCount} {$text_add}</div><div class=’slide-meta-del’>/</div>”;
}
$markup = avia_markup_helper( array( ‘context’ => ‘entry_time’, ‘echo’ => false, ‘id’ => $the_id, ‘custom_markup’ => $custom_markup ) );
$meta .= “<time class=’slide-meta-time updated’ $markup>” . get_the_time( get_option( ‘date_format’ ), $the_id ) . ‘</time>’;
$meta .= ‘</div>’;if( strpos( $blogstyle, ‘elegant-blog’ ) === false )
{
$output .= $meta;
$meta = ”;
}
}Is this OK?
Hi Nikko;
thank you for helping, it was a plugin conflict with cachify and woocommerce.
Hi, could you please help me with this problem – the website is down
Deprecated: Function create_function() is deprecated in /var/home/edeldestillerie_com/www/wp-includes/pomo/translations.php on line 208
Deprecated: Function create_function() is deprecated in /var/home/edeldestillerie_com/www/wp-includes/pomo/translations.php on line 208
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/home/edeldestillerie_com/www/wp-includes/load.php on line 649
Deprecated: Function create_function() is deprecated in /var/home/edeldestillerie_com/www/wp-includes/pomo/translations.php on line 208
Deprecated: Function create_function() is deprecated in /var/home/edeldestillerie_com/www/wp-includes/pomo/translations.php on line 208
Notice: Trying to access array offset on value of type bool in /var/home/edeldestillerie_com/www/wp-includes/theme.php on line 2246
Deprecated: Function create_function() is deprecated in /var/home/edeldestillerie_com/www/wp-includes/pomo/translations.php on line 208
Deprecated: Function create_function() is deprecated in /var/home/edeldestillerie_com/www/wp-includes/pomo/translations.php on line 208
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/home/edeldestillerie_com/www/wp-includes/formatting.php on line 4366
Warning: session_start(): Cannot start session when headers already sent in /var/home/edeldestillerie_com/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php on line 83
Warning: session_start(): Cannot start session when headers already sent in /var/home/edeldestillerie_com/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php on line 50
Warning: Cannot modify header information – headers already sent by (output started at /var/home/edeldestillerie_com/www/wp-includes/pomo/translations.php:208) in /var/home/edeldestillerie_com/www/wp-includes/pluggable.php on line 1210
FTP Accsess is in private content
Hi Nikko;
now i have this Error Message:
Parse error: syntax error, unexpected T_FUNCTION, expecting ‘)’ in /var/home/edeldestillerie_com/www/wp-content/themes/enfold/includes/helper-privacy.php on line 344
hi,
yes i removed the code because it doesn’t change anything.
In private content are the FTP Logins.
Hi Nikko,
if i google our domain “gruppenchalets” on a mobile i always see the wordpress favicon.
It looks that this script doesn’t change anythingHi,
login detail now in private contentFTP Login is in private content.
Login is in private Content
Hi Yigit,
thank you for helping.
i put your php in my functions.php of my child theme, but it doesn’t change anything.
The image name when i hover it is still there.in private content is the link to see what i mean.
Thank you!
wow – works great!
Thank you!hi again,
now i tried it with a color section where i place my svg logo under my header slider.
But how can i give the svg file a fixed position in the right corner and a fixed top margin?
Hi,
it would be great to place the “Sicher Buchen” Banner as svg and not as pixel image in my header image. It’s about the sharpness if user came with a big desktop screen.thank you, but how can a generate the magazine shortcode to put it in my text widget?
Hi,
Login is in private Content.
thank you for helping!
HI Mike,
now it works :-) the problem was the setting script compressing in performance settings in my theme options
Hi Shannon,
thank you for helping!
I used this code in my child them functions.php :
//——————————–
// Header widget area
//——————————–
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}Add a widget named “header” in a custom widget area and type some text with an text element to see how it works. Also i disabled the shrink function in the header behavior settings.
Wordpress version 5.6
Theme version 4.7.6.4
PHP-Version: 7.4.13WP Fastet Cache is deactivated
But it doesn’t show anything if i clear cache and reload the site.
Hi Mike,
it should resize the height of the embeded iframe according to the length of the content. -
AuthorPosts