Forum Replies Created
-
AuthorPosts
-
It is a pity, Nick, but it did not work for me neither for zhenya77 http://capitallogistic.by/?s=%D0%B4%D0%B5%D0%BB%D0%BE
And my site: http://www.zink.by/?s=%D0%B4%D0%B5%D0%BB%D0%BE
You can check my function-set-avia-backend.php here: https://dl.dropboxusercontent.com/u/21689806/function-set-avia-backend.php
I make changes via Dreamweaver so the code is correct.
Thanks for reply, Ismael!
1) I wrote “Поиск” (it is “search” in russian) and got the same error as 4) – now there is Mojibake inside the search field.
Something is wrong with fonts…
2), 3), 6) – all is nice, thanks!
Now there are two more places to translate: https://dl.dropboxusercontent.com/u/21689806/search/89.PNG
8) “Portfolio items” in dropdown search field
9) “IN” preposition in search result
Best regards, Vitaly Filipenia
Nothing changes. SWF slill cuts.
Ok, let it be cut – it is not so big problem. Thаnks for help!
Best regards, Vital Filipenia
That’s better!
I wrote
.flex_column.av_one_full.first.avia-builder-el-0.avia-builder-el-first .avia_textblock > div > object {
margin-left: -1000px;}But background image still lies higher than the SWF movie, so it cuts on both ends.
Can we change it?
Now I see I was searching for some perfectness we cannot reach. The images on the demo are not sharper then mine. So I shoud use what I have.
Thanks for trying to help.
I created a new topiс here: https://kriesi.at/support/topic/blyrry-portfolio-items#post-112130
Here it is: http://www.zink.by/portfolio/
It would be very nice if Moderator Nick can help me – he is specializing on image problems=)
Sorry, previos code is about the overlay image, but no the prewiev.
A found the problem in shortcodes.css. See the screenshot: https://dl.dropboxusercontent.com/u/21689806/problem.JPG
So I change one value:
.grid-image img{width:200px; display: block;}
Now image is correct, but container’s size is the same, so there is blank space: https://dl.dropboxusercontent.com/u/21689806/problem2.JPG
I changed all values to 200, uploaded new images, but nothing changed.
Images have following properties:
style="opacity: 0; left: 0px; top: 0px; display: block; height: 257px; width: 257px;"
So the size is 257*257, not 200*200.
Is there any other place, where the size is set to 257?
Thank you very much! Now it finally works!
Dude, I want to install PT Sans font with cyrillic sybbols. I added filter like this:
<?php
global $avia_config;
if(isset($avia_config['use_child_theme_functions_only'])) return;
/*custom font
*/
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans';
return $fonts;
}I put the following code into header.php:
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
Where shoud I put this code?:
font-family: 'PT Sans', sans-serif;
Also, I shoud “replace “Open Sans” (on both sides) with your cyrillic font.”And how would look like this line in filter?:
$fonts['Open Sans'] = 'Open Sans:400,600';
Thanks
Thanks for the fast reply, Ismael
I’d like to use first way, without additional plugins.
But it doesn’t work.
What i did:
1) Generate Cufon js font file here: http://cufon.shoqolate.com/generate/ and at the fifth input field from the top with the label: “Use the following value as the font-family of the generated font (optional)” enter the word “cufon” (without quotation marks).
2) Then place the cufon file into the enfoldframeworkjsfonts folder
3) Open up enfoldincludesadminregister-admin-options.php and add font to the font array. I put the font in 2 places:
HERE:________________________________________________________________
$avia_elements[] = array( “name” => “Heading Font”,
…
“subtype” => apply_filters(‘avf_google_heading_font’, array(‘no custom font’=>”,
‘Kelson’=>’cufon_400-cufon_700.font.js’,
AND HERE:____________________________________________________________
$avia_elements[] = array( “name” => “Defines the Font for your body text”,
…
“subtype” => apply_filters(‘avf_google_content_font’, array( ‘:: :: Web save fonts :: ::’=>”,
…
‘:: :: Google fonts :: ::’=>”,
‘Kelson’=>’cufon_400-cufon_700.font.js’,
______________________________________________________________
I also tried to write file name without extension, like this:
‘Kelson’=>’cufon_400-cufon_700’,
-
AuthorPosts