gombroo
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] Filter / display posts by different language on homepageForgot to mention that when I try to hide untranslated content ALL posts in both languages are being hidden…
Forum: Plugins
In reply to: [qTranslate] simple way to get content from post id for different languagesOk, thanks, I’ll create a new topic on the forum ??
Forum: Plugins
In reply to: [qTranslate] simple way to get content from post id for different languagesHi JBinJPN!
I have similar problem – could you help me?
My site has 2 languages: English and Polish. On Polish version I’d like to display recent posts written in Polish (https://redscouseworld.com/). On English version (https://redscouseworld.com/en) I’d like to show recent posts written only in English.I added following code:
<ul> <?php $the_query = new WP_Query( 'showposts=4' ); ?> <?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?> <li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li> <li><?php the_excerpt(__('(more…)')); ?></li> <?php endwhile;?> </ul>
It displays four posts and some text. Could you tell me how to change the code to get what I’m looking for?
Thanks in advance! ??
Forum: Themes and Templates
In reply to: [Duena] RSS feed errorHi,
I found out what was the problem. Nextgen gallery caused this error. I removed the plugin and now everything is fine.
But thanks anyway ??
Forum: Themes and Templates
In reply to: [Duena] Remove image posts from home pageHi,
thanks for your advice, but it’s not exactly what I’m looking for ??
I’d like to leave featured images for individual posts.So maybe I’ll change the question. How can I set different post categories for different pages? This is my site: https://www.arbooz2.vot.pl/funerabilia/
On main page I’d like to leave slideshow and show posts from “blog” category ONLY. With featured images.
On “Artyku?y” page I did it using category funtion in WP menu builder but obviously slideshow dissapeared.Thanks in advance!
OK, I found out another solution to control the appearance of the images.
I installed jQuery Color Box instead of jQuery Lightbox.But anyway thanks a lot for your suggestions ??
Yep, it works!
One more question: how to remove this “flying” effect of “next” and “previous” buttons?
Thanks a lot, I’ll check it out and let you know!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Scrolling the tableTobias,
others should learn from you how to provide a support, THANK YOU VERY MUCH! Quick answers and each thime the problem is solved.
Best!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Scrolling the tableThanks a lot Tobias!
This is really interesting, please take a look.Here https://reman2.linuxpl.info/menu/sniadania/
I’m receiving an error messaage:DataTables warning (table id = ‘tablepress-3’): Requested unknown parameter ‘1’ from the data source for row 8
BUT the whole table becaame really RESPONSIVE ??
I found out that error comes from using #colspan# in the last row. The best solution would be to get rid of pop up message and leave table like that. Without scrollbars.
Here: https://reman2.linuxpl.info/menu/lekki-poczatek/
there’s no error message and scrollbars are displayed. Is it possible to remove the vertical scroll?Forum: Plugins
In reply to: [qTranslate] Not work on wp 3.6Works for me to, thanks a lot! ??
Only Thickbox is working but it looks quite scary with no transition effect ??
I did, please take a look. It started to work but unfortunately I can’t see any lightbox effect. Why is it so?
Forum: Themes and Templates
In reply to: [Tonic] Header image resize not workingThank you for the reply!
It’s a little bit confusing or I don’t know how to explain it.
Please take a look:
https://deviceponsive.com/?url=http%3A%2F%2Fdemos.bavotasan.com%2Ftonic%2F#On the first device with full reseolution you can see the whole image. On the smaller ones you can see only a small part of it. It’s not responsive,isn’t it?
Forum: Themes and Templates
In reply to: [Tonic] Header image resize not workingHi,
the problem is that header image is responsive on every page besides the front one. Even on your demo site the box with “jumbo headline” is flexible but not the image behind it.
On static pages it works very well like here:
https://demos.bavotasan.com/tonic/about/page-image-alignment/And as for the widgetized area – is it possible to display “image with text” widgets on static pages below the page content?