pundurbrother
Forum Replies Created
-
Is this related to the same issue described here? – https://www.ads-software.com/support/topic/plugin-events-manager-more-tag-not-working
Is this support forum dead or what?
Thank’s to this:
https://wordpress.stackexchange.com/questions/16192/hard-code-shortcode-only-on-specific-category
and
https://www.clickonf5.org/4545/smooth-slider-home-page-onlyI came up with working code in the case anyone else needs it (probably will):
<?php if ( is_home() and !is_paged() ) { echo do_shortcode( "[anything_slides]" ); } ?>
WordPress smiley codes to work as images not symbols
Internet Explorer 8 is the problem.. For all Anything slider themes.
Opera, Firefox, Chrome are all OK
To style links/titles in Full Calendar view:
table.em-calendar ul { // apply everything you like here // }
Still not able to find cell dates option to style..
Got working translation. Files should be renamed dbem-lv.mo and dbem-lv.po as my WP language files are lv.po and lv.po
STILL something’s wrong with Events post date. It’s not translated (all other page and post dates are correct) and it’s (English month names) not even in EM .pot file. Where is it getting from?
Okay…..
My WP is already localized to Latvian language. Why does it show date in English in Events posts? All my other posts and pages shows correctly.
Still can not understand how to make EM translation work.
Marcus, would you please explain how to get my translation working?
So, I have translated Events Manager in Latvian language saved files as dbem-lv_LV.mo and dbem-lv_LV.po in langs folder. Further steps?!
Forum: Plugins
In reply to: [Custom Smilies] "Custom Smilies" deeper into comment_formCan be deleted! I am using Custom smilies se plugin (Version 2.9.1)
Forum: Fixing WordPress
In reply to: Trouble creating custom comment_formIf someone has come to similar trouble here’s the script that worked for me.
https://pastebin.com/embed_js.php?i=vXsNx0Rv
This replaces comment_form function if your theme’s using itP.S. This is supposed to be support forum. And this is related to ANY theme no matter GPL or not. Shame.. ??
Forum: Fixing WordPress
In reply to: Trouble creating custom comment_formThank you for help esmi..
Is it possible to access and change field “Your email address will not be published. Required fields are marked *”?
Forum: Fixing WordPress
In reply to: Trouble creating custom comment_formThis is not related to theme. Code I pasted is not working in other themes that are under GPL.
Forum: Plugins
In reply to: [WP-Polls] [Plugin: WP-Polls] Change question text length!?Got it working! Thank you for your time
Didn’t understand what was meant with “change the database table”
Installed “Portable phpMyAdmin” plugin and made changes
resolved!
Forum: Plugins
In reply to: [WP-Polls] [Plugin: WP-Polls] Change question text length!?in wp-polls.php changed VARCHAR(200) to TEXT
$create_table['pollsa'] = "CREATE TABLE $wpdb->pollsa (". "polla_aid int(10) NOT NULL auto_increment,". "polla_qid int(10) NOT NULL default '0',". "polla_answers TEXT character set utf8 NOT NULL default '',". "polla_votes int(10) NOT NULL default '0',". "PRIMARY KEY (polla_aid)) $charset_collate;";
and deleted
maxlength=\"200\"
in polls-add.php and polls-manager.phpDid I do something wrong?
Thank you agelonwl, I will use widget_em_calendar class. Register_sidebar thing will be a bit hard for me to get working.