sebast1an_l
Forum Replies Created
-
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Static galleryPhantom module generate static contents , work wery well without database.
Amron module generate dynamic contents, need be connected with database.Maybe copy all html Amron gallery template (and all needed file, script, image, stylle…) and put in each one section, link to light box?
But its possible to use link to lightbox from Amron, by typing this link manual ?- This reply was modified 5 years ago by sebast1an_l.
- This reply was modified 5 years ago by sebast1an_l.
- This reply was modified 5 years ago by sebast1an_l.
Thanks guys for quick answer. I instal fresh 5.5.1 WP version on another hosting. Have same resoult, dont use any other plugin, i check on few native theme. On microsoft edge mobile version gallery displayed correctly. Maybe it’s the browsers’ fault, my Windows10…
When page load in IE, image show up then fade and disappear.
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] How to manually add ratingshi,
-if u wonth add manually star rating to article, you can use this code, for me working fine:
<?php wp_gdsr_render_article() ?>-for thumbs for article use this, but im not check this one:
<?php wp_gdsr_render_article_thumbs() ?>-if u wonth add manually thumb rating to comments, you can use this code:
<?php wp_gdsr_render_comment_thumbs() ?>Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Need User Guidehi, post is old but ,meybe for someone next this will be helpful,
im dovnload pdf guide from this link, or just write ‘GD Star Rating user-guide’ in google, and take first link on top.Thanks for quick reply, have a nice day.
I meant that it worked automatically
You means link to my blog page wher i use Subscribe2 widget ?
Hi, sorry but i dont undarstend, if you can tel me or suggest any useful advice , what link or shortcode i must add to my email post template in the Tempates tab of Subscribe2->Settings, to my users have the possibility to unsubscribe in email post?
Yeah ,i have version 3.2.1 ,when i change at wp3.5 TinyMCE working fine , now i see marker HTML in my commnents.
Thanks for your help, have nice day.When i add filter to funstions.php file in Twenty Twelve theme, i get this message :
Fatal error: Call to undefined function wp_editor() in /home/sladvice/domains/sladvice.xcl.pl/public_html/advice/wp-content/themes/twentytwelve/functions.php on line 463.
No mate, with the Twenty Twelve theme, and latest github when ,i add filter to my function.php file i got critical error, i hope its not crash my blog. But still if i logged as admin , marker html show up in commnets.
I download the latest github zip. , enable setting “Display the Tag Editor in any TinyMCE instances on the frontend (e.g. bbPress)” ,and add filter to functin.php file in my theme, but still i have the same.
im dont know what is wrong, i do exsactly by advice , and still i dont see marker html in my commnets, i check it at another theme but it is the same, but if i add commnets when im admin, marker show up.
hi , i try like you told, but it still not working.
1. I use function in : Settings > Crayon > Convert exsisting Crayon tag … , and turn on few option.
2. Wer i must insert this function :
backticks
add_filter(‘comment_form_defaults’, ‘tinymce_comment_enable’);
function tinymce_comment_enable ( $args ) {
ob_start();
wp_editor(”, ‘comment’, array(‘tinymce’));
$args[‘comment_field’] = ob_get_clean();
return $args;
}
backticksto enable support for Crayon comments by adding TinyMCE to the comment box ?