cmsnext
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Organizer] Disable Plugin on specific Product CategoryThanks for your response. So is there no way I could say something like if products are from category X then don’t show a specific plugin? Or have the plugin organizer show up under Product Categories Edit Section where in I could set up the plugin rules as per that category similar to what I would need to do for each individual product?
Forum: Plugins
In reply to: [WP FullCalendar] FullCalendar Hide content of previous / next monthsHave been waiting for 4 weeks for a solution. Is hiding of content from previous and next month weeks possible? When we view current month it shows one previous months week and two next month weeks along with content which I wish to hide. Any help is highly appreciated.
Forum: Plugins
In reply to: [WP FullCalendar] FullCalendar Hide content of previous / next monthsHi @marcus
well I think this does not solve the issue. this simply removes the buttons for previous and next months.What I want is that the content should not fill up in previous and next month dates.
Is there any place I could email you so that you understand what exactly is needed? Thanks
Forum: Plugins
In reply to: [WP FullCalendar] FullCalendar Hide content of previous / next monthsUsing FullCalendar on its own not using Event Manager for Events.
Forum: Plugins
In reply to: [WP FullCalendar] FullCalendar Hide content of previous / next monthsAny Help? Been a week but no response. I believe this is a major issue because there should be a way to hide previous and next months entries if needed. Any help highly appreciated.
Forum: Plugins
In reply to: [WP Calendar] FullCalendar Hide content of previous / next monthsSorry was posted in the wrong plugin forum hence closing this.
[continued at http://wordpress.org/support/topic/fullcalendar-hide-content-of-previous-next-months?replies=1 ]
Forum: Fixing WordPress
In reply to: How can I copy Custom Taxonomy categories into another Post TypeNo still waiting … still not found a solution.
This is a major issue because some of the new sites created have say around 100 or more custom taxonomies then typing them each time round is a pain.
Forum: Fixing WordPress
In reply to: troube accessing Pages / Categorieswell I believe your site resides in a subfolder named wp
there are 2 options how you could do it
the simplest being you move the files from wp to the main folder and change the url for siteurl and home url to http://loveuyoga.co.ukanother method is keeping all your files as they are in the sub folder but just moving 1 file i.e. index.php from the sub folder to the root folder and then modifying a couple of lines.
you can search forums / web for more – search for how to install wordpress in subfolderForum: Fixing WordPress
In reply to: troube accessing Pages / CategoriesLooks like some issue with permalinks you have set up
in wp-admin to to Settings > Permalinks.
First click on Default Radio and Save changessee if your site works fine.
If yes then try Post name and see if that works. If not its to do with the permalinks. you can read more about it here
Forum: Fixing WordPress
In reply to: Is this design possible with WP?well any kind of design is and can be converted to wordpress. Some level of coding is needed but you can convert almost anything to wordpress
Forum: Fixing WordPress
In reply to: WordPress and Map integrationany help?
Forum: Fixing WordPress
In reply to: Last Child Category of PostThank you for your solution
But this also returns one point above. Its not returning the Child of Child of Child Cat ID.With your solution too it returns >> Child of Child Cat ID
Any suggestions?
Forum: Fixing WordPress
In reply to: Get posts only if custom fields matchI tried running the code in the loop but it displays total everywhere…
eg.
Blue (4)
– XL (2)
– S (5)
– M (2)Green (5)
– XL (2)
– S (5)
– M (2)Hence, its displaying all the items from the size category for both the colors. Its not using AND query but using OR query I searched a few forums… and there is an option
compare => ‘AND’ but that does not seem to be working.Any ideas highly appreciated.
Forum: Fixing WordPress
In reply to: Get posts only if custom fields matchHi keesiemeijer
Thank you for the reply. Stand alone, yes that query works.But under loop its not working.
What I mean is this.
I m trying to create a list.
Like
Color & Size…
Blue (4)
– S (3)
– M (1)Green (5)
– XL (2)
– S (2)
– M (1)So when I run the above query under a loop for each color get size… this query fails.
any idea to achive what I have mentioned above?
Forum: Fixing WordPress
In reply to: Custom Query and Paginationperfect…
thanks vtxyzzy
after some trial / error and some mods made it to work
thanks once again