martini0
Forum Replies Created
-
I thought the help here was from the devs themself. I will contact them directly, as I have a pro account.
Why am I not getting help? Please forward to a manager if you are unable to tackle the issue.
Could you kindly help?
Hi,
It is a live running website. Could you please help me?Hi,
No its not working. Please check closer.When you select an product there it first shows the parent picture, but when scrolling the picture it shows the right picture. How can I fix this?
Im sorry. I disabled it. It is now back active.
Hi, The website is back online, the server had an error this night with the Redis cache. You can see the site now
Please see the link in the first message. And I can’t post a screenshot here?
- This reply was modified 3 years, 10 months ago by martini0.
Forum: Fixing WordPress
In reply to: 404 error on page that doesn’t exists /hello/Thanks. But that doesn’t sound valid. Yes, I know what a 404 means, but why is it being found by Google as the page is removed for many years. Making the page again, doesn’t sound wise. It’s a ‘hello’ page. A better fix via the sitemap or noindex should be better. I think?
Forum: Fixing WordPress
In reply to: Remove Woocommerce Borders on product pageGot it -> I hasn’t closed my @media a few lines before that.
The code works.Forum: Fixing WordPress
In reply to: Padding on product pages (mobile phones) too high to headerYour the best. Super thanks man!
Forum: Fixing WordPress
In reply to: New PHP code errorDion doesn’t sound Russian. Are you sure your name is not Sergey?
Forum: Fixing WordPress
In reply to: New PHP code errorI found where to place the Javascript. But its not working. Does anybody know how to fix it?
function menuSetup() { //enable child menu items on mobile flyout menu (works like an accordion element) $('.fusion-flyout-menu .menu-item-has-children > a').click(function(e) { e.preventDefault(); $('.fusion-flyout-menu .menu-item-has-children.open > .sub-menu').not($(this).next('.sub-menu')).slideUp(); $('.fusion-flyout-menu .menu-item-has-children.open').not($(this).parents('.menu-item-has-children')).toggleClass('open'); console.log($(this)); console.log($(this).parents('.menu-item-has-children')); $(this).parents('.menu-item-has-children').toggleClass('open'); $(this).next('.sub-menu').slideToggle(); }); }Forum: Fixing WordPress
In reply to: New PHP code errorThe css part is working now 🙂 but how do i do javascript?