Forum Replies Created
-
AuthorPosts
-
Hi!
The login credentials are incorrect. I typed it manually, still invalid. Please check.
Regards,
IsmaelOctober 14, 2014 at 6:49 am in reply to: Big issues setting up a complete new site with enfold #335378Hey!
Thank you for the update.
This is actually a server issue and a temporary one. Please refer to this link: https://kriesi.at/support/topic/error-when-using-the-www-prefix/#post-297300
Regards,
IsmaelHi DROR!
Thank you for using Enfold.
The screencast is not loading in my end. Can you please give us a link to the actual page with the issue?
Regards,
IsmaelOctober 14, 2014 at 6:45 am in reply to: firefox and safari issue after the last 3.0.1 update #335376Hey Ben!
Thank you for using Enfold.
Looks like the theme has been heavily modified. Please switch your advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Copy the shortcode of the page and the css modifications on the Quick CSS field. Place it on pastebin.com. We would like to test it on our installation.
Cheers!
IsmaelHi!
Oh alright. I thought you gave the wrong link. The theme overview page is created using the Portfolio Grid element but is fully customized for the Kriesi site. I’m sorry but we won’t be able to help you with that. Anyway, the Portfolio Grid element has the sortable option by default so you can still sort the portfolio items by category. You can also use the Masonry element if you want a different look for your portfolios.
Regards,
IsmaelHey!
We are going nowhere here unless you update the theme to 3.0.1. We won’t be able to help you if you insist on using the old version of the theme.
Cheers!
IsmaelOctober 14, 2014 at 6:22 am in reply to: Full width Masonry, change the image title and caption height #335371Hey!
Please add this on the child theme’s functions.php:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Create a folder called shortcodes then add the masonry_entries.php inside.
Regards,
IsmaelOctober 14, 2014 at 6:12 am in reply to: Little bug Easy slider on Safari / Impact on font weight #335366Hey!
Oh right. Please try to add this on Quick CSS or custom.css:
.page-id-13 ul.avia-slideshow-inner { max-height: 436px; }If possible, add a Separator/Whitespace element below the easy slider.
Cheers!
IsmaelHey!
Did you activate the Hide Mobile Menu Submenu Items setting on Enfold > Header > Mobile Menu panel?
Cheers!
IsmaelHey Heathcliffe!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css:
ol, ol li { list-style-type: decimal !important; }Cheers!
IsmaelHey Digilocker!
Thank you for using Enfold.
Please give us a link to the actual website. We would like to check it. Try to disable the Auto Minify settings of the cloudfare then test it again.
Cheers!
IsmaelHey morteza2537!
Thank you for using Enfold.
Did you install layer slider as a stand alone plugin? Please post the link to the website here. We would like to check it. Make sure that you’re running Enfold 3.0.1 with WordPress 4.0.
Regards,
IsmaelHey!
This does seem to work when I tested it. What is the screen resolution of your monitor? Please post the login details. We would like to check it.
Cheers!
IsmaelOctober 13, 2014 at 1:25 pm in reply to: add a plugin to get animated progress pie chart icon #334859Hi oliviad!
Thank you for the kinds words and for choosing Enfold for your projects.
The plugin might cause conflicts with the advance layout builder so we don’t recommend using it. You can try but we won’t be able to provide extensive support regarding the matter. You can vote or request the feature on our Feature Requests page. For now, maybe you can find a plugin here:
https://wordpress.org/plugins/tags/pie-chart
https://wordpress.org/plugins/wp-charts/Regards,
IsmaelHey melangeur!
Thank you for using Enfold.
Please edit the color section then look for the For Developers: Section ID field. Use “overlay-section” for example. Add this on Quick CSS or custom.css:
#overlay-section{ overflow: hidden; } #overlay-section> * { z-index: 300; } #overlay-section:before { content: ''; display: block; background: red; height: 1000px; position: absolute; z-index: 200; width: 100%; bottom: 0; }You can adjust the background to background-image and adjust the height depending on the content.
Best regards,
IsmaelHey!
Thank you for the update. The login credentials are not working. Please check.
Regards,
IsmaelHey!
You didn’t add it. Please try the suggestions first before adding a reply. Anyway, it is working. Please check: http://test2.tennisgate.com/en/
We already reported the issue to Kriesi.
Best regards,
IsmaelHi chrisfrank22!
Thank you for using Enfold.
Which of the post is redirecting to you to another link? Please give us a link to the actual page. Looks like you’re not using the latest version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHey!
This option is working fine on our installation. Please delete enfold.css on wp-content > uploads > dynamic_avia folder then toggle any theme options, save changes. This will regenerate the enfold.css file. See if that works. If not, please post the login details here. We would like to check it.
Regards,
IsmaelHi!
Thank you for using Enfold and sorry for the delay.
Glad you figured it out. Anyway, for what it’s worth, you can use this plugin: https://wordpress.org/plugins/wordpress-https/
Cheers!
IsmaelHi!
Glad it worked. ;)
Best regards,
Ismael-
This reply was modified 11 years, 5 months ago by
Ismael.
Hey WynandB!
Thank you for using Enfold. Sorry for the delay. We are stump with inquiries after the 3.0 release.
You can use edit the Portfolio Grid elements then set the Portfolio Grid Image Size to manually (2nd option). A new option will show called Select custom image size.
Cheers!
IsmaelHey 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,
IsmaelHey!
Glad it is working now. If you still have questions, let us know. :)
Best regards,
IsmaelOctober 13, 2014 at 11:02 am in reply to: Little bug Easy slider on Safari / Impact on font weight #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,
IsmaelHey 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!
IsmaelHi 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,
IsmaelHi 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,
Ismael -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
