Mrinal Buddekar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Stargazer] Google ads get cut and the buttom part is hiddenThis one also works. It defines the padding whereas in my edit, I left it to workout from parent.
If people are facing this problem at many places and in ads, then may be you can try to find the embed-wrap at all the places and edit one by one.
Forum: Themes and Templates
In reply to: [Stargazer] Issue highlighting text in the WP visual editorOk. Got something working… at least something,
Go to style.min.css file of Stargazer theme. Find this line;
::selection{color:#fff}
and replace with this
::selection{color:#333}
Don’t forget to remove all other tricks like concat expression from WP-config, etc.
Also, clear your browser completely. Log back in and check.
This is not full-proof as it doesn’t provide selection area/border but at least text stopped vanishing when I select.
Will keep poking the code to get it working. ??
Forum: Themes and Templates
In reply to: [Stargazer] Issue highlighting text in the WP visual editorI am facing the same thing. Tried all tricks like Disabling and Enabling the Visual editor, Adding concat expression to wp-config, replacing tinymce folder, editing themes all CSS files, changing selection area from #fff to #333… but noting is working.
Forum: Themes and Templates
In reply to: [Stargazer] Google ads get cut and the buttom part is hiddenWelcome. I am glad it did. Google ads code and display is something not to play around. That is why it become priority for me to solve.
Just remember that in future if you want to use wrapper again for anything you may need to put that code back specifically for the element you want to put in wrap.
Forum: Themes and Templates
In reply to: [Stargazer] Google ads get cut and the buttom part is hiddenHi Andor,
I think, I found out the fix.
Goto style.min.css of your theme. It will be child theme if you are using one. Find the code
embed-wrap{position:relative;margin-bottom:1.5rem;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
Edit it so only this much is left;
embed-wrap{position:relative;overflow:hidden}
I think it is repeated somewhere else or wrap is not rendering properly.
Test and let me know.
Forum: Themes and Templates
In reply to: [Stargazer] Google ads get cut and the buttom part is hiddenI am in the same boat. It seems to be some kind of CSS issue as it is consistent across various browsers. Tried the padding and max-height but nothing is working. I hope if someone can solve this.
Forum: Fixing WordPress
In reply to: Help – Website Broke after WordPress 3.4.1 UpdateHa ha ha! Brought it back from dead!
@esmi: Thank you for discouraging me ?? I didn’t do it.
Found the weird solution. It was an incompatibility issue. But not of theme and WP. But of Plugin and WP update. Don’t shout… First listen.
It was Easy Adsense Plugin.
* I did deactivated and reactivated all plugins after Update –> Didn’t do any good!
* I replaced this plugin with older version of itself –> SITE WORKED!
* Kept the updated version and downgraded WP –> WORKED!
* Updated WP and Kept older EAS plugin –> WORKED!
* Updated WP and Updated EAS plugin –> BROKE!So it was not only about activation and deactivation. It was about totally replacing files to older version of this plugin.
Makes me think; not only themes are affected with this WP update; plugin developer shall also look into the changes.
Thank you all.
Forum: Fixing WordPress
In reply to: Help – Website Broke after WordPress 3.4.1 UpdateTried. Not working.
Authors site says that it is compatible up to WP 3.4.1.
I am lost… Rolling back to WP 3.3.x for now!
Thanks for reply.
Forum: Installing WordPress
In reply to: Everything Broken when installed on Addon DomainIts ‘iedealer.com’. Added in Subdomain so I got a folder with same name ‘iedealer.com’. This folder is under ‘Public_html’.
My main blog is https://ijustutter.com. It’s running fine.I have uploaded some screen shots:
1. https://i.imgur.com/s7Bss.png
2. https://i.imgur.com/sUdso.png
3. https://i.imgur.com/86dOL.png
4. Finally Visit Test site: https://www.iedealer.com. I will keep it alive till night. ??None of above happens with my main blog.
I hope this will help to understand issue better now.
[No bumping, thank you.]
Forum: Installing WordPress
In reply to: Installation HelpYou can just use automated installers like Fantastico or Softaculous.
But better to learn it manual. Because, soon you will need to learn edit codes and bits…
Forum: Installing WordPress
In reply to: Everything Broken when installed on Addon DomainYeah. Main domain have it since long time and everything works fine. Never been into issues.
Server is from Namecheap.
Forum: Installing WordPress
In reply to: Softaculous Install QuestionsHere what I would have used;
1. Protocol: Just ‘https://’ and if you got SSL certificate then ‘https://”
2. Domain: Your domain or Addon domain
3. Directory: Leave it blank and everything will go in directory ‘/youdomain.com’ if your installing wordpress on subdomain and if main domain then into folder ‘Public_html’.
4. DB name: You can change it as required.
5. Table prefix: If you have multi-site then, it’s better to have something like initials of website name etc. E.g. wp_fb (for FaceBook). You can make many table prefix like that and have many sites in one database. But I recommend use separate databases for separate sites.
6. MU: I am not sure how to handle this one. Hope someone can answer this.I will say; I like Fantastico for automated installs. But more than that I love Manual installs.
Hope this helps!