Forum Replies Created
-
AuthorPosts
-
Hi,
Other thread you shared was last active 2 years ago. jQuery issues are not present when jQuery version is set to legacy one using the plugin. You can also see only jQuery error is thrown by Hyyan WooCommerce Polylang Integration plugin :)
I updated your pages. Please review your website :)
Best regards,
YigitHi Eveline,
Thanks for contacting us!
You can login on ThemeForest with the account you purchased Enfold and go to Enfold’s page to renew your support – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 :)
Regards,
YigitHi,
I do not think this is theme related as this is the first time I am seeing such issue. My guess is database related or a plugin conflict, that is why I asked if we could try de-activating plugins earlier.
That being said, I do not mind re-uploading pictures. Could you please share the links of the pages where images are missing? :)
Best regards,
YigitHi,
You are welcome, Corina! I am always happy to help :)
Thanks! You too have a nice day!
Best regards,
YigitHi,
You are welcome. Enjoy the rest of your day and let us know if you have any other questions :)
Best regards,
YigitJanuary 13, 2021 at 1:49 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1272156Hey Patrizio,
I enabled debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and copied your content to my testing installation however it worked fine – https://imgur.com/a/Irqp9qb
HTML seems broken on your installation. Do you mind if we try de-activating all active plugins for testing purposes?
Regards,
YigitHi Solf,
Sorry, for that following code should be in Quick CSS as well
.header-scrolled .subtext { opacity: 0 !important; }If that does not help, please post a link to your page so we can look into it :)
Best regards,
YigitHi,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Cheers!
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi Maren,
Thanks for contacting us!
Please use the code as following
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<span id='headText'> <h1>Venezianische<span> Masken</span></h1> <span id='subslogan'>Handgefertigt in Berlin</span> </span>"; $sub .= "<span id='headClaim'> <strong>Here comes</strong> another claim </span>"; return $sub; }I deleted the link from code because subtext is added inside logo link so second link in there breaks HTML and changed Div tags to Span tags as apparently div tags are not allowed inside span tags. I was not aware of that.
If you are going to need to add additional link in subtext, I would recommend using a widget in header (https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area) instead as that would not break existing logo link. If second link is not necessary for you, this version of code should work just fine :)
Best regards,
YigitJanuary 13, 2021 at 11:29 am in reply to: How to change the color to white and make phone number larger #1272118Hi,
Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu” and change font color to white. To increase font size, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling
.phone-info { font-size: 16px; }Best regards,
YigitHi,
Please use the code as following instead
#top.single-product .av-woo-purchase-button .price span { font-size: 20px !important; }Best regards,
YigitHi,
I just checked your website on Safari using my 15inch Macbook but I still cannot see black bars as visitor. I attached a screenshot in private content field.
I thought maybe it happens when browser is not fullscreen but either way, I see no black bars :)Best regards,
YigitHi,
Glad everything is okay now!
Please let us know if you have any other questions or issues and enjoy the rest of your day :)Greetings from Lithuania,
YigitHi,
Thanks for contacting us!
Please go to Enfold theme options > General Layout > Sticky Sidebar menu and choose “Always sticky” :)
Best regards,
YigitHey,
Thanks for the update and glad you figured it out :)
Please let us know if you have any other questions or issues and enjoy the rest of your day!Regards,
YigitHi @solf,
Please add following code to Quick CSS field instead
#top .logo, #top .logo a { overflow: visible; } /* Subtext styling */ .logo .subtext h1 { font-size: 20px; font-weight: 600; } .logo .subtext { position: absolute; top: 50%; right: 0; transform: translate(120%,-50%); z-index: 999; line-height: 0; }If that does not help, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it :)
Best regards,
YigitHi,
@natas442 Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu” and change font color to white :)Best regards,
YigitHi,
I actually edited each element on your page and copied image link from thumbnails, deleted -80×80 part to get fullsized image instead of thumbnails, downloaded them on my computer and re-uploaded them in element :)
Best regards,
YigitHi,
You are welcome!
Please let us know if you have any other questions or issues and enjoy the rest of your day :)Best regards,
YigitHey,
Thanks for contacting us!
I tried searching on your website however I cannot see any notice on results page I attached in private content field below. Have you figured it out already?
Best regards,
YigitHey Sothilingam,
Thanks for contacting us!
We only sell Enfold theme and provide support to our users, which includes installing the theme as well. We do not install WordPress but almost all hosting providers offer 1 click WordPress installation these days :)
I hope that helps! Let us know if you have any other questions :)
Best regards,
YigitHi,
I went to theme options to insert your token however I see that in the meantime, you have successfully inserted it :)
We are going to release new version of Enfold within 2 weeks. You should receive the update notification then and can update the theme from WP dashboard :)Regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Sorry for my late reply!
I did not add the code, I commented it out in functions.php file of your child theme, which stops the code from running. It must have been added by you or someone from your team :)
Best regards,
YigitHi Britte,
I edited the code in Quick CSS field and added following
#top .variations_form, #top .variations td { padding-left: 0; }and changed the first code to following
#top .variable-price-col .av-woo-purchase-button > .price { display: none; }Please review your website :)
Best regards,
Yigit-
This reply was modified 5 years, 2 months ago by
Yigit.
January 12, 2021 at 5:06 pm in reply to: Scroll down arrow and space between slider and next section #1271953Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Even though your images are available in media library, they were not available in elements media uploader. I tried uploading images once again in media uploader and that worked.
Please review your website :)Best regards,
Yigit -
This reply was modified 5 years, 2 months ago by
-
AuthorPosts
