vrackfall
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] The settings page doesn’t load completelyI didn’t changed the DNS names of my website, it’s because that it wasn’t working, now it’s work perfectly.
Forum: Plugins
In reply to: [Cloudflare] The settings page doesn’t load completelyThanks, good chance.
-vrack
Forum: Plugins
In reply to: [Admin Bar Button] Can’t click on the buttonEDIT: FIxed, don’T know how I did that.
- This reply was modified 9 years, 6 months ago by vrackfall.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons doesn't work in widgetFinally worked : I put the do_shortcode(‘[maxbutton id=”1″]’)
into something like that :
$button = do_shortcode(‘[maxbutton id=”1″]’);
and I did somtehing like that after :
echo $button . ‘
‘;So thanks for the help
Good weekend
-vrack
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons doesn't work in widgetOh yeah, sorry, sorry for disturbing you during the weekend.
(reply during the week, as you wan’t)
Coming back to problem, there is no mb in my code too, but I think mb means “MaxButtons”.
Also I enabled php and shortcodes in the text widget by another way than above, by modifying the functions.php of my theme. But I’m getting almost the same error message, “Parse error: syntax error, unexpected ‘mb’ (T_STRING), expecting ‘,’ or ‘;’ in”, it’s just the files listed after which are different.Why I need to use MaxButtons inside php is because that this button should appear that only under a certain condition (with the if boolean of php).
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons doesn't work in widgetPlease reply
Forum: Fixing WordPress
In reply to: Where's the default admin wp color theme ?HELP