Forum Replies Created
-
AuthorPosts
-
Hello dyo87!
Enfold comes with a built-in contact form shortcode, however if you want to use this one i think putting the contents of the .zip in the theme directory (change style.css name before) would kinda work. please note that this is beyond the scope of this support forum. If you really need it try hiring a freelancer for the job.
Best regards,
JosueHi!
As far as i know this issue is caused by a server issue, this support forum is for theme-related issues, please contact your hosting provider.
Cheers!
JosueHello Iano999!
Default is 60, you can change it editing this file:
/enfold/config-templatebuilder/avia-shortcodes/postslider.php (line 280):
$prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');
Simply change 60 for the desired amount, example:
$prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 20) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');
Best regards,
JosueHey Vedran!
You’ll need to edit two files. remove the lines highlighted below:
/enfold/framework/php/class-framework-widgets.php (line 811-814):
/enfold/includes/loop-index.php (line 113-115):
Best regards,
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
Hi!
The code provided by Yigit is not being applied, try adding it to the css/custom.css to be sure:
.inner_sort_button br { display: none !important; }
Best regards,
JosueHello soonmervin!
It looks like it’s a server-issue, have you contacted your hosting provider? do you have access to your server log?
Best regards,
JosueHello Jeff,
Try applying this CSS code
img{ border-radius: 0 !important; }
Regards,
JosueHello!
Try adding this CSS code:
#header{ z-index: 1000; }
Regards,
JosueHi Chris,
Add this code at the end of your functions.php file:
add_filter('widget_tag_cloud_args', 'tag_widget_limit'); function tag_widget_limit($args){ if(isset($args['taxonomy']) && $args['taxonomy'] == 'post_tag'){ $args['number'] = 10; } return $args; }
Cheers!
JosueHola,
Prueba actualizar tu WordPress.
Saludos,
JosueOctober 2, 2013 at 6:30 pm in reply to: 2.3.1 update – should I really need to replace the whole folder #169468We looking forward to hearing from you :)
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHope you get it working, if you have any issues or questions please let us know :)
Best regards,
JosueHey!
You’ll need to manually edit it using a FTP client or using a plugin like this one.
Cheers!
JosueHola,
Puedes poner un link a tu pagina Web (la pagina donde lo estas intentando)?
Saludos,
JosueHello diaarts!
1. You are using a Mega menu, uncheck this checkbox when editing the Menu:
2. It look’s like it’s an extra line added to the footer.php file, updating the theme will fix it.
3. Regarding that, please see this topic.
Cheers!
JosueOctober 2, 2013 at 1:19 am in reply to: Replace breadcrumb with custom text & another feature request #169077Hi,
Can you post the link to your website please?
Regards,
JosueHi Geoffdoyle!
It look’s like it’s a Cache problem (W3 Total Cache), disable it before making changes.
Cheers!
JosueHey!
You’d need to implement an external script, maybe a jQuery plugin: http://www.desiznworld.com/2013/07/free-jquery-parallax-scrolling-plugins.html
Best regards,
JosueOctober 2, 2013 at 12:41 am in reply to: 2.3.1 update – should I really need to replace the whole folder #169051Hello rickswearingen!
The update button will cover everything, but remember to backup if you have made any customization to the theme files.
Best regards,
JosueHello!
I’m sorry but that customization is beyond the scope of our support form. If you really need it try hiring a freelancer for the job.
Cheers!
JosueOctober 1, 2013 at 10:59 pm in reply to: Can't delete pending trackbacks / comments from admin panel #169002Excellent, thank you very much for sharing it :)
Regards,
Josue.October 1, 2013 at 2:42 am in reply to: Can't delete pending trackbacks / comments from admin panel #168513Hi mwhardesty!
They should appear when you hover them, however if they don’t, there must be some sort of JavaScript conflict, try disabling all plugins and updating your WordPress installation.
Best regards,
JosueHey ScarletView!
It is very hard to know exactly what caused the crash, maybe the answer is in the server logs. What version of WP do you currently have?
Best regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueHello Tech Dude!
It’s not part of theme, it’s a custom plugin, however there are a lot of alternatives out there, this one for example.
Cheers!
JosueGlad you figured it out and thank you very much for the compliment :)
Cheers!
JosueOctober 1, 2013 at 12:54 am in reply to: Any update on making top links above drop downs inactive? #168478Hi theReal4pixels!
I don’t think that would be possible with WordPress itself, maybe with a plugin, however you can put a # as the link and maybe with CSS do something like this to ‘hide’ the link hover effect:
#menu-main-menu > li > a{ cursor: default; }
Regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts