Search:
Search took 1.00 seconds.
-
I see what you tried to do and I hope now it's resolved, even by applying the manual custom mod.
Regarding the responsiveness, unfortunately, not all the css code is located in flatron theme, most...
-
The option works only with pages ( not posts or categories) only custom pages. the option descption shows that.
the same as you did and you resolved it, and for everyone else, to display the...
-
You can check in our event site : http://123malaysia.com/events/
Username : demo
Password : demo
-
Yes it will affect all as it is a global div. You can duplicate the said css div and put a unique name on it so you can use it just for the category block without affecting the others.
-
Hi
Thanks for the screen shot. A picture is worth 1000 words.
Check out the classipress/includes/theme-actions.php file.
Disabling the "cp_blog_comments_bubble" function (line 171 in CP 3.1.6),...
-
@julien1978
Have you tried to browse the posts with another ip or another user?
@silfwerpihl
The file responsible for the blog sidebar is sidebar-blog.php found in your root folder. You...
-
There is no default option on this and will may require code modification to implement. The themes are not encrypted and so it can be modified according to your needs.
-
OK, I found it
query_posts(array('post_type' => 'ad_listing', 'ad_cat' => 'Your ad category name', 'paged' => $paged));
(note this is tip for noobs like me ;)
Hey, where are support guys and...