kuckovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Will my followers get emails if I convert many pages to posts?Hi again
Ah, okay.
I would suggest you write in their support-forum then.
https://wordpress.org/support/plugin/jetpack/They’re fairly quick to reply – and they can 100% give you a more accurate answer 😀
So that you don’t spam your customers 🙂Best regards
Forum: Fixing WordPress
In reply to: Will my followers get emails if I convert many pages to posts?Hi @moonshadows
It’s hard to say – my initial thought is “no”.
Although, I would test it with 1 conversion first, and then see what happens.
Is it integrated with MailChimp or something like that?Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Parent css overwrites child css responsivenessHi @robinburen
How are you enqueuing your stylesheet for the responsive CSS?
Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Mobile Menu isn´t workingThe menu on desktop are ordinary links.
The mobile menu is processed through jQuery – and will fail, because of the error.I agree, you definitely should take a look at the way it’s built.
Best regards
Forum: Fixing WordPress
In reply to: Mobile Menu isn´t workingNo worries.
Please let me know if you need further assistance 🙂Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Mobile Menu isn´t workingThe code will not execute because of the other jQuery error.
You’ll need to address this first.Looks like it’s a Google Maps error.
- This reply was modified 6 years, 4 months ago by kuckovic.
Forum: Fixing WordPress
In reply to: Mobile Menu isn´t workingI see some jQuery errors on the console.
This might be whats going wrong.Also, your menu is made with a select-box + options, and not traditional links.
You might consider changing this.This is the Error I think is causing this:
VM158:1 Uncaught ReferenceError: google is not defined at eval (eval at <anonymous> (smthemes.js?ver=1663:1), <anonymous>:1:27) at smthemes.js?ver=1663:1Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Content box not good size in mobile versionHi @valetrends
Well you could add the following CSS (with a media-query)
@media screen and (max-width: 576px) { .entry-content .content-box.bfb1 { margin: 0 auto; width:100%; float: inherit; max-width: 100%; height: auto; } }This will apply to small devices portrait and landscape.
Looks good here, when the code above is applied.Best regards
Aris KuckovicThanks a lot for the hint!
It’s gone now 😀Forum: Fixing WordPress
In reply to: Tag count in post editorHi @jaycbrf
Exactly, I haven’t found anything like this before – but my customer wants this feature.
Hmm, gotta do something custom then.Thanks anyways!
Forum: Fixing WordPress
In reply to: Post not appear on blogHi @axento
Okay, that’s very strange.
How did you find the URL for the post?Just troubleshooting atm. – we’ll find a solution, I’m sure 🙂
Best regards
Aris Kuckovic
Gratis hjælp til WordPressForum: Fixing WordPress
In reply to: howdy string on submenuHi @infomil
If you mean “logged in” and “logged out” users, this can be achieved using following plugin: https://da.wordpress.org/plugins/nav-menu-roles/
I’ve used it before – and it’s working like a charm 🙂
Best regards
Aris Kuckovic
Gratis hjælp til WordPress- This reply was modified 7 years, 9 months ago by kuckovic.
Forum: Fixing WordPress
In reply to: Post not appear on blogHi @axento
Do you have any caching on the website?
It does not appear in the search aswell – so it might be caching.Forum: Developing with WordPress
In reply to: Problems with $wp_rewriteHi @bcworkz,
I managed to make dictionary work, by creating a similar function, but higher priority.
It hurts my eyes to look at this coding.Now – I have an issue regarding the products.
One of my products has following URL:http://mywebsite.com/shoes/sneakers/vans/vans-s
Now, I can change that to:
http://mywebsite.com/lalalala/lolololoolo/foo/vans-s
And I will still see the “vans-s” shoes product-page?
I guess it’s because the RegEx matches the “vans-s” part, and ignores everyting else completely! Do you know a way around this? Really annoying!Thank you so much for the help so far!
Best regards
Aris KuckovicForum: Developing with WordPress
In reply to: Problems with $wp_rewriteHi @bcworkz,
I have been doing so – and I appreciate you mentioning it anyways.
I know it’s not the best – the plugin has been developed by a group of developers who are not longer a part of the company. I’m here to fix their ….. work..
Okay, makes sense regarding the dictionary-function with a higher priority, I will try this tomorrow as the first thing. Now, what about the product “categories” – I can change them to whatever I like, and it will still be able to find the product?
I’m sorry for all these questions, but I have read so much of their code – and corrected so many errors – now I’m just getting stuck.
Best regards
Aris Kuckovic