Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
Hi, Thanks for the update. This css code should remove the product sorting container. div .product-sorting { display: none; }Just add it in the Quick CSS field. Best regards, 
 IsmaelFebruary 22, 2019 at 5:36 am in reply to: How can I change css styles of Headings Size and Color ? #1070216Hi, Did you enable the Performance > File Compression settings? Please disable it temporarily and then check the page again. If it doesn’t work, please feel free to open a new thread. We’ll close this one for now. Best regards, 
 IsmaelHi, Thanks for the update. How did you adjust those elements? Try to wrap the css modification inside a desktop media query so that it doesn’t affect the default mobile view layout. @media only screen and (min-width: 989px) { /* styles here */ }Best regards, 
 IsmaelHi, Thanks for the update. Did you remove the filter? Please add it back and then comment it out temporarily. Or post the snippet on pastebin.com. I tried to search for it in the forum, but it’s no longer available. Best regards, 
 IsmaelFebruary 22, 2019 at 5:22 am in reply to: Navigation menu parent items not available on mobiles #1070211Hi, Thanks for the update. Those settings are inside the Enfold > Main Menu > Burger/Mobile Menu panel. Here’s a screenshot. // https://imgur.com/a/BU1DHX3 Best regards, 
 IsmaelHi, 
 @2funky: The blurriness is much more noticeable in your site. We’ll forward the issue to our developers.Best regards, 
 IsmaelHi, Thanks for the update. We adjusted the “Custom top and bottom margin” option of the first column in the second row. Best regards, 
 IsmaelHi, Sorry if we can’t be of much help to you this time. Please don’t hesitate to open a new thread if you need anything else. Have a nice day. Best regards, 
 IsmaelFebruary 22, 2019 at 4:45 am in reply to: CONTACT FORM ISSUE / UNKNOWN "NO-REPLY" EMAIL & NO AUTORESPONSE #1070203Hi Lex, Can you give us a link to the page with the contact form? That filter allows you to replace the “no-reply@mysite.com” address with the one specified. We can also use that filter to use the value of the “email” field as the “from” address, but it’s not recommended because your server might blocked emails bearing “from” address from a different domain. Best regards, 
 IsmaelHi, Where did you add the anchors? Are they related to the sub menu items? Please post the login details in the private field so that we can check the page. Best regards, 
 IsmaelHi, Thanks for the update. The script above has been adjusted, so it should work for both the single post and the blog listing page. Best regards, 
 IsmaelFebruary 22, 2019 at 4:34 am in reply to: Enfold Replaces Single-Event.php and removes JSON markup #1070200Hi, Thanks for the update. You have to put the template file inside the “tribe-events/views” folder. 
 I’ll forward this to our developers for further consideration.Best regards, 
 IsmaelHi, What is the name of the font set where the missing icons belong to? Please try to re-upload the icons using a separate zip file. Best regards, 
 IsmaelHi, We don’t have an affiliate program and I don’t think there will be in the future because Themeforest or Envato manage the sales directly. They do have an affiliate program. https://envato.com/market/affiliate-program/ Best regards, 
 IsmaelHi, Thanks for the update. We edited the code in the Quick CSS field. This is how the header looks now: Wider screens: https://imgur.com/a/n918ozb 
 Mobile: https://imgur.com/a/MnlvphKBest regards, 
 IsmaelHi, Thanks for the update. Are they loading properly when you switch to a default theme? Please go to the Enfold > Performance panel and check if the file compression settings are enabled. Try to disable the css or stylesheet compression temporarily. Best regards, 
 IsmaelHi, Thanks for the update. What is the native resolution of your screen? This css code might help. .page-id-160 .av-inner-masonry-content { min-height: 242px; }Best regards, 
 IsmaelHi, Thanks for the update. It turned out to be an issue with the theme’s file compression settings. The font files are now being served over https. Best regards, 
 IsmaelHi! Thank you for the info. I couldn’t find the site url anywhere in the thread though. Please include it in the private field. Cheers! 
 IsmaelHi, Thanks for the update. The slider’s autorotation will only be disabled when the user click the slider navigation, the dots or the arrows. It won’t stop when the mouse is over it. It’s possible but it will require direct modification of the slider script. Best regards, 
 IsmaelHi, Thanks for the update. You have to set the menu container width to 100% or have it inherit the width of the header container. After that, you can separate the “Schedule a Demo” menu item away from the rest by setting its position relative to the menu container. You can start with this css code: .av-main-nav-wrap { width: 100%; } .av-main-nav .visual-demo-btn { width: auto; right: 0; position: absolute; }Best regards, 
 IsmaelFebruary 21, 2019 at 10:40 am in reply to: Titel in mobile-view zu groß – flexible Größe nicht wählbar #1069859Hi, Thanks for the update. Use this css code to adjust the font size of the h1 element on mobile view. @media only screen and (max-width: 767px) { .av-special-heading-h1 h1 { font-size: 18px; } }Best regards, 
 IsmaelHey fkmediaworks, Thank you for using Enfold. That is quite odd. I’m not really sure what’s causing the active menu indicator to switch like that. Did you add any anchors in the page? Best regards, 
 IsmaelFebruary 21, 2019 at 7:39 am in reply to: Switch Image overlay effect to no overlay -> overlay #1069818Hi, – category products count (shop page) Could you give us a link to a category page? Or provide a screenshot of the “products count”. Best regards, 
 IsmaelFebruary 21, 2019 at 7:35 am in reply to: how to embed new Google ReCaptcha since Enfold 4.5.4 in contact form ? #1069814Hi, You’re welcome! Please feel free to open a new thread if you need anything else. Have a nice day. Best regards, 
 IsmaelHi, You can define the height with this css code, but it will affect every mega menu container. #header .avia_mega_div { overflow-y: scroll; height: 900px; }Unfortunately, you can’t add a mega menu to a sub menu. Best regards, 
 IsmaelFebruary 21, 2019 at 7:28 am in reply to: Logo Centered, menu on either side with base of logo text even with logo #1069808Hi, Thanks for the update. The login url is invalid. Did you change it? 
 Did you disable the Performance > File Compression settings after adding the css code?Best regards, 
 IsmaelFebruary 21, 2019 at 7:16 am in reply to: Problem about rel next/ previous in pagination (2) #1069806
- 
		AuthorPosts
