Forum Replies Created
-
AuthorPosts
-
January 7, 2021 at 1:30 pm in reply to: Some WPML translations on certain pages not working with Enfold #1270860
Hi,
Thank you and happy new year to you also 🙂
I note that the WPML > Translation Management option says: “Before you can use WPML’s Translation Management, you need to complete this quick setup.” please see the first screenshot.
When you are viewing the frontend of the post, in the admin toolbar there is an “Edit Translation” option, is this the page you mean? I don’t see any shortcodes there. Please see the second screenshot.
Now when I compare this page of the working translation page, to the non-working translation, the non-working translation has mostly English text in the Korean translation. Please see the third screenshot.
Please try correcting the non-working translations. That is, I believe the translations are working correctly, but the translations of this page are in English, incorrectly, and changing the incorrect text to Korean will then display the language correctly.Best regards,
MikeJanuary 6, 2021 at 2:46 pm in reply to: BUG: content no longer showing after editing copyright field via theme options #1270629Hi,
@Guenni007 thank you for your help, as always, with these threads, and Happy New Year🙂, I don’t believe there was a “bug”, on the other thread I noted thesiteground-optimizer-combined-js
error and recommend disabling it. A day later I cleared the theme merging and everything seemed fine, so I assumed that thesiteground-optimizer-combined-js
contained an error.Best regards,
MikeJanuary 6, 2021 at 2:07 pm in reply to: WPML flag in menu link to external url working only on homepage? #1270615Hi,
Thank you, I also wish you a happy and healthy 2021🙂
As I investigated further I noted that in WPML > Language URL format > A different domain per language it says: This option is not yet available for Multisite installs
so I understand that you are trying to work around this with the function above, but since it is not working on all pages I wonder if WPML is working against us by setting the URL after Enfold, or some other conflict.
At the current setting WPML > Language URL format > Different languages in directories you can see that the “expected” URL is the undesiered /iq/zh-hans/
I found that this option in WPML can be turned on, so perhaps using this instead will work correctly.
I found the link to the WPML function from this WPML support thread, I’m linking to it because it has further tips than the official page that might help you.Best regards,
MikeHi,
Thank you for the login, I checked your Quick CSS and found that you had two errors with media queries missing brackets, I corrected these and now the lower half the css in the Quick CSS will work correctly.
I changed the “max-width” css to this:@media only screen and (min-width: 1250px) { #top #main > .container_wrap.fullsize > .container { max-width: 1250px !important; } }
This seems to be working correctly. I also noticed that you disabled the jQuery Migrate & enabled Load jQuery in your footer, I recommend disabling these two settings if you notice any issues, at least as a test.
Correcting the Quick CSS seems to have fixed your “text-sep-date” & H1 font size issue.
Please clear your browser cache and check.Best regards,
MikeHi,
Glad Ismael could help, since you placed this function in your child theme functions.php it will be safe and not overwritten, this is the correct place for it.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Thanks for the feedback, I see for mobile the social icons and the search icon are not displaying, are you still using your custom functions above? Please try removing this and update the Enfold theme, as you are using version 4.6.2 which is quite old now and contained many errors that have now been corrected in the current version 4.7.6.4Best regards,
MikeHi,
Happy new years to you too 🙂
I checked your site and the font error seems to be solved.Best regards,
MikeJanuary 4, 2021 at 2:59 pm in reply to: Graphic Elements rendering only AFTER leaving the browser window when scrolling #1270164Hi,
Glad to hear this helped, as you were able to see the correction without doing the “merge & compress” and “delete old CSS and JS” part, you should be fine now, but should some changes in the future not take hold you can then try this step.
I recommend not using any caching or minifying until your site is done, only because making frequent changes can be masked with the cache.Best regards,
MikeHi,
Thank you for the screenshot, from this I see your max-width is set to 1250px, but your blog page is still 1010px, this css would correct:#top.page-id-248 #main > .container_wrap.fullsize > .container { max-width: 1250px !important; }
I used the page ID after “#top” in the css above because it looks like this page is not set as the site “blog” page, if it were we could use the “blog” class after the “#top”.
To set the post H1 to 40px please try this css:
#top .fullsize .template-blog .post-title { font-size: 40px !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Happy New Year to you too 🙂
So in the browser console I see these two errors:
both of these javascript files seem related to your affiliate program.
It sounds like your affiliate program plugin is only needed to update the database and not for each purchase, if this is true then you should be able to disable the plugin and test again. Please try this because there is a chance that once these errors are removed the product page will work correctly.
Best regards,
MikeJanuary 4, 2021 at 1:16 pm in reply to: Hide logo (mobile only) when scroll down stopped working since last update #1270132Hi,
@baucks please include a link to your site, and please remove your “custom_hide_logo_script” code.
So for your iPad you would like the header to be sticky and have the logo disappear on scroll, and you would like this on the desktop version. For mobile do you want the same? If you are hiding the logo on scroll why do you want you show the header, so the burger menu is visible?
I ask because typically the header takes a lot of space on smaller screens, you might be interested in having the header scroll away when the user scrolls down and have it show when the user starts to scroll up, if you are please see this thread.Best regards,
MikeHi,
So your plugin support says there is a “SOAP WSDL error” but your hosting support says there is not one?
Which plugin are you using for your Virtual POS?
I tried to test your checkout on http://www.tarimyedekparcam.com.tr to see the error but I did not see any credit card entry field and the only errors I found were “mixed content” for fonts & a logo.Best regards,
MikeHi,
Thank you for the link to your test page, I see that the “Text Block with a link” & the “Link in List Item Desciption” are not changed, but because the
mobilepay:// protocol is not recognised the links do not launch.
The last link “CATALOGUE LIST ITEM ADVANCED LINK” has had the mobilepay:// removed, which we could add back in but then the link will be like the first two, where the whole link is shown but will not launch.
I do not find any plugins to add the protocol, so I don’t see how you will be able to use this.
I did find another page on your site /priser/, these links usehttps://www.mobilepay.dk/
where the protocol is https:// and the domain is mobilepay.dk and these links work correctly.
Are you sure you are supposed to use the mobilepay:// protocol?Best regards,
MikeHi,
Sorry for the very late reply, I tried to investigate the mobilepay:// protocol but apparently it was shut down in January 2018, since you are asking about this I imagine this is still being used at your location. Since WordPress doesn’t recognize the mobilepay:// it is trying to correct the “error” I didn’t find a way to add your own protocols, but I believe we might be able to write a script that will adjust this for you on page load.
Can you create a test page and link to it so we can investigate further.Best regards,
MikeDecember 30, 2020 at 2:54 pm in reply to: WPML flag in menu link to external url working only on homepage? #1269987Hi,
Sorry for the very late reply and thanks for the login, I tried investigating why the [CH] language switcher is not linking correctly on other pages, when I check your functions.php it looks like you have created a custom post type of “iq” and a custom category of “iq”, from past experience I have seen strange issue arise when a post type and category type are the same.
I also have a question about the function “wpmlcore_3937_fix_for_enfold_page_builder” and what it is doing with “_aviaLayoutBuilderCleanData”
I’m not sure what might be causing this, but I’m thinking it could be a conflict in functions.Best regards,
MikeHi,
Sorry for the very late reply, and thanks for the link to your site. I took a look but I couldn’t find the masonry grid as shown in your screenshots, if you could link to the page I sure we could help with the background shadow.
I also checked one of your blog posts H1 title and it seems to be set to a font size of 30px for both desktop and mobile, this is the H1 you meant correct? The login token doesn’t seem to allow me into the backend to check your settings, please check.
As for the image size of the blog page, the page container width is set to 1010px, which is consistent with your “boxed” layout for your site, but your blog gird is set to 3 posts per row, so to achieve this the images must be smaller, if your grid was set to 2 posts per row the images would be larger, or we can change the width of just the blog page so the images are larger, 1310px for example.
Please try changing the number of posts per row, or try changing the width of your pages in the theme settings to see if this would help.Best regards,
MikeHi,
Very good, as I understand the above, the preloader was not the suspected cause, it was just hiding the SOAP error, so once that is sorted out, it sounds like you will be able to enable the pre-loading again.Best regards,
MikeDecember 29, 2020 at 3:30 pm in reply to: Some WPML translations on certain pages not working with Enfold #1269968Hi,
Sorry for the very late reply, are you still experiencing a change in the Translation editor? Can you explain what is different now?
You can add screenshots by uploading your images to a service such as https://savvyify.com/img/ and pasting the html code, or link given in your post or the Private Content area.Best regards,
MikeDecember 29, 2020 at 3:17 pm in reply to: how-to-stop-background-video-in-color-section-from-auto-looping #1269966Hi,
Sorry for the very late reply, and thanks for the login, it looks like you (*someone) added the “section.php” to your child theme, but the function to use it was commented out:/* add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; } */
I uncommented this function so your custom “section.php” will be used, and in my test it is now working, please clear your browser cache and check.
Best regards,
MikeHi,
Sorry for the late reply, are you trying to have the video autoplay & loop on mobile? I ask because getting the video to autoplay for mobile may not be possible for all devices, due to browser limitations, but the loop should work.
I also notice that your video link is in this formathttps://youtu.be/Kohi7wu-P74
please try this format insteadhttps://www.youtube.com/watch?v=Kohi7wu-P74
Best regards,
MikeDecember 29, 2020 at 2:06 pm in reply to: Trampelt kaufen ; Optionen & Preis ; Wartung ; deutsche Handhabung #1269962Hi,
Entschuldigen Sie die späte Antwort. Ich werde versuchen, Ihnen bei Ihren Fragen behilflich zu sein. Zwar haben wir derzeit keinen deutschen Muttersprachler im Moderatorenteam, aber normalerweise können wir über Google Übersetzer helfen.
# 2> Ihre Frage zu den Preisen, alle Vorlagen sind im Thema enthalten, jedes Element auf der Seite kann sein hinzugefügt oder entfernt.
Normalerweise wählt man eine “Basis” -Demo aus einer davon und importiert sie und passt sie dann an.
# 3> Sie können Ihr eigenes Design oder Layout erstellen, ohne die Demos oder nur die gewünschten Elemente zu verwenden.
# 4> Wartung? Ich bin mir nicht sicher, was Ihre Frage zur Wartung ist. Dies wäre das gleiche wie bei jeder WordPress-Site.
Ich hoffe, dies hilft bei der Beantwortung Ihrer Fragen.— Translated with Google —
Sorry for the late reply, I will try to assist with your questions, it is true that currently, we don’t have a native German speaker on the moderator team, but typically we are able to assist via Google translate.
#2 > your question about prices, all of the templates are included with the theme, each element on the page can be added or removed.
Typically, one would choose a “base” demo from one of these and import it and then customize it to suit.
#3 > You can create your own design or layout without using the demos or only using the elements you wish.
#4 > maintenance? I’m not sure what your question about maintenance is, this would be the same as any WordPress site would be.
I hope this helps answer your questions.Best regards,
MikeHi,
Sorry for the late reply, the middle section of your post above looks like a response from your plugin author, first it asks to disable the pre-loading script, which you can do at Enfold Theme Options > Theme Options > Page Preloading, then doing this it says you will then see the “SOAP WSDL” error.
Then it says you should ask your “server provider” to enable this function.
So at this point they are asking you to contact your web hosting to enable “SOAP WSDL” on your server, please try contacting your webhost to do this.
I’m not sure how your Virtual POS plugin is using SOAP WSDL, but hopefully following their advice will help you.Best regards,
MikeHey Esteban,
Sorry for the very late reply, so you are trying to use a different menu for the mobile menu than the desktop menu? Enfold doesn’t have an option to use a different menu for mobile, so could you please include an admin login so we can examine how you are trying to achieve this.Best regards,
MikeHey brunet77,
Sorry for the very late reply, did you set the Enfold > Privacy & Cookies > Default Cookie Behaviour to the first option? The option will enable all cookies by default, and thus enable the services such as google analytics. Try to set it to the third option (User must accept and must opt-in, only essential cookies selected).
Best regards,
MikeHi,
Sorry for the very late reply and glad to hear you sorted this out for the buttons, can you post a link to where we can see the tooltips. Is the shortcode showing on the frontend, or is it just not working?Best regards,
MikeHi,
Entschuldigen Sie die sehr späte Antwort, da ich die Frage verstehe, die Sie wissen wollten, warum Sie eine Größe für die SVGs festlegen müssen. Dies liegt daran, dass SVGs keine Pixelgröße haben wie Bilder. WordPress unterstützt SVG noch nicht nativ. Wenn dies der Fall ist, bin ich sicher, dass dieses und andere SVG-Probleme behoben werden. Ich glaube, dies ist ein Thema, das im Kern und nicht von einem Thema aus behandelt werden sollte.
Bitte beachten Sie, dass Sie in Ihrem obigen Codebeispiel einem Bild eine ID gegeben haben, diese jedoch auf jeder Seite nur einmal verwenden sollten. Stattdessen sollten Sie den Bildern eine Klasse geben, die auf jeder gewünschten Seite so oft verwendet werden kann.— Translated with Google —
Sorry for the very late reply, as I understand the question you wanted to know why you must set a size for the SVG’s, this is because SVG’s don’t have a pixel size as images do. WordPress doesn’t support SVG natively yet, when they do I’m certain this and other SVG issues will be sorted out. I believe this is an issue that should be addressed at the core and not from a theme.
Please note that in your code example above you gave an ID to an image, but you should only use an ID once on any page. Instead, you should give the images a class, which can be used as often on any page you wish.Best regards,
MikeDecember 27, 2020 at 9:59 pm in reply to: BUG: content no longer showing after editing copyright field via theme options #1269883Hi,
Sorry for the very late reply and thanks for the login, I took a look at your live set and your staging site and I don’t see a difference, and the shortcode in the socket seems to be working on both sites. I assume that you were able to sort this out. Please let us know if you need further assistance with this.Best regards,
MikeDecember 27, 2020 at 9:41 pm in reply to: Design problems with The Modern Events Calendar, Enfold and Woocommerce #1269882Hey Asterios,
Sorry for the very late reply, I installed Modern Events Calendar Lite & WooCommerce and found the error for the broken monthly view. To correct please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.mec-month-container > dl > dt { clear: right !important; }
Then disable Enfold Theme Options > Performance > JS & CSS file merging and compression and enable Enfold Theme Options > Performance > Delete old CSS and JS files and the clear any caching plugins and your browser cache, and then check.
If this doesn’t help then please create a test page with the Modern Events Calendar shortcode for the monthly view so we can examine it.Best regards,
Mike -
AuthorPosts