Harish Tharakanchalla Chinju
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Post Duplicator] Issue with copying author in MultisiteHope the plugin authors are not ready to respond to support questions?
Also, Now I am getting some warnings also with plugin. Wanna try the alternatives, Very bad one.
I tried all the ways. But no luck. I even tried with fresh WP installation with Default WP Themes itself, with no plugins installed. But no luck.
Kindly help to resolve this.
Thanks,
Sorry for late reply,
I was using the default twentyseventeen theme. But facing some styling issues with it.
Yes Annie,
That’s right, But there are some exceptions always who are still seeking IE.
But I am afraid that I don’t want to move to other plugins for this IE issue. Anyhow thanks for your support I will try to convince my client.
Meanwhile if someone could suggest some tweak to fix it, it would be great.
Thanks,
HarishForum: Plugins
In reply to: [Brix: WordPress page builder] Brix not working in IEI just went to Brix Official Website and Clicked on Try live Demo. It is taking me to below link,
But before 2 days it was taking me directly to the admin page.
And I am using the plugin in my local system to go thro the features. So I faced the alignment issues in IE 11/Edge. Kindly take a look if this can be resolved?
Thanks @andg,
Thanks for your quick support, It is working fine now. Wish to see more good features with Brix.
Thanks @logologics,
I have read it, but I have gone thru the features other than this drag and drop and Add section issues most of the controls are working fine even in IE.
Unfortunately my client need this in IE also. So I love Elementor features and don’t want to switch to other builders for this IE support.
So it would be great if Plugin authors could resolve this IE conflict, so it would be great.
- This reply was modified 8 years, 2 months ago by Harish Tharakanchalla Chinju.
Forum: Plugins
In reply to: [CKEditor for WordPress] CK editor conflict with Elementor PluginIts a duplicate of CK editor Conflict with Elementor plugin
So closing this topic
Thanks @bkantique,
I was looking for more menus which was available in CK Editor. I am satisfied now with TinyMCE Advanced. Thanks for your support.
Forum: Plugins
In reply to: [CKEditor for WordPress] CK editor conflict with Elementor PluginFatal error: Uncaught Error: Call to undefined method _WP_Editors::enqueue_default_editor() in C:\Xampp\htdocs\pagemanager\wp-includes\general-template.php:3115 Stack trace: #0 C:\Xampp\htdocs\pagemanager\wp-includes\widgets\class-wp-widget-text.php(418): wp_enqueue_editor() #1 C:\Xampp\htdocs\pagemanager\wp-includes\class-wp-hook.php(286): WP_Widget_Text->enqueue_admin_scripts(”) #2 C:\Xampp\htdocs\pagemanager\wp-includes\class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #3 C:\Xampp\htdocs\pagemanager\wp-includes\plugin.php(453): WP_Hook->do_action(Array) #4 C:\Xampp\htdocs\pagemanager\wp-content\plugins\elementor\includes\managers\wordpress-widgets.php(70): do_action(‘admin_print_scr…’) #5 C:\Xampp\htdocs\pagemanager\wp-includes\class-wp-hook.php(286): Elementor\WordPress_Widgets_Manager->before_enqueue_scripts(”) #6 C:\Xampp\htdocs\pagemanager\wp-includes\class-wp-hook.php(310): WP_Hook->apply_filters(”, Array) #7 C:\Xampp\htdocs\pagemanager\wp-includes\plugin.php(453): WP_Hook->do_action(Array) #8 C:\Xa in C:\Xampp\htdocs\pagemanager\wp-includes\general-template.php on line 3115
I have fixed the Last modified date issue with Sitemap XML using custom xsl stylesheet.
I removed it using custom xsl, but is it possible to build the current date.?
Or else please let me know how to remove the Last Modified Date from the sitemap development. So it is fine for me now.
Hi this is my code
` class BWP_GXS_MODULE_SCHOOL_SITEMAP_1 extends BWP_GXS_MODULE {
function __construct() {
$this->set_current_time();
$this->build_data();
}
function build_data() {
global $wpdb, $bwp_gxs, $wp_schoolfinderurl;/* QUERY TO GET ALBUMS – THE TABLE IS IN THE SAME WORDPRESS DB, SO
YOU CAN USE HERE THE wpdb WORDPRESS CLASS TO INTERACT WITH THE DATABASE */$sitemap_urls = readUrlFromFile();
/* IF THE TABLE IS IN ANOTHER DATABASE,
YOU CAN USE THE PHP MYSQL FUNCTIONS */
if ( !isset( $sitemap_urls) || 0 == sizeof( $sitemap_urls ))
return false;
$data = array();
for ( $i = 1; $i <= 5000; $i++ ) {
$url = $sitemap_urls[$i];
$data = $this->init_data( $data );
// REPLACE THIS WITH CORRECT URL TO YOUR ALBUMS
// ESPECIALLY YOUR WEBSITE URL
$data[“location”] = $url;
$data[“lastmod”] = $this->format_lastmod(strtotime(current_time(“mysql”)));
$this->data[] = $data;
}
return true;
}
}Forum: Plugins
In reply to: [Captcha] Not showing up on comment formJust check whether the “Hide from registered users is checked” in Plugins settings page.
It worked for me.
Refer this :http://ww.wp.xz.cn/support/topic/captcha-will-not-display-on-posts-comment-area?replies=3
Thanks
Forum: Alpha/Beta/RC
In reply to: Adding header image looks oddThis css breaks the home page layout,
.site {
background-color: #fff;
max-width: 1260px;
position: relative;
}the max-width:makes the problem. We need to find an alternative.