Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-35 .avia-content-slider { margin: -10px 0 0 0; }
Cheers!
Yigit
Hi,
I bought Enfold theme and i can not control the font size and type.
Why is that?
Thanks,
Berg
Hi!
1) Please go to wp-content\themes\enfold\js folder and open avia.js file and find
el_height = $(elements).filter(':first').height(),
and change it to
el_height = 120,
120 here represents 120pixels. Then add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main { padding-top: 120px; }
2) In WordPress dashboard, go to Appearance > Editor and open Header.php file and find
wp_nav_menu($args);
echo '</nav>';
and add following line right under it
echo "<div class='phoneno'>tel</div>";
then add following code to Quick CSS in Enfold theme options under Styling tab
.phoneno {
float: right;
font-size: 20px;
margin-top: -25px;
}
Cheers!
Yigit
Hey convitando!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-post-nav { background: #333; opacity: 0.7; }
#top .title_container .container { padding: 5px 0; min-height: 46px; }
.content { padding-top: 25px; }
Cheers!
Yigit
Hey JaredBurnett!
You can add Gallery element under Media elements in Avia Layout Builder and add following code to Quick CSS in Enfold theme options under Styling tab to remove borders and padding
#top div .avia-gallery img { border-style: none; padding: 0px; }
And this css code to increase opacity and remove animation
.avia_transform .avia-gallery-thumb img { opacity: 1; }
.avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none; }
Regards,
Yigit
Hi!
Please remove the image element you have added and add following code to Quick CSS in enfold theme options under Styling tab instead
#after_layer_slider_1 {
background: url(https://polyscale.m3ms.de/wp-content/uploads/2013/04/shadow4.png);
background-repeat: no-repeat;
top: -1px;
}
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a:hover { background-color: green; color: white!important; }
Best regards,
Yigit
Thank You Peter!!!!
Just made it!
Awesome!
Thanks Ismael but it didn’t work. I made the changes, cleared the cache and reloded the page but the animation on hover was still there.
Any thoughts?
I can reproduce it on your demo site:
http://kriesi.at/themes/enfold/homepage/home-v2-3-col-images-contact/
if you move between areas, while the slider is sliding, the weird stuff happens. check my video:
http://www.screenr.com/MJJH
weirdly, this stuff also happens on pages where there’s no slider at all.
Hi,
I have a problem with the galleries. I would like to create difference album on a single page.
For exemple I would have a row of different photos displayed with title underneath and when you click on that single photo it opens a lighbox where you can see all the photo (one at a time) that are linked to this photo on my page but are not displayed on the page.
Or if I click on that photo it redirects me to a page where there are all the photos linked to the one on the page.
See this website to understand better except that on this site it opens the photos on a slider and I want them on a page or on lightbox.
http://www.jaredwilsonphotography.com/?galleryID=13
I could create that by adding different galleries with the enfold module gallery but the problem is you have little thumbnails underneath or it will display all the photos…
Any though of how I can do?
kind regards
Delphine
Hi petersandin!
Edit js > shortcodes.js, find this code:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
});
Replace it with:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
}).trigger('avia_start_animation');
Remove browser cache then reload the page.
Cheers!
Ismael
Hi gentlemansgazette!
I recommend to make a backup of your current website database with WP MIGRATE DB
Just insert the test server url into the option field and export the database. Then import it on your test server and configure Enfold. Afterwards export the database from your test server with WP MIGRATE DB but this time insert the url of your production website/url. At least upload all theme files and media files, etc. to your production server and import the right database. Obviously you should make a backup of your old website first.
Regards,
Peter
Hi Johan!
WordPress (and our theme) does not come with such a feature out of the box. There’re some plugins out there (like http://wordpress.org/plugins/hungryfeed/ or http://wordpress.org/plugins/embed-rss/ ) which may help you or you can try to hire a freelancer who can help you to implement a custom solution.
Regards,
Peter
Hi there – great theme, clearly ALOT of work has gone into it.
Can I check if you intended to support IE8 as I think I’ve found a fairly basic bug. I’ve got a default vanilla install of Enfold and have changed the background colour but otherwise pretty much made no other changes. However, in IE, the background colour bleeds through to the header on IE8. Manually changing the the ‘background color’ for the header doesn’t work either. It’s set at white, you can see it here:
http://sandford.dandesigns.co.uk/
thanks!
Dan
This reply has been marked as private.
Hi!
This text can be found in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact.php on line 148 and in wp-content/themes/enfold/framework/php/class-form-generator.php on line 568. The original text is “New Message”.
Regards,
Peter
Hey Devin,
Ok, finally it worked!
I removed #forms + #tables in base.css and use completely other plugin than Gravity Forms and Formidable Pro.
The version 1.3.4 of “Formcraft” plugin has NO conflicts with enfold datepicker. Also a lot of foreign languages are supported including Greek, for the use of datepicker.
So yes, I couldn’t believe that November was showing in my language correctly with the right css style surrounded.
Brgds,
George
Hi!
Yes, you can make a complete backup with: http://wordpress.org/plugins/backupwordpress/ – it’s free and works great on all of my websites.
Regards,
Peter
Its available from the pop up when editing the button code so you can add in the options window without having to just use the shortcode.
Hi!
Change the settings on the Theme Styling then edit http://**removed**/wp-content/uploads/dynamic_avia/enfold.css. Copy everything, place it on your custom.css which is located in http://**removed**/wp-content/themes/enfold/css/ folder. You need to do this every time you change something on Enfold > Styling settings.
Cheers!
Ismael
-
This reply was modified 12 years, 3 months ago by
Yigit. Reason: Removed links upon request
Hi Mario!
Please increase the wordpress php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hey Eleina_Shinn!
Please edit js > shortcodes.js, find this code on line 887:
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
Replace it with:
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 10));
Remove browser cache then reload the page a few times. You can use WT3 Total Cache and Better WordPress Minify to enhance the page loading speed.
Cheers!
Ismael
Hi reisp!
Go to Enfold > General Settings > Single Post Style > select the “Single post with big preview image”.
Regards,
Ismael
Thanks Devin
Just what I needed. I didin t know about the ‘custom’ option, this worked like a charm.
I would strongly recommend adding your code as an example on this page http://kriesi.at/themes/enfold/shortcodes/buttons/ to let people know…unless I missed it in the docs.
Thanks again
I have the Enfold theme set up as a child theme.
The page displays fine in a full width if I use the Default Template.
I copied the page.php file into the child theme folder and changed the name and added the Template Name: php comment as one usually does to make a template.
When I select the template, it doesn’t show full width, there is a margin on the left/right. If I switch back to Default Template, the page displays correct. What am I missing to make this template file display the same?
Thanks!
Hey Johan!
Could you please elaborate? i didn’t understand you.
Best regards,
Josue