onirisweb
Forum Replies Created
-
Forum: Hacks
In reply to: expand posts titles from a categoryThanks for your answer. I don’t think it’s that, because there is already no conflict function which is just above:
<?php remove_action('wp_head', 'wp_generator'); if (is_singular() && get_option('thread_comments')) { wp_enqueue_script('comment-reply'); } wp_head(); ?>Secondly, because I tried it with simple text like for this tutorial that I followed : http://www.developphp.com/view.php?tid=747
And it works perfectly like this. Just when I use foreeach function, then the link doesn’t expand…it just works as a simple link !
If there would be jquery conflict, I think it couldn’t work even for expanding a simple text, isn’t it ?
Forum: Fixing WordPress
In reply to: dynamic link to categoryOk I found how to make it :
<?php $category = get_the_category(); if($category[0]){ echo '<a href="'.get_category_link($category[0]->term_id ).'">View More</a>'; } ?>If it can help somebody…
Forum: Your WordPress
In reply to: Oniris : website for web, communication and multimedia developmentThanks for your suggestions. I will proceed to some corrections soon 😉
Forum: Fixing WordPress
In reply to: Images do not align and captions don't show properlyYup, that will be better
Forum: Fixing WordPress
In reply to: Pages not foundTake a rest then 🙂
It is necessary, especially if you don’t want to make new mistakes that will create new problems…
Forum: Fixing WordPress
In reply to: Pages not foundDo you have a custom structure for your categories. Something like
%category% ?In this case please remove.
I checked your website, categories are not working.
Actually the url is http://menoflastcall.com/store/categories/fall-concert-tickets-2/
when it should be http://menoflastcall.com/store/fall-concert-tickets-2/
Forum: Fixing WordPress
In reply to: Images do not align and captions don't show properlyHi,
Can you provide an example URL ?
This is certainly due to css fix, so I need to check that.
Forum: Fixing WordPress
In reply to: Pages not foundHi,
Firstly, can you provide the URL of this website ?
Secondly, what did you set in settings > permalink ?
No unfortunately, because the theme is mystic, that uses a particular loop.
Here is the code that displays the category name in the gray area :
<?php if(atom()->options('post_category') && atom()->post->getTerms('category')): ?> <?php atom()->te('in %s', atom()->post->getTerms('category', ', ')); ?> <?php endif; ?>I would like to use condition like “if is_event” or something similar, but I don’t know how to program it.
Hi, my first opinion goes to CSS problem or version incompatibility.
Are your WP version and plugin version updated and compatible ? Do you use other widgets in your page ?
Can you provide the site URL ?
Forum: Fixing WordPress
In reply to: Using a Custom Field value inside a post queryHi harlemS,
Can I get the code that you try to implement ?
Forum: Fixing WordPress
In reply to: Fast upgrade of a pluginHi jmga,
Excepting if you use multisite platform, unfortunately there is no other efficient way as far as I know.
Good luck !
Forum: Installing WordPress
In reply to: HTTP 500 Error in instalation of WordPressHello (ola 🙂 )
Your website is working, is the matter resolved ?
Forum: Localhost Installs
In reply to: Can't view index.phpHi Sicp,
Go to your admin > settings > reading and select static page as front page displaying. Here a select menu is offered to you, where you can choose your home page.
Forum: Plugins
In reply to: hot to display the category on Dukapress GridHi, no matter for the delayed response !
It’s not exactly what I want. I would like that in your example under goatman mask (and for all the other products also) all the categories to which this product is linked appear. And I would like to be able to click on this categories, which will display all the products that they manage.
Thanks for your answer