humpiedump
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Homepage blog archive not responsiveThanks very much Kharis, that fixed the problem.
Forum: Themes and Templates
In reply to: [Sydney] Homepage blog archive not responsiveHello Kharis,
Thanks for your quick reply. I’ve tried switching to main theme, but the layout doesn’t change.
In my child themes css there’s nothing for responsive behavior.
I installed plugin health and troubleshooting, disabled all plugins > same result.
Checked css, I don’t see any code which could prevent it from going 100%.
This css line is valid:
@media?only screen and (max-width: 767px)?{.posts-layout .list-image?{width: 100% !important;}}Thanks!
I installed loco-translate and dumped the nl translation, dashboard looks fine now.
If the translation isn’t okay, why don’t you guys dlete it, would make life easier for users.Perfect solution! thank you!
Hello Support,
No not really.
I like plugins wich give users a choice to use some of the functions or use all of them, depending off the websites I use it on.You’re displaying a top bar while the connection with GA isn’t there (cause it’s not needed on some websites). That’s a really poor user experience. As long the connection isn’t there I can not get rid of the top-bar, while the fact that the connection isn’t there indicates that I’m not that interested in GA.
Not all admins are webdevelopers, some just know how to do updates and add some content, wich enables them to maintain their own website without extra costs.
And if something strange happens (like a top-bar wich seems to screw-up the looks of a website) they call the guy who build the website (quess who?).
See my point?
And is clicking the go-away-top-bar-x one time enough?
No every time you switch pages to check how things look on the front-end you need to click it again and again.
You can not be serious that this is user-friendly.
I can’t imagin in wich scenario this top-bar is helpfull, but maybe you an enlighten me?Nice fi Snapper65 but I refuse to add code to remove ads from a plugin :-).
If it’s not going away by itself soon, it’s exit Rank Math and welcome to simple SEO.Thanks for including the restriction for the default reset password in your next update.
I wondered how I could miss such an important option as preventing core-login. Maybe it is because you have a tab called General and under this tab you’ve got General options / Login options and Frontend options, but these options are styled very differently and are easy to miss.
Why not make Login options and Frontend options regular tabs next to General? That would be more logic and you just needed to go through all the tabs one by one to miss nothing.Just a suggestion to make your plugin better with a minor adjustment.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Background images settingsThanks Andrew!
This took a lot of my time.
Is site origin page builder no longer compatible with theme Sydney?
Should I choose a different theme?I meant URL, not link
Hello Amrit,
Thanks for your reply.
I did as you suggested, the default login-form is disabled so that’s good.
But the link that was used (/wp-login.php?action=resetpass) is still accessible.
So problem not solved?Have a great day!
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Slider distorted on mobil viewHi ALex,
It’s the desktop version of firefox, yesterday there was no navigation, I just checked again and the navigation is now visible when I hover over the slider, so that’s perfect.
I changed the on-mobile-setting and it works (ofcourse it does, stupid of me to not see that ?? )
Thanks again for your help, all is well now!Best regards,
BernhardForum: Plugins
In reply to: [Page Builder by SiteOrigin] Slider distorted on mobil viewHi Alex,
thanks for your quick answer. I uploaded the file and the slider’s proportions look good now, so thank you very much!
Will this change temain after the next update?One more question:
In Firefox and on mobile I don’t see the navigation arrows and bullets (In Brave and Chrome they do show).Is it possible to fix this also (sorry I didn’t mention this right away.Best regards,
BernhardForum: Themes and Templates
In reply to: [Sydney] Adjustment breakpoint mobile menu no longer workingHello Kharis,
Works, problem solved.
Thank you for your support!Best regards,
BernhardForum: Themes and Templates
In reply to: [Sydney] Adjustment breakpoint mobile menu no longer workingHello Kharis,
Thanks for your quick response. I did as you suggested. unfortunately the outcome is the same as you can see. I have cleared the cache in wordpress and browser.
Is this code in childthemes function.php still correct?:
/* Aangepaste enqueue voor child-theme-java (aanpassingbreekpunt)*/ function sydney_child_dequeue_script() { wp_dequeue_script('sydney-main'); } add_action( 'wp_print_scripts', 'sydney_child_dequeue_script', 100 ); function add_theme_scripts() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_script( 'sydney-main-child', get_stylesheet_directory_uri() . '/js/sydney-main-child.js', array('jquery'),'', true ); } add_action( 'wp_enqueue_scripts', 'add_theme_scripts' );
Best regards,
BernhardForum: Themes and Templates
In reply to: [Sydney] Adjustment breakpoint mobile menu no longer workingForgot to mention: the menu has dissapaered between 767px and 1024 px screenwidth ??