pranav 034
Forum Replies Created
-
Hi Harrison,
This solution worked really quick.
Thanks so much
Pranav
Hi Lee550,
Previous version was working perfectly fine but my host want all plugins to be updated.
Finally,I am reverting back until I find a solution
Thanks
PranavForum: Plugins
In reply to: [Plugin: My Calendar] Day TranslationHi fancyy,
Here is a solutions for the above problem.
1. Install the language pack of the same language to your wordpress:-
For example:- you want the My Calendra to be in french then just make your wordpress to french using wordpress localization https://codex.www.ads-software.com/WordPress_in_Your_Language.
My calendra is taking months names from wordpress thus if you will have you wordpress in french then my calendra months will be converted to french.
Don’t forget to installed the latest version language pack.
You can contact me on pranavsharma027 at ji mail ??
Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themethere is a issue in my theme .If you can tell me which part theme I should check for any wordpress error then may be I can resolve the error .
Thanks
Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themeIf you have firebug or inspect element which is default in chrome the you can see those br tags after each HTML element in the front end .
Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themeHere is my header.php
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themehttps://brideday.dhammatech.net/brideday/ here is the link to my site
.Please click on the about tab and you will notice that content is shifted downwards a bit .Its because when I am pasting the HTML the wordpress default editor adds<br>
tags after each HTML element.Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themeI have entered this code
<div class="column grid_4"> <h4>Reportage + Editorial</h4> Our approach is a synthesis of reportage and editorial photography. We are constantly after the candid moments that capture the emotions you will forever want to remember. But we also want you and your new spouse to feel like your wedding is straight out of a fashion magazine.We are a wife and husband team thrilled at the opportunity of being part of your special day. We came to London from Kentucky in 2008 and, while we now work primarily out of London, we still make it back to Kentucky every now and again. </div>
and getting this at front end
<div class="column grid_4"><br> <h4>Reportage + Editorial</h4><br> Our approach is a synthesis of reportage and editorial photography. We are constantly after the candid moments that capture the emotions you will forever want to remember. But we also want you and your new spouse to feel like your wedding is straight out of a fashion magazine.We are a wife and husband team thrilled at the opportunity of being part of your special day. We came to London from Kentucky in 2008 and, while we now work primarily out of London, we still make it back to Kentucky every now and again.<br> </div>
I hope now the problem which I am facing is clear to you .
Thanks alot for responses and helpForum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themeEsmi Do you have any skype id so that I can show your my problem correctly
I am very upsetForum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themeNow used the code button still the same problem
Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my theme<div class=”page page_2″>
<div id=”test”>
hello its just a test
</div>
</div>Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themeI am new to wordpress and I have no idea of what inside my theme is causing this problem
Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my theme<div class="page page_2"> <div id="test"> hello its just a test </div> </div>
I have entered this code in the backend of the wordpress page .
and I am gettin this in frot end :-<div class="page page_2"> <div id="test"> hello its just a test </div> </div>
Forum: Fixing WordPress
In reply to: wordpress edtitor adding tags in HTMl in my themeHi Megan,
Thanks alot for responding .Let me explain my problem again in details .
When I am using twenty ten theme and copy paste the HTML in a page .It looks fine in front end .But in case of my theme when I copy paste the code I am getting extra ‘br’ tags after every HTML closing element .
I am not sure whether it is a wordpress problem or my theme .I am new to wordpress and know a little bit of theme development .
Sending code in my next Post :-Forum: Fixing WordPress
In reply to: Default wordpress editor addingadding ‘
‘ tag