mauko
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Menu Item Text Size Disappeared- This reply was modified 3 years, 5 months ago by mauko.
Forum: Themes and Templates
In reply to: [Sydney] Menu Item Text Size DisappearedThe snippet has been deactivated because of a error in line 3:
Cannot redeclare function sydney_child_menu_font_size.Forum: Themes and Templates
In reply to: [Sydney] Menu Item Text Size DisappearedSo my next problem is to get the previous Sydney Version… I did put it into a functions php file, but with Sydney 1.83 and I don’t see any changes…
- This reply was modified 3 years, 5 months ago by mauko.
Forum: Themes and Templates
In reply to: [Sydney] Menu Item Text Size DisappearedSame here, have the same problem even though I use a child theme…
That said. I would love to have a monitor, where you actualy could see all the plugins you really are using, when the page is finished. So you sometimes try out different plugins (especially in elementor) and never deactivate those, even though you don’t use them anymore…
Is there a way to do that? Most of the time I end up deactivating one plugin after the other one and constantly checking the page, if something’s missing…
Hope someone knows what I mean ??It’s not working on different themes, even OceanWP and Astra didn’t work…but…
It’s because some other elementor plugins sometimes cause this misbehaviour. For example: If I use just elementor and elementor pro in most cases it works fine. If I have other plugins like Elementor Extras, Elements Plus! Essential Addons for Elementor and so on, it happens that I just get a white screen in all those different user roles, except as Administrator. Therefore you have to kick out one by one to see, which plugin is simply “too much”.Forum: Plugins
In reply to: [Polylang] Language Switcher there but invisibleThank you @chouby
As you suggested, I did contact the developer (athemes) and I got a reply from them, helping me out with a CSS Code that solved the problem:.menu .lang-item .screen-reader-text { clip: unset; width: auto; height: auto; position: static; } .menu .lang-item .screen-reader-text span { display: none; }
Thank you all
Forum: Plugins
In reply to: [Hash Link Scroll Offset] How about “multisite”OK thank you, I will further investigate…
So far so goodForum: Plugins
In reply to: [Hash Link Scroll Offset] How about “multisite”Sorry for bothering. I see this: (with 200 offset)
MovieThe reason it kind of worked was probably, because I used this css-code:
@media (min-width: 1025px) { [id^="row"] { padding-top: 200px!important; margin-top: -200px; } }
That kind of worked…
Forum: Plugins
In reply to: [Hash Link Scroll Offset] How about “multisite”Sorry for the link. Take this one:
Testsite
I made 3 Rows each with an ID. Offset is 150 (big), but I can take 0 or 300, the offset only changes within 30 pixels…
Console? Well how do I read that (don’t see errors)Regards Mauko
It only works for me, because I made the changes in the original theme (in the child theme I can’t make it work)
The path: admin > main > options > 00.theme-setup.phpfunction thinkup_title_select() { global $post; if ( is_page() ) { printf( '%s', esc_html( get_the_title() ) ); } elseif ( thinkup_check_isblog() ) { printf( __( 'Jobs', 'lan-thinkupthemes' ) ); } }
If someone shows me, how to do this in the child theme would be great
I did just that with a child theme, but now it is showing me both titles…
https://www.swissmode.org/jobs/get_header(); ?> <?php if (is_home()) { ?> <div id="intro2" class="option1"><div id="intro2-core"><h1 class="page-title"><span>JOBS</span></h1></div></div> <?php } ?> <?php if( have_posts() ): ?>
- This reply was modified 7 years, 10 months ago by mauko.
Forum: Themes and Templates
In reply to: [Sydney] Sydney scrolling differently in FirefoxThank you vladff,
This helped me in my child-theme for “sydney 1.35”Same here: https://www.swisscouture.ch
Thumbnails from Gallerys not showing and I got this:Warning: Division by zero in /home/www/web395/html/swisscouture/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/gd.thumbnail.inc.php on line 296
Warning: Division by zero in /home/www/web395/html/swisscouture/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/gd.thumbnail.inc.php on line 309
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/www/web395/html/swisscouture/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/gd.thumbnail.inc.php on line 439
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/www/web395/html/swisscouture/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/gd.thumbnail.inc.php on line 943
Warning: Division by zero in /home/www/web395/html/swisscouture/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php on line 53
No solution so far….
Forum: Plugins
In reply to: [FancyBox for WordPress] Image title not showingSame here, would like to know, why I don’t see the title…