Microcap
Forum Replies Created
-
Tammie is there a dedicated text editor, like there is in the classic editor?
When you edit is there a Visual/Text tab like in Classic?
I handcode all my posts for specific reasons. I like having my tags, categories, publish date/private choices, and other info showing on the right side when I edit a post. Hopefully this still will be there without having to invoke it.
I only use the “text” editor and not the visual editor. I handcode my html for a variety of reasons.
Does the Guttenberg editor come with a text only mode? If not why not.
Forum: Plugins
In reply to: [Redirection] Redirection not installed properly … 158Thanks John, I used the Magic Fix button after you mentioned it, and it looks like it repaired the databases. I really love your plugin. Thanks for the support! Much appreciated.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] How to link to iFrameHi again. So is there a simple inline answer for Videos and HTML like you do for images? I would also like to popup Youtube videos. Need inline “<a href=” type of thing
Like the way I popup images:
<a href="/wp-content/uploads/2016/02/MyLargePicture.jpg" rel="lightbox[MYStuff]" title="Here is the title that goes under the picture. ">Click For Picture</a>
Would love to have simple inline code like that above to show .html, or a youtube video. Does this exist yet? Something that could work in HTML (a wordpress post). Would be great.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Loading HTML or PHP files into PopupIs this plugin now able to show .html files inline? What would the syntax be? How about PHP files?
That worked Thanks!!!!!!!!!
He will be posting soon. My site has the lastest WordPress 4.9.6 on it.
I tried to install the plugin fresh on an older WordPress 4.8.6 today and it worked…field is showing. Maybe its a an issue with the latest wordpress. Thats the only thing I can think of since I upgraded from 4.8.6 to 4.9.6 on June 5th. Now the field is missing, and no checkbox at the top of the post for All in One either.
Hope that helps….
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] How to link to iFrameI would like to know the same thing….how to do inline popup of html, php, etc…..
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Responsive widthsI reinstalled the lightbox and now the text is showing white text below the image in a black area. The lightbox itself is black with the image on it with the text in big print under the image. The only problem is that the text is far away from the image like 200px below it…. unless that was your design…
But overall I like it, and will allow you to use this on mobile devices without modifying anything.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Responsive widthsasterbird, just tested it out using a mobile emulator, and works great! Thanks….
I still have the problem of the text bleeding into the image if the title is too long. Looks fine on a desktop with full image, but a problem with the smaller image. Don’t really want to change them all just to suit mobile, is there anything we can do to give more room for the text?Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Responsive widthsYes, that makes perfect sense, so the main style.css, and I assume you paste in it to the bottom of the file. One problem I had with the lightbox was that on a mobile phone, the text caption that you put for the pop-up image was obscuring the image itself. (This is if you had a lot of text describing the image). Does this CSS solve that problem?
This was really apparent on smartphones in portrait mode.
I am using a separate mobile theme with its own style.css in it. Since its only mobile phones that I am having the problem with, I will paste it in the mobile theme css, although you did mention that the blue focus line is solved with this in desktop mode too.
Thanks!
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Responsive widthsHi Asterbird,
Where do you paste in the CSS you wrote above? I went into the plugin directory, and there are dozens of folders in the CSS directory for this plugin. Or should this go into the main style.css folder for wordpress at the bottom of the file…. Not sure where this should go…..thanks…Forum: Plugins
In reply to: Mobile Plug-in with Custom editing of Post ContentI finally found a plugin that will allow you to edit both a desktop and mobile version, all without having a separate mobile url (m.mobile).
Its called Mobile Smart PRO: https://codecanyon.net/item/mobile-smart-pro/3671362
I have tested it out for a couple of days, and it looks like it works exactly as I wanted, a separate mobile content area, and it switches to a mobile theme if it detects a smartphone.
My only problem now is figuring which mobile theme to use, and how to change the settings in the mobile theme without activating it, as it could damage my old desktop theme that is heavily customized.
Forum: Plugins
In reply to: Mobile Plug-in with Custom editing of Post ContentBeen searching and still have not found a plugin like this. Whoever develops this type of plugin will make a fortune.
Basically it gives you the advantages of a separate mobile site without having a separate site and URL. But will let you edit the content in the posts and excerpts so they pass the google mobile friendly test on a page by page basis.
Forum: Fixing WordPress
In reply to: Some wannabe hackers found my admin's login, any ideas about it ?I tried your HTACCESS code to block access to admin names, but it did not work. Any other solutions to block names from being visible?
‘RewriteCond %{REQUEST_URI} \?author=\d+ [NC]
RewriteRule .* – [F]’