Digital experiences for all disciplines
Forum Replies Created
-
-
Any ideas on this guys? I really need to add a text on top of the page and I can’t figure out how!
This reply has been marked as private.Thanks a lot David!
That’s what I needed.
Resolved!Ok thanks for the reply Kyle but I didn’t really want to add another plugin.
I resolved this by going to functions.php file of the child theme and adding the following code:/** * Changes the redirect URL for the Return To Shop button in the cart. * * @return string */ function wc_empty_cart_redirect_url() { return 'http://yourdomain.com/your-page/'; } add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );
Hello,
I did some digging and it turned out to be a problem with corrupted htaccess file but since the server is Windows (IIS) I renamed the web.config file and now it seems to be working correctly.
Sorry for the inconvenience.
Thanks for this Mohammad,
Although I was looking for a solution different than changing the font size this works pretty well and you can’t really see much difference in the font size.
Cheers for that!
Hi Mohammad and thanks for your reply.
Unfortunately the code you provided doesn’t work.
Text still appears behind the logo.Perfect!
Thanks a lot Mohammad!
Hi David,
The weird thing is that the menu for the spanish text had one less page so it was actually shorter than the rest.
However, the mega menu option in the other languages had 19 options whereas the spanish one had 17 and the problem might have started from there.But again, I don’t know why this would happen to begin with.
Anyway with the css code it’s sorted so everything is fine.
Thanks for your reply.I have used the following:
.menu-main-menu-spanish-container{ float: right; }
I am wondering though why this happened since I didn’t do anything different with the other menus…
Mark as resolved.
ThanksThanks a lot David!
This worked great!Thanks for your reply Ed,
Unfortunately it didn’t work. As you can see it’s still flickering…
Ok thanks.
Will be waiting…Hi Rui,
I have deactivated all plugins but the problem remains. The only plugins I was using were the ones of the theme plus one for password protection.
My theme version is the latest which is 3.17 not 3.16.
Any thoughts?
Hi Mohammad,
I have 3 mac devices in my place and all 3 devices have the same issue in Safari browser.
As I said it works fine in Chrome and Firefox.Are you using safari for PC or for Mac?
-