i’m looking for a plugin that works exactly like the style pullout from the Enfold demo (see “Change Styles” pullout on top left http://kriesi.at/themes/enfold/). I’m assuming it’s part of the package since it’s advertised with the demo? How do i activate it and where should i customize it?
Hello
Lightbox works fine on my end. Increased opacity works fine too. Please do not start same topic more than once.
Regards,
Yigit
Hi guys, a few days ago, my website stopped loading. I hadn’t changed anything or done any updates, it just wouldn’t load up.
Today the guy who does my hosting and FTP managed to get it back online, all seems to be working again but many of the plugins are deactivated, I haven’t updated to 3.6.1 after the 3.6 update killed my site on my previous theme and I didn’t want to risk that again. Have you any idea what could have caused the crash and whether it is safe for me to activate plugins, update wp etc?
Thanks
I also am experiencing the same issue with my top nav on IE8 after updating to 2.2 Please advise.
http://dev.atlasdie.com/
Hey!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
.main_menu { right: 15%; }
#top #menu-item-search { right: -20%; }
Cheers!
Yigit
Hi!
You need to open the avia.js (with a text editor) file which is located at the js folder in the theme directory.
After that, scroll down to the bottom and add this block of code:
function newWindow(contentsURL, winName, winProps, width, height) {
if (!winName) var winName = "CALCULATOR";
if (!winProps) var winProps = "menubar=0,toolbar=0,resizable=0,location=0,status=0,scrollbars=0";
if (!width) var w = 620;
else w = width;
if (!height) var h = 400;
else h = height;
var x = 100; y = 100;
var args = "width=" + w + ",height=" + h
+ "," + winProps
+ ",screenx=" + x + ",screeny=" + y
+ ",left=" + x + ",top=" + y;
window.open(contentsURL, winName, args);
}
Then, you just need to add the link (to the calculator) wherever you want, as HTML:
<a href="javascript:newWindow('http://www.mackenziefinancial.com/rrspcalculator','RRSPcalculator','','620','400')"> RRSP Calculator</a>

Best regards,
Josue
I attempted to ask a follow on question here https://kriesi.at/support/topic/portfolio-items-permalink-and-breadcrumbs/ but the topic was closed and I did not receive a reply.
I would like to use the portfolio pages to showcase my products, mainly to reuse the nice way portfolio items can be presented in other pages – portfolio grid, etc.
Is there a way to rename the /portfolio-item/ to something like /products/?
I think the resolution proposed in the other thread was to create your own custom post, but I’m afraid I will lose the ability to present such custom types in the fashion portfolio items can be displayed?
Hello support,
I’m receiving this error on my homepage written on top: Warning: trim() expects parameter 1 to be string, array given in /home/coldston/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 447
If I remove the slideshow, it still appears.
What’s wrong and how can I fix it?
Let me know if you require any additional information. I should let you know that I’m running the most recent version of your theme (Enfold), as well as WP 3.6.1 as well as WooCommerce installed.
Thanks
-
This topic was modified 12 years, 5 months ago by
incredible.
Hello!
Prasom :)
1) Ne, tau reikia instalioti WPML. Ir po to reikia paziureti cia https://kriesi.at/support/topic/wpml-language-switcher-in-header/
2) Galit kopijuoti iframe kodas is google maps ir papildyti i 1 tab turinio ( reikia buti text tab http://i.imgur.com/n48lSOx.jpg ). Ir antra bus su tekstu :)
Cheers!
Yigit
Hello!
I understand this is way too technical, but it’s quick to accomplish, i can do it for you if want, send me an administrator account to (Email address hidden if logged out) (include a link to this topic).
Cheers!
Josue
Hi
I have activated all plugins again because I need them to run the page properly. But I can assure that deactivate them did not help!
I have tested “twenty twelve” theme and it works fine.
It is an Enfold problem!
And as I wrote before: I have reinstalled WordPress already!
I found an article: http://wordpress.org/support/topic/update-to-35-disables-the-visual-editor-for-posts-and-pages
I have also done the following:
in wp-config.php I added:
define(‘CONCATENATE_SCRIPTS’, false);
After that I could open a post, but then after again I can’t edit anything at all.
Regards
Doris
Hello headbentdesign!
Edit the Portfolio Grid element, set the column to 5 then add this on your custom.css or Quick CSS:
.grid-entry.isotope-item.no_margin.av_one_fifth {
width: 16.66%;
}
Regards,
Ismael
Hi, you can see the screenshot of the errors in Chrome v29 http://bit.ly/16QlCie
my test site http://lapolla.dreamhosters.com/
the two plugins i’m using are Gravity Forms and the top bar is from “Nice Notifications” http://codecanyon.net/item/nice-notifications-wordpress-notification-bars/5061498
Header:
I have a custom gradient that appears fine when I’m at the top of the screen for the background of the header. However, once I scroll down and the menu sticks and becomes smaller, the background disappears and just the white background color shows. Firefox v24 and IE9 the background gradient follows as you scroll down.
For the content on the page, the “Advanced Slider”, and any custom images used in “Color Content” are blank. I’ve cleared my cache a good 10 times, reset my computer 2x, still nothing shows. Both Firefox v24 and IE9 show the content.
Hello!
You are welcome glad we could help :) Let us know if you have any other questions or issues
Regards,
Yigit
Thank you, it worked fine.
Hello,
Do you know the code string in Enfold 2.2 that needs to be edited to include Relevanssi results which was outlined here for the last version update?
https://kriesi.at/support/topic/instant-search-not-matching-search-results/#post-135415
Please reference and include both the code that needs to be replaced and the new code!
Thank You So Much!
Seth
Hi nickeary!
You can change the width that the menu switches to the mobile menu following this post: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Regards,
Devin
Hi!
Add a Color Section then give it a unique ID for example “wave-section”. Apply the wave image as background image then configure the Color Section as follows:
Background Image Position: Top Center
Background Repeat: Stretch to Fit
Background Attachment: Scroll
Section Padding: No Padding
For Developers: Section ID: wave-section
Go to Quick CSS field or edit custom.css, add this code to move the section upwards until it covers part of the section above:
#wave-section {
margin-top: -50px;
}
Cheers!
Ismael
Hello!
You can add this on your custom.css or Quick CSS:
.sub-menu li:first-child a {
padding-top: 50px !important;
}
.sub-menu li:last-child a {
padding-bottom: 50px !important;
}
Adjust the padding.
Regards,
Ismael
Hi, I am using the header with bottom navigation on Enfold and I would like to do the following changes, could you please help me out? My site is http://thbchilere.cl/sitio_nuevo/
1. I would like to add a phone number and email where the social icons should go (in line with the logo) and therefor delete the top grey bar where the number usually goes.
2. The menu tabs to be aligned to the right hand side
3. Change the color of the menu bar to a grey colour.
Hope you can help me out…
Thanks
Sure,
http://coe.valoragency.com/wp-content/uploads/2013/09/example.png
Minus the white space — and I can figure out a way for the donate, but specifically on top of the slider and centered. I can edit the css I believe to match(?).
Thank you so much! :)
Hey Cutegi!
Gal jus kalbeti Lietuviskai?
Please refer to this post https://kriesi.at/support/topic/please-contribute-and-translate-enfold/page/3/#post-114983
Instead of
define(‘WPLANG’, ‘da_DK’);
you need to write define(‘WPLANG’, ‘ru_RU’);
Regards,
Yigit
I saw in another topic that you suggested Respond.js, this fixed the IE8 overlapping of menu over logo and iconboxes, sweet!
But the other issues remain.
BR
Chris
Hi!
The anchors are just like any other anchor you would set in a regular html page. The browser goes to them and puts it at the top of the screen. What you are seeing is the anchor being behind the menu because the menu floats above the content.
So if you want the viewer to land below that then the anchor needs to be further above the content as you’ve done with the support pages and sections.
Regards,
Devin
Hey Devin,
2. The white background is still disappearing from behind the menu when sized down to the point of the mobile menu kicking in.
3. Unfortunately I’ve tried re-installing the theme files a couple of times and the problem with the fonts not showing still remains. I am not using any caching plug-ins.
5. I tried installing the modernizr plugin, but it did not fix the issue with the Recent Post images (I did not notice any changes from installing the plug-in).
6. I followed the instructions for changing the menus responsive function, which worked for the most part. Although now I’m getting a weird 10-15px zone between where the menu changes from regular to mobile where the mobile menu shows and is mis-aligned to the top right. I’ve taken a screenshot of the issue, seen below. *Note this is not happening in IE8, only in modern browsers like Firefox and Chrome*
http://s7.postimg.org/7fnke3yez/Screen_Shot_2013_09_30_at_9_13_50_AM.png
Thanks,
Tom
Hello ullastret!
Please add following code to Quick CSS in Enfold theme options under Styling
.header_color .main_menu ul:first-child > li > a { color: red; font-weight: 400; font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.header_color .main_menu ul:first-child > li > a:hover { color: green; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color: blue; }
You just need to adjust colors, font-weight and font-family as you desire
Cheers!
Yigit
Hello
How can i place the Language-Switcher of the WPML-plug in the toolbar or in the banner area (Theme: ENFOLD) ?
Thanks
Kriga
-
This topic was modified 12 years, 4 months ago by
Ismael.