cognigence
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] #TRPLINKPROCESSEDNot working.
Getting this error when i try to activate the plugin.
Parse error: syntax error, unexpected ‘:’ in /var/www/wptbox/wp-content/plugins/Language Login Error Fixer/empty-wp-plugin.php on line 41Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] #TRPLINKPROCESSEDIt’s not solved yet.
<?php
/**
* Plugin Name: Name Of The Plugin
* Plugin URI: https://URI_Of_Page_Describing_Plugin_and_Updates
* Description: A brief description of the Plugin.
* Version: The Plugin’s Version Number, e.g.: 1.0
* Author: Name Of The Plugin Author
* Author URI: https://URI_Of_The_Plugin_Author
* License: A “Slug” license name e.g. GPL2
*/// Start writing code after this line!
add_filter( ‘trp_force_custom_links’, ‘trpc_ignore_url’, 10, 4 );
function trpc_ignore_url( $translated_url, $url, $language, $a_href ){
$link_to_ignore = ‘https://brand-valley.com/wp-admin/#TRPLINKPROCESSED;; // url to ignore.
if ( strpos( $url, $link_to_ignore) !== false ){
return $url;
}
return $translated_url;
}This is the code i’ve pasted, Not solved yet. still goes to page error with trplinkprocessed. Please help me out
Forum: Plugins
In reply to: [Happy Addons for Elementor] Widgets not loading@byron222 , Yes, I’m facing the same issue.
@thebengalboy , Please address this issue. Here’s my site health. Please help us to solve this issueForum: Plugins
In reply to: [Happy Addons for Elementor] Widgets not loadingHi, I’ve tested by deactivating plugins, It’s conflicting with elementor pro plugin. When i activate pro, the widgets are not loading
Forum: Plugins
In reply to: [Happy Addons for Elementor] Widgets not loadingHi,
I’ve added the following code define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
in my wp config (https://prntscr.com/ta87d6), and i’ve requested and increased my memory_limit from the hosting provider to 512M (https://prntscr.com/ta89c9)Nothing has resolved the issue. Still facing the same problems. none of the widgets are loading.