Nand Lal
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Center Content Within a BlockYou can achieve by css
.wp-block-code { width: 60%; margin: 0 auto; }
Forum: Plugins
In reply to: [Gutenberg] YouTube Embed Options in URLAlternatively, use custom html block and paste following code:
<iframe width="1500" height="844" src="https://www.youtube.com/embed/ryMF4YUwahQ?feature=oembed&showinfo=0" frameborder="0" allowfullscreen> </iframe>
Thank you for reply. Looking forward to hear from you.
Forum: Plugins
In reply to: Stylish Twitter Profile Box – new twitter widget 2015Hi,
@frugalplanner Sorry for late reply and documentation missing due to expire domain.
Follow instruction in this video https://www.youtube.com/watch?v=64yVaBTfobM
It may help. If you have any question, feel free to ask.
Thank you for choosing this plugin.Nand
Forum: Reviews
In reply to: [Stylish Twitter Profile Box] An Awesome Tool gifted to WP BloggersThanks for highly appreciation.
Forum: Plugins
In reply to: [SVN] Changing directory trunk/js is forbidden by the serverLogin with username and first character is capital. Enjoy!!!
e.g username Nand (N is capital)Forum: Plugins
In reply to: [SVN] Changing directory trunk/js is forbidden by the serverSame issue here.
Forum: Fixing WordPress
In reply to: Optional Sidebarpage.php
located here in my directory
wp-content/themes/MyTheme/page.phpForum: Fixing WordPress
In reply to: Optional Sidebaryes i have this custom field and i m already use this custom fields but full page not working
Forum: Fixing WordPress
In reply to: Optional Sidebarstill not working……….
Forum: Fixing WordPress
In reply to: Optional SidebarThanks keesiemeijer
<?php if ($fullPage != 'true') { get_sidebar(); } ?>
I put above code in page.php, index.php but not working.
Tell me proper file. I m beginner.Forum: Fixing WordPress
In reply to: Optional SidebarI want a option (as checkbox or radio button) in my admin dashboard when I post something and check that button then click the publish button.
Forum: Fixing WordPress
In reply to: Optional Sidebarwhat I do need is an option to make a post on my site that takes the entire width of the page. Here is an example: href=”https://www.boingboing.net/2010/06/29/aziz-and-her-dignity.html#p0″
I want to an option to make my pictures bigger on the page, so the page would take more room. JUST WANT AN OPTION.