This reply has been marked as private.
Hey grktmktg!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .big-preview.single-big { pointer-events: none; }
Regards,
Yigit
In the Enfold theme, the Featured image is normally shown above the blog post with a hover-over and linked to the full-size version of the image.
We don’t want Featured images to be linked to anything. They’re there just to make the post look pretty as they are, not to demonstrate something that needs to be zoomed in. They should not be interactive.
We just need to find where that link is set and remove it throughout the template.
Thanks!
Hi!
Please go to Enfold theme options > Sidebar tab and choose to display no sidebar in “Sidebar on Archive Pages” section
Cheers!
Yigit
Hey Markus!
You can go to Enfold theme options > Header tab and add/change/remove social icons http://i.imgur.com/dvBrhjn.jpg
Then you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the size of social icons
#top .social_bookmarks li a { font-size: 18px; }
Regards,
Yigit
Hi!
1- Please try adding !important rule to force it as following
.fb_iframe_widget {
display: inline-flex!important;
}
2- You can add your Blog Posts element inside of a 2/3 column element and add Widget Area element inside of a 1/3 column element then choose to display a widget area that has Enfold Latest News widget in it
Cheers!
Yigit
The issue must be caused by a combination of css classes. I have made some tests.
Isolated (on a simple single test page outside of wordpress) the following css works well on the affected chrome browsers:
.avia_transform .avia_start_delayed_animation.av_font_icon{
-webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
opacity: 1;
-moz-transform:scale(1);
}
Removing the duration or setting the y2 value to 1 or less solves the issue in Enfold:
.avia_transform .avia_start_delayed_animation.av_font_icon{
-webkit-animation: avia_appear 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
opacity: 1;
-moz-transform:scale(1);
}
or
.avia_transform .avia_start_delayed_animation.av_font_icon{
-webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1); /* Safari 4+ */
opacity: 1;
-moz-transform:scale(1);
}
I guess it is something with .avia_animate_when_visible or .avia_start_delayed_animation.
Regards
Michael
-
This reply was modified 12 years, 1 month ago by
mensmaximus.
Hey!
You should modify archive.php file in root folder and loop-archive.php file inside wp-content\themes\enfold\includes folder, however you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Regards,
Yigit
Hi!
@sonnenschein13 Can you post the link to website you have setup for testing?
@jbennettrhycom Yes, the latest version is 2.5.2, please update it to make Enfold fully compatible with WordPress 3.8.1
Regards,
Yigit
Hi!
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Make sure to update WordPress to the latest version as well.
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow-inner { border: solid 2px red!important; }
Regards,
Yigit
Hey tusing!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow { margin-top: 0; }
Cheers!
Yigit
Hey!
Try adding this code to the Quick CSS:
.social_stickers_widget a img {
width: 32px;
height: 32px;
}
Cheers!
Josue
Hi!
This css output is basically the fallback solution if the theme is not allowed to read/write the folder and file that Dude mentioned before. Since the backend needs to save the color and styling rules somewhere it tries to create the file: wp-content/uploads/dynamic_avia/enfold.css
If this file is not located on your server then the theme is probably not allowed to read or write. if it is available make sure to set the file permission of both, folder and css file to 755 or 777
Thats pretty much the only advice I can offer without having access to your server…
Cheers!
Kriesi
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab to remove arrows on mobile
@media only screen and (max-width: 768px) {
#top .avia-slideshow-arrows a { display: none; }}
As there is no hover possibility on touch-screen, that would be the only solution if you do not want to display arrows.
Best regards,
Yigit
Hello,
i tried really a lot to solve this little problem.
I’m building an ecommerce and i’ve a bad alligment with email field into the billing address page (once i registered and logged in)
Here’s what happens
i checked the code and noticed that the field got the .form-row-first field, instead of .form-row-last one
it’s that correct? How can i fix it?
THank you :)
Hi Jason,
Can you post the link to your website please?
Also, you can use this plugin to define meta attributes manually.
Regards,
Josue
Hi Peter
Thanks – I deactivated it – it’s better but now the title is hidden at the top:
http://www.copenhagenfilmcompany.dk/2014/films/films-2/#short-doc
I thought that W3TC was compatible with ENFOLD but maybe I don’t need to use it?
If it’s causing problems I would rather avoid it.
best
N
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .bbp_widget_login .bbp-logged-in .button { left: 0; top: 96%; }
#top .bbp_widget_login { margin-bottom: 20px; }
.single-topic #bbpress-forums div.bbp-reply-author { width: 100%; }
a.bbp-author-avatar { position: static!important; }
Best regards,
Yigit
Hi peacefulmediaenfoldtheme!
Please try flushing browser cache and refresh your page a few times. It does resize on both pages on my end.
Best regards,
Yigit
Seems to be a problem with the memory limit, try increasing it to 256M :
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
Josue
This reply has been marked as private.
No it is not solved. As I already told you the effect shown in the video does not happen with every Chrome installation (newest Version each). I have even reinstalled Chrome to no avail.
Removing the -webkit-animation-duration from .avia_transform .avia_start_delayed_animation.av_font_icon solves the issue on the affected PC.
The question is on how many Chrome installations it happens and what causes the issue on this installations. I have tested it on 4 computers (1 PC with Win7, 1 Notebook with Win7, 1 VM with W2k8R2, 1 VM with W2k12). Two show the issue (PC and 1 VM), two dont (Notebook and other VM). Alle machines have the same Chrome version without any extensions.
It is clear this is not an Enfold only issue. However as it can be resolved with changing the css it must be “half” related to it.
Regards
Michael
Hi,
I use within my portfolio item the version with Gallery (like in the demo theme here).
I use the plugin “Simple Image Size” to add my own size for the little thumbnails below the big image, it’s a size of 118×58 px JPG and yes, I regenerated the thumbnails:

When I open the thumbnail in a new browser window, then it is really sharp and not blurry.
But the same size within the gallery is blurry. Is somewhere a compression or what could cause this?
See the comparison at its real size here:
http://screencloud.net/v/6OGk
Thanks.
You are soooo right, Josue. And how embarrassing that forgot to do that.
But, once done, the effect still doesn’t happen.
I even made a child of Contact to test it: http://www.kennethbsmith.com/clients/abww/contact-annie-brumbaugh-wardrobe-consultant/test-contact-child/
BTW, the client does not like the drop downs. She doesn’t want them in the menu.
I do see that it works on the Enfold demo site: http://kriesi.at/themes/enfold/portfolio/portfolio-2-column/
Portfolio is bolded when on the child page.
What do you think could be the issue?
This reply has been marked as private.
Hi,
I put my portfolio together about 2 weeks ago and it stopped working correctly today. They use to show my set featured images but now they just saw a white box.
You can see what I mean at devrhycom.com/portfolio (password: 1234)
Please let me know if you could help me fix what went wrong. I have Enfold verison 2.5.2 (just updated to see if that would fix it but didn’t) and I have WordPress version 3.8.1