Michiel
Forum Replies Created
-
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Some fb images not shownSame issue here… using Masonry.
Forum: Plugins
In reply to: [WP Telegram Widget and Join Link] Personalized CSSBingo! That works!!
Thank you!
Forum: Plugins
In reply to: [WP Telegram Widget and Join Link] Personalized CSSThank you for getting back to me!
I tried the following but it seems not to work, is there something else I should change?MANY thanks!!!
add_filter( 'wptelegram_widget_ajax_widget_injected_styles', 'wptelegram_legacy_widget_styles', 10, 1 ); function wptelegram_legacy_widget_styles( $styles ) { // Add the custom styles here return $styles . ' body { background-color: #000000; } '; }
Forum: Plugins
In reply to: [WP Telegram Widget and Join Link] Personalized CSSHi! This is a great plugin!
The above code does not work with the Ajax Widget.
What should I do to make that work?
Many thanks!Forum: Plugins
In reply to: [Simple Lightbox] The plugin stopped working after upgrading to WordPress 5.6It seems to go wrong with a link to the “Full” image
Forum: Plugins
In reply to: [Simple Lightbox] The plugin stopped working after upgrading to WordPress 5.6Same issue here, tried different browsers, deactivated all plugins, remove cache plugin etc. Would could be the workaround?
Forum: Plugins
In reply to: [WP MapIt] Import from WP GeoHi Chandni!
Thank you – it works very well ?? All data is migrated.
I will do a SQL Find and Replace to change the shortcode from [wp_geo_map height… to [wp_mapit…
Thank you very much!!!- This reply was modified 4 years, 10 months ago by Michiel.
Forum: Plugins
In reply to: [WP MapIt] Import from WP GeoHi Chandni,
That is awesome! I just sent you a mail to the address found on your website.
Many greetings, Michiel
Super thanks!!!
Forum: Plugins
In reply to: [Simple Lightbox] Caption vs FilenameAwesome!!! Thank you!!!! and have a great 2014!!
Forum: Plugins
In reply to: [Simple Lightbox] Caption vs FilenameHI! You are right, it is the “title” field indeed.
In my case the “title” field contains the image name, e.g. IMG_7503 and the caption shows a short description of the image. I’d like only the caption to show under the photo in the lightbox.
Something like this:
– If “caption then “display caption”, otherwise “show nothing”I can add it in the code myself, just don’t know which file to edit ??
Thank you very much for your support!!!
Forum: Fixing WordPress
In reply to: Can't drag or edit widgetsSolved!
I disabled all the Firewall settings from the WP All In One Security plugin.
Then enabled them again.It was not enough to disable / enable plugins
??
Forum: Fixing WordPress
In reply to: How to SQL mass update Gallery Link thumbnail optionBump… I cannot find where the setting for Link thumbnail to Image File vs Attachment Page is stored in the SQL database…
The function wp_get_attachment_link has a parameter called $permalink (bool) Link to the attachment page (true) or directly to the attachment file/image (false; default) and this must be stored somewhere…
Forum: Fixing WordPress
In reply to: show page only to users who are NOT logged inI now use the CaPa plugin and works great!!!
Forum: Fixing WordPress
In reply to: show page only to users who are NOT logged inDid it work for you? what is your code? Thx!