Forum Replies Created
-
AuthorPosts
-
Hey Richard,
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 Valinsy,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Valinsy,
Can you give us a link to the page mentioned? so we can try to check if further.
Just post the link in private content, if you only want it to be viewed only by the moderators.Best regards,
NikkoHey johnosjourney,
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 Antonio,
Glad to hear that :)
Feel free to create a new thread if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey transformmedia,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-form-success, #top .avia-form-success * { color: white !important; }
Let us know if this helps.
Best regards,
NikkoHey dondela,
You can use js script to do that: https://contactform7.com/tracking-form-submissions-with-google-analytics/
Then you can use some hooks from Enfold to add custom script: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/
It should work using this code:function custom_script_name(){ ?> <script> document.addEventListener( 'wpcf7mailsent', function( event ) { ga( 'send', 'event', 'Contact Form', 'submit' ); }, false ); </script> <?php } add_action('wp_head', 'custom_script_name');
Hope it helps.
Best regards,
NikkoHi George,
Can you give us a link to your site? especially the one shown in the screenshot.
You can post the link in private content.Best regards,
NikkoJanuary 18, 2019 at 5:54 pm in reply to: The font size of input text woocommerce check out page is too small #1055550Hi ezvisa,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.woocommerce-checkout textarea, #top.woocommerce-checkout input[type="text"], #top.woocommerce-checkout input[type="email"] { font-size: 16px !important; }
Just change the font size, hope this helps.
Best regards,
NikkoHey KarenBH,
Going to Enfold > Demo Import > and importing Construction demo should be enough.
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 sutara,
I tried to login using the credentials you gave however I’m only getting:
Internal Server Error
Best regards,
NikkoHey stewroids,
Can you give us a link to your site? so we can take a closer look.
Best regards,
NikkoHey D5WDesignGroup,
There’s no option to modify the styling however Quick Css or custom css can be used to modify it.
Can you give us a screenshot or mockup of how you want it to look and maybe we can try to give you css code that might help achieve what you wanted it to look like.Best regards,
NikkoHi TT2495,
Try checking out this post: https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Hope it helps.Best regards,
NikkoJanuary 18, 2019 at 5:37 pm in reply to: is it possible to send the contact form also to the client who fills the form in #1055535Hey Angelo,
It is possible however the Enfold Contact Form only has basic functionalities.
You can try using Contact Form 7, which has that feature you’re looking for.Best regards,
NikkoHi Eva,
Glad that this is fixed :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 18, 2019 at 5:33 pm in reply to: Missing Masonry Excerpt While Horizontally Scaling Window #1055529Hey larryignazio,
I tried to check your site using Chrome browser however I’m not seeing any issue.
It doesn’t get cropped on my end and the number of toilets in the masonry is still 15.Best regards,
NikkoHey Enrico,
Try using this code:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'tag') $layout = 'blog-grid'; return $layout; }
Best regards,
NikkoHi peterolle,
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 bonbuttercup,
Can you try using Grid Row in Layout Elements instead of using the 1/4 columns?
Let us know if this helps.Best regards,
NikkoJanuary 18, 2019 at 5:21 pm in reply to: Alternate Menu for Mobile while having desktop sidebar menu #1055521Hey 18frames,
Can you give us a link to your site? so we can check further.
You can post the link in private content if you want the link to be seen only by moderators.Best regards,
NikkoHi George,
Can you try to remove the code you used above? and replace it with:
.avia-icongrid-flipbox li:hover .avia-icongrid-front { -webkit-transform: rotateY(0deg) !important; transform: rotateY(0deg) !important; }
This should only prevent flipping but link should still work.
Best regards,
NikkoHi LucianaGraphic,
Enfold doesn’t have that feature so it’s not possible using the current ALB elements.
Though it is possible if you override the element, however at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid it’s 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.
Best regards,
NikkoJanuary 18, 2019 at 5:07 pm in reply to: Submenu Logo only in ONE Submenu and not in all Submenus #1055511Hey Jerome,
Yes, each submenu should have a unique id, you can use a web inspector to check on it.
I tried to check using the password, however it doesn’t seem to work.Best regards,
NikkoHi bluesbrush,
Glad that we could help. :)
Let us know if you need further assistance.Best regards,
NikkoHi kanedaham,
Glad to hear that everything is good now :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi kcloud3,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 18, 2019 at 4:55 pm in reply to: Portfolio grid: unwanted space between items (page bottom) #1055504Hi oogopslag,
Glad that we could help. :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHi Manfredi,
Thanks, I have checked it however it has already replaced it to ?, I thought it was replaced to some unknown character.
I think you can use search and replace plugins for this, instead of changing it manually.
For example if you have this word repeatedly used in several pages:l?Arte
you replace it with:
l'Arte
this usually happens when there’s an issue with character encoding.
Best regards,
NikkoHi sitebysite,
I think your using Blog Posts just a different translation.
Can you try the code I gave? that should adjust the length of the excerpt.Best regards,
Nikko -
AuthorPosts