Forum Replies Created
-
AuthorPosts
-
Hey BeyondMS,
I tried to login on your site (login link in private content), however the credentials doesn’t work, please check.
Best regards,
NikkoHey Jak73,
I just checked the link you gave however it returns 404 Page not found.
Best regards,
NikkoHey info_businessfairfieldcom,
Do you have some caching plugin enabled on your site? if yes, please try to flush out the cache, if it still does not work, try to disable the caching plugin.
If that still doesn’t work, 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Marco,
Add this css code:
@media only screen and (max-width:767px) { #top.page-id-86 .container_wrap .widget_categories li { display: block; width: 100%; } }Best regards,
NikkoHi Marco,
Try using this code instead
.single-post #main { width: 1310px; max-width: 90%; margin-left: auto; margin-right: auto; }Best regards,
NikkoHi Helle,
My ip address is dynamic so it changes from time to time.
Current IP is in private content.Best regards,
NikkoHi Marco,
Jordan is right, try to change this code I gave:
.postid-2105 #wrap_all { width: 1310px; max-width: 90%; margin-left: auto; margin-right: auto; } .postid-2105 #wrap_all #header { width: 1180px; max-width: 100%; }to:
.single-post #wrap_all { width: 1310px; max-width: 90%; margin-left: auto; margin-right: auto; } .single-post #wrap_all #header { width: 1180px; max-width: 100%; }single-post will apply on all posts, if that does not work please let us know and don’t remove the code yet so we can try to inspect and check why it’s not working.
Best regards,
NikkoHi Marco,
The code I asked to put in functions.php isn’t from me, but I discovered that it’s in a css file (most likely in Quick CSS) which will not work (including the ——).
4. It’s fixed on my end, the category boxes are left aligned, try to clear the browser cache, maybe it’s fetching some old css.
5. It’s not possible with wordpress default category widget, I think you should be able to find a plugin that has those feature, sometimes you’ll just need to tweak it with a bit of css on some plugins to get what you want to achieve.
Best regards,
NikkoHi GraphicEyeDK,
I have moved your login credentials in private content for security purposes (so it can be seen only by moderators and you).
I tried the login to your site but I’m getting the following (screenshot in private content).
Maybe there’s some restriction in your site when trying to access in another region/country.Best regards,
NikkoHi Marco,
Thanks for your kind words :)
If the function doesn’t work as expected, I think you can try to check other functions just above it if it works, because sometimes if the code on top of it has issues the code/function after it is skipped.4. Please move text-align: center from ul to li. (will give instructions after #5)
5. Yes, I think that would be best solution, please replace this code:
#top .widget_categories h3.widgettitle { text-align: center; } #top .widget_categories ul { display: block; } #top .widget_categories li { display: inline-block; width: 31%; float: none; padding: 15px 15px 15px 18px; margin: 15px 15px 8px 0px; border: ridge; font-size: 18px; box-sizing: border-box; text-align: center; }with:
#top.page-id-86 .container_wrap .widget_categories h3.widgettitle { text-align: center; } #top.page-id-86 .container_wrap .widget_categories ul { display: block; } #top.page-id-86 .container_wrap .widget_categories li { display: inline-block; width: 31%; float: none; padding: 15px 15px 15px 18px; margin: 15px 15px 8px 0px; border: ridge; font-size: 18px; box-sizing: border-box; text-align: center; }Hope it helps.
Best regards,
NikkoHi marcoabis81,
I see, please replace the code I gave with:
.postid-2105 #wrap_all { width: 1310px; max-width: 90%; margin-left: auto; margin-right: auto; } .postid-2105 #wrap_all #header { width: 1180px; max-width: 100%; }Best regards,
NikkoHi gK1979,
I was able to bypass it when using vpn, I think you have some security stuff that prevents access from certain regions.
I have installed a plugin called ‘Health Check & Troubleshooting’ and was able to test it using only default theme 2019 and only slider revolution is enabled and I get the same results, I tried to check for some settings but I also could not seem to get any positive results, can you try the help of Slider Revolution’s support? we do support the plugin with our theme but they know better than us when it comes to their plugin.Best regards,
NikkoHi Gerd,
Still the same. I can’t get pass through the popup window, see screenshot in private content.
Best regards,
NikkoHi Tanja,
First of all, thank you for using Enfold. :)
This is not default since we want to make sure that there’s no loss in quality since there were some users that are complaining that images get blurry since the default value is 82 for wordpress and that function just make sure that there’s loss in image quality and it returns 100.
As for replacing them all, you’ll just need to use Regenerate Image plugins (not the exact name) and it will regenerate all your images without manually doing it yourself.Best regards,
NikkoHi Marco,
1. I have answered it in your other thread but it’s on 1 page specifically.
2. (last box and remove bullet points) replace this code:
#top .widget_categories ul { display: flex; flex-wrap: wrap; text-align: center; } #top .widget_categories li { flex-grow: 1; width: 32%; float: none; padding: 15px 15px 15px 18px; margin: 15px 15px 8px 0px; border: ridge; font-size: 18px; }with:
#top .widget_categories ul { display: block; text-align: center; } #top .widget_categories li { display: inline-block; width: 31%; float: none; padding: 15px 15px 15px 18px; margin: 15px 15px 8px 0px; border: ridge; font-size: 18px; box-sizing: border-box; }3. I could see the code if I check via page source but it’s not showing in the web inspector.
First, remove these lines that you have (css tries to read it, just use comments like /* comments*/------------------------------------------------------------Next, move this code to functions.php file:
/* A seguire, questo aggiunge le foto nel mega menu */ add_filter('wp_nav_menu_objects', 'avf_wp_nav_menu_objects', 10, 2); function avf_wp_nav_menu_objects($sorted_menu_objects, $args) { // check menu name if ($args->menu->name != 'Top Menu (Italiano)') return $sorted_menu_objects; // edit the menu objects foreach ($sorted_menu_objects as $menu_object) { // searching for menu items linking to posts or pages // can add as many post types to the array if ( in_array($menu_object->object, array('post', 'page', 'portfolio', 'products')) ) { // set the title to the post_thumbnail if available // thumbnail size is the second parameter of get_the_post_thumbnail() $menu_object->title = has_post_thumbnail($menu_object->object_id) ? $menu_object->title . get_the_post_thumbnail($menu_object->object_id, 'thumbnail') : $menu_object->title; } } return $sorted_menu_objects; }I think if that’s fixed, the code I gave should work.
4. I’m not sure I understand this well, do you mean move the pics on the left and category to the right?
Can you give a link to the page where other category widgets are showing?
Best regards,
NikkoHi marcoabis81,
I see, you’re using boxed layout now, if you’re using stretched layout you will need to use this code:
.postid-2105 #wrap_all { width: 1310px; max-width: 90%; }Best regards,
NikkoHi Helle,
Please use Text and not Visual in the Text Block so it will display the icon instead of showing it just like how it shows now.
Best regards,
NikkoHi Gerd,
I apologize for the delayed response.
I tried to login in the page below (private content) however, there’s a popup window asking for Username and Password but can’t get through it even using the credentials you gave.Best regards,
NikkoHi robertoKM,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi robertoKM,
Try adding this css code in Quick CSS:
#top #header .av-main-nav > li > a:hover .avia-menu-text { color: gray; }Best regards,
NikkoHi Tommy,
I see, as for lightbox demonstrated in Enfold Startup, it’s just an icon with the following settings: https://imgur.com/r0ELiFF
Hope this is helpful.Best regards,
NikkoHi Almudena,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoAugust 7, 2019 at 5:29 pm in reply to: Updating to Enfold 4.5 and validating Personal Token #1125592Hi catlis,
Can you try to post a new thread? and give us admin details so we can check on it further.
Just post the login details in private content, so it is only visible to us (moderators) and the thread creator (which will be you once you create a separate thread) :)Best regards,
NikkoAugust 7, 2019 at 5:25 pm in reply to: I need quick CSS to show custom fields on products, Any takers? #1125591Hi sambo258,
We apologize for the inconvenience and glad that it works now.
We’ll keep this thread open so you can comeback when the next version of Enfold is released.Best regards,
NikkoHi Tommy,
Modifying the skin of the player only works if the video is local but doesn’t work on vimeo or youtube since it’s using an iframe.
As for enlarging the video via lightbox, would this do: https://kriesi.at/themes/enfold-startup/ (click on the play button).
And as for the playback settings, we apologize but video settings doesn’t provide those features yet.Best regards,
NikkoAugust 7, 2019 at 12:22 pm in reply to: Updating to Enfold 4.5 and validating Personal Token #1125483Hi Catlis,
Are you using godaddy?
Try the solution we posted in this thread: https://kriesi.at/support/topic/the-link-you-followed-has-expired-please-try-again-2/#post-980175Best regards,
NikkoHi robertoKM,
I see, what word are you referring? if it’s the whole menu text like Workout Videos then it’s possible however if it’s only partial like Workout in Workout Videos then it’s not possible.
Best regards,
NikkoHi otmmark,
Hmm, that’s strange maybe that’s why it was working on the account you gave us and I couldn’t see the issue.
Anyway, we’re glad that it’s resolved, or maybe you can give us the details on the admin account that is having this issue, so we can try to look and maybe we can figure something out.Best regards,
NikkoHi 0_o,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi marcoabis81,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
