thtgyrl
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcode in Menus] Can’t Update MenusJust wanted to add, if I remove the shortcode, the menu updates without a problem.
Forum: Plugins
In reply to: [WP Job Manager] Short Code Not Showing Up ProperlyThis it what theme creator said:
Miyazaki does add bullet points to unordered lists, but that style is overwritten by the Divi Builder CSS, which removes them in frontend-builder-plugin-style.unified.css at line 692, and then adds them back at line 737 in the same file. It’s not a theme issue.
Forum: Themes and Templates
In reply to: [Miyazaki] Shortcode not displaying properlyOK. Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Short Code Not Showing Up ProperlyThank you. According to the theme creator, the problem is with Divi; which appears to be true (strange because Divi suggested the plugin). If I put it in the WP classic editor the output displays properly. Not sure what to do, I reached out to Divi.
Forum: Themes and Templates
In reply to: [Miyazaki] Shortcode not displaying properlyIs there a way to undo that?
Forum: Themes and Templates
In reply to: [Miyazaki] Shortcode not displaying properly@anilo The Style Guide for the Miyazaki theme shows that it adds bullet points to list items of unordered lists.
https://andersnoren.se/themes/miyazaki/style-guide/
Forum: Themes and Templates
In reply to: [Miyazaki] Shortcode not displaying properlyApologies. I listed the wrong link.
It’s find-jobs
This is what I was told:
Looks like you have an issue with theme or plugin, it’s trying to load some kind of CSS stylesheet at this URL which does not exist:
https://www.wherethedotsconnect.com./miyazaki/style.css?ver=5.6
Forum: Plugins
In reply to: [WP Job Manager] Short Code Not Showing Up ProperlyYes. But why does it look like that?
Forum: Plugins
In reply to: [WP Job Manager] Short Code Not Showing Up ProperlyForum: Themes and Templates
In reply to: [Miyazaki] Mobile Menu TransitionI reduced the padding on the category section and it fixed everything! Thanks a bunch!
Forum: Plugins
In reply to: [Shortcode in Menus] Shortcode not displaying on main menuOkay, so I think I figured out two out of the three. Still having trouble with the nav selections being centered vertically.
Forum: Plugins
In reply to: [Shortcode in Menus] Shortcode not displaying on main menuThank you! Thank you! Thank you! That worked perfectly. I really appreciate it! It would be amazing if you could help me make a few more tweaks!
When I enter this code in the header.php:
<ul> <?php if ( has_nav_menu( 'primary-menu' ) ) { echo ( do_shortcode( '[searchandfilter headings="Search by Category" types="select" fields="category"]') ); } ?> </ul><!-- search and filter -->
It shows up like this: https://ibb.co/Wtdp7C4
With the current css, it shows up like this: https://ibb.co/FHqSzk0
Is there a way to make it show up like the first image, without the triangle, the submit button to the right of the search field and inline with the other menu items?
Thanks again!
Forum: Plugins
In reply to: [Site Reviews] Submit Review button colorThank you!
I’ve done this, but I’m not clear on where to change the color of the submit button.