Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #894696
    Tobias
    Guest

    Hi Team, can you help me with a code to implement this wrapper under the header? See the reference site: http://www.scuderiaferrari.club/en/
    I like to have this red scuderia ferrari wrapper on my personal website. Thanks for helping me. Tobias

    #894713

    Hey Tobias,

    Thanks for contacting us!

    We would like to inform you that we only provide support to our registered users.

    You can register to our support forum here – https://kriesi.at/support/register/ and then start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post.

    Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com or Dropbox public folder and attach the links in your posts :)

    Best regards,
    Yigit

    #896232

    Hi Team, can you help me with a code to implement this wrapper under the header? See the reference site: http://www.scuderiaferrari.club/en/
    I like to have this red scuderia ferrari wrapper on my personal website. Thanks for helping me. Tobias

    #896269

    Hi!

    Thanks for registering!

    Please use a child theme – kriesi.at/documentation/enfold/using-a-child-theme/ and copy enfold/includes/helper-main-menu.php file into your child theme into /includes/ folder and open helper-main-menu.php file on your child theme and add your wrapper right below following line

    
    <div class='header_bg'></div>

    Cheers!
    Yigit

    #896546

    Thanks i found it. But somethings is wrong. Can you check my css:
    #wrapper
    {
    background: url(http://ferrari.marketing-hahn.de/wp-content/uploads/2018/01/Logo_Club_Colonia_Germany_jpg_2.jpeg);
    }

    This is our website: ferrari.marketing-hahn.de

    And this is the reference site: http://www.scuderiaferrari.club/en/
    The goal is to copy this site :-) Actually we try to build this red wrapper without all these informations Log in etc.. (Scuderia Ferrari Club).
    Can you give me the correct css code please?
    Tobi

    #896683

    Hi, sorry, another question. I like to test a font from myfonts.com. Where exactly I have to add this code on my wordpress site?

    This is the 30 days test font code:
    Paste this code into the <head> of your HTML to embed these fonts.
    You are only permitted use of these webfonts for testing purposes in non-production environments for 30 days. You can apply them in your css using:

    font-family: ‘Legacy Sans OS Book’
    font-family: ‘ITC Legacy Sans Pro Bold’
    font-family: ‘ITC Legacy Sans Pro Book’
    font-family: ‘ITC Legacy Sans Pro Medium’

    <script type=”text/javascript”>
    (function() {
    var trial = document.createElement(‘script’);
    trial.type = ‘text/javascript’;
    trial.async = true;
    trial.src = ‘https://easy.myfonts.net/v2/js?sid=2585(font-family=Legacy+Sans+OS+Book)&sid=215899(font-family=ITC+Legacy+Sans+Pro+Bold)&sid=215901(font-family=ITC+Legacy+Sans+Pro+Book)&sid=215903(font-family=ITC+Legacy+Sans+Pro+Medium)&key=XQvkgqToNh&#8217;;
    var head = document.getElementsByTagName(“head”)[0];
    head.appendChild(trial);
    })();
    </script>

    #897710

    Hello Kriesi Team,

    please can you answer to my 2 questions. Thanks in advance.

    Tobi

    #897774

    Hi,

    1.) You need to create a new container below the main header. Edit the includes > helper-main-menu.php file, look for this code around 212.

    
    <div class='header_bg'></div>
    

    Above that code, add a new container. Example:

    
    <div class="header_sub"></div>
    

    Adjust the style of the new container in the Quick CSS field.

    2.) You can add the css code in the Quick CSS field and insert the script in the header.php file manually. Or use one of the following plugins.

    // https://wordpress.org/plugins/custom-css-js/
    // https://wordpress.org/plugins/custom-css-and-javascript/

    Best regards,
    Ismael

    #898433

    Hi Ismael,

    thanks for your help. I try it but somethings is already wrong. Please can you check my site?

    Thanks so much!
    Tobi

    #898719

    Hi Ismael,

    the wrapper is implement now and works well.

    The plugin for the new scripture is running but I can’t see the new font on my web side. Can you give me a counsel please?

    Tobi

    #899697

    Hi,

    I still have a few problems with my site.

    1. The wrapper in the header section is not responsive for mobile devices yet. Can you help me to modify the code?
    I added the css code in the Quick css.

    .header_sub{
    height: 125px;
    right:-50px;
    position: relative;
    background-image: url(http://ferrari.marketing-hahn.de/wp-content/uploads/2018/01/Logo_Club_Colonia_Germany_jpg_2.jpeg);
    background-repeat: no-repeat;
    background-position: right;
    }
    #header_main::after{
    display:block;
    height: 125px;
    width: 100%;
    background-color: #dc2d1c;
    background-repeat: repeat-x;
    background-image: url(http://ferrari.marketing-hahn.de/wp-content/uploads/2018/01/ferrari_bg_2.jpg);
    content:””;
    }
    /* ausblenden für kleinere Auflösungen*/
    @media only screen and (max-width: 767px){
    .header_sub {display:none;}
    }

    2. Ismael wrote:
    You can add the css code in the Quick CSS field and insert the script in the header.php file manually. Or use one of the following plugins.
    // https://wordpress.org/plugins/custom-css-and-javascript/

    I try it with this plugin but the new script is not visible.

    #899945

    Hi,

    1.) You should add css media queries to manipulate the style on mobile view.

    2.) The font script is looking for a “head” tag. Please contact the script author for more info.

    Best regards,
    Ismael

    #902890
    Tobias
    Guest

    Hi guys,

    need some help and maybe a css codes:

    I use the Partner/Logo Element and I like that the logo pics are “center” not beginning left side from the screen.

    Thx Tobi

    #903340

    Hi,

    Please try the following css codes.

    #top .avia-logo-element-container .slide-entry {
        display: inline-block;
        float: none;
    }
    
    #top .avia-content-slider .slide-entry-wrap {
        text-align: center;
    }

    Best regards,
    Ismael

    #903406
    Tobias
    Guest

    Hi Ismael,

    works well! Thank you!
    I use the Grid Row Element and on mobile and tablet version it still a small border. I try everything but can’t find the option to elemine. The border stick only after the 3rd image.

    Tobi

    #903487

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .flex_cell:last-child {
        margin-bottom: 0!important;
    }}
    

    Best regards,
    Yigit

    #907208
    Tobias
    Guest

    Hi,

    if I add in the includes/helper-main-menu.php somethings, after the theme update it works already well on my website? I don’t use child theme. We have only some small css codes adjusted.

    Thx Tobi

    #907420

    Hi Tobias,

    If you add anything in php files in the parent theme, you will lose all that with an update. So you might want to consider using a child theme.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #909106
    Tobias
    Guest
    This reply has been marked as private.
    #909287

    Hi,

    I’m sorry but you can’t change the title tag from H2 to H1 with css. You need to modify the config-templatebuilder > aviashortcodes > av-helper-slidershow.php file, line 427:

    					if(trim($title) != "")   $title 	= "
    <h2 {$title_styling} class='avia-caption-title {$av_title_font_classes}' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>
    ";
    
    

    Best regards,
    Ismael

    #911682
    Tobias
    Guest

    Hi Team,

    we notice a problem after your theme update!!!

    On some mobile devices the picture in the fullscreen slider isn’t visible. So we have problems with Iphone 6, 6S, 7 and Samsung S6. Macbook is the same problem. It’s funny but certain menus on the same website with fullscreen slider works well.
    In our case it is the menu “Über uns”.

    Please can you help us to find this problem.

    #911972
    Tobias
    Guest

    Hi again,

    the problem that the picture (fullscreen slider “Über uns”) is not visible by our client is the first in this case. But we found some ideas: Please can you check this link and than open in the developer modus and under console we found some errors. Maybe that is helpfully. https://nl.hideproxy.me/go.php?u=rdLfU4OW971bK0DAmxw%2B%2BlgGsFXLwwixOd8%3D&b=5&f=norefer

    It’s a urgent problem!

    Thx Tobi

    #912045

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 23 posts - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.