-
AuthorSearch Results
-
October 13, 2014 at 12:55 pm #334823
In reply to: Improve Speed
Hey paola86pp!
Thank you for using Enfold.
Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Cheers,
IsmaelOctober 13, 2014 at 12:49 pm #334821Topic: Small bug with Numbered List in Icon List Element
in forum EnfoldCliffy
ParticipantHi, I have come across a small bug when trying to insert a Numbered List when I “Edit List Item” in the Icon List Element.
A numbered list is displayed as a bullet list. Just try it and you will see. I have tried it on two different installs. WP4.0 and Enfold 3.0.1
Regards,
HOctober 13, 2014 at 12:42 pm #334818In reply to: logo position
Hey!
Please turn off shrinking header in Enfold theme options > Header > Header Behaviour
Cheers!
YigitOctober 13, 2014 at 12:41 pm #334817Hi Ismael,
I’m not talking about the layer slider. I’m talking about the EASY SLIDER. And the font problem concerns texts that are AROUND the easy slider (not on or in it). Texts move a little at the rhythm of the slides when the easy slider is active. You can check on the pages I told you in my previous message (the enfold one + the one of my site -> page “nos recherches”). For what concerns my own site, text is not getting a little bolder anymore since I have just added some “text-rendering” css and it solved it (but it was getting bolder before that though ALL my fonts are “400”). BUT the text still moves up a little up and down (on chrome too).
And on Enfold demo you will see what i mean (on SAFARI) if you go to “Pages / About” -> see the text at the right of the easy slider -> it gets bolder / normal / bolder / normal etc…
Sorry if I’m not “clear”, I’m trying to do my best with english… ;)Best regards,
MarieOctober 13, 2014 at 12:01 pm #334803Hey Haybazak!
Thank you for using our theme.
In custom.css or Enfold->Styling QuickCSS field put the following and adjust the color value:
#top .header-scrolled #header_meta .phone-info { color: #23408e !important; }Best regards,
GünterOctober 13, 2014 at 11:47 am #334799Topic: phone info (small bar above the main menu) font color
in forum EnfoldHaybazak
Participantsince enfold 3.0.1 update the small bar became transparent as well as the main menu
I basically want to change the scrolled state font color, i’ve found the answer in the forums for the main menu font color itself but i also need to change the small bar above the main menu font colorOctober 13, 2014 at 11:43 am #334796OK I’ll wait for that Enfold patch.
Thanks for your support and keep up the good work!October 13, 2014 at 11:42 am #334794Topic: Image Fade in Animation Issue
in forum Enfoldgitirereg
ParticipantHi, I realize an issue with image fade in animation. Sometimes (not all the time) pages loaded but images those have fade in animation appears when they reach the top of the window, not after leave the bottom.
WP 4.0 Enfold 3.0.1 Chrome 38.0.2125.101 m (64-bit)October 13, 2014 at 11:40 am #334793In reply to: displaying problem with the blog in Enfold
This reply has been marked as private.October 13, 2014 at 11:32 am #334792In reply to: Problems PHP 5.5 Google Map Widget
Hi, this is urgent:
I added whats written above from #324190 REPLY;
Than the error was as follows:Parse error: syntax error, unexpected ‘\’ (T_NS_SEPARATOR), expecting ‘)’ in /home/.sites/47/site6089695/web/wp-content/themes/enfold/functions.php on line 504
I deleted the addes lines, and the error is the same, with line 504 not even existing; now the whole site is unavailable with this error!
http://www.tcm-team.atmanfred
October 13, 2014 at 11:03 am #334784This reply has been marked as private.October 13, 2014 at 11:02 am #334783Hi Marie!
Thank you for using Enfold.
Please edit the text layers on the layer slider. Go to Styles > Custom CSS field. Add this:
font-weight: 400;Apply it to all of the text layers that are using the Varela Round font.
Best regards,
IsmaelOctober 13, 2014 at 10:57 am #334782In reply to: problem – page visibilty in menu structure
Hey piraatti!
Thank you for using Enfold.
Did you transfer the website? Did you add any modifications or plugins prior to the issue? Theme update has nothing to do with the pages menu list.
Cheers!
IsmaelOctober 13, 2014 at 10:53 am #334779In reply to: Wp google fonts fallback
Hi mijyman!
Thank you for using Enfold.
You can add something like this on Quick CSS or custom.css:
p { font-family: "Fanwood Text", HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif; }If you want to add custom google fonts, you can use this on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Fanwood Text'] = 'Fanwood+Text:400,400italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Fanwood Text'] = 'Fanwood+Text:400,400italic'; return $fonts; }Best regards,
IsmaelOctober 13, 2014 at 10:49 am #334777In reply to: Contact form: bug with "is a valid phone number"
Hi MrNayals!
Thank you for using Enfold.
For a quick fix, please edit shortcodes.js. Find this code on line 2791:
if(!value.match(/^(\d|\s|\-|\/|\(|\)|\[|\]|e|x|t|ension|\.|\+|\_|\,|\:|\;)*$/))Replace it with:
if(!value.match(/^(\d|\s|\-|\/|\(|\)|\[|\]|e|x|t|ension|\.|\+|\_|\,|\:|\;)*$/) || value == "")I’ll ask Kriesi to take a look.
Best regards,
IsmaelOctober 13, 2014 at 10:39 am #334770In reply to: Language versions of text strings in header element
Hi Peter,
Thanks for your answer anyways :-)
Yes, CML works fine with Enfold. I’ll continue to ask CML.Br, Rainer
ps. you can close this one.
I have found a solution to this problem and I just wanted to share it here for anyone else having the same problem. The code to add to the functions.php is the one below. You need to change the language codes according to your needs and of course the divs, classes and your text. Here you are:
To insert in the functions.php and modify according to your own language slugs and divs and css styles:
// Adds extra element to the header
add_action(‘ava_main_header’, ‘ava_cml_shortcode_text’);function ava_cml_shortcode_text(){
if(CMLLanguage::get_current_slug() == “sv”){
?>
<div class=’Your own’>
<p class=”Your own”>Your own text</p>
</div><?php
}elseif(CMLLanguage::get_current_slug() == “fi”){
?>
<div class=’Your own’>
<p class=”Your own”>Your own text</p>
</div><?php
}
}-
This reply was modified 11 years, 5 months ago by
Lingvafix. Reason: Sharing the solution
October 13, 2014 at 10:38 am #334769In reply to: Line under the menu buttons
Hi NikoArq!
Thank you for using Enfold.
It should be there by default. Did you set the menu as Enfold Main Menu on Appearance > Menus panel?
Best regards,
IsmaelOctober 13, 2014 at 10:28 am #334765Topic: Navigation in Flat Business demo not showing up in IE8
in forum Enfolddogooder
ParticipantHi,
I chose Enfold after much comparison with other themes because Enfold consistently has much better browser compatibility than any other theme in Themeforest. It just works. I’m very impressed by your attention to details.
But now I really like your new Flat business demo, it looks great, but when I checked it in IE8, I noticed that the nav bar disappears or doesn’t show up at all.
Can this be fixed?
Thanks in advance
October 13, 2014 at 10:15 am #334758Hey Till!
Thank you for using Enfold.
1.) I’m sorry but we don’t provide support for third party plugin specially those that are not fully compatible with Enfold. Please contact the plugin author
2.) Edit the second color section then set the Section Bottom Border Styling to No border. If that doesn’t work, use this on Quick CSS:
.home #after_section_1 .av-extra-border-element.border-extra-arrow-down { display: none !important; }3.) Center align the copyright text with this:
#socket .copyright { float: none; position: relative; display: block; text-align: center; } #socket .copyright + span { width: 100%; text-align: center; }Regarding the banner, I’m not sure how Polylang works with Enfold. If you’re using WPML, you can edit different languages’ theme options.
Best regards,
IsmaelOctober 13, 2014 at 10:08 am #334754Hey Josue!
Thanks for your feedback.> STRX floating sidebar : it doesn’t seem to be what I want really. Looks like there is a delay when the user ends scrolling before the widget moves to the good position. See video on
Unless this can be solved in the settings ? Please let me know in case.> Q2W3 fixed widget looks much better as far as I am concerned as it really stays fixed all the time. But apparently there is a recent bug with safari and the plugin author doesn’t seem to know how to solve it… See on the following link :
I’ve tested the member site and indeed there is a BIG bug on safari…Any other advice?
What about other Enfold users experiments ?Thank you!
Regards,
MarieOctober 13, 2014 at 10:06 am #334752In reply to: Site broken after update to 3.0.1
Hi!
Please remove the avia_register_frontend_scripts on the child theme’s functions.php. That should fix the issue. Why did you add that code? Note that prettyPhoto is no longer in use on Enfold 3.0.1. Remove browser and plugin cache then reload the page.
Cheers!
Ismael-
This reply was modified 11 years, 6 months ago by
Ismael.
October 13, 2014 at 10:02 am #334751Still not exactly the same and honestly speaking it is not user-friendly to spend so much time for each button. I think we can close this topic, it seems that Enfold and RevSlider are not 100% compatible regarding this area.
Thank you and best regards,
GillettiOctober 13, 2014 at 9:43 am #334741In reply to: slider: moving arrow…
This reply has been marked as private.October 13, 2014 at 9:15 am #334730Topic: New header menu with centered layout
in forum Enfoldberndrepenning
ParticipantHey guys,
I’m trying to rebuild my current website with the enfold theme and I need to say it – I love the theme!
Only thing I couldn’t get to work is my header. Does anyone of you have an idea how to set this up without hiring a programmer?
My old menu looks like this: http://www.erfahre.com
And my new on currently like this:
My idea was to do two main menus – one that would be placed left and the other one that would be placed right of the centered logo.
Do you thing I could do this with a “simple” quick-css?
Thanks a lot!
Cheers
Bernd-
This topic was modified 11 years, 6 months ago by
berndrepenning.
October 13, 2014 at 9:14 am #334729In reply to: slider: moving arrow…
Hi!
You can use imgur, dropbox, clipular to post a screenshot. Make sure that you’re running Enfold 3.0.1 on WordPress 4.0.
Best regards,
IsmaelOctober 13, 2014 at 9:12 am #334727Hi momon!
Thank you for using Enfold.
You can use this:
add_filter('avf_title_args', 'avf_title_args_append', 1); function avf_title_args_append($args) { $appendcontent = "<div class='container_wrap append-content'>"; $appendcontent .= "<div class='container'>"; $appendcontent .= "CONTENT HERE>"; $appendcontent .= "</div>"; $appendcontent .= "</div>"; $args['html'] = "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>{$appendcontent}"; return $args; }You can find some of the hooks and snippets on Theme Documentation.
Regards,
IsmaelOctober 13, 2014 at 9:02 am #334725In reply to: Add an external link to an blog post!!
Hi Mehmet Ali!
Thank you for using Enfold.
Edit the actual post then set the post format to “Link”. Add the url of the external site on the text editor.
Best regards,
IsmaelOctober 13, 2014 at 9:02 am #334724Topic: slider divided
in forum Enfoldstudiokatowice
Participanthello , how to make slider divided ?
http://kriesi.at/themes/enfold/homepage/home-v10-magazine/Hi!
Glad it is working now.
You can create Portfolio Items for your photos then use the Masonry element or Portfolio Grid element.In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you still have any questions, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!Regards,
IsmaelOctober 13, 2014 at 8:58 am #334719In reply to: Adjust icon box circle size
Hi aadler!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? You can adjust the size of the iconbox icon with this:
#top .iconbox.av-no-box .iconbox_icon { width: 50px; height: 50px; line-height: 50px; font-size: 20px; }Use css media queries if you only want to apply it on tablet screen size.
Regards,
Ismael -
This reply was modified 11 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
since enfold 3.0.1 update the small bar became transparent as well as the main menu
I basically want to change the scrolled state font color, i’ve found the answer in the forums for the main menu font color itself but i also need to change the small bar above the main menu font colorHi, I realize an issue with image fade in animation. Sometimes (not all the time) pages loaded but images those have fade in animation appears when they reach the top of the window, not after leave the bottom.
WP 4.0 Enfold 3.0.1 Chrome 38.0.2125.101 m (64-bit)Hi,
I chose Enfold after much comparison with other themes because Enfold consistently has much better browser compatibility than any other theme in Themeforest. It just works. I’m very impressed by your attention to details.
But now I really like your new Flat business demo, it looks great, but when I checked it in IE8, I noticed that the nav bar disappears or doesn’t show up at all.
Can this be fixed?
Thanks in advance
Topic: slider divided
hello , how to make slider divided ?
http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
