-
AuthorSearch Results
-
October 31, 2014 at 5:14 pm #344167
In reply to: Enfold boxed mode – menu divider/seperator issue
Hi querflug!
Please add following code to Quick CSS
.iconbox .iconbox_content .iconbox_content_title { line-height: 25px; } .av-main-nav > li > a { border: none!important; }and changes i mage in Enfold theme options > Advanced Styling took affect. Please make sure to flush browser cache and refresh your page a few times
Cheers!
YigitOctober 31, 2014 at 5:12 pm #344165Topic: Contact form in pop-up: same e-mail sent twice
in forum EnfoldMrNayals
ParticipantHi,
I used WordPress’ Modal Dialog plugin to put Enfold’s contact form in a pop-up (using shortcodes).
When the user push the “submit” button, he is redirected towards another page (for Google conversion tracking). However, I receive the same email twice for a single submission. (The other contact forms on my website that do not use pop-ups work correctly.)By the same token, do you have any idea on how to restore the red (or green) border when a field fails to pass the validity check? The pop-up seem to prevent that too.
Thanks ! :)
October 31, 2014 at 4:53 pm #344138Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-image-hotspot_inner:after { content: '★'; color: #888!important; position: relative; left: -3px; } .av-image-hotspot_inner { color: transparent!important; }Best regards,
YigitOctober 31, 2014 at 4:53 pm #344137Topic: Bulleted list
in forum Enfoldejo14
ParticipantCan you explain options in Enfold for bulleted lists?
I saw another forum topic that talked about using entypo icons: http://www.entypo.com/characters/
But I used the following code to add one of these icons in a list and it did not show:
- <span class="entypo-fontello"></span> http://www.thinkstockphotos.com
Please advise on bullet list options with Enfold, thanks in advance.
-
This topic was modified 11 years, 6 months ago by
Elliott.
October 31, 2014 at 4:49 pm #344133Hey Rolf!
Feel free to request it here. Also, if you use a child theme you can store functions like this in the child theme functions.php.
Best regards,
JosueOctober 31, 2014 at 4:46 pm #344130In reply to: Anchor points as menu items in a submenu
Hey!
This is what I did from what I understood.
– I left the native avia.js file in ‘enfold’ without any modifications.
– I copied it on my desk, changed the line 643 and then put it in my child theme folder
– Then on my child function.php file, I added the code Josue gave (see your link above).But it didn’t work…(anchors positions worse than before) and even the portfolio in the media page was not working anymore (images invisible)… Well so I deleted the added code on my function.php file for now (see below)… Did I do something wrong? :/
Thanks a lot,
Best regards,
Marie/* * Embed modified avia.js file from my child theme */ function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );October 31, 2014 at 4:45 pm #344128Topic: How to use other LAYERSLIDER skins?
in forum EnfoldJens
ParticipantHi,
i’ve bought a regular version of LayerSlider to get some additional skins.
Sadly it doesn’t seem to work. I’ve added the additional files/folders to
the skin dir(*1) of your version of LayerSlider from the version I’ve bought.
Than I could select the additional (new, just uploaded) skins, but they
don’t change the visual appearance of the LayerSlider GUI. Within HTML
the new class of the Skin get set. (e.g. “.ls-v5”) and the corresponding
CSS file get’s loaded, too. But it doesn’t change anything. Any idea?Greez Jens
(*1) /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/
October 31, 2014 at 4:42 pm #344124In reply to: Display Portfolio Items Inside Tabs
Hi DJ!
Have you tried adding the widget using Widget Area element in Advanced Layout Builder?
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
YigitOctober 31, 2014 at 4:31 pm #344112Hi!
1) Use this code (insert it at the bottom of the enfold or child theme functions.php file):
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }to remove the default theme flags.
2) To activate the WPML language switcher (= dropdown) go to WPML > Languages and tick the “Display the language switcher in the WP Menu” checkbox.
Best regards,
PeterOctober 31, 2014 at 4:30 pm #344108Hi DROR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog footer.entry-footer { border-bottom: 1px solid #e2e2e2; }Regards,
YigitOctober 31, 2014 at 4:27 pm #344102In reply to: Logo Positioning / Größe
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitOctober 31, 2014 at 4:26 pm #344100In reply to: Multilingual site
Hey amepro!
Yes, Enfold is fully compatible with WPML plugin ( you can check it here – http://wpml.org/documentation/theme-compatibility/ ) and many of Enfold users are using it for their multilingual websites.
Best regards,
PeterOctober 31, 2014 at 4:26 pm #344099In reply to: Countdown the Animated Numbers
Hey!
It is possible but unfortunately you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Please feel free to request such feature as well – https://kriesi.at/support/enfold-feature-requests/Regards,
YigitOctober 31, 2014 at 4:24 pm #344096In reply to: Multiple Session / Cache Errors no plugins installed
Multiple errors.
I have reinstalled wordpress.
I have reinstalled enfold.
I have no plugins installed.
I do not get the errors with other themes.
I am on the same server set up as other sites with the WP 4.0/Enfold 3.01 set up without problems.
I am still getting the same errors.Warning: session_start() [function.session-start]: open(/tmp/sess_f55b787ce61ac417bc196af7a0f25126, O_RDWR) failed: Permission denied (13) in /home/shellyh/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/shellyh/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/shellyh/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
October 31, 2014 at 4:22 pm #344092In reply to: Logo looks pixilated on iPhone
Hi!
Yes, that code should go to Quick CSS field in Enfold theme options under General Styling tab
Regards,
YigitOctober 31, 2014 at 4:22 pm #344091In reply to: How to add heading to grid layout
Hi AneBang!
Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in Blog Style and create your blog page using Advanced Layout Builder
Cheers!
YigitOctober 31, 2014 at 4:19 pm #344089Hi!
Yes, Enfold is fully compatible with WPML plugin ( you can check it here – http://wpml.org/documentation/theme-compatibility/ ) and many of Enfold users are using it for their multilingual websites.
Regards,
YigitOctober 31, 2014 at 4:17 pm #344087In reply to: Size Font Menu
Hey!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Best regards,
YigitOctober 31, 2014 at 4:16 pm #344085Hey!
You can turn on custom CSS field for ALB elements if you would like to give any of the elements on ALB a custom class to target using custom CSS code – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
YigitOctober 31, 2014 at 4:06 pm #344076In reply to: 3.2 New enfold templates
Hi!
You can but theme options would change and extra data would be imported to your site. If you have some pages in mind, you can post the links to it from demo page and we can send you shortcodes and you can enable debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and create those pages only
Cheers!
YigitOctober 31, 2014 at 3:51 pm #344072In reply to: Problem after theme update
Hi Yigit,
we now realized that it is not possible to make changes at our live website because we already updated WordPress to 4.0 and now it does not work with the current enfold version! The editor in pages is not working. But I can’t update enfold unless we solve the above mentioned design problems at the devoleper website.
So I would appreaciate if you could answer quite soon.
Thanks in advance!
Sandra
October 31, 2014 at 3:48 pm #344071In reply to: 3.2 New enfold templates
OK , sorry for not making sense….
With the new 3.0 Enfold there are new theme designs….
I would like to use some of the new page layouts from the new themes in my existing site (ShutterLIVING.com)
I would like to install the ‘dummy’ data from the new themes into my existing site – can i do this?
October 31, 2014 at 3:39 pm #344067In reply to: Full Screen Slider With Footer
Hey!
Can you please firstly set landing page’s header to transparent – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
YigitOctober 31, 2014 at 3:17 pm #344051In reply to: Too many items in menu breaks it?
Fixed my own problem! :)
Seems like this is a WordPress/php problem rather then specific to the Enfold theme.
The problem lies in the max_vars_input option in the server configuration.
Default is 1000 and when there are many menu-options this option needs to be higher.You can change it in php.ini when you have access to it or add it to your .htaccess file.
Add something like max_input_vars = 3000; to your php.ini file or
php_value max_input_vars 3000 to your .htaccess file.October 31, 2014 at 3:13 pm #344050Topic: button ohne rahmen
in forum Enfolddiefleischerei
Participanthttp://www.sendspace.com/filegroup/uN2J0MrsNO2i2tnjyvMCVQ
http://www.weinkellerei-woeber.at/weingut/
http://www.weinkellerei-woeber.at/weinkellerei/Ich habe einen Button installiert um linken Browserrand mit dem man zwischen den beiden Seiten hin- und herschalten kann. Nur wird beim Enfold Theme leider ein schwarzer Rahmen oberhalb der Grafik angezeigt. Wie kann ich diesen deaktivieren?
October 31, 2014 at 3:04 pm #344046In reply to: mobile menu gets cut off if page is short
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1280px) { .av-main-nav > li > a { padding: 0 6px; }} @media only screen and (max-width: 1190px) and (min-width: 990px) { strong.logo * { max-width: 100%; }}Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
YigitOctober 31, 2014 at 2:54 pm #344039In reply to: Text on homepage 'pulses'
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-mac .flex_column { -webkit-transform: translateZ(0); }Cheers!
YigitOctober 31, 2014 at 2:51 pm #344036Hi onkeldonut!
Third-party translation plugins won’t work seamlessly with the ALB unfortunately, you’d need to rely on the default editor + shortcodes.
You can vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/
Best regards,
ArvishOctober 31, 2014 at 2:44 pm #344029Hey!
Please turn on debugging mode on ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and add Portfolio Grid shortcode to Text widget in Appearance > Widgets and add following code to Quick CSS in Enfold theme options under General Styling tab to remove excerpt from sidebar
.sidebar .grid-content { display: none; }Best regards,
YigitOctober 31, 2014 at 2:40 pm #344025In reply to: Replace numbers of hotspots in image with text
Hi Boulanger!
You can add a tooltip to the hotspot rather.

Unfortunately the customisation you’re requesting will take a while to implement and therefore falls outside the scope of our theme support. You can try http://studio.envato.com or http://www.peopleperhour.com for further customization. You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Best regards,
Arvish -
AuthorSearch Results
-
Search Results
-
Hi,
I used WordPress’ Modal Dialog plugin to put Enfold’s contact form in a pop-up (using shortcodes).
When the user push the “submit” button, he is redirected towards another page (for Google conversion tracking). However, I receive the same email twice for a single submission. (The other contact forms on my website that do not use pop-ups work correctly.)By the same token, do you have any idea on how to restore the red (or green) border when a field fails to pass the validity check? The pop-up seem to prevent that too.
Thanks ! :)
Topic: Bulleted list
Can you explain options in Enfold for bulleted lists?
I saw another forum topic that talked about using entypo icons: http://www.entypo.com/characters/
But I used the following code to add one of these icons in a list and it did not show:
- <span class="entypo-fontello"></span> http://www.thinkstockphotos.com
Please advise on bullet list options with Enfold, thanks in advance.
Topic: button ohne rahmen
http://www.sendspace.com/filegroup/uN2J0MrsNO2i2tnjyvMCVQ
http://www.weinkellerei-woeber.at/weingut/
http://www.weinkellerei-woeber.at/weinkellerei/Ich habe einen Button installiert um linken Browserrand mit dem man zwischen den beiden Seiten hin- und herschalten kann. Nur wird beim Enfold Theme leider ein schwarzer Rahmen oberhalb der Grafik angezeigt. Wie kann ich diesen deaktivieren?
