Forum Replies Created
-
AuthorPosts
-
August 25, 2017 at 9:24 pm in reply to: Problem w/ Search Icon and Text on Mobile Menu in 4.1.2 #844173
Hi,
Thanks for providing the screenshot. Would it be okay for you just to hide the word search leaving the magnifying glass and make the logo a little bit smaller so it doesn’t overlap?
Best regards,
NikkoHi,
Thanks for your patience, it should be looking like the parent theme now with the child theme used/selected :) Let us know if you need more assistance.
Best regards,
NikkoHi,
I have customized it. I have set Enfold > Blog Layout > Blog Layout to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold -> Theme Options as a blog page) then edited your blog page. Hope this helps :)
Best regards,
NikkoHey info224,
Will close this thread since I have already answered your other thread.
Best regards,
NikkoHi,
Thanks for that.
1. Just want to confirm that this is on the product page not on the homepage? example link in private contentMobile issues:
1. Try adding this css code in Quick CSS (located in Enfold > General Styling):@media only screen and (max-width:767px) { .responsive #top #main .products .product { width: 48%; margin: 0 1% 20px; } }this doesn’t look good with 2 columns though.
2. Try adding this css code in Quick CSS:
@media only screen and (max-width:767px) { .responsive .single-product-summary { float: none !important; width: 100% !important; } }3. Are you referring to Categories submenu items?
Best regards,
NikkoHi Eric,
You can request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/ :)
Best regards,
NikkoHi Klaus,
Glad that you figured it out and thanks for sharing. Thanks for using Enfold :)
Best regards,
NikkoHey ivoschipper,
I think it’s possible and 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,
NikkoHey satucker,
Can you try the solution posted here: https://kriesi.at/support/topic/zen-menu-logic-not-working-with-new-enfold-mobile-menu/#post-843382
Hope this helps.Best regards,
NikkoAugust 25, 2017 at 7:25 pm in reply to: Logo disappeared after update to Enfold version 4.1.2 #844135Hi paul_chezan,
Can you create another thread and give us temporary admin access? just place it in private content so only the moderators and the thread creator can view it.
Best regards,
NikkoHey web4698,
I think the easier way to do it is to use a code block, then we can use some css codes to make the:
<a data-sumome-listbuilder-id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx">Click Here</a>look similar with Enfold buttons. Let us know if this option is good?
Best regards,
NikkoHi MD,
The issue have been answered in the other thread you made.
Best regards,
NikkoAugust 25, 2017 at 7:05 pm in reply to: Columns set to “Equal height” are not displayed correctly #844127Hi Nicole,
Sorry for the late response. Can you post a screenshot showing the 1/2 rendering as 1/1? I checked both pages but I can see the 1/2 columns working properly on my end.
Best regards,
NikkoAugust 25, 2017 at 6:56 pm in reply to: Burger Menu does not work if Conditional Menus Plugin is used #844119Hi kmotoyama,
Thanks for confirming the fix and providing the link to thread. Glad to hear all is good on your end. Thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for providing the access, I have spent some time with it but still could not figure out what’s causing the issue since even enabling debugger doesn’t provide any information, there are few thing I find out though:
- You can’t install plugin via Plugins > Add New in the backend
- The images have been added in the files, you see it via ftp going to the uploads folder in 2016/02/ (subfolder)
Also all imports are fine on my end with no errors but images aren’t added as what you experience. I’m not exactly sure but it might be some security issue, can you try to ask your host regarding the adding the plugin issue, maybe fixing it would fix the importing image issue as well.
Best regards,
NikkoHi,
You can add the this css code for the ADT menu:
.main_menu #menu-item-3153 a { color: #09479b; }1. Go to Appearance > Menus, create a new menu call it “Footer Menu” (actually you can put any name you want), don’t assign any menu items then check the Enfold Footer Menu in Menu Settings below and Save.
2. Please replace this code you posted:
@media only screen and (max-width: 767px) { #header #text-7 { display:none; } }with this one:
@media only screen and (max-width: 767px) { #header .widget { display:none; } }Hope this helps :)
Best regards,
NikkoHi,
There are 2 options I can suggest:
1.) Create another menu link, you can call it Home or any other name then set the link to #top
2.) Remove the underline entirely on the menuBest regards,
NikkoHi,
I just checked it but I could not see the h in the menu item anymore. Can you try to clear your browser cache and check again?
Best regards,
NikkoAugust 25, 2017 at 5:18 pm in reply to: Image with hotspots does NOT work with default WordPress editor #844066Hi,
I see what you mean now after reading the other post you made, for the meantime please use the suggestion I gave, will report this issue to Kriesi.
Best regards,
NikkoAugust 25, 2017 at 5:17 pm in reply to: Shortcodes NOT fully working with default WordPress editor #844065Hi MD,
Thanks for pointing that out, I see what you mean now and will report it to Kriesi, it’s a bug on image with hotspot since it was working before, however for widget area and layout elements it how it works even the previous versions.
Best regards,
NikkoHey Dante00,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer .flex_column:nth-child(2) { width: 45%; } #footer .flex_column .widget_media_image { float: left; clear: none; }Include the code you posted above, you would probably need to tweak the css a bit. Hope this helps :)
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoAugust 24, 2017 at 8:48 pm in reply to: Responsive full screen slider and color section backgrounds #843687Hi,
Enfold is responsive and the thing about fullscreen slider is it covers the whole height and width of the monitor, Stretch to fit is a setting where the image is set to fully cover the whole height and width while maintaining the aspect ratio of the image. What the code I gave you does is to force the fullscreen slider to set the height of the container based on the height of the image instead of the whole screen. You will notice in the code that there’s no adjustment to the image (img).
Best regards,
NikkoHi,
Can you try replacing the last code I gave to this one:
@media only screen and (max-width:990px) { .av-active-burger-items:nth-child(7) { display: none !important; } }Let us know if that fixes the issue.
Best regards,
NikkoAugust 24, 2017 at 8:37 pm in reply to: Logo and top menu overlaps when resizing smaller in browser and in smart phone #843683Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoAugust 24, 2017 at 8:37 pm in reply to: Image with hotspots does NOT work with default WordPress editor #843681Hi MD,
The only way to use Avia Layout Builder elements in default wordpress editor is via shortcode only, that’s why Avia Layout Editor is there so it can be easier to just drag and drop the elements you want to use, but since you want to use the default editor you would really need to use the shortcode. You don’t need to switch and lose contents on your existing page, just create a new page, put the image hotspot and set it, follow the instructions in the link, copy the shortcode generated there and paste it on your existing page.
Best regards,
NikkoHi Volker,
I just edit the page you posted, also it can be any page with a map, just edit it and if your using a chrome browser just right click and inspect element, check for Console and you should see the error there. :)
Best regards,
NikkoHey mikesmith5656,
I have checked your site but I don’t see anything wrong with it, I think it looks good, I see whitish header some gray borders and don’t see any black except for the logo.
Best regards,
NikkoHi,
Sure. Thanks for using Enfold :)
Best regards,
NikkoHey onedesignprint,
Yes it’s possible, can you post a link to your site? and tell us what menu tab you want to change color? so we can provide an accurate css code that should work :)
Best regards,
Nikko -
AuthorPosts
