Forum Replies Created
-
AuthorPosts
-
June 6, 2017 at 7:42 am in reply to: syntax error, unexpected T_FUNCTION in F:\Domains\…. layer slider.php on line #804356
Hi,
You can access to wordpress now. I have fixed it by changing this code at the bottom of layerslider.php:
add_action('after_setup_theme', function() { layerslider_loaded(); }); // Load locales add_action('plugins_loaded', function() { load_plugin_textdomain('LayerSlider', false, LS_PLUGIN_SLUG . '/locales/' ); });to this:
add_action('after_setup_theme', 'after_setup_theme'); function ls_after_setup_theme() { layerslider_loaded(); }; // Load locales add_action('plugins_loaded', 'ls_plugins_loaded'); function ls_plugins_loaded() { load_plugin_textdomain('LayerSlider', false, LS_PLUGIN_SLUG . '/locales/' ); };The backend is okay but the frontend shows this error:
PHP Parse error: syntax error, unexpected T_STRING in wwwroot\wp-content\themes\enfold\config-layerslider\LayerSlider\helpers\phpQuery.php on line 2however, if I try to edit phpQuery.php file, I always get failed to transfer :(
Best regards,
NikkoHi,
Glad that Jordan helped you :) Thanks for using Enfold :)
Best regards,
NikkoHi Chris,
Yes, try adding this css code in Quick CSS:
.page-id-1167 #about .av_textblock_section { max-width: 800px; }Hope this helps :)
Best regards,
NikkoHi,
Yes, please provide it. So we can have a closer look.
Best regards,
NikkoJune 6, 2017 at 6:52 am in reply to: Permalink Malfunction Caused by "Blog Posts" object in Avia Layout Builder #804331Hi,
Can you give us a temporary admin access and the page with the issue? so we can take a closer look.
Best regards,
NikkoJune 6, 2017 at 6:51 am in reply to: Featured image not showing when using Enfold/Avia layout builder? #804330Hey compito,
Featured Image and other stuff like date, category showing up on the blog page doesn’t show up if you used Avia Layout Builder, since the builder will have full control of what’s going to appear on the frontend, unlike using a regular wp editor, you’ll be using the layout designed for the blog page in which you’ll make use of the featured image.
Best regards,
NikkoHi,
Glad that it’s working fine now, you might need to flush out the cache if you enable that caching plugin :)
Best regards,
NikkoHi,
Glad that it’s fixed. Thanks for using Enfold and confirming the solution that worked for you :)
Best regards,
NikkoHi,
Glad that Rikard helped you. Thanks for using Enfold ;)
Best regards,
NikkoJune 6, 2017 at 6:43 am in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #804321Hi,
Glad we could helped. Thanks for using Enfold :)
Best regards,
NikkoHi,
Yes, you are right. As for the code, just remove this text in 404.php:
Image Hereand replace it with:
<?php echo do_shortcode("[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='scroll' bottom_border_style='scroll' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0'] [av_image src='https://www.lowcarbx.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image] [av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg=''] <p style="text-align: center;">ERROR 404</p> [/av_textblock] [/av_section]"); ?>Hope this helps.
Best regards,
NikkoHi,
Can you try to deactivate this plugin: Slider Revolution. Let us know if this fixes the issue.
Best regards,
NikkoHi,
Thanks and sorry for the late response. I have checked it and found out the issue is caused by Superfly Menu plugin, can you try to disable it and check again.
Best regards,
NikkoHi,
Sorry for my late response, I have tried the sftp access, but it doesn’t work, can you please check.
Best regards,
NikkoHi,
I have checked on an android phone and noticed that the 2 slides you have mentioned doesn’t have the sliderh1 class which forced 56pt in font size. I have modified the slides by duplicating the h1s in all slides, adding the sliderh1 class to the original then hiding it in mobile, then on the duplicate I removed the sliderh1 class and hide it on desktop and tablet. Let us know if the changes are good, you still need to make some few tweaks though.
Best regards,
NikkoHi,
I still can’t figure out why it doubles the number, but I’ll try to fix it for you.
Best regards,
NikkoHi,
You’re very much welcome and thanks for using Enfold :)
Best regards,
NikkoHi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that Rikard helped you :) Let us know if you need more assistance regarding this topic or if we can close it.
Best regards,
NikkoJune 2, 2017 at 8:18 pm in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #803190Hi,
Thanks I have accessed it, I have enabled debug and found this error:
[02-Jun-2017 18:14:24 UTC] PHP Fatal error: Class 'ZipArchive' not found in /home/actprev/public_html/act/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 114Can you try the solution here: https://stackoverflow.com/questions/3872555/fatal-error-class-ziparchive-not-found-in
Zip extension needs to be installed. Hope this helps :)Best regards,
NikkoHey robertscott,
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,
Sorry I didn’t notice the bottom wasn’t working, since I was checking the tab section on top, can you give us temporary admin access? so we can check the backend, I tried multiple tab sections on my local server and it was working fine.
Best regards,
NikkoHi,
No, but you can copy the style from that page, just enable Avia Layout Builder Debug: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
then at the bottom of your content you should see some shortcodes, just copy it then in 404.php, instead of the image you can put:<?php echo do_shortcode('[your_shortcode_here]'); ?>And that should do it :)
Best regards,
NikkoJune 2, 2017 at 7:55 pm in reply to: Enfold Forms – unable to change the background color of the fields Quick CSS #803179Hi,
Great Job. Thanks for sharing the solution, we appreciate it and thanks for using Enfold :)
Best regards,
NikkoHi,
No, not in functions.php, you must replace the content of 404.php
Try to replace the contents of 404.php with this: https://pastebin.com/w99RvvrV
Best regards,
NikkoHi,
Can you try to clear your browser cache and if you have a caching plugin, please try to flush the cache.
Best regards,
NikkoHi,
You can still use this manual method: https://www.ostraining.com/blog/wordpress/custom-fonts/
Hope this helps.Best regards,
NikkoHi,
Try to replace the contents of 404.php with this: https://pastebin.com/w99RvvrV
Replace the Image Here text with the image you want to use. Then in Quick CSS (located in Enfold > General Styling), add this css code:
.error404 #footer { display: none; }Hope this helps :)
Best regards,
NikkoJune 2, 2017 at 2:17 pm in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #803031Hi,
I have tried to access your ftp but it’s giving me this error (see Private Content)
Best regards,
NikkoHi,
This is fixed. It is now working on firefox and you can also use the & now.
Best regards,
Nikko -
AuthorPosts
