Hey DavidMiles!
Please deactivate all plugins and check if a plugin causes the issue. I couldn’t find any obvious flaw in the theme stylesheets which could cause this issue.
Cheers!
Peter
Hi again.
That last code fixed the mobile menu issue, and it looks good on the web, but the logo is still too small on the mobile, with a little too much padding at the top. how do I adjust that? If I make the padding less that 50 px it disappears.
-
This reply was modified 11 years, 11 months ago by
Munford.
sorry..you are right…it was the Tribulant Newsletter Plugin who was causing the problem….Have to talk to them…;)
THX!!
Hey!
You need to change your server configuration – see https://kriesi.at/support/topic/part-of-menu-gone/#post-207973
Unfortunately there’s nothing else I can do to help you.
Best regards,
Peter
Hi there – I”m about to launch my site – WP auto updated to 3.8 and the contact form stopped giving me a confirmation notification.
I can fill out the form, send it and receive the message – but when I fill in the form there is no confirmation showing on the page.
Can you let me know how to fix this? I’ve just upgraded to the latest version of the theme 2.4.5
Cheers
Hey Yigit! Thanks!
1. **********BROWSER FONT RENDERING: Why does the font look bolder in Chrome, Firefox Etc? Look at the copyright etc. All the font is noticeably bolder. It ruins my fun! note: I reset my browser to factory defaults so it definitely cleared the cache.
Safari (perfect)
Chrome (not good)
2. BUTTON: The submit button seems to get larger and smaller when I change the text. How can I change that differential? I’d like to make the font larger and the button smaller.
3. BUTTON EDIT: Would you happen to know how to make the button look like this? With just a ultra thin stroke around it :)
Gracias! Jas
Here is the entire CSS so you can see what is gong on:
/* misc */
.title_container {
display: none;
}
.form-allowed-tags {
display:none;
}
a, a:hover {
text-decoration: none!important;
}
/* top */
#top .social_bookmarks li {
border-right-style: none;
}
.phone-info {
font-weight: 500!important;
font-size: 110%!important;
}
.main_menu a {
font-weight: 400!important;
}
/* body */
h2 {
font-weight: 100!important;
font-size: 130%!important;
}
h3 {
font-weight: 100!important;
}
h4 {
font-weight: 100!important;
font-size: 130%!important;
}
p {
font-weight: 100!important;
font-size: 110%!important;
}
body {
font-weight: 100!important;
}
/* form*/
.avia_ajax_form label {
font-weight: 100!important;
}
#top input[type="text"] {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100!important;
}
#top textarea {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100!important;
}
.avia_ajax_form .button {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 100!important;
}
/* sidebar */
.asc_count {
font-weight: 300!important;
}
.news-headline {
font-weight: 100!important;
}
.rsswidget {
font-weight: 300!important;
}
Hey!
You can make a similar slider with LayerSlider (full-width)
Cheers!
Josue
Hi Devin. What you say makes good sense. Moreover, I’d think most people would intuitively scroll anyway. But I thought again when I saw that the Google and the Twitter folks were not assuming as much (then again, they have no menus up top on those sites and no buttons on the slide).. Actually, it’s no biggie, unless of course it becomes a biggie.
Thanks again–will do as you suggest.
Seems this
.ls-wp-fullwidth-container
Needs
padding-top 25px
no luck execuitng that
Hi there,
I’m not sure if this is something simple, but I want to add a drop down drawer/panel to the Enfold theme. Something similar to the style switcher on the demo site, but have it at the top of the page where I can add a log-in form and maybe text to the left side. See this website as an example (this is not a WP site, but this is what I want to accomplish).
Notice the tab at the top where it says ‘Reserved Area”. This is what I want to do. How would I go about this?
Thanks
Hey!
You can add this on Quick CSS to resize the logo then move the slideout menu:
@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
right: -50px;
top: 50px;
}
.responsive .mobile_slide_out .logo img{ max-height: 95px !important; }
}
Regards,
Ismael
Hi Matthew!
The page is not loading properly. Have you tried increasing the z-index of the header?
#header {
position: relative;
z-index: 3000;
}
Best regards,
Ismael
Hi!
Go to Appearance and activate Twenty Fourteen (default WP theme), then try to navigate to this page:
http://www.bizentro.com:8080/?s=%EC%9D%B4%EB%9E%9C%ED%83%9D
If no results are displayed, then the issue is not theme-related and you’ll need to contact your service provider, otherwise reply back to this topic.
Regards,
Josue
Hi Jason!
Did you declare $avia_config at the very top?
Your Child theme functions.php should look like this:
<?php
global $avia_config;
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven');
$avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
$avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
Regards,
Josue
Hi foreigner!
The intention is to use the links on buttons to direct the user down to the anchors of each color section. You can add the idea of a down arrow to the feature request topic however as it would need to be added in as a full fledged feature to have the same smooth integration:https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Devin
Hi!
Have you tried to deactivate existing plugins? JS conflicts are usually cause by third party plugins. Please deactivate them first.
Regards,
Ismael
For some reason all of our contact forms stopped working. The forms themselves are still present, but they are not sending as they should. I have made sure that the theme is updated to the most recent version, as I thought that might have been an issue.
Is there another step that I can take to make sure that they are working properly?
http://www.wjoffice.com
Thank you,
JT
On this page, I have mega menus with forms and am trying to bring them to a z-index above the title bar image (currently set to z-index:1000;). I can’t determine what to target to bring to the top.
The mega menus are under Devotions, Blog Subscription, Members and Mailbox.
Thank you in advance.
Matthew
-
This topic was modified 11 years, 11 months ago by
matthewmagee.
The Enfold theme comes with a top (or “Up”) arrow. How can the reverse–a “down” arrow–be done? As one example, note the action of the arrow on the following site: http://www.google.com/nexus/5/ You can see a similar effect on many sites (e.g., medium.com). This would be especially useful for people using the FullScreen slider. If it can’t be done, is there a similar alternative for the FullScreen slider?
Thanks!
Hi!
That kind of functionality is just not available in either the plugin or the theme.
You can use media queries to hide content on desktop and then show it on mobile and the opposite but it will still load into the page.
Best regards,
Devin
Not really. It doesn’t work on the iPad in Portrait view. This is usually so simple with WordPress. Can you give me some guidance?
Hi,
I would like to do something similar to what the slider on this website looks like http://salleedesign.com/home/
Is there a way to do it in enfold?
thx a lot
Hi!
Changes are done. Please review your website. I made some small changes on the custom CSS code i posted here https://kriesi.at/support/topic/icon-animation-not-working-in-footer/#post-215943
Best regards,
Yigit