Forum Replies Created
-
AuthorPosts
-
Hi,
I can’t see the css I have given showing in the css. Can you try to clear the cache from Autoptimize plugin? and check it again.
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoMay 16, 2017 at 12:05 pm in reply to: Center iconlist and reduce Space between Special Headline and Iconlist #793841Hey Marc,
Can you give a link to the page shown in screenshot?
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHey synergismpromo,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
It’s fixed. I have removed Flaticon in Enfold > Import/Export > Iconfont Manager. Let us know if it’s good :)
Best regards,
NikkoHey geotectives,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Thanks for providing the ftp access, It should be fixed now. I have modified tags.php (in Enfold theme), I have added this code:
query_posts( $args ); //addedjust above:
$more = 0;Let us know if it’s also fixed on your end :)
Best regards,
NikkoHey jonnycuest,
Please check this in our documentation: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ :)
Best regards,
NikkoMay 16, 2017 at 7:06 am in reply to: Avia Layout Builder is has collapsed into two columns (instead of three) #793737Hi,
Yes, I see those classes and have added it since you have modified their widths and spaces. And I don’t think that caused the issue, since I also used it, but I’m just curious why the Text Block was empty when attempting to modify while it’s all good when it’s placed in the builder. Probably it’s just a bug but it’s the first time I see that issue :(
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) { .home #av_section_1.avia-section-huge .content { padding-bottom: 50px !important; } }Just adjust the bottom padding as you see fit. Hope this helps :)
Best regards,
NikkoMay 16, 2017 at 6:48 am in reply to: Contact Form causing 404 error when attempting to update page #793732Hi,
Thanks for providing the ftp access. I tried to check and turn on debug, but there’s no error appearing, I couldn’t figure out what’s causing the issue. Can you give us permission to deactivate plugins as well? and re-update your enfold theme.
Best regards,
NikkoMay 16, 2017 at 5:44 am in reply to: Add schema.org to breadcrumb div – after NavXT breadcrumb replacement #793718Hi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi Rob,
I think that’s a good workaround, I think it wouldn’t affect your site’s load time since it will be only few kb. You can consider optimizing the image though, you can use: https://tinypng.com/ to compress it :)
Best regards,
NikkoHey Daniel,
I think it’s possible, but you would need to modify footer.php, and I would suggest to use a child theme for that :)
Best regards,
NikkoMay 16, 2017 at 5:40 am in reply to: Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() #793715Hey Shelly_Verhoeven,
Try adding this code at the bottom of functions.php:
global $woocommerce; if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) { function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) { return $img; } function avia_woocommerce_post_thumbnail_description($img, $post_id){ return $img; } }Let us know if this helps :)
Best regards,
NikkoHi,
You can go to Enfold > Import/Export, then (use child theme) export the settings using this button Export Theme Settings File, switch the theme to Enfold (parent theme), then go back to Enfold > Import/Export then import the settings you just exported. Hope this helps :)
Best regards,
NikkoHey likegluelikecrew,
Can you try adding this code at the bottom of functions.php:
global $woocommerce; if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) { function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) { return $img; } function avia_woocommerce_post_thumbnail_description($img, $post_id){ return $img; } }Let us know if this helps :)
Best regards,
NikkoHi,
Can you give us ftp access? so we can try to debug it.
Best regards,
NikkoHey Fabrice,
You need to increase your site’s memory limit. Try to check this post: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
If that doesn’t work, try asking your host to increase your site’s memory limit some fee might be needed for that though.Best regards,
NikkoMay 16, 2017 at 5:06 am in reply to: Enfold contact form – change Form Action for SalesForce Pardot #793697Hi Nadav,
Try to use conditional tags https://codex.wordpress.org/Conditional_Tags
Hope this helps :)Best regards,
NikkoHey craig_corfield,
Can you give us temporary admin access and ftp access? so we can check and try to debug it.
Best regards,
NikkoHi,
I could see 3 on my end. Let us know if you need more assistance :)
Best regards,
NikkoHey Justin,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .textCtr { min-height: 300px; } }if that doesn’t help, you can remove those images by adding this css code:
@media only screen and (max-width:767px) { #top .textCtr { display: none; padding: 0 !important; } }Hope this helps :)
Best regards,
NikkoMay 16, 2017 at 4:52 am in reply to: Add schema.org to breadcrumb div – after NavXT breadcrumb replacement #793690Hey Optic14,
Breadcrumb is wrapped within those divs. As for adding those attributes, try to replace:
if($breadcrumb) $additions .= bcn_display(true);with:
if($breadcrumb) { $additions .= '<div class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/">'; $additions .= bcn_display(true); $additions .= '</div>'; }Let us know if this helps :)
Best regards,
NikkoHey cally,
You probably need to add google map’s api key, for more information check this post: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Best regards,
NikkoHi,
This file is missing: enfold/config-events-calendar/config.php. Let us know if you need more assistance or if we can close this thread :)
Best regards,
NikkoHi,
Try going to Enfold > Header > Mobile Menu > and set Header Mobile Menu Activation to to Activate for Smartphones and Tablets (browser width below 990px). Hope this helps :)
Best regards,
NikkoMay 15, 2017 at 3:21 pm in reply to: Enfold contact form – change Form Action for SalesForce Pardot #793363Hi,
This part:
action="'.$params['action'].'"replaced with:
action="go.pardot.com"Just a caution also, this would affect all contact forms that uses the Contact Form from Advanced Layout Builder.
Best regards,
NikkoHi,
And it also doesn’t have issue on the link box. Can you give us ftp access on the site where it has a problem? and also permission to deactivate plugins (would be few minutes only), so we can try to figure out what’s causing the issue.
Best regards,
Nikko -
AuthorPosts
