lavijain
Forum Replies Created
-
Forum: Reviews
In reply to: [HMS Testimonials] Testimonial for hms testimonialscan u plz help me on testimonial form ,
i want to know as user will fill and submit the form where will the data go as i didn’t get it on my mail so where it goes if u have any idea plz help me out….thanks ….
Forum: Themes and Templates
In reply to: [Twenty Thirteen] need to change header height and widththanks for your help .
i have resolved the issue using css ..
??
Forum: Themes and Templates
In reply to: [Twenty Thirteen] need to change header height and widthcan anyone plz tell me how to make my header image responsive i have done it so far by doind this
site-header {background: url(images/headers/logo.png) no-repeat scroll 0 0 transparent!important; background-size: 100% auto!important;} @media only screen and (max-width: 1599px) { .site-header {background: url(images/headers/logo.png) no-repeat scroll 0 0 transparent!important; background-size: 100% 80%!important;} } @media only screen and (max-width: 1069px) { .site-header {background: url(images/headers/logo_1200.png) no-repeat scroll 0 0 transparent!important; background-size: 100% 80%!important;} } @media only screen and (max-width: 999px) { .site-header {background: url(images/headers/logo_1000.png) no-repeat scroll 0 0 transparent!important; background-size: 100% 63%!important;} } @media only screen and (max-width: 767px) { .site-header {background: url(images/headers/logo_780.png) no-repeat scroll 0 0 transparent!important; background-size: 100% 63%!important;} } @media only screen and (max-width: 643px) { .site-header {background: url(images/headers/logo_650.png) no-repeat scroll 0 0 transparent!important; background-size: 100% 80%!important;} } @media only screen and (max-width: 359px) { .site-header {background: url(images/headers/logo_360.png) no-repeat scroll 0 0 transparent!important; background-size: 100% 80%!important;} }
but i found that when i go for responsive ,my image looks like stretching and for that only i have added different resolution images but still it is going like that…
can anyone help me out..
i have changed the min-height:152px;
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Sidebar: Widget overlaps footerokay so i have resolved this issue using css at last i changed the default css of the divs i am defining….
the height i gave in site main according to my website need i know it can’t be resolved like this but it can help for a little height sidebars…..little helpful as for me …
.site-main {
position: relative;
height:auto;
min-height:640px;}
.site-main .content-area{
position:relative;
min-height:100px;
height:auto;}
.site-main .sidebar-container {
height: 0;
position: absolute;
top: 40px;
width: 100%;
z-index: 1;
}Forum: Themes and Templates
In reply to: [Twenty Thirteen] Sidebar: Widget overlaps footeri have tried to disable it using css but no success how can i make it to no overlap.
do anybody has any solution./..
Forum: Everything else WordPress
In reply to: Increase Upload Sizei got internel server error by doing this
php_value upload_max_filesize 100M
php_value post_max_size 100MForum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Advanced custom fields translationokayyy
i found the solution for this also…
<?php echo __(utf8_encode(“<!–:fr–>Commence à: <!–:–><!–:en–>Show Time: <!–:–>”)); ?>
here i need to call this function to make special characters to be shown.
really great plugin…
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Advanced custom fields translationHey,
I have done it ..
whenever we need to display a HTML Text On our own that is not previously defined then we have to print it like this:
<?php echo __(“<!–:fr–>Commence à: <!–:–><!–:en–>Show Time: <!–:–>”); ?>
But Now what problem occured is it is showing the question mark when encounter the characters like : à
??
UTF problem or what trying to solve .
do anyone knew it already..
plz help
thnx in advance..Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Advanced custom fields translationhi,
can u please define it. i am using qtranslate and i added my custom string on
https://theatrelacbrome.ca/registration/?lang=fr
as u can see it is not showing translation to french of english words.
can anyone help me..
thnx
Forum: Plugins
In reply to: Installing a language in Simple:Press?tell me one last thing sir.
is it necessary to define the language code in wp-config.php or not.
or any other place..
thnx for your help..
Forum: Plugins
In reply to: Installing a language in Simple:Press?first put this files and change their name like you did.
https://glotpress.simple-press.com/projects/simple-press-core/version-52after put these files and change their name like you did.
https://glotpress.simple-press.com/projects/simple-press-themes/default/spDefaultcan u please elaborate this …
Forum: Plugins
In reply to: Installing a language in Simple:Press?i don’t know why but it is not working…
worked exactly same …
i need to make this done.. today…
Forum: Plugins
In reply to: Installing a language in Simple:Press?Okay ,
i am trying now for 5.2 and it has for admin and front end i am trying for front end .. above actually that was for admin
so i have tried but but..
can you please define me i didn’t get you from the lines..
” first do the Simple Press Core lang files and then for the default theme. “
can you please define this..
Forum: Plugins
In reply to: Installing a language in Simple:Press?https://glotpress.simple-press.com/projects/simple-press-core/version-51/spa/nb/default
okay here is new link i found both po mo files and put them to right location defined code in wp-config but still not working…
??
Forum: Plugins
In reply to: Installing a language in Simple:Press?i https://glotpress.simple-press.com/projects/simple-press-core/version-52/sp/no/default
from here i export mo file and put that in the same folders.
and changed the name to sp-nb_NO.mo for norwegian
and then in wp-config.php i defined wplang to nb_NO for norwegian.but it is not working.
when i export .po file for this it says that file is read only and can’t be edited using poedit as read only. thts why i export mo file from the localization website. Not working
I am trying on my localhost.