[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

frihet87

Member
  • Posts

    47
  • Joined

  • Last visited

frihet87's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am trying to find a theme that is like the Avada Fusion.. Creative theme... This demo https://avada.theme-fusion.com/creative/articles/ Which MTS theme can do the same?
  2. Not sure if WP Review Pro has been enhanced, but I was just noticing that the WP Review 4.0.4 has code that implies support for setting the review author using either custom field "wp_review_custom_author" or "wp_review_author", these appear around line 1081 in functions.php. $custom_author = get_post_meta( $post_id, 'wp_review_custom_author', true ); $author_field = get_post_meta( $post_id, 'wp_review_author', true ); I have added both of these fields in a post, but they are always ignored, and the post_author is used. This line of code is the only reference to the 2 author fields. $author = ( !$author_field || empty( $author_field ) || !$custom_author ) ? get_the_author() : $author_field; Can you provide guidance on how to use "wp_review_custom_author" or "wp_review_author" ? Thanks.
  3. Over 70% of my traffic is from mobile phones.. When using mobile, 50% of the screen is taken by navigation, logo , social icons and search... ( not sure if woo commerce adds another line for the cart icon).. Is it possible to hide the search box on a mobile device, or have only the ? mark appear in line with the social icons? Ideally, only the top 25% of a mobile screen would be "header", the content needs to show without scrolling...
  4. Is there a product roadmap or means to request features, or are products just what they are ?
  5. We are using the free version of WP Review, and there is no place to indicate the name of the reviewer on a post review... as a result, the post author becomes the reviewer: <span itemprop="author" itemscope itemtype="http://schema.org/Person"><metaitemprop="name" content="Moth Trap Ninja"></span> Our intent is to post reviews that are emailed to us from customers, but we don't want to create a new author for the blog just to have them show as the review author. Does the Pro Version allow the "Reviewer Name" to be set? or is it an option I am just not noticing? ------------------ Second, when it comes to user review comments, where are they set? I had tried the feature, but when opening a comment in the admin interface, I didn't see the review information. Just like spam, when we read a comment, we screen for offensive language, and would also need to include the review as part of the screening. Where are user comment reviews able to be viewed / removed etc. Thanks.
×
×
  • Create New...