diegooli
Forum Replies Created
-
Forum: Plugins
In reply to: [Filter Custom Fields & Taxonomies Light] $ symbol appears wrong in frontendforget, resolved. I have put “the_content()” function instead of “#the_content#” in template-standard.php file
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Conflict with Popup with fancyboxYes, If I change the Script, it works. However, I wanted to use FancyBox Script, because it is best for what i want. There is nothing I can do?
Forum: Plugins
In reply to: [Popup with fancybox] SlowerChange “Popup timeout” in Admin Popup-with-fancybox
WOW! you are a kind of modern hero, man! Thanks!
My case is the second. But how can I split in two columns in that way?
With just 1 shortcode I can do this:
http://www.billerickson.net/code/add-column-classes-to-display-posts-shortcodes/
More than one doesn’t work
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Get Category IdNow it works!
I’ve removed “print_r”:
if ($_POST[‘create_ticket_category’] == x) {
}Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Ajax result with custom post typeIt is exactly the same case with Ajax search. I want to display only product custom posts types but the search returns every posts and pages I have on my website.
Only When I’ve put L.267 in a comment it works, but without search filtering applied.
//’s’ => esc_html($keyword)
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Ajax result with custom post typeI have the same problem. Any solution?
bloooooop, TC.K?
Forum: Themes and Templates
In reply to: [Hueman] Menu Broken rendering/css loading on chromeResolved, was an issue with using @font-face locally
Forum: Themes and Templates
In reply to: [Hueman] Categories show 'Page not found'Confirm Permalinks again
Settings -> Permalinks
Select an option and save. Sometimes it gives bug.
Forum: Plugins
In reply to: [Post Content Shortcodes] How to Add Pagination to Posts List?you did? Please someone do , I enjoyed the plugin and would pay for the paging code
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Email NotificationIt works now, I downloaded a plugin for configure a SMTP server, user, login… But this option should have how default in “WP Support Plus Responsive Ticket System”
Well, you can create a network wordpress and activate each plugin in each site separated
Forum: Themes and Templates
In reply to: [Minamaze] How to adjust row height of tableI dont understand your question, just edit in style.css the tables parameters
table {
height: 500px;
}or change the row parameter:
tr {
height: 100px;
}and the rest…
Forum: Themes and Templates
In reply to: [Minamaze] Image Slider on each siteSasuu, A simple way to solve the problem is to edit the file homepage.php
admin\main\options\homepage.php
change the condition to: “is_page ( )” function
This way:
if ( is_front_page () or is_page () or thinkup_check_ishome ( )) {