yozz84
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick and Easy FAQs] Incorrect display of grouped FAQsIt’s simple usage – because im only redactor. I added some “questions” and answers. I assigned them to groups and when publishing on the page, regardless of the block inserted (with grouping of entries) in the page, not all items are displayed and one is duplicated. I am currently using a plugin without grouping. Unfortunately, I can not give the page because 1. it is a company website and 2. currently you cannot see something wrong on the subpage. I discovered this while testing the grouping of questions on a page.
Thank you ??
I will test it.Thank You, but not about this i’m thinking…
I’m loooking something like this:
Forum: Fixing WordPress
In reply to: Problem with two loops…someone? :>
please help me with this…Forum: Fixing WordPress
In reply to: Problem with two loops…code looks like this:
https://pastebin.com/XyeQDWi8Forum: Fixing WordPress
In reply to: Archive: list of post by month…yeah but how to code this in php ?
how the loop should looks like ?Forum: Everything else WordPress
In reply to: free wp theme similar to…up
Forum: Fixing WordPress
In reply to: Full size images with png on it… cssup
Forum: Themes and Templates
In reply to: is it possible to do this in wordpress?up
Forum: Themes and Templates
In reply to: is it possible to do this in wordpress?its working ?? thx Zoonini for helping me…
i have only one problem… and i can’t do something, to work fine (css :/ ehh…)
i have tumbs under the main image… thumbs are from left to right (because now its float: left for LI) when i do for UL: text-align: center, and for LI: display: inline… there will be one thumb center in one line and under it another one the same :/
like here: https://img152.imageshack.us/i/inline.png/
how can i center them right?
example “now” and “what i want to do”: https://img19.imageshack.us/i/exampleoa.png/this is ofcorse “photospace-wordpress-gallery-plugin”
Forum: Themes and Templates
In reply to: is it possible to do this in wordpress?because i need cms/admin panel & wordpress… i would like to integrate this solution with wordpress gallery…
i found something like “simpleviewer plugin for wp” but this is flash and with logo :/ its hard to edit this …there is also something like “Gallifrey plugin for wp” but its not working…
maybe someone know, something similar to this plugins and to link from first post?
Forum: Fixing WordPress
In reply to: How to: tagsthank you ??
i try to do this (from your link) but nothing helps…
whether it could be a problem that I put a widget in the header ?
like this:
<?php dynamic_sidebar('menu_top'); ?>
Forum: Fixing WordPress
In reply to: problem with linksanyone? please help ??
Forum: Fixing WordPress
In reply to: x posts per page in category… – own template pageis this good?
<?php query_posts('category_name=www&paged=' . $paged, 'posts_per_page=3'); ?>
because its not working :/
when i try this:
<?php query_posts('posts_per_page=3', 'category_name=www&paged=' . $paged); ?>
it’s also wrong becasue its show me posts which arent in www category…sorry but my php is not so good ?? im new and green ;P
thx for helping me