Roberto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Deprecated alertsWhat is the PHP version on the server? It kind of brings me back to the outdated PHP issue
- If you use Yoast SEO Plugin go to Settings, Advanced, Crawl optimization. Here have setting Remove global comment feeds
- With functions.php have here snippet
Forum: Fixing WordPress
In reply to: 5.9 – language optionin functions.php
If use main theme path is wp-content/themes/YOURTHEME or if it’s child theme wp-content/themes/CHILD-THEME.
I found proble. Not is in plugin, already in minimize html function. After I disable this function send e-mail working.
Similar error with PHP 8.0.1
[07-Feb-2021 00:25:21 UTC] PHP Fatal error: Uncaught ArgumentCountError: array_merge() does not accept unknown named parameters in /home/username/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-tools.php:130
Stack trace:
#0 /home/username/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-tools.php(130): array_merge(Import: Array, Export: Array, System Info: Array, Scheduled Actions: Array, Logs: Array)
#1 /home/username/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-tools.php(92): WPForms_Tools->init_view()
#2 /home/username/public_html/wp-includes/class-wp-hook.php(287): WPForms_Tools->init(”)
#3 /home/username/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#4 /home/username/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
#5 /home/username/public_html/wp-admin/admin.php(175): do_action(‘admin_init’)
#6 {main}
thrown in /home/username/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-tools.php on line 130Forum: Plugins
In reply to: [Yoast SEO] Missing png fileResolved after upgrade.
Missing in https://www.example.com/wp-admin/admin.php?page=wpseo_titles
Forum: Themes and Templates
In reply to: [JustWrite] How to display share buttons ?For get title in Twitter change in social-index change this line
<a target="_blank" href="https://twitter.com/share?url=<?php the_permalink(); ?>" rel="nofollow" class="social-btn twitter"><?php ac_icon( 'twitter' ); ?></a>
with this
<a target="_blank" href="https://twitter.com/share?text=<?php the_title(); ?>&url=<?php the_permalink(); ?>" rel="nofollow" class="social-btn twitter"><?php ac_icon( 'twitter' ); ?></a>
Forum: Themes and Templates
In reply to: [JustWrite] https admin and social share problemOK. Thanks @acosmin
Forum: Themes and Templates
In reply to: [Hueman] Enabling Navigation Same As Hueman DemoTheme Options => Blog => Featured Post Count … In picture is 3.
Forum: Themes and Templates
In reply to: [Hueman] Link format post open in new tabThanks Alex ??
Forum: Themes and Templates
In reply to: [Hueman] HTTP 500 error after updating themeCheck path where you upload theme
Forum: Themes and Templates
In reply to: [Hueman] front page main imageCreate new category. Something like Feature or something and add this category to this post. In Theme Options / Blog select this category.
Forum: Themes and Templates
In reply to: [Hueman] Googles Structured Data UpdateFor “entry-title” change in Single.php
This line:
<h1 class="post-title"><?php the_title(); ?></h1>
To this
<h1 class="post-title entry-title"><?php the_title(); ?></h1>
Forum: Plugins
In reply to: [Yoast SEO] latest update (1.4.9) kills pagesBlank page after upgrade