Forum Replies Created
-
AuthorPosts
-
Hey allen,
is it possible to install my Enfold theme again on this subdirectory?
Yes, you can install Enfold theme in your subdirectory.Can I use the theme I bought before or have to buy one?
Please refer to this thread: https://kriesi.at/support/topic/enfold-multisite-2/Best regards,
NikkoHey Chris_85,
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 Matthijs,
Thanks for understanding :)
Have a great day!Best regards,
NikkoApril 11, 2019 at 7:03 pm in reply to: Enfold Child options: "Saving didnt work! Please reload the page and try again" #1089675Hey Maw87,
Can you create a staging site? trying to isolate the issue or debug might mess up your site.
Here’s a link on how to create a stage site: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHey Wouter,
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,
NikkoHey Marcel,
It’s defined in css, you can add this css code in Quick CSS, located in Enfold > General Styling:
#top .content { padding-top: 20px; padding-bottom: 20px; }
The default padding is 50px top and bottom, just adjust it as you see fit.
Hope this helps.Best regards,
NikkoApril 11, 2019 at 6:54 pm in reply to: After update: "add to cart button" appears on product overview #1089671Hi mbauercag,
Try using this code:
#top .avia-content-slider .products.slide-entry-wrap .button { display: none; }
Hope it helps.
Best regards,
NikkoApril 11, 2019 at 6:51 pm in reply to: One page theme, link to new page menu, cant get back #1089669Hi bainf,
Glad that it’s resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Shawnlimws,
There’s a possibility that there’s a conflict.
But I think it’s most likely that it just needs to generate a new minified css and flushing out cache.Best regards,
NikkoApril 11, 2019 at 6:31 pm in reply to: When placing BG image the domain name is double in the path #1089666Hey Dooronline,
Can you try the solution from our dev on this thread: https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689
Hope it helps.Best regards,
NikkoHey annameis,
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,
NikkoHey Marcel,
Yes, it can be customized using Quick CSS under Enfold > General Styling.
If you’re using a google chrome browser, just right click to the submenu item and click on inspect element, you should see the id used, and you can use it for styling.
Hope it helps.Best regards,
NikkoHey Kristina,
Can you give us a screenshot on how it looks on your end?
Also if you can tell us what device and browser you used to check it?Best regards,
NikkoHi Sachasilvestri,
You should find it in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php (line 657 in Enfold 4.5.5).
Hope this helps.Best regards,
NikkoHi tomkent2005,
You’re welcome. :)
For the footer width, go to Enfold > Footer > Footer Columns > set this to 3.
As for the labels, I meant those Name, Email, if you set it as placeholder, you’ll have a contact form just like: https://kriesi.at/themes/enfold-2017/pages/contact/ where Name, E-mail are inside the textfield not outside which also lessen the height.Best regards,
NikkoHi Eru_Code_Master,
Thanks for giving us admin access.
I have modified the code to:function add_custom_script(){ ?> <script> window.addEventListener('DOMContentLoaded', function() { var elems = document.querySelectorAll('a,img,.av-masonry-image-container'); for(var i = 0; i < elems.length; i++) { elems[i].removeAttribute('title'); } }, false ) </script> <?php } add_action('wp_head', 'add_custom_script');
Best regards,
NikkoHey jomtones,
I’m seeing a js error in the web console which might be causing the lightbox not to work properly:
Uncaught Error: reCAPTCHA placeholder element must be an element or id
Screenshot in private content.
Best regards,
NikkoHi mirr,
Try adding this css code:
#top .avia-slideshow-arrows a:before { background-color: transparent; }
Best regards,
NikkoHi mirr,
Gridrow uses fullwidth layout and the left padding you used are different in size.
Try adding this css code in Quick CSS, located in Enfold > General Styling, just adjust the value:#header .container.av-logo-container { max-width: 83%; }
Hope it helps.
Best regards,
NikkoApril 11, 2019 at 4:20 pm in reply to: Font not showing up in layerslider editor, how to "add" it to Enfold? #1089610Hey id-systems,
Can you try the solution posted on this thread: https://kriesi.at/support/topic/using-a-custom-font-with-layer-slider/
Hope it helps.Best regards,
NikkoHey brandreach_at,
Can you try the solution on this thread: https://kriesi.at/support/topic/possible-css-rendering-bug-in-4-5-5/#post-1083761
Hope it helps.Best regards,
NikkoHi Justin,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoApril 11, 2019 at 2:48 pm in reply to: breadcrumb problme and changing the colour of separator #1089566Hi Austin1988,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi nglrss85,
We don’t have that feature but this links might help:
– https://www.wpbeginner.com/plugins/how-to-hide-unnecessary-items-from-wordpress-admin-with-adminimize/
– https://www.greengeeks.com/tutorials/article/hide-admin-menu-items-for-specific-users-in-wordpress/
– https://wordpress.stackexchange.com/questions/243070/remove-menu-page-doesnt-work-on-custom-plugin-menus/243073#243073
I haven’t tested it but remove_menu_page seems to be the code that you’re looking for.Best regards,
NikkoApril 11, 2019 at 2:41 pm in reply to: Replace "mobile" and "email" with telephone and letter icon on the top header #1089564Hi AlexBellaTropea,
This code is responsible for hiding the arrow:
.responsive #top .avia-slideshow-controls a { display: none; }
Screenshot in private content (1st link)
The link you gave shows a result of phone icons, which one are you referring? screenshot in private content.
Best regards,
NikkoHi jayflavs,
You can try adding z-index to the slider:
@media only screen and (max-width:479px) { .home #full_slider_3 { z-index: 502; } }
Top padding maybe needed as well, since the header is already in fixed position.
Best regards,
NikkoHi Lara,
I have changed the font to Source Sans Pro as it seems to be the nearest in my point of view.
Try changing the fonts to other available google fonts since there are only few in the selection.Best regards,
NikkoHi MeghanNathanson,
I tried to check on your site but I get an 500 Internal Server Error.
Screenshot in private content.Best regards,
NikkoApril 11, 2019 at 6:50 am in reply to: Replace "mobile" and "email" with telephone and letter icon on the top header #1089401Hi AlexBellaTropea,
I have added the shortcodes in Header > Extra Elements > Phone Number or small info text:
phone:[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='16px' position='left' animation='' color='' av_uid='av-juc5j5ty' admin_preview_bg=''][/av_font_icon]
email:
[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' animation='' color='' av_uid='av-juc5j5ty' admin_preview_bg=''][/av_font_icon]
In Enfold > Performance > Disabling of template builder elements > set this to Always load all elements. (needed to show icon element)
Then to make a bit of modification, I added this css code in Quick CSS, located in Enfold > General Styling:#top .phone-info .av_font_icon { display: inline-block; float: none; } #top #header_meta .phone-info a { margin-right: 12px; }
Best regards,
NikkoApril 11, 2019 at 5:42 am in reply to: breadcrumb problme and changing the colour of separator #1089392Hi Austin1988,
This was a bug on this version of Enfold, this will be fixed on the next update.
For now, please do what’s instructed by our dev in this thread: https://kriesi.at/support/topic/possible-css-rendering-bug-in-4-5-5/#post-1083761Best regards,
Nikko -
AuthorPosts