-
AuthorSearch Results
-
October 30, 2016 at 4:04 pm #705818
In reply to: Internal link anchors top offset is wrong
Hi,
The captcha also appears correctly on my end however you can still modify the scrolled location by changing the value 200 to 250 or more in the line
scrollTop: target.offset().top - 200
Let us know if you have any further questions.
Best regards,
VinayOctober 30, 2016 at 1:21 pm #705803In reply to: Blog page layout
Hey JennyGr,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.entry-content-header { position:absolute; top : 0; } .big-preview.single-big{ padding-top: 70px; }Best regards,
VinayOctober 30, 2016 at 1:16 pm #705802In reply to: Center Top-Bar
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header_meta .phone-info { left: 50%; position: absolute; transform: translateX(-50%); }Best regards,
VinayOctober 30, 2016 at 10:29 am #705778In reply to: Website not right on phone
Hi Nikko, ( or someone else)
I use this thred to adress some other things that go wrong on different media.1.On smartphone the tagline is so big it covers the photo. Its ok on desktop and tablet. Shall we do the same here? Create a text element that shows only shows on smartphone and leave the surrent situation on desktop and tablet? Can you provide code and tell me where to put it, or do it yourself like above?
2. On the page “Over Dick Zirkzee”, the tagline and button are also covering the photo on smartphone. Same solution? Can you provide code and tell me where to put it, or do it yourself like above?
3. In this case, the page “Over Dick Zirkzee” The tablet gives another strange effect , the button and tagline are shifted to the right . On desktop it is right.
thanks in advance
October 30, 2016 at 10:18 am #705775Topic: How to get rid of Featured Image at top of Page
in forum Enfolddominiquehurley
ParticipantHi – Sorry, I looked through my thread as we’d taken care of this a long time ago, but I can’t find it. Old issues are coming up again.
I have a new Page and chose a Featured Image. We’d had it programmed so it wouldn’t appear at the top of the Page, but it’s happening again.
What’s the code I need to insert to have this stop happening? I want my title to be at the top and no featured image. But I need to put a Featured Image in case folks share on FB, etc.
Thanks.
October 30, 2016 at 6:28 am #705758In reply to: Layerslider and mobile
Hi Justin!
Thank you for using Enfold.
One option is to hide the captions on mobile. Or add a custom class or id attributes to the caption layer then use css media queries to adjust the css properties (font size, position etc) on mobile. Edit one the layer then go to the Attributes panel. Add the css modifications in the Quick CSS field.
// https://kriesi.at/support/topic/layerslider-text-layers-not-responsive-in-enfold/#post-646062
// https://kriesi.at/support/topic/portions-of-advanced-slider-cut-off-on-surfacepro/#post-693554
// https://kriesi.at/support/topic/the-text-on-my-layerslider-text-box-is-inconsistent/#post-586596Best regards,
IsmaelOctober 30, 2016 at 6:14 am #705756In reply to: Further to search results as grid
Hi domchocolate!
Thank you for using Enfold.
Please add this code in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 48% !important; margin-left: 4% !important; } }Make sure to add it below this one.
.template-search .post-entry { position: relative; clear: both; }Regards,
IsmaelOctober 30, 2016 at 6:00 am #705754Hey!
Thank you for the info.
We found the issue with the avia.js > avia_sticky_submenu function, line 1415:
if(fixed_frame) { modifier += fixed_frame; }This code will always apply the height of the av-frame-top container to the modifier regardless of the container’s display property. The frames are hidden on screens lower than 989px so we have to add another condition.
Line 1409:
framed = $('.av-frame-top').css('display') !== 'none';And line 1416:
if(fixed_frame && framed)Regards,
IsmaelOctober 30, 2016 at 5:30 am #705751In reply to: Search box not being specific enough?
Hi!
I’m sorry but this is not possible with the default WordPress search function. You have to create a separate page for each section if you want them to be searchable. You can also add a fullwidth sub menu element or anchor links on top of the page so that users can browse through the sections in the page.
Cheers!
IsmaelOctober 30, 2016 at 4:35 am #705739In reply to: Header covers content on mobile
Hey DentalUnion,
Thanks for reaching out to us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){ .responsive #top #main { padding-top: 150px !important; } }Best regards,
JordanOctober 30, 2016 at 4:27 am #705736In reply to: Mobile Header Height
Hey!
Thank you for the info.
1.) Please add this in the functions.php file to reduce the height of header on mobile.
@media only screen and (max-width: 767px) { .responsive .logo img { max-height: 70px; } }2.) Do you want to adjust the position of the caption? Place insert this code inside the css media query above.
.caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 200px; left: 0; } #top #wrap_all .avia-caption-content p { font-size: 15px !important; line-height: 1.3em !important; }Cheers!
IsmaelOctober 30, 2016 at 3:56 am #705729In reply to: Radial button color slider controles
Hey appsolutelymediallc,
Thanks for reaching out to us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-control-minimal-dark .avia-slideshow-arrows a:before { border-color: #719430; } #top .av-control-minimal-dark .avia-slideshow-arrows a { color: #719430; }Best regards,
JordanOctober 30, 2016 at 3:47 am #705728In reply to: Footer differs on one page
Hey tremblayly,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
footer .container { height: 108px !important; padding-top: 0px !important; padding-bottom: 0px !important; }Best regards,
JordanOctober 30, 2016 at 12:29 am #705709Topic: Errors with fresh Enfold folder installation
in forum Enfoldmarko7
ParticipantHi. I have been in touch a few times about this but have been unable to resolve the issue.
I have errors appearing at the top of my home page.
I have uploaded fresh installs of Enfold via FTP numerous times but still have this problem.
I’m at a loss and I have a customer who is waiting.
Hope someone can help.
Mark.October 29, 2016 at 10:29 pm #705690In reply to: Alignment issue
Hi Vinay,
thank you for getting back to me so fast!
1. I am attaching a link to a mockup of my website. Look at the part with the titles – “STOP” and “TIME TO EVOLVE”. This is the effect I am after.
BTW – I see that when I view it in mobile (using the “customize” view) it only shows the center of the image… can it show the whole image or maybe there is an option for alternate image for mobile?)
2. I am also attaching a screenshot of a tryout with an image of exactly 1366X768. As you can see it doesn’t cover the whole section in width… why is that? You can look at the mockup to see the effect I want to achieve here
3. I would love it if the content could be in a box of let’s say 980 width, whereas the page itself will be 100% is that doable?
4. as you can see in the mockup my designer thought of using our own icon symbols for the list and they have colors in them – Is that possible or is it just b&w?Thanks again!!!
DOctober 29, 2016 at 9:52 pm #705684In reply to: Spacing between Icon Boxes
Hi,
The first 2 rows doesn’t have top margins, try to edit the cell and add 50px top margin. Hope this helps :)
Best regards,
NikkoOctober 29, 2016 at 9:49 pm #705683In reply to: Portfolio Item Breadcrumb Incorrect
Hi Nikko,
I did have a mild heart attack when I saw the site since unfortunately your change coincided with my hosting company moving me to a different server as the one I was on seemed slow. I managed to get into the cPanel and fix the missing ‘)’ when I worked out where it was missing – I am a .NET programmer by trade so not an issue.
It seems to work. Ismael was asking about the structure of me using a page for pendants instead of portfolio item. If there is a better way of doing it then I am open to suggestions as I am quite new to WordPress. I really wanted Home/Portfolio/Bracelets, Home/Portfolio/Pendants with subcategories like Home/Portfolio/Pendants/Layered but I couldn’t get this to work with the way that the Masonry Gallery selects parent and sub-categories. I only want the Portfolio page to show the top level categories (Bracelets,Cufflinks,Earring,Pendants,Other).
Still learning ..
Regards
AlanOctober 29, 2016 at 9:45 pm #705681Hi,
We will keep this thread open, so let us know if there are any more questions regarding this topic :)
Best regards,
NikkoOctober 29, 2016 at 9:19 pm #705664In reply to: Centered section
Hey Justin,
Try to add this code in Quick CSS (located in Enfold > General Styling):
#top #about { display: block; margin-left: auto; margin-right: auto; width: 80%; float: none; }Let us know if it works :)
Best regards,
NikkoOctober 29, 2016 at 9:16 pm #705663In reply to: Improve load time
Hi,
It is really very rare that a caching plugin will cause any performance issue. If it does you can always try a different one that best suit the way your site is setup. We recommend using the W3 Total Cache plugin however there are more options you can check it out here.
Best regards,
VinayOctober 29, 2016 at 9:12 pm #705660Topic: Replace enfold menu with plugin
in forum Enfoldlmanney
ParticipantHi, I’ve created a sidebar menu with a plugin to get the accordion dropdown style. I’ve placed it as the widget in “display everywhere” – but i can’t figure out how to turn off the default menu. As you see here, both are visible on all pages. Can you please take a look here? http://larysasendich.com/
I’d like the top one to disappear and for the widget menu to move up in that spot.
thank you!
October 29, 2016 at 9:08 pm #705659In reply to: Contact form submit button border
Hey lmanney,
Try to use this code:
#top .av-custom-form-color .button { border: 1px solid #fff !important; border-radius: 2px !important; }Hope this helps :)
Best regards,
NikkoOctober 29, 2016 at 9:05 pm #705657In reply to: mobile menu sticky
Hi,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
@media only screen and (min-width:720px) and (max-width:990px) { #sub_menu1 { top: 93px !important; } }Let us know if it works :)
Best regards,
NikkoOctober 29, 2016 at 8:35 pm #705646In reply to: Styling a Fullwidth Sub Menu
That styled my site’s MAIN menu at the top of the page. Quite colorful and fun, but not what I’m going for. : )
I need to style a “Full Width Sub-Menu” element within a page.
In fact, just one specific one, seen on just this one page for now, which I’ve assigned CSS class of “blogsubmenu:October 29, 2016 at 8:33 pm #705643In reply to: Feature Image Is Not Working
Hi CopyCatFilms ,
The login details doesn’t work when I tried to login, please check. As for rollback refer to this thread: https://kriesi.at/support/topic/theme-update-rollback/
Best regards,
NikkoOctober 29, 2016 at 8:23 pm #705637In reply to: Media library issue on Vendor's user
Hi Elsa,
Kindly add this code to Quick CSS (located in Enfold > General Styling) or style.css of your child theme:
#top select#media-attachment-date-filters { height: 32px !important; }Let us know if it works :)
Best regards,
NikkoOctober 29, 2016 at 7:51 pm #705614Hi again,
Finaly the following CSS is not good.#top label span {
color: #e95b0f;
}because it changes labels of the checkbox and the labels of the files too.
But if I remove it, the validation error messages still in the primary color.
And it’s not easy to see which fiel is wrong.a solution ?
Thanks
October 29, 2016 at 7:50 pm #705612In reply to: Contact form input text font weight
Hey lmanney,
They look the same for me.

If you still need to make changes please use the below css in Quick CSS
#top .avia_ajax_form .text_area {
font-weight:200!important;
}Best regards,
VinayOctober 29, 2016 at 7:29 pm #705599In reply to: Center Top-Bar
Hi,
Could you please add it back temporarily so that we can inspect the top bar and give you code to assist you in achieveing this.
Best regards,
JordanOctober 29, 2016 at 7:16 pm #705593In reply to: Autoplay Youtube video?
Hi,
Can you try to use a text block instead of video module and paste in the embed code not the url, and ?rel=0&autoplay=1 inside the url of embed code it would look like:
<iframe width="560" height="315" src="https://www.youtube.com/embed/XWze2cCdt40?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>Hope this helps :)
Best regards,
Nikko -
AuthorSearch Results
-
Search Results
-
Hi – Sorry, I looked through my thread as we’d taken care of this a long time ago, but I can’t find it. Old issues are coming up again.
I have a new Page and chose a Featured Image. We’d had it programmed so it wouldn’t appear at the top of the Page, but it’s happening again.
What’s the code I need to insert to have this stop happening? I want my title to be at the top and no featured image. But I need to put a Featured Image in case folks share on FB, etc.
Thanks.
Hi. I have been in touch a few times about this but have been unable to resolve the issue.
I have errors appearing at the top of my home page.
I have uploaded fresh installs of Enfold via FTP numerous times but still have this problem.
I’m at a loss and I have a customer who is waiting.
Hope someone can help.
Mark.
