Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Custom category image #365283

    Gosh, sure I need, I forgot, thanks.
    So let’s recap this (maybe we could make a new topic and delete this long one so others can benefit too?):

    1) Custom category image – the plugin verified to be functional for the purpose is this one:
    http://premium.wpmudev.org/blog/how-to-add-feature-images-to-your-wordpress-categories/

    2) Subset-lating postfix for wider character support is enabled by:
    – adding this code to the functions.php (best practice is to add it to the child theme functions.php – duno why this didn’t work for me for the first time :P):

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    add_filter( 'avf_google_content_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans Subset'] = 'Open Sans:400,600&subset=latin,latin-ext';
    return $fonts;
    }

    DON’T FORGET to enable it in backend in Enfold → General styling → Fonts

    in reply to: Custom category image #360169

    Hello,

    the subset-latin post-fix appears, but not where we need it. I need it as I showed it in the screenshot above, where I edited the code right in the browser. Here is it described. The postfix is added somewhere (red frame), but I need it on the place, where the arrow points.Then it works fine.

    Right now it looks like this (for instance):

    • W8 – MSIE 11 – for instance check the main menu, letter Ř in “Pořady” and Č in heading “Články”
    • W7 – FF – the same problem
    in reply to: Custom category image #359472
    This reply has been marked as private.
    in reply to: Custom category image #359043

    Sorry, didn’t get your last reply, duno why :(. I’ll try it and let you know. Thanks!

    in reply to: Custom category image #358930

    We set it back again. Any idea about what could be wrong? Please don’t change anything, the web is hot now and I don’t have a devel for it since this is my personal small project O:-). I could send you an FTP if it could help you.

    Anyhow, I recieved a demand on some new small website yesterday , and I would like to buy a new instance of Enfold for it. But I would really like to solve this one, since this would be a payed project :(

    Thanks and have a nice day!
    Mathy

    in reply to: Custom category image #354094
    in reply to: Custom category image #352219

    Hi,

    I got you wrong last time. I did as you told me, moved the code in the parent functions.php, after that, the whole web – including the backend – showed me blank page (no error displayed).

    What now :( ?
    M.

    in reply to: Custom category image #349388

    Hello Ismael,

    I’m not suer If I get you right. In parent theme version of functions.php is the mentioned code on line 16. So I moved it up on line 5 right under the:
    global $avia_config;
    No no change whatsoever.

    In child theme, there is absolutely nothing around line 17 (there is some commented function I’ve been trying earlyer for favicon).
    So where should I transfer which code please O:-)?

    Btw the battle is real, it’s the biggest and coolest medieval event here :).

    Thanks and looking forward to hearing from you
    Mathy

    in reply to: Custom category image #346296

    Yaaaay, thank you, the picture is in place :).

    The font is slightly pain in the arse though, because the filter function doesn’t work properly for me :(. I know that the font supports all the characters, because I managed to add the postfix by hand in Firebug, as seen on this screenshot. And then everything was nice and beautifull.

    But I think I ran into this problem with filters with Josue once before, when we were setting a custom icon in the picture overlay, take a look on what he wrote to me before. Is there any alternative to the filter?

    Thanks alot and have a nice day :).
    Mathy

    PS: Have you tried any of our vids ;)?

    in reply to: Custom category image #345217

    Hi Ismael,

    I uninstalled them because they didn’t work, leaving posibility to install any plugin. I installed back the “Taxonomy Images” plugin. It really doesn’t work :(. You can take a look now.

    On my website, I did only some tiny modifications on child theme in css and functions.php, otherwise it is completely clean Enfold :-/. Could it be some problem with server settings?

    The font looks ok only in Windows8. In every older system it looks like this:
    https://www.dropbox.com/s/pe75r00abgq69y9/diakritika.png?dl=0
    I think that I have a solution for this (as I wrote above), but I think that it would be cool to fix it even on your side, because the same problem will have all your Slavonic customers (ok, Czech rep is not so big, but Poland for instance is)

    Thanks for hints
    Mathy

    • This reply was modified 10 years ago by etnMathy.
    in reply to: Custom category image #344216
    This reply has been marked as private.
    in reply to: Language File – translation not working in Enfold Theme #344018

    Btw how about I send you the .mo and .po files with Czech translation? I think that there are lots of Czech folks who could appreciate it :)

    in reply to: Language File – translation not working in Enfold Theme #344000

    Hi,
    Will do. Thanks for advice :)!

    in reply to: Language File – translation not working in Enfold Theme #342417

    Hi Yigit,

    I’m sharing the attitude above :). And I’m having a problem with translation as well, however in this case I think it could be a bug.

    I’ve translated everything with Codestyling Localization and everything was just fine, until I updated Enfold. Then it messed up (understand – translated back to English) at least the bottom section of the articles (“Share this entry”, all stuff about comments and so). Tak a look here’s a specific example.

    It’s not really a blocker, but it kinda buggs me, ‘cos I have to translate it back every update :(. So…this is kinda feedback for you guys :).

    Thanks for the awesome theme, it was one of the best investments I did last few months :)!

    Mathy

    • This reply was modified 10 years ago by etnMathy.
    in reply to: Linked image overlay #339395

    Works like a charm, you’re my personal hero Josue, thank you very much :). Where was the problem?

    in reply to: Linked image overlay #339336

    Thanks! But..I still don’t see any change O:-). I’ve tried all my browsers and erased the cache….is there anything I can do?

    in reply to: Linked image overlay #339326
    This reply has been marked as private.
    in reply to: Linked image overlay #339322

    Hello,

    thanks for your reply. I think that I added it right, according to the font name and code rom the icon box:
    https://www.dropbox.com/s/dw1pnxlms8kpvdk/Screenshot%202014-10-22%2003.13.00.png?dl=0

    …and then applied the code you provided on function.php in my child theme (checked the refference as well, to understand it more properly) like this:
    https://www.dropbox.com/s/3y7ovcv5jc6i7v6/Screenshot%202014-10-22%2003.14.51.png?dl=0

    And nothing happend :(. Did I do something wrong in the process :(?

    Thanks alot!
    Martin

    in reply to: Linked image overlay #339270

    Hi,

    I watched it all around and read it all and I’m kinda stucked in the css phase, still missing something. I suppose that now I can leave the css code it in my child-theme’s css (?). I’ve imported custom font from Fontello and my custom icon appeard in WordPress. If I hover it in the Icon list, it says that the Charcode is \ue800. But when I add this to css:

    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"E800";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"E800";}

    (I tried “\ue800” and “e800”), the result is that only the code between the qoutes is shown :(. Please can give me a hint on what I’m doing wrong :(?

    Many thanks!
    Martin

    in reply to: Linked image overlay #338288

    Awesome! Will do. Thanks!!

    in reply to: Linked image overlay #338088

    Hello everybody,

    is it really only possible to just pick from the Entypo picture :(? I would like to have my logo on it. Is there any chance of changing it without destroying the code of the theme O:-)?

    Thanks in advance and have a nice day!
    Martin

    in reply to: 3 small issues #329960

    You mean you want to have a longer perex? If so, you have to have a child theme of the enfold, where you’ll create you own functions.php file. There you should post this:

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = NUMBER-OF-CHARACTERS;
       return $length;
    }

    And by the NUMBER-OF-CHARACTERS you set how long the perex (excerpt in Wordpreshis) should be

    in reply to: Logged in/out Menus – Enfold #328587

    Yaay, exactly what I needed thanks :). But do consider adding this feature to Enfold itself I think it’s really important one.

    Thanks again and take care!
    M.

    in reply to: 3 small issues #319859

    On it… Your support’s just awesome :).

    in reply to: 3 small issues #319837

    Damn, so let’s google how to make a child theme :D.

    Thanx :)

    in reply to: 3 small issues #319759

    Hello everybody – just a quick question – do I have to make a child theme, If I want to alter the perex lenght – as seen on part 2) by Ismael?

    Thx and have a nice day :)
    Mathy

    in reply to: String translation #292110

    Awesome! Thanks a lot for a swift reply!

Viewing 27 posts - 1 through 27 (of 27 total)