montanagrafix
Forum Replies Created
-
Forum: Plugins
In reply to: [Team Manager - WordPress Showcase Team Members] Social Links not DisplayingThank you for the reply. Yes, we did add them to the team members section, and I do think there was an issue with the css. I was able to resolve it by modifying a few pieces of code. Thank you.
Ok, thank you.
Forum: Plugins
In reply to: [WooCommerce] Question about LayoutThank you so much lorro, that worked perfectly! I truly appreciate your advice and help on this project. ??
Forum: Plugins
In reply to: [WooCommerce] Question about LayoutThank you so much for your reply lorro. Everything worked perfectly, however it did not change anything on the product detail page with the “Related Products”. Do you know of any way to change it to show like 4 or 5 related products in that area instead of 2 or is that based upon my theme style as well? Thank you in advance for your time.
Forum: Fixing WordPress
In reply to: Search Results IssueOk, thank you for your help.
Forum: Fixing WordPress
In reply to: Search Results IssueThank you Pioneer Valley Web Design. I looked at my theme, and it does have a searchform.php file as well as a search.php file. The search form file includes the following:
<div class=”search-form”>
<form id=”searchform” method=”get” action=”<?php echo home_url(); ?>” accept-charset=”utf-8″>
<input type=”text” value=”<?php the_search_query(); ?>” name=”s” id=”s” class=”search-form_it”>
<input type=”submit” value=”<?php echo theme_locals(“search”) ?>” id=”search-submit” class=”search-form_is btn btn-primary”>
</form>
</div>And the Search.php file includes the following:
<?php get_header(); ?>
<div class=”motopress-wrapper content-holder clearfix”>
<div class=”container”>
<div class=”row”>
<div class=”<?php echo cherry_get_layout_class( ‘full_width_content’ ); ?>” data-motopress-wrapper-file=”search.php” data-motopress-wrapper-type=”content”>
<div class=”row”>
<div class=”<?php echo cherry_get_layout_class( ‘full_width_content’ ); ?>” data-motopress-type=”static” data-motopress-static-file=”static/static-title.php”>
<?php get_template_part(“static/static-title”); ?>
</div>
</div>
<div class=”row”>
<div class=”<?php echo cherry_get_layout_class( ‘content’ ); ?> <?php echo of_get_option(‘blog_sidebar_pos’); ?>” id=”content” data-motopress-type=”loop” data-motopress-loop-file=”loop/loop-blog.php”>
<?php get_template_part(“loop/loop-blog”); ?>
</div>
<div class=”<?php echo cherry_get_layout_class( ‘sidebar’ ); ?> sidebar” id=”sidebar” data-motopress-type=”static-sidebar” data-motopress-sidebar-file=”sidebar.php”>
<?php get_sidebar(); ?>
</div>
</div>
</div>
</div>
</div>
</div><?php get_footer(); ?>
I am not finding anything in reference to the excerpt length. Do you see anything above that I should adjust?
Thank you – I would hope they might consider my suggestion, as it could be very useful. ?? Thanks again everyone!
Forum: Plugins
In reply to: [WP Job Manager] EditorThank you so much, that worked! I appreciate your help. Have a great day.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Feed URL Has not been setNo, it does not. Thanks for your help. ??
Forum: Plugins
In reply to: [Team Manager - WordPress Showcase Team Members] Photo AlignmentI changed this area of my css to “top” and it seems to make no difference. Ideas?
img {
border: 0 none;
height: auto;
max-width: 100%;
vertical-align: top;Forum: Plugins
In reply to: [The Events Calendar] Remove indent from widget outputI am also showing a number in my widget area, how do I remove that?
Forum: Plugins
In reply to: [Team Manager - WordPress Showcase Team Members] Issue with Telephone NumbersThat worked great, thank you!
Forum: Plugins
In reply to: [Team Manager - WordPress Showcase Team Members] Issue with Telephone NumbersOk, I will try that.
Forum: Plugins
In reply to: [Team Manager - WordPress Showcase Team Members] Issue with Telephone NumbersForum: Plugins
In reply to: [Custom Post type and short code] Shortcode not workingI am also having this issue, is there a solution to this, admin?