msilva47
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Banner has disappearedCan you suggest a fix for this issue? I cant identify the placeholder image. The banner image is uploaded to media and sourced from there. Hmmmm…
Forum: Plugins
In reply to: [Ultimate Reviews] Rating Star paddingNo, I’m talking about the rating star input found in the form. It seems to be misplaced on the desktop version of the site.
Forum: Plugins
In reply to: [Ultimate Reviews] Form paddingSure thing,
http://www.easywayreviews.com/mcdonalds/-Thanks
Forum: Plugins
In reply to: [Ultimate Reviews] Shortcode for specific product reviewsThanks, I was able to clear this up!
Forum: Plugins
In reply to: [Ultimate Reviews] Shortcode for specific product reviewsHave you tested this? This is not working for me. Name of product is identical and still nothing appears. Any help would be greatly appreciated!
Forum: Plugins
In reply to: [Ultimate Reviews] Review Summary StylingOkay but there is a option to change it in the form? Makes little sense. I will try to search for a plugin to add stars and do it manually.
Forum: Plugins
In reply to: [Ultimate Reviews] Multi-Review forms on single site.So Reviews posted will display across all pages? This there no way to create a entire new form and give it a new shortcode ID? There are free plugins that do this.
Forum: Plugins
In reply to: [Ultimate Reviews] [submit-review product_name=””] Shortcode editUsing the backslash has no effect on the text unfortunately. Still cutting out at the apostrophe. I’ll get to work editing those files. Thank you.
Forum: Plugins
In reply to: [Ultimate Reviews] Shortcode [reviews-summary] does not workIm having the exact issue. If I roll back I will be faced with the double posting bug. If you could remedy this, I would greatly appreciate it.
Forum: Plugins
In reply to: [Ultimate Reviews] Review content is posting twice and FilterThank you, Is there a way to remove the Filter Icon? As well as post a average review rating?
Forum: Plugins
In reply to: [Ultimate Reviews] Review content is posting twice and FilterCan you please help me with these issues? I’m looking to complete this project for my employer in a timely fashion. Still no closer to solving these on my own.
Thanks
-Matthew- This reply was modified 9 years, 5 months ago by msilva47.
Forum: Plugins
In reply to: [Ultimate Reviews] Review content is posting twice and FilterThey are turned off, No comments section in our design plan.
Forum: Plugins
In reply to: [Ultimate Reviews] Review content is posting twice and FilterI had the page on draft, Its now published for your help.
Thanks again.
Also, How can I enable a totaling “Overall Review” ?
Forum: Fixing WordPress
In reply to: Homepage post page brokenhp /** * The header for our theme. * * @link https://developer.ww.wp.xz.cn/themes/basics/template-files/#template-partials * * @package Reviewer */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="container"> <a class="skip-link screen-reader-text" href="#site-main"><?php esc_html_e( 'Skip to content', 'reviewer' ); ?></a> <header class="site-header clearfix" role="banner"> <div class="wrapper wrapper-header clearfix"> <div class="site-branding clearfix"> <?php if ( function_exists( 'jetpack_has_site_logo' ) && jetpack_has_site_logo() ) { jetpack_the_site_logo(); } elseif ( function_exists( 'has_custom_logo' ) && has_custom_logo() ) { reviewer_the_custom_logo(); } ?> <?php if ( 1 == get_theme_mod( 'reviewer_header_display_tagline', 1 ) ) { ?> <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> <p class="site-description"><?php bloginfo( 'description' ); ?></p><?php } ?> </div><!-- .site-branding --> <?php if ( has_nav_menu( 'primary' ) ) { ?> <div class="navbar-header"> <a class="navbar-toggle clearfix" href="#menu-main-slide"> <div class="btn_menu_icons"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </div><!-- .btn_menu_icons --> <span class="btn_menu_span"><?php _e('Click for Menu','reviewer'); ?></span> </a><!-- .navbar-toggle --> <?php wp_nav_menu( array( 'container_id' => 'menu-main-slide', 'sort_column' => 'menu_order', 'theme_location' => 'primary' ) ); ?> </div><!-- .navbar-header --> <?php } ?> <?php if ( has_nav_menu( 'primary' ) ) : ?> <nav id="menu-main" role="navigation"> <div class="wrapper-header-menu clearfix"> <?php wp_nav_menu( array( 'container' => '', 'container_class' => '', 'menu_class' => 'nav navbar-nav dropdown sf-menu', 'menu_id' => 'menu-main-menu', 'sort_column' => 'menu_order', 'theme_location' => 'primary', 'link_after' => '', 'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>' ) ); ?> </div><!-- .wrapper-header-menu .clearfix --> </nav><!-- #menu-main --> <?php endif; ?> </div><!-- .wrapper .wrapper-header --> </header><!-- .site-header -->This is my header.php
Forum: Fixing WordPress
In reply to: Homepage post page brokenThe Webpage is EasywayReviews.com
I will post header.php tomorrow