nemanja.radevic
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Rating] adding function in custom searchso basically this is the solution
<?php spr_get_entry_rating(get_the_ID(), true); ?>
i used this to enter the rating in the search and filter pro plugin resultsForum: Plugins
In reply to: [Simple Rating] adding function in custom search-
<h3>“><?php the_title(); ?></h3>
<?php
if ( has_post_thumbnail() ) {
echo ‘<div class=”search-thumb”>’;
the_post_thumbnail(“small”);
echo ‘</div>’;
}
?>
<?php spr_get_entry_rating($post_id, $echo); ?>
<p><?php the_excerpt(); ?><p>
<p><?php the_category(); ?><p>
<p><?php the_tags(); ?><p>
<p><small><?php the_date(); ?></small><p>
it didn t work
https://www.greekfilmania.com/greek-filmania-search-results/
Invalid Post ID was supplied
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] How to add new fieldsi would like this as well but with the ajax plugin ??
Forum: Plugins
In reply to: [List category posts] Grid possible?Thank
Do you Have a link to see the final work?Forum: Plugins
In reply to: [List category posts] Add multiple post_status=publish,futureAlso tried the foolowing without any success i think this is a bug
[catlist id=12 template=seminarpage post_status=publish+future orderby=date catlink=yes ]
[catlist id=12 template=seminarpage post_status=’publish+future ‘ orderby=date catlink=yes ]
[catlist id=12 template=seminarpage post_status=”publish+future” orderby=date catlink=yes ]
[catlist id=12 template=seminarpage post_status=’publish + future’ orderby=date catlink=yes ]
i had to edit and disable the redirect to of the file login-with-ajax.php
//Do a redirect if necessary
//$redirect = self::getLoginRedirect(self::$current_user);
//if( !empty($_REQUEST[‘redirect_to’]) ) $redirect= wp_sanitize_redirect($_REQUEST[‘redirect_to’]);
//if( $redirect != ” ){
//$return[‘redirect’] = $redirect;
//}nice plugin but there is some error with this plugin , it s a pitty it s really nice, don t know if this si a security related issue… the developer should update it
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] no tinymce or switch buttoni feel stupid… i will mark the issue as solved, you are totally right!
although i had no idea WP had such an option ?? thanks for pointing it out to me!
Forum: Plugins
In reply to: [List category posts] Grid possible?you can do this with css… since it s all bullet points
you need to learn and undersand how css works
ul {
margin: 0 auto;
text-align: center;
list-style-type:none;
padding:0;
}li {
display: inline-block;
vertical-align: top;
float:left;
width:50%;/*this is comment if you wish the grid to be 3 in a row put 33%, if 4 then 25% if 2 in a row then 50%*/
}Forum: Plugins
In reply to: [List category posts] posts displaying as indentedput this class in your custom.css or at the backend of wp in your theme where it says custom styles
.fl.newsdesc {
clear: both;
}but your request is not a problem of the plugin you need to learn styling
any way to color cells and rows?
Forum: Reviews
In reply to: [My Calendar - Accessible Event Manager] Junki totally agree… This plugin is so well built that what you are saying doesn’t make sense. And even if you got a white page you could start disabling other plugin to find the one conflicting and update this post so other don t have the same problem
Forum: Plugins
In reply to: [SrbTransLatin - Serbian Latinisation] imali sta za woocomerce???Pa instalirao sam WP sa woocommerce. I nikako da nadjem prevod sa latinicom vec sve cirilica. Tako da sam odlucio da ubacim wpml.
ali nece sve da mi prebaci na latinicu
Forum: Plugins
In reply to: [Ajaxy Instant Search] Search label translatorok i resolved the problem ?? the developer put this search label in the widget ! So i installed widget logic and made 2 ajaxy search widgets. One appears in the greek file and the other in the english one inputting this code at the bottom of the widget after installing and enabling idget logic and wpml
only on english
ICL_LANGUAGE_CODE == ‘en’only on greek
ICL_LANGUAGE_CODE == ‘el’so in the search label i put whatever i wanted! Nice job developer thanks for sharing this great plugin with us!
Forum: Plugins
In reply to: [List category posts] get_category_link used with WPMLwhat i did to resolve this … i prefer if i don t edit or hack the developers code…since everything is in a text widget… i installed widget logic and controlled the widget to appear in english with this
ICL_LANGUAGE_CODE == ‘en’ and in the other widget in greek like this ICL_LANGUAGE_CODE == ‘el’
so the one widget ream more link = “Read more news”
and the greek version of the widget is showing “ΠΕΡΙΣΣΟΤΕΡΑ ΝΕΑ”
bice and smooth no need to edit the code or search further and beyond…although it would be cool to be able to have that as translatable string so wpml would find it and be able to do this without duplicating the widget
maybe something like this but i don’t have patience to test it ??
// Show category link:
$lcp_display_output .= _e($this->get_category_link(‘div’,’lcp_readall’));Forum: Plugins
In reply to: [Ajaxy Instant Search] Search label translatori hooked and unkooked… i cannot get an option in WPML to stranslate that string ?? any option?
-
<h3>“><?php the_title(); ?></h3>