-
AuthorPosts
-
January 8, 2018 at 1:11 pm #894696TobiasGuest
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. TobiasJanuary 8, 2018 at 2:36 pm #894713Hey 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,
YigitJanuary 11, 2018 at 8:39 pm #896232Hi 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. TobiasJanuary 11, 2018 at 10:44 pm #896269Hi!
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!
YigitJanuary 12, 2018 at 12:26 pm #896546Thanks 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?
TobiJanuary 12, 2018 at 9:34 pm #896683Hi, 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’;
var head = document.getElementsByTagName(“head”)[0];
head.appendChild(trial);
})();
</script>January 15, 2018 at 9:46 pm #897710Hello Kriesi Team,
please can you answer to my 2 questions. Thanks in advance.
Tobi
January 16, 2018 at 1:24 am #897774Hi,
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,
IsmaelJanuary 17, 2018 at 12:39 pm #898433Hi Ismael,
thanks for your help. I try it but somethings is already wrong. Please can you check my site?
Thanks so much!
TobiJanuary 17, 2018 at 10:46 pm #898719Hi 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
January 19, 2018 at 1:55 pm #899697Hi,
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.
January 20, 2018 at 3:31 am #899945Hi,
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,
IsmaelJanuary 25, 2018 at 4:35 pm #902890TobiasGuestHi 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
January 26, 2018 at 12:25 pm #903340Hi,
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,
IsmaelJanuary 26, 2018 at 3:12 pm #903406TobiasGuestHi 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
January 26, 2018 at 7:26 pm #903487Hi,
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,
YigitFebruary 3, 2018 at 12:44 pm #907208TobiasGuestHi,
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
February 4, 2018 at 10:26 am #907420Hi 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,
VictoriaFebruary 7, 2018 at 1:19 pm #909106TobiasGuestThis reply has been marked as private.February 7, 2018 at 4:52 pm #909287Hi,
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,
IsmaelFebruary 13, 2018 at 1:25 pm #911682TobiasGuestHi 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.
February 13, 2018 at 11:06 pm #911972TobiasGuestHi 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
February 14, 2018 at 2:47 am #912045Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.