ibiselgreco
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Floki] Change size of headerYeah i need this too..
Or not only size but bring the <hr> lines more up (reduce the top border) or even disapear them in order to fit the title and subtitle if its too big.
Alternative we could use a fit always by auto-reduce text size option
for the title?
This options are in header.php?
We could use the Custom CSS plugin right?
thank you in advanceForum: Themes and Templates
In reply to: [Zerif Lite] Localization contact formThis means that if i buy this theme i would have the ability to make such special requests which will be fullfiled ?
thank youForum: Themes and Templates
In reply to: [Zerif Lite] Localization contact formHello,
I’m in the same situation i’m trying to translate Contact Form using Polylang.I’ve tried f.lindenberg sugestion but not exactly since i’m not familiar with child themes instead i changed hardcoded in the test enviroment the recomended line from :
<input required="required" type="text" name="myname" placeholder="Your Name" class="form-control input-box" value="<?php if(isset($_POST['myname'])) echo esc_attr($_POST['myname']);?>">in to :
<input required="required" type="text" name="myname" placeholder="<?php echo __('Your Name','zerif-lite');?>" class="form-control input-box" value="<?php if(isset($_POST['myname'])) echo esc_attr($_POST['myname']);?>">but i cannot see any relevant or new field in the string translations fields of polylang plugin in order to translate it.
Any ideas?