refan
Forum Replies Created
-
Yes already did. But is not working. Still can not edit with visual composer website builder
Hi,
Already allow user to enable in visual composer. But after that try to submit add or edit event the button frontend editor is not working.
I’m using visual composer website builder, not using visual composer wpbakrey page builder. You can try this plugin here https://visualcomposer.io
Forum: Plugins
In reply to: [WPGlobus] Jetpack Widget Top PostHi Alex,
I’m still stuck with this issue. About marks language module jetpacks. I’d follow your instruction to put the code in functions.php and got the message:
Warning: Illegal string offset ‘post_type’ in /var/www/vhosts/localhost/httpdocs/wp-content/plugins/jetpack/modules/widgets/top-posts.php on line 291
Help me please!
Forum: Plugins
In reply to: [WPGlobus] HTTP Error 500Hi Alex,
Thanks a lot. You’re very helpful. The problem is solved
Forum: Plugins
In reply to: [WPGlobus] HTTP Error 500Hi Alex,
Are you tried theme total new version in 1.1.8 ? Because old version in 1.1.7 there is no problems.
Forum: Plugins
In reply to: [WPGlobus] Jetpack Widget Top PostHi Alex,
After put the code use filter in functions.php no posts to display. Whats next to fixed?
Thanks
Forum: Plugins
In reply to: [WPGlobus] Jetpack Widget Top PostHi Alex,
Did you mean use filter configure in function.php (theme) and what the script to use filter?
Thanks
Forum: Plugins
In reply to: [WPGlobus] Languages Mark Jetpack ModulWhere is to put the code ? In my theme function.php or jetpack modul jetpack-related.php
Forum: Plugins
In reply to: [WPGlobus] Languages Mark Jetpack ModulHi Alex,
What do you mean use filter jetpack_relatedposts_returned_results ?
Do you mean input jetpack_relatedposts_returned_results using translate option add in wpglobus?Forum: Plugins
In reply to: [WP Instagram Widget] How to Showing CaptionHi Scott,
I’m already add script below in wp-instagram-widget.php, my web got error 500. In captions not working. Why?
add_filter(‘null_instagram_cache_time’, ‘my_cache_time’);
function my_cache_time() {
return HOUR_IN_SECONDS;
}add_filter(‘wpiw_images_only’, ‘__return_true’);
add_filter( ‘wpiw_list_class’, ‘my_instagram_class’ );
add_filter( ‘wpiw_item_class’, ‘my_instagram_class’ );
add_filter( ‘wpiw_a_class’, ‘my_instagram_class’ );
add_filter( ‘wpiw_img_class’, ‘my_instagram_class’ );
add_filter( ‘wpiw_linka_class’, ‘my_instagram_class’ );function my_instagram_class( $classes ) {
$classes = “instagram-image”;
return $classes;
}Hi Beda,
I’m already activated page attributes, but is not working on my theme. I’m using theme Total by Hash Themes. Can you help me for checking on it?
Thanks
Forum: Plugins
In reply to: [WP Instagram Widget] How to Showing CaptionHello Scott,
I’m using Version: 2.0.2
Can you give me little bit instruction, which one of the script in wp-instagram-widget.php to customize captions?Thanks
My web is not live right now, still in my localhost. There is instruction with detail how to configure like video tutorials?
Thanks
I already did create file in my root theme but nothing happen after that. Still not choice language page/post for using WPM.
This is in my dir wp-content\themes\total\wpm-config.jsonHelp me with spesific instruction please.
ThanksHi dear,
Could you give me instruction step by step how to put section wpm-config using plugin Toolset Types?
Thanks