brack
Forum Replies Created
-
update to 2.1.2 didnt change anything, the subject shouldnt be resolved
By the way – the subject of this saying “resolved” when it’s not. Please OP change the subject
Had v1.9 and everything was working fine, now upgraded to 2.1.2 and.. no color
aha that’s what it is, I have this problem with editing going on in different place than cursor, I just noticed it, before that I was thinking that I do something wrong because after each saving wordpress would show errors. Now I klnow what happened.
In my case I also lost colors in editor. so, the code looks plain now and non of the themes are working.
Tried to restore to the older version, doesnt work anymore… sad but looks like it’s a bye bye for this plugin.please, would someone reply? I found the line in popup.js
popup.find( '.nodeco' ).append( jQuery( '<li></li>' ).text( calEvent.description ) );
which must show the description but how to make urls in description work like links with<a href>
around?Resolved by replacing line 565 with
if ($wp_version >= $version) return;
But it should be corrected as soon as possible. Otherwise plugin is unusable.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Can't make hooks workAnyone? I’m still struggling. Here is one of the hooks I tried, the form just hangs, doing nothing, no confirmation messages after submission, but I receive email with the form data:
add_action( 'wpcf7_mail_sent', 'my_wpcf7_function' ); function my_wpcf7_function( $contact_form ) { $title = $contact_form->title; $posted_data = $contact_form->posted_data; if ( 'Contact Form' != $title ) { $redirect='https://paypal.com'; //just an example, but URL bust be dynamic header("Location:$redirect"); } }
Hmm, I cant figure where to set keywords in development version? there is no keywords fields like it used to be, I ticked “Use meta keywords tag” but cannot see where to actually set them up.
EDIT: never mind keywords fields just appeared, wonder why it took some time?
EDIT2: Apparently I cannot import settings from the previous versioun, to be precise I can do so, but keywords. If I import old settings, keywords fields disappear before I “save” settings. After save, fields are back but empty
Forum: Fixing WordPress
In reply to: Find posts or pages (attach image) does nothingThe same problem here, other themes working but mine doesnt, have no functions that would relate to Media and really, I’m lost. Somebody help!
Forum: Plugins
In reply to: Can't activate plug in "page-links-to".Weird… I have absolutely the same issue – activated plugin from plugins post install screen but couldnt do it straight after upload.
Forum: Plugins
In reply to: [Promotion Slider] [plugin: Promotion slider]Thumbnails size filterthank you for respond woodent, I dont really care about smooth scroll, I need to fit a over 10 slides with thumbnail navigation, and there is no way to fit those thumbs in 900px so, the only hope is to be able to scroll these thumbs, do you have an idea how to make it? any suggestion?
Forum: Plugins
In reply to: [Promotion Slider] [plugin: Promotion slider]Thumbnails size filterok killed one nav bar by remove_action but still cannot make the bar move according to shown image. Found nice jquery plugin here https://www.smoothdivscroll.com/ but cannot make it work.
Forum: Plugins
In reply to: [Promotion Slider] [plugin: Promotion slider]Thumbnails size filterOk, I found that I should be able to completely override nav bar using promoslider_thumbnail_nav hook, so I just did that:
[Code moderated as per the Forum Rules. Please use the pastebin]
but now I have two nav bars, for some reason the hook didnt overrinde the old function but duplicated it. How to get rid of old function then?
Forum: Plugins
In reply to: [Promotion Slider] [plugin: Promotion slider]Thumbnails size filterThe problem with this solution is that I want to use default size of thumbnails in other places. However, after some manipulations with style.css and disabling ” Crop thumbnail to exact dimensions (normally thumbnails are proportional)” in Media settings, I’ve got thumbnails of correct sizes but then I faced different issue – the number of thumbnails in nav bar is too many and they dont feet into one row. I would really like to make it possible to slide the nav thumbnails automatically, showing the active thumbnail in the center.
Well, everything bumps into using API, would really like to make custom nav bar, just luck of documentation.