Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
I hope you did not forget about me.
Alex
Hi Rikard,
Tried the code but very little has changed.
I made some screenshots but do not see a way to chare them here.
The initial button has increased in size but not the form factor and color.
The border of 2px has appeared around the button but stayed 1px on the bottom of it. The color of text, border and background has stayed the same.
Alex
- This reply was modified 3 years, 5 months ago by Alex PS.
January 27, 2021 at 11:22 pm in reply to: Shopify "Buy now" button (Javascript code integration) Problem! #1275919Hi Rikard,
Got it, thank you. There is however one more thing that I am struggling with.
On the page: https://www.smileicon.de/ I use menu as segment links (clicking on each menu item would result in scrolling onto the right segment below).
The problem is that the menu selector does not represent the chosen segment. (All segments are sequential, and when you choose “made to” menu item for example, it scrolls to the right segment but the menu item that is highlighted is “about” and that is not right).
Please let me know if you would be able to help me out with this.
Looking forward to your reply.
Best,
AlexJanuary 26, 2021 at 1:00 pm in reply to: Shopify "Buy now" button (Javascript code integration) Problem! #1275468Hi Rikard,
Thank you for taking the time to look at something not related to the theme.
This is the problem that I ran into, Shopify (the creator of the code) will not provide with much guidance in this matter and I was hoping to get some help from the people who can code (your team) I was really hoping that it would take no longer than 5 minutes per say, but it seems to me that this would not be the case.
In any case, thank you.
Best,
AlexJanuary 25, 2021 at 12:37 pm in reply to: Shopify "Buy now" button (Javascript code integration) Problem! #1275243Hi Rikard,
The page in question was shared in the private message (bottom part of the https://www.smileicon.de/en). The problem with that is when I add the code into the page it does brake the front-end of the page.
Every further placed code either in a separate box or a color section results in that section to be empty and the second code appears to be placed right after the other in the original box when in reality it is placed in a separate box/color section.
Hope this makes sense. It would be much easier to take a look at the page through the back-end. The page name ends with an -alt.
Thank you!
Hi Nikko,
Thank you very much for your time and help. I must say that this was not the issue before. This plugin is used for cleaning hosting cache directly on WordPress.
Thus said thank you!
Best,
Alexanderhttps://desmil-chudskoye.savviihq.com (made a mistake)
shop.smileicon.de
Hi Nikko,
Thank you for a prompt reply. I have extracted the theme before the installation. I must say that not the whole WordPress becomes corrupt, it happens for example when I change the theme to a different one or add pages through Woocommerce Multilingual (not installed in this WordPress installation) it results in a crash.
Best,
AlexanderHi Rikard,
It is safe to say now that this topic could be closed, thank you!
Best,
AlexanderNovember 10, 2020 at 12:52 pm in reply to: Glitch with menu indicator (Possible anchor problem) #1259541Hi Victoria,
Thank you!
Best,
AlexanderHi Mike,
Thank you very much for the code. Seems to be working, have a nice one!
Best,
AlexanderNovember 7, 2020 at 4:08 pm in reply to: Glitch with menu indicator (Possible anchor problem) #1259056Hi,
The glitch was caused by the custom link in the menu. The menu link had #top written after the forward slash; shop.pearlsmile.com/#top, this caused the menu selector to underile the wrong item on the menu.
Hope this helps somebody in the future!
Best,
Alexander- This reply was modified 4 years, 1 month ago by Alex PS.
November 6, 2020 at 1:36 pm in reply to: Glitch with menu indicator (Possible anchor problem) #1258859Hi,
Forgot to mention the website ins question is: http://www.pearlsmile.com – at the home page currently “products” page is underlined by default.
It can also take a little while for the menu indicator to jump from home to “products” page.
Really looking forward to your reply!
Thank you!
Best,
AlexanderNovember 4, 2020 at 1:27 am in reply to: Mobile menu home page language switch does not work #1258156Hi Yigit,
Sorry for the delayed reply. It does seem to work now, I think the problem was hidden somewhere in the WPML settings. Although I encountered quite a few glitches with it besides this one, I am not sure at which point did it go away because I was trying to fix multiple things at once.
It seem that the #top hashtag appears on certain pages but they are working when language is being changed now.
Sorry I cannot provide you and others with a solution.
Thank you very much again for looking!
Best,
AlexanderOctober 29, 2020 at 3:38 pm in reply to: Mobile menu home page language switch does not work #1256776Dear Enfold Team,
The home page still has this problem. Please let me know if you could think of what it could be.
Best,
AlexanderHi Jordan,
I guess you can close the topic. Although I have said that I will torn off WPML I am still hesitant to build another language as a separate wordpress installation. Would you please still look at what could have caused the language switch problem?
If not you can close the thread. Thank you for taking the time to answer and sorry for inconvenience.
Alexander
.
- This reply was modified 4 years, 1 month ago by Alex PS.
Hi Nikko,
Icant find a way to create another thread but I have yet another issue with the website which I can’t wrap my head around
Everything works fine until I go to the website using a mobile device (tried an iPad and an Android phone). When I try to change the language it simply reloads the current one without going to the needed language.
Hope to hear from you!
Best,
AlexanderHi Yigit,
It works! Thank you lots and have a good one!
Best,
AlexanderHi Victoria,
I have noticed that when this css is inserted the cart icon disappears from the menu.
Do you think there is a workaroud that?
Best,
AlexanderHi Nikko,
Thank you so much for taking a look at the issue!
Best,
Alexander- This reply was modified 4 years, 1 month ago by Nikko. Reason: security
Dear Nikko,
This would be off topic but I was wondering if you could see why the transparent menu does not work on the cart page in one of the languages?
Here: https://shop.pearlsmile.com/de/
Looking forward to your reply
Best,
AlexanderThank you thank you thank you !
Hello together,
Actually I have experiences the same issue. On all elements through out the Avia Layout builder the custom css fields do not work no matter what I do. I need different sized buttons on all pages but I am not able to do that. It might be a problem for a lot more people I assume:(
Best,
AlxeanderHi Nikko,
Thank you lots for your help. Works perfectly!
The only question is if I add another language in the future, would I just add another else { into the equation, as mentioned below?
function enfold_change_logo_link($link) {
$currentlang = get_bloginfo(‘language’);
if($currentlang==”en-US”) {
$link = “http://website.com”;
} else {
$link = “http://mywebsite.com”;
} else {
$link = “http://mywebsite.com”;
}
return $link;
}add_filter(‘avf_logo_link’,’enfold_change_logo_link’);
Best,
AlexanderHi Nikko,
Thank you for a quick reply!
I have more than one language at the moment, I can see that you included code for one language. Would you be able to advise a snippet of code for both languages?
I am not good at all with coding.Best,
AlexanderSeptember 9, 2020 at 6:35 pm in reply to: Enfold with WPML (Translation pulls up old settings of the page) #1244674.
- This reply was modified 4 years, 3 months ago by Alex PS.
-
AuthorPosts