Kushtra24
Forum Replies Created
-
Forum: Reviews
In reply to: [The Events Calendar] many options are not workingThis rating was so long ago, I can’t remember it realy good. But here are some suggestions. I’ve provided a link of the website I’ve installed this plugin. afterwards I installed another plugin. with social icons and set it up that it could show icons on the end of every page or post, it is showing the icons in the middle of the event thinking that this is the end of the post. also the scaling of the image is not wery well if I choose a vertical/portrait aligned picture. the design of the page is not looking very well, it’s a simple floating solution of this. it would be a pleasure to help you with some more designs how the event details are showing up. On the display settings > Events template, after choosing another template I didn’t work. just the default template is working. I can provide a video where this is showing, if this could help your plugin.
Also I should mention that the website is on a windows server.I will ?? just give me a little time.
as soon as I’m free i definitely will.I can do a video for you with everything in it and how this error appears I will provide the link soon, at this email.
I’ll send you a copy of the sys. info too.Best regards.
Of course I’ve set up everything for that plugin and it was perfectly working in the local server. If you can fix this I would love to give you a rating of 5 and change the comment.
Leave me a comment when you have fixed this.Best regards.
Forum: Fixing WordPress
In reply to: Multi language page, how to set a variable to change post categorySlowed is nevermind
just had to get rid of the function
<?php if (isset($_GET['lan'])) { if($_GET['lan'] == 'en') { $post_in_english = '7'; }else{ $post_in_english = '6'; } } else{ $post_in_english = '6'; } ?>
and combined the string
‘
<?php
$catquery = new WP_Query( ‘cat’.$post_in_english.’&posts_per_page=3′ );
while($catquery->have_posts()) : $catquery->the_post();
?>
`