Forum Replies Created
-
AuthorPosts
-
May 26, 2016 at 2:50 pm in reply to: Child theme style.css code not applying -but quick-css does #638732
You are welcome, glad to help :)
Regards,
JosueMay 26, 2016 at 2:29 pm in reply to: 4 column sortable Ajax portfolio: space between the items – how to? #638721You are welcome, glad to help :)
Regards,
JosueBWP, WP Super Cache, Smush It, gZip compression, set expiry headers are some of the things i can recommend you.
Also, check the following (you could disable pagespeed only on
wp-admin
):
http://stackoverflow.com/questions/22333958/mod-pagespeed-exclude-some-directory-using-htaccessBest regards,
JosueMay 26, 2016 at 2:24 pm in reply to: 4 column sortable Ajax portfolio: space between the items – how to? #638717You can check (and modify if needed) the code in Plugins > Edit functions.
May 26, 2016 at 2:05 pm in reply to: 4 column sortable Ajax portfolio: space between the items – how to? #638707Thanks, which is the field that should be appearing and doesn’t? from what i could test, “Dietary needs?” shows up as expected – http://screencast.com/t/p2DhIWd9m
Best regards,
JosueMay 26, 2016 at 1:37 pm in reply to: 4 column sortable Ajax portfolio: space between the items – how to? #638687Check it
May 26, 2016 at 1:29 pm in reply to: How to add "data-pin-nopin" to featured image for no pinning of it (Pinterest)? #638685Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function modify_post_thumbnail_html($html, $post_id, $post_thumbnail_id, $size, $attr) { $id = get_post_thumbnail_id(); $src = wp_get_attachment_image_src($id, $size); $alt = get_the_title($id); $html = '<img src="' . $src[0] . '" alt="' . $alt . '" data-pin-nopin="true" />'; return $html; } add_filter('post_thumbnail_html', 'modify_post_thumbnail_html', 99, 5);
Cheers!
JosueHi,
Do you have a Blog selected in Theme options > And where do you want to display the Blog?
Best regards,
JosueHello!
I don’t think that would be possible with the current Enfold Portfolio sorting implementation, there may be a way to do it but that would considered a custom work. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
I’m afraid you’d need to contact your server provider about this issue, Enfold does the frontend part of the forms but the mail functionality is delegated to WordPress / PHP (via wp_mail).
Best regards,
JosueMay 26, 2016 at 12:38 pm in reply to: 4 column sortable Ajax portfolio: space between the items – how to? #638666Revert it via FTP, what you want to is to trigger a tab opening or a portfolio opening (on load)?
I noticed
avia_option_pages.js
being modified and combined with other files so i though that was the culprit of the issue, it’s strange that you had to completely disable it (perhaps asking your host about this would be better).Best regards,
JosueHey strila,
You could include a code like this (on a Code Block in that Page):
@media print{ .elements_to_hide{ display: none !important; } }
Best regards,
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Pagination is meant to paginate through a group of Post, i’m afraid it won’t be possible to place it on a single one.
Best regards,
JosueMay 26, 2016 at 9:00 am in reply to: 4 column sortable Ajax portfolio: space between the items – how to? #638585Hi,
Try changing the code to:
(function($){ $(window).load(function() { $('.post-1449 a').trigger('click'); }); })(jQuery);
Best regards,
JosueHi,
Did you remove one of the buttons? i only see one now, also if you could provide me a mockup with the end result, that would be better.
Best regards,
JosueHi,
Can you please grant us super admin access so we can disable / enable plugins?
Best regards,
JosueOk, can you (or ask your host to) disable Apache mod_pagespeed?
Best regards,
Josue-
This reply was modified 9 years, 1 month ago by
Josue.
Hi,
Glad it’s fixed and no, currently we don’t offer that option.
Best regards,
JosueMay 26, 2016 at 12:23 am in reply to: Contact form 7 [_post_*] Special Mail Tags Not working #638348May 26, 2016 at 12:11 am in reply to: GOT NO ANSWER! – "Enfold Theme & FormCraft3 not working properly! #638343Hey!
Try adding this code to the Quick CSS:
#top .ui-datepicker-header { height: 38px; }
Cheers!
JosueHi,
It should work i think, as Enfold uses the Widget API.
Best regards,
JosueHi,
Please add this line to wp-config.php:
define( 'CONCATENATE_SCRIPTS', false );
Best regards,
JosueHi,
Check it now.
Best regards,
JosueHey MHM,
Sorry for that, i checked your site and it seems to be working fine on my end, can you provide us a screenshots depicting the issues?
Best regards,
JosueHey hdpcr,
You can change those strings but you’d need to edit the theme files:
/enfold/config-templatebuilder/avia-shortcodes/contact.php /enfold/framework/php/class-form-generator.php
The form uses the method WordPress is set to use so if you install and configure a SMPT plugin it will use that.
Best regards,
Josue -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts