e-factor
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] hiding the flag when there's no translation for that languagehum, I guess I can add two widgets instead of one…
??Thanks for your help Gunu! and I mean it!
Forum: Plugins
In reply to: [qTranslate X] hiding the flag when there's no translation for that languagedo you mean that this plugin can separately select Css widgets and translation selector? Unfortunately I can’t install it (I get this error: “Unable to find End of Central Dir Record signature”). I’m trying to use this other one: https://www.ads-software.com/plugins/conditional-widgets/
But I can only activate the translation widget with its css… ??
Forum: Plugins
In reply to: [qTranslate X] hiding the flag when there's no translation for that languageSo far so good… but if I should be able to choose in which pages these css must be imported or am I missing something?
(with the conditional widget plugin I can choose in which pages the plugin must run but I guess these pages will run the same css)
THANKS for your help I REALLY APPRECIATE IT ??
Forum: Plugins
In reply to: [qTranslate X] hiding the flag when there's no translation for that languageThanks for the answer.
I understand your point.
Thank you for the suggestion but, actually, I need to hide only the not-available languages and not all of them.The site has Eng/Ita version for all the pages.
For a small area it has other languages too.Maybe I should consider to manage two instance of the plugin and activate them where needed….
Great plugin in anycase.
Maybe the best I’ve tried for this purpouse….anyone?
Forum: Plugins
In reply to: [Manual Related Posts] Cannot find any pagesSame problem here.
If you perform a search for a letter (eg “a”. ) you’ll get a list of the pages… Hope it may helpForum: Plugins
In reply to: [PDF Creator Lite] direct downloadOh, my bad: I’ve found where to edit in build-pdf-admin.php file (I’ll create the files from back office). Bye!
Forum: Plugins
In reply to: [PDF Creator Lite] direct downloadHello, thanks for answering!
Ok, of course, I understand…BTW, is there a way to edit the area that must be rendered? There is one final link (“top”) at the end of the generated document and I would not have it. Moreover I have no TOP links in my page…
Thanks for your help!
F
Forum: Plugins
In reply to: [ImageMapper] highlight durationPerfect. While I’m going to mark this topic as solved I’ll try another question… is it possible to place a link (with rollover)… like “show all hot spots” in the page?
Forum: Plugins
In reply to: [ImageMapper] highlight duration…in the meantime Thank you for your fast reply ??
Forum: Plugins
In reply to: [ImageMapper] Image sizeYes it is working now. Thanks for you job!
Forum: Plugins
In reply to: [ImageMapper] Image sizeIt was the same.
I’ve solved by commenting these two lines in its css:.imgmap-frontend-image img, .imgmap-frontend-image canvas { /* max-width: 100% !important; width: 100%; */ height: auto; }
Forum: Fixing WordPress
In reply to: get images urls from post.phpNo way ??
the line “$image = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );” causes a blank page (all the admin area goes off…)At (about) line 4148 there’s this function:
function wp_get_attachment_metadata( $post_id = 0, $unfiltered = false ) { $post_id = (int) $post_id; if ( !$post = get_post( $post_id ) ) return false; $data = get_post_meta( $post->ID, '_wp_attachment_metadata', true ); if ( $unfiltered ) return $data; return apply_filters( 'wp_get_attachment_metadata', $data, $post->ID ); }
I’ve tried to declare $data as global but it is still void outside the function…
Forum: Fixing WordPress
In reply to: get images urls from post.phpBTW, “echo $post->ID” does not print anything….
Forum: Fixing WordPress
In reply to: get images urls from post.phpThank you very much for replying.
Unfortunately if I try functions like wp_get_attachment_url (even without the echo command), I get a blank page instead of the edit one…