Forum Replies Created
-
AuthorPosts
-
Hey nicosec,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-13536 .av-layout-grid-container .flex_cell.no_margin.av_one_third { background-image: none !important; }Hope this helps.
Best regards,
NikkoHi,
Your site shows only the coming soon page, can you post on a different thread and give us temporary admin access? just post the details in private content (to make it visible on to the moderators and thread creato).
Best regards,
NikkoHey viaggiareverde,
Yes, you can change it but you need to use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
then go to enfold (theme folder) > config-templatebuilder > avia-shortcodes > iconlist.php, copy this file then create a new folder in the child theme and call it shortcodes paste the file there and modify it. Find this code (line 556):$title_el = "h4";replace it with:
$title_el = "h3";for the icon in mobile devices, try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .avia-icon-list .iconlist_icon { height: 32px; width: 32px; line-height: 32px; font-size: 18px; } }Hope this helps :)
Best regards,
NikkoSeptember 8, 2017 at 11:04 am in reply to: Header background image not displaying with full-width slider #849529Hi,
Thanks for providing the screenshot. Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .header_bg { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }Let us know if this helps :)
Best regards,
NikkoHi,
Try flushing out cache, as it might be causing the issue.
Best regards,
NikkoSeptember 8, 2017 at 10:55 am in reply to: Plugin para limpiar imagenes huerfanas de post o páginas eliminadas #849526Hey analidia,
Honestly I don’t know any plugin that works as you described, you might want to check the thread with recommended plugins, it might help: https://kriesi.at/support/topic/recommended-plugins/
Best regards,
NikkoSeptember 8, 2017 at 10:25 am in reply to: Seeking some code to add "Instagram Feed" above header #849518Hi Nicole,
Yes, if you have some modification in files, it would be best to use the child theme since any customizations done in the parent theme will be lost during the theme update but with child theme it can be preserved. Glad that Yigit helped you and thanks for using Enfold :)
Best regards,
NikkoSeptember 8, 2017 at 10:21 am in reply to: Use image as caption in full width slider (change image size) #849517Hey lucky7t,
Just to clarify, are you referring to this image (link in private content)?
Best regards,
NikkoHey Todd,
I’m not sure what you mean by subheadings on the fullscreen menu option, are you perhaps referring to submenu?
Best regards,
NikkoHi,
Thanks for reporting this, we have reported this issue to Kriesi.
Best regards,
NikkoHi,
I checked it, though it was set to Sacramento but the font is not loaded, try to go to Enfold > General Styling > Fonts (tab) > set Heading Font to Sacramento and that should make it load the font.
Best regards,
NikkoSeptember 8, 2017 at 10:00 am in reply to: Secondary menu disappears with Hamburger icon activated #849509Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#avia2-menu .menu-item { display: list-item; }Let us know if this helps :)
Best regards,
NikkoSeptember 8, 2017 at 9:57 am in reply to: Control the Magazine Element for showing which Post #849507Hi,
It can be customized by a developer but it is already outside the scope of our support, you can try to hire a developer for this or try to contact our partner: http://kriesi.at/contact/customization
Best regards,
NikkoHey DDamjanovic,
Can you try to use a proper link on the parent menu of those submenus instead of using #, let us know if this helps.
Best regards,
NikkoSeptember 8, 2017 at 9:47 am in reply to: Panopress & "Enfold Photography Portfolio " scheme problem #849503Hi,
I’m not really sure what’s the problem with it, but since you used percentage for height in an iframe that would really cause the height to be low since it’s container doesn’t have a height (to be specific it gets the height from the elements inside it like the iframe), you can try that with a default wordpress editor and you’ll see the same results. I think the 2nd example looks good and specifying it in px gives it more specific height value.
Best regards,
NikkoHi,
You’re welcome and thanks for contacting us :)
Best regards,
NikkoHi,
You’re welcome. We’ll just leave this thread open.
Best regards,
NikkoHi,
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,
I have modified your page, and set the Custom CSS Class on the textblock and put dyslexia-text then the js code I replaced this text:
var textNodes = getTextNodesIn($("*"));and changed it to:
var textNodes = getTextNodesIn($(".dyslexia-text *"));this would limit it to the textblock only with the class name. :)
Best regards,
NikkoSeptember 7, 2017 at 9:28 pm in reply to: Header background image not displaying with full-width slider #849245Hi,
I could not see the screenshots you mentioned, you can post it in http://imgur.com/ and give us the link. You can put the link in private content if you wish to make it private.
Best regards,
NikkoHi,
You can try to change it in file temporarily, just follow the instructions here: https://codex.wordpress.org/Changing_The_Site_URL
Best regards,
NikkoHey Brian Itzen,
Thanks for contacting us.
No, we don’t offer multi-site license however you might try what is suggested here: https://kriesi.at/support/topic/enfold-volume-license-purchase/
Best regards,
NikkoHey Paul Tolnga,
I’m not sure what is minni bakery? is that a plugin or the nature of your business?
Best regards,
NikkoHey kalnak,
I think it’s possible to do that using Custom CSS Classes and add some css codes to position the widget in front of the slider.
Best regards,
NikkoHi,
Glad that Victoria helped you. Let us know if you need more assistance :)
Best regards,
NikkoSeptember 7, 2017 at 9:15 pm in reply to: How to place content above main menu and logo area #849236Hey badoes,
I think you can use this: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ or probably need to use a child theme and tweak the header.php. Hope this information helps.
Best regards,
NikkoHey rickyporco,
Can you try to switch from your child theme to the parent theme (Enfold) and check if the author is still wrong, if it’s not wrong, you might need to fix it in some codes in your child theme. Hope this helps.
Best regards,
NikkoHey aram,
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 mleite1,
Can you give us temporary admin access? so we can try to modify it and then post the steps (would use Custom Css Classes). Just post the details in private content.
Best regards,
NikkoHey maryalice28,
Can you let us know what version of php you are using? if it’s less than 5.6 please upgrade it to atleast this version.
Best regards,
Nikko -
AuthorPosts
