Forum Replies Created

Viewing 18 posts - 151 through 168 (of 168 total)
  • Author
    Posts
  • in reply to: GOOGLE FONT #522179

    Thanks!

    in reply to: GOOGLE FONT #521456

    Moin,

    this is clear, I meant another thing.

    For example, I want to add 3 more google fonts. I use this code one time in the functions.php and only add the following fonts inside at the following places. Correct?

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700';
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic';
    $fonts[‘Google Font Name1’] = ‘Google Font Name1:XXX,XXX,XXX…';
    $fonts[‘Google Font Name2’] = ‘Google Font Name2:XXX,XXX,XXX…';
    $fonts[‘Google Font Name3’] = ‘Google Font Name3:XXX,XXX,XXX…';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic';
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700';
    $fonts[‘Google Font Name1’] = ‘Google Font Name1:XXX,XXX,XXX…';
    $fonts[‘Google Font Name2’] = ‘Google Font Name2:XXX,XXX,XXX…';
    $fonts[‘Google Font Name3’] = ‘Google Font Name3:XXX,XXX,XXX…';
    return $fonts;
    }
    in reply to: GOOGLE FONT #520793

    I think this is the solution – correct?

    Only cpmplete the existing code with
    $fonts[‘Google Font Name’] = ‘Google Font Name:400,600,800…’;

    Thanks

    in reply to: GOOGLE FONT #520789

    Hi Elliott,

    thanks.

    In the case of installing a new google font / visisble on the backend: Does it always need the full code of this example or only parts of it?

    Regards Sven

    in reply to: Responsiveness & rest #507556

    1) Oh no it´s the same version and website as you have. Please look at the links. I´ve tried it in the quick css. Result:
    a) Desktop Resolution: Image is cropped
    b) mobile: now the Text is visible but bigger than the background image

    2) Ok. Is there a possibility to give the user a choice (without using youtube) and give them not only the fallback? Today it´s normal (even in germany and maybe in austria :) to look videos with mobile data network. And it doesn´t work in WLAN too.

    4) Link included

    in reply to: Responsiveness & rest #506315

    Hi Andy,

    1) It looks not nice and responsive at this point. Please look the screenshots of my smartphone in the dropbox.
    2) It isn´t possible to start the video. You don´t see a button or can start with a touch. Dropbox
    3) = solved for me. The selector works, but there is a problem with the dimension. In normal resolution it is to small, in smaller (mobile) to big. With this code it works fine.
    span.image-overlay.overlay-type-extern {
    width: 100% !important;
    height: 100% !important;
    }
    4) There´s no option for the social links. The colors are defined there. But I can´t see this social link colors there.

    Thanks

    in reply to: Hotspot image slider #484352

    Thanks. And the positioning with margin. Do you think that this was dilberts way?

    Best regards
    Sven

    in reply to: This & that #484047

    Hi Elliott,

    1) How can I manipulate the content of the sidebar and the german text there?
    2) Ok.
    3) This is not what I meant. The demopages of enfold are good templates and could be the start of the work. At a certain point in the project you have to reduce it all. But if I would need a demopage again, what is the normal way?
    – copy of the shortcode or others?

    Thanks

    in reply to: Classes, Widgets and general things #484041

    Cool. Works. Thanks!

    in reply to: Classes, Widgets and general things #484013

    Ok, I´ll send you the adminpass to the draft.

    Do you have answers to the other topics too?

    Thanks Sven

    in reply to: Hotspot image slider #483505

    Hi Elliott,

    uuh no! Thanks for the flowers but it´s not my work.

    It´s only the perfect example, that I´ve found in this thread: Hotspots on images in Layer slider.
    I hoped, that you or Josue had worked out a good solution with “dilbert”(Post #404064)

    Regards Sven

    in reply to: Classes, Widgets and general things #483145

    PS. Here is the full shortcode of the first widget…

    in reply to: Classes, Widgets and general things #483142

    Good Morning Yigit,

    the icon list goes down – the animation effect is the same. I´ll send you the code.

    Thanks

    in reply to: Classes, Widgets and general things #482866

    1) The debugging mode is already active. This was the way to include this icon-list in the footer. But at this time I hadn´t this smart css class generator. Get it. Understand how it works.

    2) Done. Doesn´t work.

    Best regards.

    in reply to: Classes, Widgets and general things #482828

    Wow Yigit. This funky code rocks!! Thank you :]

    1 + 3) solved.
    PS. to 1) Is it possible to integrate classes in shortcodes (iconlist paste in a widget for the footer) too? Is it possible to edit the shortcode as well…?

    2) Draft is online. Only some of the pages (kontakt, geräte…) are customized. You see what I mean in the footer: telefon icon.

    Thanks Sven

    in reply to: Feedback, Childtheme, Demo Content #482589

    Hi Rikard,

    that´s it. This shortcode is what helps. Yes, I would like to have the others too.

    Thanks

    in reply to: Feedback, Childtheme, Demo Content #481231

    Hi Elliott,

    1) This was only a feedback for your developers. And a question about the code in the function.php of the childtheme according to https://codex.wordpress.org/Child_Themes (look at the 1st thread)
    Background: I`ve tried some themes. Sometimes you have to make the childtheme manually. Sometimes you get a full zip and it works. I have noticed that the childtheme-integration of enfold generate two mistakes: green font overall and the missing nav. Even if you do it like you suggest. So my question was: does the function.php in your ready-to-work childthemezip file need the code like I send?

    2) No, that not. Please look at the enfold livedemo and the democontent you send with the theme. Pages, megamenue and code is reduced = makes no sense for me. Let´s make it easy, when it´s ok for you, please send the fullcode of the following pages to me. I want to have a look on it.
    http://kriesi.at/themes/enfold/
    http://kriesi.at/themes/enfold/features/
    http://kriesi.at/themes/enfold/forums/
    http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-fullscreen-slider-3/

    Thanks Sven

    in reply to: Feedback, Childtheme, Demo Content #479833

    Hi Elliot,

    thank you.

    1) I did it your way. After the demo-Import everything works. After the install of the child theme not: the two mistakes. Import parent theme: done

    2) The link of your demo is always the same ;)
    http://kriesi.at/themedemo/?theme=enfold-overview
    As I wrote: I would like to have the full demo including the
    – pages: portfolio big slider & full screen slider
    – page: features
    – and the 3 columns of the megamenu pages: slider, blank pages, special pages (in that case our demo has 9 of 22 pages)

    Thanks Sven

Viewing 18 posts - 151 through 168 (of 168 total)