Cashlin
Forum Replies Created
-
Forum: Plugins
In reply to: [Webcomic] Collections on their own Dedicated Screen?Still hoping for a response?
Forum: Plugins
In reply to: [Webcomic] Place title and content above comic media?Still hoping for a response?
Forum: Plugins
In reply to: [Max Mega Menu] Media queries aren’t workingI solved this. I had to swap the order of the media includes for them to be read correctly.
Forum: Plugins
In reply to: [Max Mega Menu] Media queries aren’t workingHi again — the include media query in the megamenu is only respecting the smaller screen size and smaller font.
At full size, the menu is supposed to have bigger text that stretches across like in my static HTML version here: https://soniclegacyonline.com/dr/
Then when the screen is smaller, the text and padding decreases.
And then of course it switches to the hamburger toggle on mobile.But it’s not doing this? This is why I don’t know what’s going on? What I am doing wrong?
Forum: Plugins
In reply to: [Max Mega Menu] Media queries aren’t workingThe URL is https://soniclegacyonline.com
It’s available to look at right now. Thanks for responding. I appreciate it.Forum: Plugins
In reply to: [Max Mega Menu] Media queries aren’t workingSure but… I actually don’t know how to list the login info privately to you? You can’t see the site since I have a coming soon plugin up.
Thanks again! I tried the filter you listed and it didn’t do anything… so I modified it and it worked:
add_filter( 'get_the_archive_title', function( $title ) { return 'Courses'; });
I appreciate your responses. This thread’s good to go.
Thanks for responding. I appreciate it.
I am using a child theme and put your code in, but ‘Archives’ is still persisting.
Here’s my child theme functions file code:
<?php function my_theme_enqueue_styles() { $parent_style = 'parent-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); add_filter( 'get_the_archive_title', function ($title) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = '<span class="vcard">' . get_the_author() . '</span>' ; } return $title; }); ?>
I am using LearnPress. Would that require a different code for the functions logic?
I don’t have that Widget in place.
Here’s the page in Q: https://www.tradestraining.online/courses/
The big orange bar Archives: I need the bar and ‘Courses’ to remain. But ‘Archives:’ to go away.Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] “Archives:” title in courses pageHi there,
thanks for responding. I appreciate it!
That CSS will completely remove the whole orange bar. I want the word ‘Archives:’ in the orange bar to go away. But the car itself and the word ‘Courses’ to remain. Is this a LP thing? Or do I need to contact my theme dev for their insight?
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Page title on courses page doesn’t showI updated from 2.0.5.2 to the latest one and it’s fixed. Much appreciation — thanks!
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Pagebuilder and EasyRotator problemsFYI this is if I use the ‘PageBuilder’ widget. I can use a regular Editor Widget then insert an ER from there.
Forum: Plugins
In reply to: [Vimeotheque: Vimeo WordPress Plugin] Show on home page as latest videos?Okay I was able to set this as a custom widget area for my home page.
However, I’d lke to make sure of 2 things:
1) Your PRO version says I can auto-import videos. Does this mean when my church staff uploads a video into the channel set on my site, that the video will auto-import into the site and show on the home page? Like how HubNut did it: we’d upload the sermon into the channel and it would auto-update on the site. Your plugin uses rules to time auto-imports. With rules, we could set it, say, to every Sunday @ 3PM auto-import from the selected channel?
2) Your PRO plugin also says I could create playlists. Does this mean instead of the thumbnail view on the home page, I could show the latest video in a big, clean video player; and have thumbnails span horizontally beneath the big video?
Thanks so much! I appreciate the plugin update. The dynamic iframe embed w/pinboard layout works great now. Thanks again!
Forum: Themes and Templates
In reply to: [Onetake] Main navigation font-family, font-size CSS?The site is https://urbangerman.com