Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
February 25, 2019 at 4:17 am in reply to: Subnavi via anker-links (jquery) do not highlight the links correctly #1071116Hi, We are not really sure what you did, but we’re glad it is fixed. Should we close this thread? Best regards, 
 IsmaelFebruary 25, 2019 at 4:08 am in reply to: Layout Blogbeiträge (classic grid) – Überschrift anpassen #1071115Hi, Thanks for the update. The grid seems to be responding properly on mobile view. This is we what see on our end. Screenshot: https://imgur.com/a/qDJZGHD Best regards, 
 IsmaelHi, We reported the issue to the dev team. Please wait for their response. Best regards, 
 IsmaelHi, Great. Glad it’s working. Please don’t hesitate to open a new thread if you need anything else. Have a nice day. Best regards, 
 IsmaelFebruary 25, 2019 at 3:57 am in reply to: Logo Centered, menu on either side with base of logo text even with logo #1071107Hi, Did you copy the code from your email? You have to copy any snippet or code directly from this forum. We adjusted the code a bit. It’s working now. Unfortunately, we can’t put the menu items on either side of the logo. Best regards, 
 IsmaelFebruary 25, 2019 at 3:50 am in reply to: Updating to Enfold 4.5 and validating Personal Token #1071104Hi, 
 @SpaceNotation: Did she register to this forum after purchasing the theme? Please ask her for the purchase code, which is what’s required in order to create an account in this forum. It also serves as a verification that she actually bought the theme from Themeforest and not anywhere else.// https://kriesi.at/support/register/ Best regards, 
 IsmaelHi, 
 @Lin84: Use this css code to remove the default menu on mobile view.media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { display: none; } }
 @Guenni007: We never really had anyone reporting issue with the mobile detection script, so I don’t think changing it would be necessary.Best regards, 
 IsmaelHey Reinhard, Thank you for using Enfold. That is the default lightbox image size, but it can be adjusted in the Settings > Media panel. Change the size of the “Large” thumbnail and then regenerate the images afterwards. // https://wordpress.org/plugins/regenerate-thumbnails/ Best regards, 
 IsmaelFebruary 22, 2019 at 8:34 am in reply to: Subnavi via anker-links (jquery) do not highlight the links correctly #1070258Hi kisys! Thank you for opening another thread. Did you add more than one anchors for the same section in that page? Regards, 
 IsmaelHi, Thanks for the update. Where did you add the image element? I did find the same picture in the home page, but it was added in a slider, not an image element. And I can’t find the custom css class attribute when I check the markup. Please provide a link to the actual page with the image element. Best regards, 
 IsmaelFebruary 22, 2019 at 8:25 am in reply to: Layout Blogbeiträge (classic grid) – Überschrift anpassen #1070255Hey Sascha_2018, Thank you for using Enfold. You can use this css code to change the style of the post title in a grid layout. .html_elegant-blog .avia-content-slider .slide-entry-title { padding-top: 15px; font-size: 1.6em; font-weight: bold; color: red; }I translated your inquiry using Google, so I may have missed some part. let us know if you need anything else. Best regards, 
 IsmaelFebruary 22, 2019 at 8:19 am in reply to: Reference / Reuse Backend defined Theme Colors in CSS #1070253Hey The Shadow, Thank you for using Enfold. The theme is not using css variables to define the color sets, but they are accessible in a PHP global variable called $avia_config. I’m not sure how you’ll incorporate that with your custom stylesheet though. Check the css > dynamic-css.php file for reference. Best regards, 
 IsmaelHey shopbrickwall, Thank you for using Enfold. Are you using the advance layout builder to create the content of your posts? If that is the case then you’ll have to add the summary manually in the Excerpt field. You can enable it from the Screen Options. Best regards, 
 IsmaelFebruary 22, 2019 at 7:52 am in reply to: How can I implement "Organization" Structured Data? #1070250Hi, Thanks for the update. 1.) Yes, that could work, but it’s usually added right before the closing body tag. More example in the docs: // https://schema.org/Organization Or you can try one of these plugins: // https://wordpress.org/plugins/schema/ 
 // https://wordpress.org/plugins/wp-structuring-markup/2.) This thread might help. // https://kriesi.at/support/topic/sturctured-data-testing-error/#post-1013165 Best regards, 
 IsmaelFebruary 22, 2019 at 7:21 am in reply to: Enfold page builder layout broken with All In One SEO Pack compatibility issue #1070248Hi, We are very sorry for the confusion. We’ll forward this issue again to our developers. They confirmed that the following modification fixed the issue. // https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/1995#issuecomment-449563588 Have you tried it? Best regards, 
 IsmaelFebruary 22, 2019 at 7:09 am in reply to: Single page site Smooth Scroll Anchors not working #1070246Hi, Thank you for using Enfold. As previously suggested, you have to remove the extra slash that is before the anchor so.. https://site.com//#aboutshould be… https://site.com/#aboutBest regards, 
 IsmaelHi, Thanks for the update. There is a new reCaptcha widget option in the latest version of the theme, 4.5.4. Upgrade to the latest version and then go to the Enfold > Google Services panel to activate it. You’ll need API keys for that. // https://www.google.com/recaptcha/admin Best regards, 
 IsmaelHi, Great! Glad we could help! Please take a moment to review our theme and show your support https://themeforest.net/downloads 
 Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :) Best regards, 
 IsmaelFebruary 22, 2019 at 5:39 am in reply to: Content-subnavi – highlighting work not correctly, may interfere with other elem #1070219Hi, 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, 
 Ismael
- 
		AuthorPosts
