I am having issues with IE 8. I am currently running WP 3.8.1 and Enfold version 2.5. The URL of the site is http://www.wiggleworkskids.com.
I am missing many images throughout the site, as well as background colors where there should be background colors.
Since I am using the latest of both WP and Enfold, why would this be happening? Is there any fix I can do to help this? There are customers using IE8 that cannot use the site as it’s intended due to this issue.
Thank you
Bryan
This reply has been marked as private.
Update to question… Is there a way to make the enfold theme compatible with Nav Menu Roles?
I found it in the meanwhile, deeply hidden in these forums.
It would be nice to search only in “enfold” forum. Is this possible any way to do advanced searches?
The older forum had more search functionality.
Thanks.
The URL is:
The whole problem started when I did an update to the latest version of theme. The site is live so I am hesitant to deactivate all of the plugins, especially since it’s a law website. The only php I have modified are footer.php to change the Kriesi link and a small script to hide image attributes, and functions.php to remove the auto update in admin (these changes were fine before).
I’d be happy to give you the admin access – actually, I’d be really happy if someone at Kriesi is available to help me and get paid – is that possible?
I love my enfold theme!
a couple questions for additional help:
Can you recommend a Form generating plugin that is compatible with enfold theme?
I tried using Formidable but it crashes the theme.
also
Can you recommend a Calendar plugin. I would like to show upcoming events in the sidebar. Any suggestions for that would be great.
thanks for your help – joe
What is the actual URL of the site? Have you tried deactivating all currently active plugins and/or re-downloading the theme and re-uploading it?
That is not the default behavior of the theme and its the first we have heard of any major issue like this so it is most likely not a bug within the theme but instead an outside issue causing a conflict.
Hey cerelogic!
They will already come up in search results by default. See: http://kriesi.at/themes/enfold/?s=single+portfolio
Regards,
Devin
I have installed http://wordpress.org/plugins/menu-items-visibility-control/ as suggested in your posts on this subject. The plugins “visability” toggle does not show up. I have even added “add_theme_support(‘avia_conditionals_for_mega_menu’);” that adds the enfold theme logic but I need more complex logic. I have checked the plugin site and it sends me to your support. Do you know why the plugin visibility toggle does not show up? Thanks!
Thanks !
The dropbox link .
Hey!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .alternate_color.title_container .main-title a {
color: #000;
}
If that does not help, please point out the section.
You can go to Enfold theme options > Header tab and add your links in “Phone Number or small info text” section using HTML a tag ( http://www.w3schools.com/tags/tag_a.asp )
Regards,
Yigit
I am not sure it was a caching issue because the error was there in another computer. May be it was a problem with the database. Regarless, this is solve now.
By the way, how can I send you a screenshot ?
Hi!
It must be a caching issue, glad it is working fine now. I am not sure if i understood the issue clearly. Can you please elaborate? A screenshot would help
Regards,
Yigit
Thanks for your answer.
It’s very strange but the problem has been solve by itself this afternoon. I don’t know why.
It’s a good new.
I just have a bug in this page : [www.arkerus.com/mediation/], when using Chrome. The letter “A” in the text is not like the others.
++
Also, now everywhere on the site the portfolio grid is not working, ie, none of the thumbnails are clickable at all. I have also just built a team member component and that link isn’t working either, so it’s messed up on both the portfolio grid and the team element!!!!
Sorry for the delay – I just tried that and it didn’t work at all. Here is the page:
I am now frantically building a new page without using the portfolio grid so that I have links to the people on this live site! Yikes! Please help!
Hey ripgroove!
Please add following code to Quick CSS in Enfold theme options under Styling tab
td strong { color: #45ad9c; }
If this is not what you asked, please post a screenshot
Cheers!
Yigit
Hi PietroPeride!
Please go to Enfold theme options > Header tab and choose to display “Header with social icons and bottom navigation” header type. Then add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container { width: 100%; }
Best regards,
Yigit
Hey DavyE!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.tab_inner a img { width: 100%; }
Cheers!
Yigit
Hi Devin
How can I do that, including the Facebook JavaScript? I never had to do that before, the widgets just worked. They do on another site that uses Enfold.
Thanks,
Ying-Fu
Hey asohf!
Can you post the link to your website so we can take a look? Do you try flushing browser cache after making styling changes? If not, please try it.
Best regards,
Yigit
Hi!
You are welcome, glad we could help. It actually has nothing to do with Enfold but it is more of a Chrome bug. Nice to hear it! Let us know if you have any other questions or issues :)
Cheers!
Yigit
Hi Joshua!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.logo, .logo a, .logo img {
max-height: 50px!important; }
.responsive .mobile_slide_out .logo img {
margin-left: -30px!important; }}
Best regards,
Yigit
Hey sineadh!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a { text-transform: uppercase; }
and if that does not work, please post the link to your website
Cheers!
Yigit
Hi kahangabriel!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust the text as needed
#top .av-masonry-load-more { color: transparent; }
#top .av-masonry-load-more:before { content: 'Your new text'; color: black; }
Best regards,
Yigit
Hi!
Have you tried flushing browser cache then refreshing you page a few times? If you did and still did not work, then there may have extra margin value on the element above or below your element. Can you post the link to your website and point out where exactly would you like to adjust?
Best regards,
Yigit
thanks again.
the fullwidth easy slider element is doing the trick !!
but
.someclass { margin-top: -10px; margin-bottom: -20px; }
doesnt change anything if i put it in quick CSS.
i did this in general styling. should i have posted this in the individual quick CSS fields ?