Search Results for 'review'

Results from the Forum
simchris
tagDiv Member

Dunno. Works on our web server where we “host” our sites. Might be some other mis-configuration with your system setup which you can review by looking at your error logs since you manage your own server. Error logs great place to start.

Perhaps try clean install of the plugin?

Do full delete of the folder in /plugins/js-composer/
then do clean install of the plugin.

Try with all other plugins OFF, caching off, mod_pagespeed off, cache cleared.
If you have 4GB RAM for php, and a modern CPU, should work just fine.

The 501/505 error seems to refer to an http header problem.

I’m assuming your site works with WordPress and the default twenty-fifteen theme?

Ref 501/505 errors
http://www.getnetgoing.com/HTTP-505.html

JBH
Participant
#0

The star rating review is 0/5 by default. How to set it 0/10 ?

sidsmut
tagDiv Member

Hey,

My social icons have turned into Chinese writing too?

I took the liberty of testing your demo…………

http://ipadpreview.com/previewer?url=http%3A%2F%2Fdemo.tagdiv.com%2Fnewsmag%2F

It seems you also have Chinese writing instead of social icons? 🙂

All of the following icons on the page are also broken……. search, pagination arrows, menu icons, ratings, back to top.

请帮助
Please help. 🙂

  • This reply was modified 11 years by sidsmut.
vexx
Participant
#0

Hey guys,

I’ve noticed a problem and I simply cannot fix it, although I tried editing the php files and doing some adjustments. Basically, I share a lot of my articles on Pinterest, with rich pins. Everything works perfectly unless the article is a review. That means if I enable “Is product review?” from the article’s edit, everytime I share that article, Pinterest picks up a title from the first article on the sidebar with its meta. If I disable the product review, it works perfectly.

If you guys have a solution, I’d greatly appreciate it. I’m sure it’s a minor edit somewhere, I just don’t know where. I’ve looked at the get_review function called in the footer, commented it directly in the php file, the problem persists. I’m not sure what else is called when the “Is article” option is enabled, but that function is not it.

simchris
tagDiv Member

In theory you could make a 3-column grid on home page; use the custom grid option in creating a new “row”

[side][——-col——-][side]

create two custom home sidebars to put widgets into.

TIP: you can create new “page” like homepage2 to experiment and preview without impacting the live home page.

At least that’s what I do 🙂

ShinAkuma5
tagDiv Member

Alin,

I have all the suggested steps in installing the Envato WP kit, emptied caches, checked again, and yet none of the changes have worked yet, except in the preview, as illustrated in the attached screenshots. Also, as I’ve highlighted, when i click on the arrows, it will load only in the preview, yet when I log out and go to the actual site, it does not show up. please advise and assist. Thanks!

The site url is http://theinscribermag.com

Lucian
tagDiv Staff

Hi,

This could happen due to the Visual Composer plugin with the improvements added in the latest version of the plugin, the same version that was provided with the theme.
You can increase the memory from 64 which is the default for WordPress to how much you need or use the previous version of the plugin and if you don’t have you can make a request for ti via email at contact@tagdiv.com and we will send it to you.

@recordere
.dk
I’m not sure what you mean the review section work fine within last theme version: http://screencast.com/t/49XCsCUTFMyI
Please let me know if this is not what you mean and also provide more details.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if I understant. If you want to show 3 posts on block8 like you have: http://screencast.com/t/w3ggt7hLIK
Just add reviews to those posts: http://screencast.com/t/LAIKHWaJ -see Screen options if you don’t have product review: http://screencast.com/t/UyOwqV574KXG
Result: http://screencast.com/t/NvgqlyjORrg

Please provide more details if this is not what you want.

Thanks!

Jens H.
tagDiv Member

I also experience that you can’t expand the “Review” section in the post editing with 1.5

/Jens

highrise
Participant
#0

Hi

I have setup links for Social network in HEADER > SOCIAL NETWORK

In preview it shows my website url+link to the social site (Eg: http://www.mygorgeouswedding.com/www.facebook.com/virginieweddingplanner)

Also i want to open in a new window

Here is my website link http://www.mygorgeouswedding.com/

Gregory
tagDiv Member

>>1. We will take a look at this and fix if we find some issue, please also test this without plugins!
– New theme version installed on previews site setup with same plugins, however we have disable all plug-in and test but still the same. I like to mention here that all database tables is InnoDB.

Kindly let me know about this.

simchris
Participant
#0

Hi folks
as you may or may not recall I had mentioned something about getting an http/https warning in the theme panel while playing with WooCommerce install.

I have traced this down to an http:// call for fonts in the theme. Since the store I’m setting up for our main business site is “https everywhere” … even with a local 301 redirect for any errant http elements, it turns out it’s a call to Google fonts for Roboto:

Mixed Content: The page at 'https://www.MYSITE.com/store/wp-admin/post.php?post=4&action=edit&message=1' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin'. This request has been blocked; the content must be served over HTTPS.

In td_wp_booster_functions.php

I have this:

/*
* on demo and dev we load only the latin fonts
*
* modify this collection if you want to optimize the fonts loaded when you have the speed booster enabled
*
* collection url -> : http://www.google.com/fonts#ReviewPlace:refine/Collection:PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700
*/
wp_enqueue_style('google-font-rest', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,700,400|Open+Sans:400italic,600italic,700italic,400,700,600'); //used on menus/small text

and

// enqueue the fonts
if(!in_array('g_438', $td_user_fonts_list)) {//'g_438', //Open Sans
wp_enqueue_style('google-font-opensans', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on menus/small text
}

if(!in_array('g_522', $td_user_fonts_list)) {//'g_522', //Roboto condensed
wp_enqueue_style('google-roboto-cond', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on content
}
}

So, apparently from the theme panel, it doesn’t pick up the https dynamically.

I’ve changed to:

wp_enqueue_style('google-font-rest', td_global::$http_or_https . 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,700,400|Open+Sans:400italic,600italic,700italic,400,700,600'); //used on menus/small text
} else {
$td_user_fonts_list = array();
$td_user_fonts_db = td_util::get_option('td_fonts');

if(!empty($td_user_fonts_db)) {
foreach($td_user_fonts_db as $td_font_setting_key => $td_font_setting_val) {
if(!empty($td_font_setting_val) and !empty($td_font_setting_val['font_family'])) {
$td_user_fonts_list[] = $td_font_setting_val['font_family'];
}
}
}

// enqueue the fonts
if(!in_array('g_438', $td_user_fonts_list)) {//'g_438', //Open Sans
wp_enqueue_style('google-font-opensans', td_global::$http_or_https . 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on menus/small text
}

if(!in_array('g_522', $td_user_fonts_list)) {//'g_522', //Roboto condensed
wp_enqueue_style('google-roboto-cond', td_global::$http_or_https . 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on content
}
}

***
but, that did not fix it.
***

Achal
Participant
#0

Hi,

In td_block_8 limit=”3″ custom_title=”HOLIDAY RECIPES

In your demo there is http://i.imgur.com/KvkiaxV.png?1?4301 two reviews are showing..

Can i change number of reviews to display in block 8? Let me know

Gregory
Participant
#0

Hello

Some issues noticed with 1.5 version updates

1) We noticed one second delay in whole site installation, WP-Admin – site front page as well.

2) In the error log file we also found some PHP errors. Please get this errors fixed as soon as possible.

`2015/01/30 07:02:57 [error] 19389#0: *2940 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined method td_block::inner() in /var/www/example.com/htdocs/wp-content/themes/Newsmag/includes/wp_booster/td_ajax.php on line 154
PHP message: PHP Stack trace:
PHP message: PHP 1. {main}() /var/www/example.com/htdocs/wp-admin/admin-ajax.php:0
PHP message: PHP 2. do_action() /var/www/example.com/htdocs/wp-admin/admin-ajax.php:95
PHP message: PHP 3. call_user_func_array:{/var/www/example.com/htdocs/wp-includes/plugin.php:496}() /var/www/example.com/htdocs/wp-includes/plugin.php:496
PHP message: PHP 4. td_ajax_block() /var/www/example.com/htdocs/wp-includes/plugin.php:496" while reading response header from upstream, client: 92.90.16.190, server: example.com, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "www.example.com", referrer: "http://www.example.com/2015/01/25/melchior-productiond-ltd-meditations-1-3-ep-flac/"
2015/01/30 07:38:55 [error] 19384#0: *8832 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function get_header() in /var/www/example.com/htdocs/wp-content/themes/Newsmag/index.php on line 6
PHP message: PHP Stack trace:
PHP message: PHP 1. {main}() /var/www/example.com/htdocs/wp-content/themes/Newsmag/index.php:0" while reading response header from upstream, client: 54.194.125.10, server: example.com, request: "HEAD /wp-content/themes/Newsmag/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "www.example.com""`

3) It’s not possible to change the line height on module related articles. From theme panel is not change. All settings are to default. The navigation also moved from top to bottom of the panel. See also this image

Kindly review this and let me know.

Best Regards

Lucian
tagDiv Staff

Hi,

Thanks Chris!

@Luciferbui

I have checked your homepage page source and seems that you have an description meta tag now: http://screencast.com/t/LUKKduF1VEW and the google webmaster tool preview shows your homepage description: http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fbizzaviet.com%2F
I suggest you give it some time to update then check again.

Thanks

Lucian
tagDiv Staff

Hi,

You can add a title attribute to the review span’s like this: http://screencast.com/t/Mt5voww49 you will get this result: http://screencast.com/t/MWpWbucsVpVg

Thanks

Gregory
tagDiv Member

After update to there version 1.5 the H2 not working again. And the code on this module change from previews one.

Could you please send me the code again for the module-11 to work ?

Thank you

Edward
Participant
#0

Hi!

Nice theme!

Can you please tell how to implement a pop-up message in the Review when the mouse hovers over it?

Sorry for my poor English. ((

Thanks.

simchris
tagDiv Member

You can make it visible from the ‘screen options’ tab, top right of WordPress when logged in. Built-in function of WP to hide/show some boxes/features if not being used.

Also, the Yoast WordPress SEO plugin is pretty cool for showing a preview of how the excerpt will look in Google, which can sometimes really help if you want something to appear a certain way in search results (SERPS).

WordPress REALLY should make their documentation built in to the dashboard 🙂

See: http://codex.wordpress.org/Administration_Screens#Screen_Options

  • This reply was modified 11 years by simchris.
simchris
tagDiv Member

It should.

And of course you should always keep backups of the original installers for WooCommerce and not just rely on the WP updater. This allows you to “go back” a version if something it terribly wrong.

Seems to work for me … but I’m still in the setup phase with putting in the products, options, testing extensions/plugins for stuff like custom tabs and turning off the review function, etc.

  • This reply was modified 11 years by simchris.
Faheem Hafeez
tagDiv Member

I didn’t install any plugin that may cause any problems please give a review on to my site and fix the issue i shall be very thankful to your because i am the only lover for newspaper i know who don’t want to change the template never ever!

daimpa
tagDiv Member

If it works in that way, that tutorial is wrong: The Visual Editor will adapt depending on your Post Layout, and the article will look exactly the same.
https://forum.tagdiv.com/post-editor/
Also, on their preview, the text goes on a new line when it does in preview, and this could be confusing, as I would expect it to work as shown in their screens.

  • This reply was modified 11 years by daimpa.
jairoo
tagDiv Member

Hi Lucian. I followed your instructions and the problem continues. The page is hosted on an intranet and you could not see it, is that the fact that intranet is causing this problem? I’m using internet explorer 11

The menu is below the BigSlider and this is deconfigured.
image
maybe the menu and the Bigslider are called external files that are blocked by the firewall? which could be?

I say this because when I see the demo template, on the same PC with the same explorer, these items look good.
http://themeforest.net/item/newspaper/full_screen_preview/5489609

image2

thanks

  • This reply was modified 11 years by jairoo.
daimpa
tagDiv Member

I’ve tested it on a new installation, monitor 1440*900px… Nothing to do, the text in public post goes on a new line after it doesn in the preview post, ON THE SAME MONITOR.
Can you confirm that post preview-public post should be the same, on the same monitor, independing on its px, without doing any customization?

  • This reply was modified 11 years by daimpa.
daimpa
tagDiv Member

Just thinking again about this… “It doesn’t work that way, due to dpi of the monitor, font size on different devices, differences in font files on different devices, etc.” If it’s the same monitor, preview and public post on the SAME monitor should look the same, right?

I’m thinking again about this as I’ve just seen this image: https://forum.tagdiv.com/post-editor/ To me it doesn’t work in that way. On the SAME monitor, default settings, preview is different from public post.

I think it’s wrong.. right?

These two screens are taken from the SAME monitor:
Post editor: http://s17.postimg.org/9r8ifc6kf/Cattura_di_schermata_253.png
On the blog: http://s17.postimg.org/d9kibq7gf/Cattura_di_schermata_254.png

Looking at the image you posted in the tutorial, it should’nt work in that way, so I think there’s a bug somewhere…

  • This reply was modified 11 years by daimpa.
  • This reply was modified 11 years by daimpa.
Viewing 25 results - 6,351 through 6,375 (of 7,000 total)