christravelblog
Forum Replies Created
-
Forum: Plugins
In reply to: [Global Content Blocks] Where disappeared Global Content BlocksOke, the one mentioned reusable text blocks isn’t really updated too and gave me big problems with NG Gallery.
now i use
Loomisoft Content Blocksthis works PERFECT.
and these mysql queries do the trick to convert all your posts at once
UPDATE wp_posts SET post_content = replace(post_content, ‘[contentblock id=staytuned]’, ‘[ls_content_block slug=staytuned]’);
and with 1 variable string assuming the string is at the end. LS content needs “var” to start i leave out the value of the string in this case simple.
as it seems this new plugin the var needs to start with var. as i had before “place” must be now “varplace” so it looks a bit different.
if you have more as 1 variable…..no clue you need some more regex I guess.UPDATE wp_posts SET post_content = replace(post_content, ‘[contentblock id=comment place=’, ‘[ls_content_block slug=comment varplace=’);
USE AT OWN RISK THESE MYSQL QUERIES AND BACK UP FIRST!
Forum: Plugins
In reply to: [Global Content Blocks] This Plugin Is No Longer SupportedOke, the one mentioned reusable text blocks isn’t really updated too and gave me big problems with NG Gallery.
now i use
Loomisoft Content Blocksthis works PERFECT.
and these mysql queries do the trick to convert all your posts at once
UPDATE wp_posts SET post_content = replace(post_content, ‘[contentblock id=staytuned]’, ‘[ls_content_block slug=staytuned]’);
and with 1 variable string assuming the string is at the end. LS content needs “var” to start i leave out the value of the string in this case simple.
as it seems this new plugin the var needs to start with var. as i had before “place” must be now “varplace” so it looks a bit different.
if you have more as 1 variable…..no clue you need some more regex I guess.UPDATE wp_posts SET post_content = replace(post_content, ‘[contentblock id=comment place=’, ‘[ls_content_block slug=comment varplace=’);
USE AT OWN RISK THESE MYSQL QUERIES AND BACK UP FIRST!
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Add support for spansYes; please this is what I need. Could this be added? I have tried now like 5 plugins for content blocks. I need one that can do that! And I prefer not to alter the plugin myself as updates will remove it again.
Forum: Plugins
In reply to: [Global Content Blocks] Add custom shortcodes into the content blockYou can close this.
Found it in the FAQ.Just FYI in the plugin page in wordpress general usage link and advance go to this site
https://micuisine.com/content-block-plugins/global-content-blocks/that gives a 404 so i couldn’t find any usage.
do you have informatoin on the advanced usage etc?
Ignore. That plugin was causing me more problems.
I changed to
Global Content Blockswhich does work perfect together with NGG
Forum: Plugins
In reply to: [Reusable Text Blocks] Problem after installing plugin with NextGen GalleriesForum: Plugins
In reply to: [Reusable Text Blocks] Disables other display pluginsHi
did you have a work around? I have the same problem. No sharing jetpack icons anymore at the bottom. (and it also screws a lightbox, but from nextgen gallery).
this page is CORRECT (i don’t use any text blocks)
https://www.christravelblog.com/indonesia-sunrise-at-the-borobudur-temple-and-a-tour-in-the-area/when i add a text block it’s this (see the bottom before the tags 1 small image which is the gallery, and no sharing buttons)
https://www.christravelblog.com/malaysia-things-you-must-see-in-kuala-lumpur-if-you-have-day/can this be fixed? this is a major issue!