Forum Replies Created
-
AuthorPosts
-
Hi amikietiuk,
I clicked on the link you gave and it only shows the RECONSTRUCTION PAGE.
Can you give us access, so we can see the page.Best regards,
NikkoHey Turgay,
Can you give us a link to the page in the screenshot? (the 1st image though is in the backend, so having admin access would be needed).
Just post the login details in private content so it’s visible only to the moderators.Best regards,
NikkoHi whdsolutions,
Glad that Ismael helped you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold :)Best regards,
NikkoHi LUISCANAL,
I tested this code and it works fine and it doesn’t fetch pages if you only selected posts or category of posts:
add_filter('avia_post_slide_query', 'enfold_customization_query_custom'); function enfold_customization_query_custom( $query ) { $query['orderby'] = 'rand'; return $query; }
Can you give us a link to the page mentioned and give us temporary admin access? so we can check on it further.
Just post the details in private content.Best regards,
NikkoJuly 25, 2018 at 10:26 am in reply to: PRICE FILTER WIDGET ON SINGLE PAGE – WOOCOMMERCE TRASPARENT HEADER #989591Hi takozzo,
Unfortunately, woocommerce price filter widget is not from our theme but from woocommerce plugin, it only shows up in the page set as the Shope page in Woocommerce > Settings > Products (tab).
It will not work on custom shop pages.Best regards,
NikkoHi ellenyoung,
Can you try to give us ftp access instead? so we can enable it for you.
Just post the details in private content so it’s only visible to the moderators.Best regards,
NikkoJuly 25, 2018 at 9:49 am in reply to: from my old layerslider enfold bundled version to uptodate layerslider plugin #989579Hi Noemi,
Use option 2 since it just deactivates the bundled plugin but doesn’t remove anything.
Hope this helps :)Best regards,
NikkoHi paoluccimarketing2015,
Can you give us ftp access? so we can check further.
Just post the details in private content.Best regards,
NikkoHey ambarrow,
Can you try adding this css code in Quick CSS instead (located in Enfold > General Styling):
#top #main a { color: blue; }
Hope it helps.
Best regards,
NikkoHey as,
I’ll be closing this thread since there isn’t any question.
Best regards,
NikkoHey DianaLoola73,
Sorry for the late response.
I tried to check the link you gave but I’m getting (I changed the url in the error):DNS Lookup for "yourdomain.com" failed. System.Net.Sockets.SocketException No such host is known
Have you tried to check on our documentation: https://kriesi.at/documentation/enfold/menu/#logo-center-split-menu ?
Best regards,
NikkoHi lrdh,
Can you give a link to your site? so we can check on it further and try to give you css codes that should help.
You can post the link in private content if you want it to be seen only by moderators.Best regards,
NikkoJuly 23, 2018 at 10:33 am in reply to: How to make the mobile menu fixed to top when scrolling? #988636Hi bakbek,
I have checked your site on my phone and the code works properly.
I could see the mobile menu fixed on top even when I’ve scrolled the page.Best regards,
NikkoHi AB,
I think the best way is to enable debugging or error logging: https://codex.wordpress.org/Debugging_in_WordPress to know what error your sites are having.
Maybe going to Layerslider WP > Options > System Status might help to check server setting or you can use phpinfo for further comparison.
Hope this helps.Best regards,
NikkoJuly 23, 2018 at 10:11 am in reply to: Vertically center logo in header (slim) with Icon style menu #988628Hi MadRhino,
Can you try to replace 30px to 20px to this code:
#top #wrap_all .header_color.av_header_transparency span.logo { margin-top: 30px; }
Hope this helps.
Best regards,
NikkoHi denis-lvov,
Sorry for the late response.
It works on the link you gave however I tried to check it on other language it doesn’t work on some.
I think some plugins might be causing the issue and disabling all plugins except WPML.
And check if it works, if it does enable the plugins one by one to know what plugin causes the issue.
If it doesn’t help, please create a staging site: https://themeisle.com/blog/wordpress-staging-site/ so we can try to debug it without affecting your live site.Best regards,
NikkoHi,
I have adjusted the image size which should make them all in the same size, you should be able to do this before inserting the image:
You should see it on the right side which I have highlighted. Hope it’s good.Best regards,
NikkoHi dmhaarlem,
I tried check on the login link however it returns 403 forbidden so we can’t check further.
Please check.Best regards,
NikkoJuly 19, 2018 at 10:53 am in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #987329Hi Roberto F,
Please try to create a new thread and post the temporary admin details so we can check it further since we can’t check it in the front of your site.
Post it in private content so it is visible only to the thread creator and the moderators. Also you can put the link to this thread on the newly created thread so we can use as reference.Best regards,
NikkoHi digioiarte,
Thanks for giving us admin access, I tried this also on my end with the same settings and I’m not getting the same issues, can you try adding this code at the bottom of functions.php
add_filter('avia_masonry_entries_query', 'avia_masonry_custom_query'); function avia_masonry_custom_query( $query ) { $query['orderby'] = 'menu_order'; $query['order'] = 'ASC'; return $query; }
You can check in the WP codex for more details: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Hope it helps.Best regards,
NikkoHey fattlco,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
.av-inner-masonry .avia-arrow { display: none !important; }
Best regards,
NikkoHey fattlco,
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
#top.page-id-16 .av-inner-tab-title { width: auto !important; } #top.page-id-16 .slide-content a.more-link { margin: 10px 0 0; padding: 8px 16px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 0.92em; outline: none; background-color: #971b30; color: #ffffff; border-color: #750910; }
This should address both 1 and 2 :)
Best regards,
NikkoHi denis-lvov,
I have checked it and it seems to work properly.
I posted a link to the 2nd page of the blog in private content.Best regards,
NikkoJuly 17, 2018 at 3:15 pm in reply to: How to make the mobile menu fixed to top when scrolling? #986468Hi bakbek,
Can you try adding this css code in QUick CSS (Located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed; top: 0; } .responsive #top #main { padding-top: 80px !important; } }
Best regards,
NikkoHey stmaryswines,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi grafixstudio,
You can click on the “hire a freelancer” link Basilis gave, that should lead you to the form.
Best regards,
NikkoHey zonkbros,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey intweb24,
Are you using the latest version of Enfold?
Can you post a link to the page showing that breadcrumb? so we can try to check further.Best regards,
NikkoHi Henning,
Can you try adding this css code also:
#top .widget .news-link, #top .widget .news-headline { overflow: visible; } #top .widget .news-link { padding-top: 20px; } #top .widget .news-time { top: -5px; }
Hope it helps.
Best regards,
NikkoHi ESB,
Glad that Yigit helped you :)
Let us know if you need further assistance or if we can close this thread.Best regards,
Nikko -
AuthorPosts