Hi!
Hast du die Testnachricht erhalten? Ich glaube der Fehler lag daran, dass das Email Feld nicht ausgefüllt war (Empfänger-Email). Dieses Problem ist nun mit 2.4.3 behoben (siehe auch: https://kriesi.at/support/topic/contact-form-does-not-send-to-default-email-or-i-am-misunderstanding-something/ ). Ich habe es jetzt bei dir behoben, indem ich die Emailadresse eingetragen habe, aber nach dem Update auf 2.4.3 sollte auch ein leeres Feld funktionieren.
Regards,
Peter
Dear Support
First of all thank for an absolutely great theme!
I have some promo boxes on this page where the margin is too big. See http://produktiondanmark.dk/kontakt-2/
I have made this CSS that works fine when I insert it in to the Quick CSS in the template styling page.
.avia-builder-el-1,.avia-builder-el-2,.avia-builder-el-3,.avia-builder-el-4,.avia-builder-el-5,.avia-builder-el-6,.avia-builder-el-7
{
margin: 15px 0px;
margin-top: 0%;
}
… but it also affects the margin on the promo box on the frontage.
Can anyone assist?
Kind regards,
Chrilles
Hi!
You can use the page id css selector. This code
.page-id-36 .isotope-item a {
pointer-events: none;
}
will disable the click event here: http://adventurer.webhost4life.com/ef2/sales/
If you want to disable the links for another portfolio page make a copy of the css selector and replace 36 with the page id of the portfolio page where you want to disable the links.
Cheers!
Peter
Sorry, I continue the thread again
Here is my previous thread
https://kriesi.at/support/topic/how-to-change-the-font-size-in-the-certain-part-of-a-page/
I barely check on chrome, the H2 span that given to me doesn’t work in chrome
The H2 font are all in uppercase
in Firefox, safari and IE it works just fine
Any idea? Thanks
Hi!
Please try following css code
#top #ignitewoo_events_calendar_wrap a {
max-width: none;
}
Cheers!
Peter
I had to play with the px value in the code a little bit, but it worked. Thanks!
For those who read this thread in future:
#top .main_menu .menu li ul ul{
left: -205px !important;
}
Hi!
Create two custom link in the Menu (both sites) and put them a class of .flag-x and .flag-z. after you done that reply back to this topic so we can try to add the flags with CSS, also provide us with the images you want to use as flags.
Regards,
Josue
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Thanks for the quick reply, Josue!
That CSS didn’t work, sorry to say. Still displaying the Top Header. Only way around it is currently is to use the Blank Page template.
Another version of the script?
John
Thanks Yigit,
Could you further explain how to adjust the spacing of the menu bar and of the breadcrumbs container.
As it is, the menu is sitting up hard below the logo and hard on top of the breadcrumbs container.
It all needs a little more space. I’ve tried tackling it with CSS but just can’t see to find the right selectors.
Thanks
Hey!
Try adding this code to the Quick CSS:
#top .main_menu .menu li ul ul{
left: -275px !important;
}
Cheers!
Josue
Hi John!
That ‘header’ refers to the Header with Page Title and Breadcrumb Navigation, not the top header, to hide that, use this code (add it to Quick CSS):
.page-id-xxx #header{
display: none !important;
}
Best regards,
Josue
Several weeks ago I successfully set up a Custom Menu for 14 related pages set up as a simple list of links to appear in a right sidebar for the pages. Today the sidebars are not displaying. I’ve verified that the menu is correct, the proper menu item is selected in the widget, and the correct sidebar widget is selected in the Sidebar Setting box on the individual pages. An example page for the site under development is here: http://rudimovie.org/webworks/site-thomson-dipalma/ Any suggestions?
Hi!
1) Please see Kriesi’s post here https://kriesi.at/support/topic/no-gradient-in-buttons-v-2-4/#post-178780
2) Can you post a screenshot of and show how you would like it to look on mobile?
3) Please add following code to Quick CSS in Enfold theme options under Styling tab
#dynamic-to-top { display: none!important; }
Cheers!
Yigit
Devin,
That was it, great call …. but that’s very strange as it worked before?
Do you think this is something we can work on? It’s very strange that it’s only recently stopped working!
Regards,
Please reread my comment here:
–
5. This time I don’t want to substitute a current icon such as Tumblr. I’d rather add additional options correctly. Also, I’d like to use fontello fonts instead of png files.
What about this post? https://kriesi.at/support/topic/youtube-icon/#post-121776
Hello,
Please help
Is there any way to enlarge the font size in the certain part of a page?
For example in the middle or bottom of a page, I want to use larger font
FYI, I already read this post https://kriesi.at/support/topic/easily-change-font-sizes-enfold/
but I think my request bit different, kerin01 want to apply bigger font for whole page while I just want to apply it on certain area only.
Please help
Regards,
Andri
Hey fullvalue!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
Most changes on this website are hand crafted by Kriesi himself, so i only can recommend you to check blog page time to time. Or you can hire a freelance developer to do that for you
Best regards,
Yigit
Hey!
Maybe you can prepare CSS hacks list for your end user. Formateins posted his in here if you would like to have a look https://kriesi.at/support/topic/custom-css-for-your-pleasure/#post-25635
I am closing this thread for now. Let us know if you have any other questions or issues
Best regards,
Yigit
Somewhere along the way of production the Responsive stopped working on my iPhone when I happened to check it after days of production work.
See site here:
http://ng-sandbox.com/warren/
I’ve checked the area in the admin and it is set to the responsive max width 1030
I’ve tried toggling to all 3 choices – saving and inspecting to see if it would pop back with no luck.
Thank you in advance
Paul
Hey Reto!
You can add following code to Quick CSS in Enfold theme options under Styling tab and change the text
#top .alternate_color.title_container .main-title a:after { content: ' text-here'; }
Best regards,
Yigit
Hey NoahCurran!
I’m not sure why that is happening. I would first suggest trying to change something from the theme styling tab and then save the options to get the generated styles to regenerate. See if that helps.
I know Chrome has been somewhat quirky with this year with css transforms but I’m not sure if this is the case here or if it might be something else. I’ve tagged the topic for the rest of the support to see if anyone else has run into it recently.
Cheers!
Devin
The tabs work fantastically! Thank you very much!
The top menu, however, still isn’t sizing – we’d like that to be much larger.
Hey nesaw!
Another user reported this issue and this css code
#top #espresso_calendar a {
max-width: none;
}
fixed the issue for him.
Cheers!
Peter
Hi dkiessling!
Your css needs to be more specific for the menu:
.main_menu ul:first-child > li > a {
font-size: 1em;
font-weight: bold;
font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
}
For the tabs, they aren’t targeting the tab classes so it would need to be more like:
#top.home .tab_titles .tab{
color: white;
}
#top.home .tab_counter_0 {
width: 150px;
background-color: #045783;
font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
color: white;
}
#top.home .tab_counter_1 {
width: 150px;
background-color: #faa61a;
font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
color: white;
}
#top.home .tab_counter_2 {
width: 150px;
background-color: #008a4b;
font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
color: white;
}
Regards,
Devin
Hey FoxWebsites!
Thanks for pointing it out! First time I’ve seen it and while its not perfectly consistent I’m still able to get it pretty consistently as well.
I’ve tagged the topic for Kriesi to take a look at and hopefully we can get a fix added in to this next version that should be coming out shortly.
Regards,
Devin