Good morning Ismael,
I have added the same info to title, description, and alt to the last photo in the group in the Abstracts page, but still nothing is showing. What else do you recommend? I have no other plugins installed on this site that would affect titles/images.
Hey Devin,
I understand.
But could you at least help me with 1) and 2)? 1) worked fine before your last ENFOLD update and doesn’t anymore after I installed it.
Thanks and cheers,
Jan
Ok i have tried out the background plugin and gone into Enfold>Style in the them options. But with the options and the plugin i can only apply the background to the main content area. I need the image to run all the way from the header throughout the main content into the footer and socket. How can i achieve this?
This reply has been marked as private.
Hi AdDesign!
Another user reported this issue: https://kriesi.at/support/topic/the-google-maps-api-server-rejected-your-request/ and it was a problem with the connection. Our theme definitely adds the query parameter – you can check the source code and at the very bottom you’ll find
<script type='text/javascript' src='http://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&ver=1'></script>
The sensor=false part tells google that the sensor parameter is set to false.
Regards,
Peter
HI
I’m using enfold and making an accordian toggle here http://www.copenhagenfilmcompany.dk/2014/team_profiles/
and would like:
1. to have the top accordian be open without the option to close it – also maybe remove the +/- symbol there?
2. change the font/font style on the toggle labels – would like it larger and bold.
3. change the margin between the top toggle and first line of text – tried with this but it didn’t work.
.togglecontainer {
margin: 10px 0;
position: relative;
clear: both;
}
can you help me with this?
also in general, if I am using a child theme, should I be using the quick css for customizing or should I add all that css to the child theme?
thanks. your support is the best.
-
This topic was modified 12 years, 3 months ago by
Munford.
Hi!
The overlay won’t work on images with a height of 100px or smaller images. The reason is that the icon would overlap the image and then it doesn’t look good. You have three options:
1) Resize the images and make sure that the image height is at least 101px.
2) Modify the overlay script and deactivate the height check – then the overlay might look distorted though. Open up enfold/js/avia.js and replace
if(current.outerHeight() > 100)
with
if(current.outerHeight() > 30)
3) Stick with the current design/layout.
Cheers!
Peter
Hello,
in Enfold is it possible to display, under a post or portfolio image,
2 or more categories?
For example: I have to build a site for a model agency
and I need to show on a page some models;
for these models I have to publish their names, their specialization and their city (like Andrea • Actor • Florence).
Obviously, it is important to have the possibility to make a multi-search for specialization and city…
Any suggestion?
Thank you
This reply has been marked as private.
oh ! so no hook available o clean technique to customize the socket ?
because during next update of Enfold theme, i will loose all the changes, right ?
thanks
Hey!
This will get you started with the main menu. You can use media queries to adjust the position of the menu items on different screen sizes:
.main_menu {
left: 0;
}
#top .main_menu .menu li {
position: absolute !important;
}
#menu-item-71 {
left: 0;
}
#menu-item-72 {
left: 100px;
}
#menu-item-73 {
right: 100px;
}
#menu-item-74 {
right: 0;
}
You can go to Enfold > Styling then specify a background image. You can also use this plugin: http://wordpress.org/plugins/wp-backgrounds-lite/
Regards,
Ismael
Hey!
This is not an incompatibilty issue but a problem of the envato theme update api. You can try two things:
1) Update the api file to the latest version – the code can be found here: https://github.com/envato/envato-wordpress-toolkit/blob/master/includes/class-envato-api.php – just delete the code in wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php and insert the updated code. I’m not sure if it will work though (I can’t test it).
2) Deactivate the update api – insert following code into the child or parent theme functions.php file – i.e. insert it at the very bottom of the file
add_theme_support('avia_manual_updates_only');
Cheers!
Peter
Hi atteam!
I’m sorry but you’re not using the Enfold theme.
Regards,
Ismael
Hi!
@JPOsteen: Nice website! I like the logo. :)
Cheers!
Ismael
I’m part of a group who just launched a nonprofit. Once I saw the Enfold theme, I knew that it would be the best for us. Here’s what we’ve created so far: http://www.LoveRescues.org. Thanks Kriesi for the wonderful theme!
Hey Josue,
great, it works
Thank you very much :)
Yikes, I accidentally deleted the database tables associated with Layer Slider, consequently, I can’t save a slider (I can create one, but as soon as I refresh the page it’s gone) I tried deleting and reinstalling Enfold, but that didn’t help. Any suggestions?
Hey!
Edit the images on the Media > Library panel then add the title on the “Alternative Text” field. They should show on top of the images when you open the lightbox.
Maybe the image has a different ratio. Please add this on Quick CSS to define a max height for the product images:
#top div .avia-gallery img {
max-height: 333px;
}
Regards,
Ismael
Hey!
Can you please post the login details here? We would like to inspect the LayerSlider WP. Please post the login details for the old and new domain. Set it as a private reply. Also, please edit this page: http://wcreativestudio.com/wcs/, remove the LayerSlider element then put it back. Select the slide that you want.
Regards,
Ismael
Hi Enfold team,
I have a trouble with comments in the page.
When I choose option to break comment into pages, then it looks like only half loaded, so some tab is inaccessible and cannot see the older comments.
Also another question, the comments order is older to newest. How to make the order in newest to older. I want to show first comment is the newest.
Thank you,
Surya
Hi Gil413!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .social_bookmarks li a { color: red; font-size: 16px; }
Cheers!
Yigit
Hey ullastret!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks li a { color: white; }
Cheers!
Yigit
Hi!
This video should help you: https://vimeo.com/77433498
I’ve not yet created a second one as there hasn’t been any further changes to the masonry elements yet and I original though they would be getting another feature set shortly after.
So it should be as straightforward as in the video: add the element to your layout, pick the images or categories/taxonomy then publish.
Best regards,
Devin
Hi djsmbd!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .big-preview.single-big { display: none; }
Best regards,
Yigit
Hey carendavis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: '\\E897';
font-family: 'entypo-fontello';
}
Cheers!
Yigit
Hi weathertight!
In WordPress dashboard please go to Appearance > Editor and open Header.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
and add your code as shown here http://i.imgur.com/sIpHTyy.jpg
then add following code to Quick CSS in Enfold theme options under Styling tab
img.yourstyle { float: right; }
Cheers!
Yigit
Hey dpilling!
Please try deactivating all active plugins and recreating the sections ( on a test page maybe ) and check if that helps. If not, please try updating Enfold to version 2.4.5 and WordPress to 3.8
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hey EMS4HIM!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #top .mobileMenu { display: none; }}
Regards,
Yigit