Hi,
I tested your website and adding min-height for 800px to 1024px screen widths will keep the iconboxes aligned properly. Please add this on your custom.css or Quick CSS:
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen (min-width: 800px) and (max-width: 1024px) {
/* Add your Desktop Styles here */
.page-id-9576 .iconbox_content {
min-height: 540px;
}
}
You can view the responsive view of the site here: http://responsinator.com/?url=http%3A%2F%2Fwww.corporatevideoservicesmanchester.com%2Fnew-home-latest%2F
Regards,
Ismael
Found this:
I added it to the child functions.php and the slider kicked back in… pheww.
Thanks to https://kriesi.at/support/topic/layerslider-old-jquery-issue
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js’, array(), null, in_footer );
inside functions.php – in the ” avia_register_frontend_scripts() ” function.
Thanks Ismael and sorry for posting yet another topic. I do actual spend considerable time searching for the answers I need before doing so though.
If we have problems can we pay you a small fee to help out here as we need a similar menu to this and mega menu isn’t responsive, so isn’t an option.
Thanks
Hi,
It works on my end. Please use this:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Patrick Hand'] = 'Patrick Hand';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Patrick Hand'] = 'Patrick Hand';
return $fonts;
}
Regards,
Ismael
Hi!
Please try following css code
.events-archive #socket {
padding-top: 21px;
}
You can insert it into the quick css field.
Regards,
Peter
im on desktop. how should I send shot ?
You can add some social icons to the header. Go to “Enfold > Header” and select a header “with social icons”. New option fields will pop up and you can add your social links to the header. They’ll look like http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ or http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ (depends on the header type). If you’re searching for a bookmarks plugin see: https://kriesi.at/support/topic/looking-for-recommendation-on-swyn-plugin
Hi!
You probably need to increase the padding-top value of the main content area. Insert the code into the quick css field and adjust the value
.fixed_header #main {
padding-top: 88px;
}
Regards,
Peter
Hello,
I’m working with the Enfold theme, and I’m having trouble figuring out how to assign Section IDs to my main menu items, to get the top menu to trigger scrolling to sections on a one-page website. I want to get my menu items, to trigger scrolling to sections on this page, rather than link to separate pages.
I’ve assigner Section IDs to the color sections I want to serve as my anchor points, and I found what I thought was a starting point, by identifying the menu item numbers of each of the top menu selections I want to modify… but I got lost after that and couldn’t find anything to help on the forums.
Please help! Thanks!
I can’t reproduce this issue on my test server. I.e. here: http://test.inoplugs.com/imprint/ I embedded two layerslider sliders. Both sliders have exactly the same configuration but the first slider will start the slideshow automatically and the second slider won’t.
Try following
1) Update the theme (including the slider) to the latest version 1.8.4. Maybe the layerSlider authors fixed the issue with 4.6.0 and you’re using an older layerslider version.
2) Try to deactivate all third party plugins (including cache plugins) – maybe a plugin conflicts with the layerslider autoplay mode.
Hi Scott,
With Safari, Chrome and Firefox past versions of browsers are not really supported individually. Specifically with Safari we would have to have the hardware and iOS just to test for it since Apple no longer provides downloads of the browser outside of the Appstore so it isn’t even possible to test for older versions like we would for IE or even installing older versions of FF or Chrome.
Regards,
Devin
Hi,
The Color Section will always be full width. You should place it on the very top or at the very bottom of the page if you have a sidebar.
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
body {
font-family: 'Kameron', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
font-family: 'Lobster', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
Regards,
Ismael
Hi,
It does scroll to top. I tested it on Windows 7 machine using Google Chrome. Let me tag the rest of the support team.
Regards,
Ismael
Hi,
This will fix the header a bit. Add this on your custom.css or Quick CSS
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks {
width: 100px;
float: left;
}
.responsive.social_header .phone-info {
text-align: right;
padding-top: 10px;
}
.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
float: right;
text-align: right;
margin: 0 auto;
position: static;
display: block;
width: 150px;
}
}
Regards,
Ismael
Hello,
I love your theme and have had no issues with it whatsoever until upgrading to WordPress 3.6. After that, and before seeing your post urging to hold off on upgrading to 3.6, my Fullwidth Easy Slider has stopped working.
The information is still in the editor but the titles, descriptions and additional slides will not work. Any work around you can provide until the latest Enfold update is released would be great.
Thanks for an amazing theme and even better support.
Hi,
Please refer to this link: https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml
Add the flush_rewrite_rules( false ); on functions.php.
Regards,
Ismael
Found an older thread with the same problem! Got it fixed!!
Here is the link if anyone has same issue:
https://kriesi.at/support/topic/i-cant-install-it-1
Hi,
Please use this:
.header-scrolled .logo a img {
width: 100px;
height: 100px;
}
Regards,
Ismael
Hi,
You can switch off the gallery’s gray out feature while loading the images. Please refer to this link:
https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads
Add the old fix again:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 25%;
max-height: 147px;
height: 147px;
}
#top div .avia-gallery img {
height: 100%;
max-height: 100%;
}
We can fix the gallery with Media Queries, I guess the stretching of the images comes out on less than 800px screen width. It stretches again once more on 400px width screens.
@media only screen and (min-width: 768px) and (max-width: 989px) {
#top div .avia-gallery img {
max-height: 100%;
height: 100px;
}
}
@media only screen and (min-width: 320px) and (max-width: 520px) {
#top div .avia-gallery img {
max-height: 100%;
height: 70px;
}
}
Regards,
Ismael
Hi,
Open js > shortcodes.js, find this codes:
$.AviaSlider.defaults = {
//interval between autorotation switches
interval:5,
//autorotation active or not
autoplay:false,
//fade or slide animation
animation:'slide',
//transition speed when switching slide
transitionSpeed:900,
//easing method for the transition
easing:'easeInOutQuart',
Adjust the transition speed and play around with easing methods.
Regards,
Ismael
Hi,
Loving Enfold. thanks.
I have a problem with adding a H2 header into a promo box. There seems to be padding at the top of the header, when I inspect the area with Firebug I can see an empty paragraph in the code “<p></p>”, this can’t be seen in the text editor. I tried redoing it several times, same result.
Please see the “About New Horizon Systems” promo box at the bottom of this page http://www.newhorizonsystems.net/newhorizon/
Thanks in advance :)
Hi, I’ve also been trying to add a new google font, but to no avail.
I was trying to add this font: http://www.google.com/fonts#UsePlace:use/Collection:Patrick+Hand
And I added the code above to the function.
The font appears in the dropdown option, but appears to only show up as helvetica.
Thoughts?
Does your laptop have a Retina Display? Testing on my regular 13 inch Macbook I’m still not getting that effect.
The parent page change didn’t do anything, unfortunately. I noticed it doesn’t work on the Efold Demo either, when you go to a sub-page, the rule doesn’t show on the current page when it’s not the top-level page.
Does anyone know how to change that behavior, so the rule shows under the main nav when one of it’s sub-pages is the current one? So for example, the rule would show under “Programs & Curriculum” when any of it’s pages listed in the sidebar menu are the current page.
Here’s the link to the site: http://69.195.124.95/~threeced/curriculum-programs-overview/
Thanks Dude
Really appreciate your help.
Sorry to ask.
I followed your advice and added
.header-scrolled .logo img {
width: 100px;
height: 100px;
}
as a custom css
But sadly its not resizing.
Ive tried on Firefox & safari on a mac.
http://www.thenaturalpharmacie.co.uk/hidden/
Hope you can help.
As if this works, then this theme is goin to be perfect.
Rich
Hey Kriesi team,
I ned to revisit this topic because I thought I had the fix, but as it turns out I do not. I originally opened a tick (https://kriesi.at/support/topic/contact-from-not-scrolling-to-top) and in most current browsers that works perfectly. But in some older browsers, it does not. On my MacBook Pro (Safari 6.0.5 OS 10.8.4) but on my iMac (Safari Version 5.1.7 OS 10.6.8) I do not even see the scroll to top icon thus the fix does not work. Do you have any ideas? My client may be switching to Gravity Forms but I am concerned about that also if there is scrolling involved.
Thanks for the help,
Scott