zvaranka
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Mail sent but wothout any success messageInfo: I use Contact Form 3.8.3 and WP 4.0
Forum: Plugins
In reply to: [Directory & Classifieds] Lightbox imagesIn the plugin in the listings-directory-classifieds/resources/lightbox/css/lightbox.css file insert the max-width:none; line into .lightbox .lb-image {} section:
max-width:none;
The final CSS enrty is
.lightbox .lb-image {
max-width:none;
display: block;
height: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}Forum: Plugins
In reply to: [Directory & Classifieds] Table prefixOK. If I install a wordpress for example with mywp_ table_prefix and then I install your plugin, the prefix of the tables of your plugin will be wp_ and not mywp_. I expected that if the wordpress prefix is mywp_ then the prefix of all the tables of your plugin have the same. In the above example:
mywp_w2dc_content_fields
mywp_w2dc_levels
mywp_w2dc_levels_relationships
mywp_w2dc_locations_levels
mywp_w2dc_locations_relationshipsThanks
Forum: Plugins
In reply to: [Directory & Classifieds] Table prefixBy deault the in the wordpress the predix is wp_, but it can be different if installing the wordpress we set another, for examle: mywp_. In this case if I install Directory & Classifieds plugin, the prefix of the tables of this plugin remain wp_ and not is mywp_ (wp_w2dc_ and not mywp_w2dc_).
Thank you for the answer. I’d like to attend at the translation into Hungarian language.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Blank test e-mailA also tested the Wysija 2.5.9 with WordPress 3.6 without any modification in both Wysija and WordPress code. The mails came without problem and the mail content was correct.
Thank you! Uncommenting the row that create an empty viewObj object, the warning message desappeared. Great fix!
Zoltan