Forum Replies Created
-
AuthorPosts
-
Hi,
Does the street you want to use fetch properly, when you search it via maps.google.com?
Best regards,
NikkoHi,
I think you should see that in the index file of your main site (not the dev version), I don’t think the problem is with the css but the problem is the iframe which isn’t responsive, instead of using an iframe, why not redirect it to the dev version instead?
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-36 #main .template-page.content { border: 0 !important; }Hope this helps :)
Best regards,
NikkoHi Clara,
I’m not sure what you meant by Contact formulary lines but I’m guessing you want to put an underline in the active menu item, try adding this css code in Quick CSS:
#header .current-menu-item { border-bottom: 3px solid; }As for the article page, is it the Actualités page? it seems to be in the right order.
Best regards,
NikkoSeptember 12, 2017 at 5:11 pm in reply to: Google Map Widget / Make a link to a localisation #851104Hey Obeatone,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoHi,
The 2nd one is right, but you might have not downloaded the child theme from the link I posted above, you would need to add the php code that is in this post: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
NikkoHi Sam,
Can you give us temporary admin access? so we can check the backend.
Best regards,
NikkoHey Rhoody,
I have checked one of your gallery pages and it looks good on my end, and the image stretch in full width and the height adjusts to the the width of the image. Can you post a screenshot on how it looks on your end? so we can check.
Best regards,
NikkoHey studiocomunico,
I checked it and I can still see the background image however it doesn’t cover the whole screen, you might want to try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and max-width:767px) { .page-id-206 #av_section_1 { background-size: cover !important; } }Hope this helps.
Best regards,
NikkoHi,
It’s looking great already. Keep it up :)
Best regards,
NikkoHi Sam,
You can change the Sidebar Settings of that page and choose what widget area you want to use, you can create a customized widget area if you don’t want the existing ones.
Best regards,
NikkoHi,
I think the fix is on the link Ismael posted, please try it.
Best regards,
NikkoHi,
If you have downloaded the child theme here: http://kriesi.at/documentation/enfold/using-a-child-theme/ just copy postslider.php then on the child theme create shortcodes folder then paste postslider.php and modify it.
Best regards,
NikkoHi,
What Yigit referred to as custom code is the actual code you put in code blocks, you might want to test it out first that it works before adding it.
Best regards,
NikkoHey therzig,
The solution on this thread should work: https://kriesi.at/support/topic/fullwidth-submenu-highlight-active-menu-element/#post-577902
Best regards,
NikkoHey hackintosh1984,
I think it’s already big, it’s size is already half of the screen, should it go fullwidth?
Best regards,
NikkoHi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHey gentilinim,
If you are using the latest version of Enfold, you should see it in Enfold > Layout Builder > Disable advance layout builder preview in backend. Hope this helps ;)
Best regards,
NikkoHi,
I think you missed to add this part: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
NikkoHi TA,
You can use a child theme and put your theme modifications there: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
NikkoHi,
Thanks for providing the login, I have checked it.
1.) Can you create a separate page and imitate the homepage, you can use template to save the homepage then apply it to the newly created page and do some modifications so we can see what you mean.
2.) Try to deactivate all the plugins except woocommerce and check the issue if it still persists, if it doesn’t enable them one by one to know what’s causing the issue.
3.) That’s the correct behavior on mobile, but you can make it look better and show the social icon on mobile header using this css code and add it in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header .social_bookmarks { display: block; float: none; padding: 8px 0; } .responsive #top #wrap_all #header_meta .container { width: 100% !important; max-width: 100% !important; } .responsive #header .sub_menu { padding-left: 0 !important; } #top #wrap_all .av_header_transparency #avia2-menu > li { padding: 5px !important; } #top #wrap_all #avia2-menu > li > a { font-size: 13px !important; } }Hope this helps.
Best regards,
NikkoSeptember 10, 2017 at 3:35 pm in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #850126Hi sky19er ,
Please try to create a new thread and post the temporary admin details. Just 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,
NikkoHey mmichael1991,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia_ajax_form .button { width: 100%; }Hope this helps :)
Best regards,
NikkoHi,
No you don’t need to delete that, you just need to dequeue the style, try adding this to the child theme’s functions.php:
add_action('wp_enqueue_scripts', 'avia_add_gravity_child_scripts', 20); function avia_add_gravity_child_scripts() { wp_register_style( 'avia-gravity-child' , get_stylesheet_directory_uri()."/config-gravityforms/gravity-mod.css", array(), '1', 'screen' ); wp_dequeue_style( 'avia-gravity'); wp_enqueue_style( 'avia-gravity-child'); }Hope this helps :)
Best regards,
NikkoHey joanneqky,
You might need to contact your host to check it. I have found some similar issues like you have, you might want to check it:
https://stackoverflow.com/questions/21051051/security-error-while-uploading-file
https://stackoverflow.com/questions/30220090/disable-security-rule-on-whm-cpanelBest regards,
NikkoHi,
Glad that Rikard and Victoria helped you. Thanks for using Enfold :)
Best regards,
NikkoHi,
Can you try adding this css code in Quick CSS (Located in Enfold > General Styling):
.container.caption_container { max-width: 100% !important; }Hope this helps :)
Best regards,
NikkoSeptember 8, 2017 at 12:29 pm in reply to: homepage start side not loading correctly in Mozilla Firefox #849560Hi,
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 vlkwatchman,
It’s all done in wordpress, you can check the instructions here: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
NikkoHi,
Can you post a link to your site? so we can take a closer look.
Best regards,
Nikko -
AuthorPosts
