Samantha Victoria
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Not Showing on DesktopNevermind,
I’ve solved it! This worked for me.
.mob-menu-left-panel .mobmenu-left-bt { padding: 10px!important; margin-left: 15px; left: 0px; }Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Not Showing on DesktopSorry for the delayed response,
Thank you for getting back to me. It must have been! I’m assuming that is the same issue with whenever I update settings in the plugin? I updated the font size of my header and it hasn’t updated for a little while now.
I was also wondering if there was a way to move the “close menu icon button” in my left menu to the left side of the menu. It is displaying on the right side currently. I tried float: left; and it didn’t seem to work.
Thanks again,
Hi Bill,
That’s perfect, exactly what I was looking for!
Thanks again,
Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHi Fotis!
While customizing my widgets area, I realized I want the Jetpack Top Posts widget to dispaly the category name of the post as well. I’ve been looking all over for a function filter for this but there is nothing, I even tried to make my own but its not working. Any thoughts to this? This is the time filter I have applied for reference.
function jetpackme_add_date_top_posts( $post_id ) { $post_date = get_post_time( get_option( 'timestamp' ), true, $post_id, true ); printf( _x( '<div class="top_posts_date">%s ago</div>', '%s = human-readable time difference', 'your-text-domain' ), human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) ); } add_action( 'jetpack_widget_top_posts_after_post', 'jetpackme_add_date_top_posts' );OR is there a way to remove the height limit on the Jetpack Top Posts widget thumbnail? Right now it shows the image as a thumbanil square.
Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHi Fotis,
Thank you so much, that worked perfectly! I currently don’t have anymore questions but if I do, I’ll return to this forum.
Thanks again for all your help, much appreciated! 🙂
Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHi Fotis!
I’ve tweaked the comments section slightly to more my liking. It looks better but I still haven’t been able to successfully put the comment authors metadata beside their name. However, now I’ve been trying to figure out some issues regarding my header and footer/footer widgets. I can’t really seem to find the answers I’m looking for on different forums so I thought I’d see if you know!
I want my header to be full page width, to have a photo in the background, then once you hover over the banner at the top, it drops down a somewhat transparent white background that allows you to see the site logo and navigation better. Site reference: https://ovate.ca/
For the footer I was just hoping to have a full page width background, and for the widgets to show up in rows. Site reference: https://ovate.ca/
I’ve linked the site reference above, I’m trying to go for almost exactly what they have! 🙂
Thank you!
Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHi Fotis,
Nevermind! The reason my content shifted was due to Elementor being updated, so that has been resolved. As for the comments section, I found one way I get the template to my liking and it’s through some editing of comments.php and functions.php using a callback or walker. Example:
https://blog.josemcastaneda.com/2013/05/29/custom-comment/
I’ve been playing around with it a little but I’m still not 100% on the formatting. So far this structure puts the comment author, span “says:”, and metadata all together on one line. However, the comments submitted before the callback are still showing.
function mytheme_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?> <li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>"> <div id="comment-<?php comment_ID(); ?>"> <div class="comment-author vcard"> <?php echo get_avatar($comment,$size='48',$default='<path_to_url>' ); ?> <?php printf(__('<cite class="fn">%s</cite> <span class="says">on </span>'), get_comment_author_link()) ?><span class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php printf(__('%1$s at %2$s'), get_comment_date(), get_comment_time()) ?></a><?php edit_comment_link(__('(Edit)'),' ','') ?></span> </div> <?php comment_text() ?> <div class="reply"> <?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?> </div> </div> <?php }Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHi Fotis,
I couldn’t seem to find anything without changing the whole comment template?
Also, now the content on my single pages and single posts has shifted to the left side. I haven’t tinkered with anything regarding my page layouts so I’m not sure how it all ended up like that. How can I fix this?
Thanks!
- This reply was modified 7 years, 11 months ago by Samantha Victoria.
Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHi Fotis,
So I won’t be able to just add a different function template to a child theme?
Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHi Fotis,
That worked perfectly, thanks again! 🙂
One last thing regarding the comments section (I’m sorry!), but I was hoping to have the date next too the comment author, aswell as changing the current “span.says” to “span.on”.
Example of desired layout:
“Samantha on June 21, 2018”Instead of the current layout:
“Samantha says:
June 21, 2018”Thanks!
- This reply was modified 7 years, 11 months ago by Samantha Victoria.
Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHey Fotis,
Yes, that worked beautifully! Thank you so much 🙂
I do I have one last issue I’ve been trying to figure out. I want the labels on the comment section (name, email) to have the same look as the contact form, where the labels are faded in the input box. In addition, I want to remove the “website” input.
Thanks!
Forum: Themes and Templates
In reply to: [Olsen Light] Social Utils: Grey Left & Right LinesHey Fotis,
Of course, I just made it public!
Forum: Themes and Templates
In reply to: [Olsen Light] Hover Text to Entry Featured ImageHi Fotis,
Done! With such a great theme and service, I was happy to submit a review. 🙂
I do have one last question in regards to the hover content. Is it possible to individually change the style and transformations of the words? For example, say I wanted VIEW (‘Josefine Sans’, 15px uppercase), the (‘Lusitana’, 13px lowercase/italic), and POST (‘Josefin Sans’, 15px uppercase).- This reply was modified 7 years, 12 months ago by Samantha Victoria.
Forum: Themes and Templates
In reply to: [Olsen Light] Hover Text to Entry Featured ImageHi Fotis,
Thank you for the quick reply and simple solution, this worked perfectly! 🙂