klikihak
Forum Replies Created
-
There is:
include_once(SF_INCLUDES_PATH . '/meta-box/meta-box.php'); include_once(SF_INCLUDES_PATH . '/meta-boxes.php');
I commented out both of them, and the plugin installed properly. So is it ok to have it like that? Will the plugin and the theme work OK now? Should I worry?
Hi, thanks for quick reply, how should I do it exactly? I tried to rename the meta-boxes.php in wp-content/themes/my-theme/includes and it made more errors…
Warning: include_once
Warning: Cannot modify header information – headers already sent by
Warning: require_once
Fatal error: require_once():
Forum: Fixing WordPress
In reply to: Show two wordpress product categories with one urlFruit is parrent
Small Medium Big are childsVegetable is parrent
Small Medium Big are childsForum: Plugins
In reply to: [WooCommerce] woocommerce display products from two categories combinedI am trying to make an url that would show multiple product categories inside woocommerce shop. I wanted to show just all small vegetable and fruit together.
I have following hierarchy:
Fruit
Small-fru
Medium-fru
Big-fruVegetable
Small-veg
Medium-veg
Big-veg
And I tried these urls:https://my-url.com/product-category/fruit/Small-fru+Vegetable/Small-veg/
https://my-url.com/product-category/Small-fru+Small-veg/But it did not worked. Is there some solution for this?
Forum: Fixing WordPress
In reply to: WordPress add all the product categories to menu at onceHere are the screenshots:
Forum: Fixing WordPress
In reply to: WordPress add all the product categories to menu at onceHi, thanks for reply, but if I have multiple pages (see the pagination) the option to select all is selecting only the first page. Unfortunatly the other two pages are unorganizated and mishmashed together, only the first page seems to follow the order as it should.
So if i could somehow get all of the categories at the first page, maybe it would solve the problem…
Forum: Plugins
In reply to: [Pricing Table by Supsystic] add to card woocommerce not workingIs it fixed now?
Forum: Plugins
In reply to: [Pricing Table by Supsystic] add to card woocommerce not workingHere is list of shortcodes: https://docs.woocommerce.com/document/woocommerce-shortcodes/
Add to Cart URL
Echo the URL on the add to cart button of a single product by ID.Args:
array(
‘id’ => ’99’,
‘sku’ => ‘FOO’
)[add_to_cart_url id=”99″]
Forum: Plugins
In reply to: [Pricing Table by Supsystic] add to card woocommerce not workingHi, thank You for quick reply, here is the link: https://zaden.cz/#team
Forum: Plugins
In reply to: [Contact Form DB] user ability to order database by XI need just “eshop-like” “order by” settings for visitors of the website and nobody can′t helped me with that…
I already have “show number of posts in form” drop-down menu, I already have “search form”, (these two are by default in “cfdb-database”) but now I need “order by” drop-down menu.
Can anybody help me please?
To johnja1:
Try this:
[cfdb-datatable form=”YOURFORM” show=”YOURFIELD” orderby=”number-741 DESC, submit_time DESC”]Forum: Plugins
In reply to: [Contact Form DB] user ability to order database by XHow to make something like this please: https://s30.postimg.org/mizra7gf5/sort_by.png
I need to sort cfdb-database…
Forum: Plugins
In reply to: [Contact Form DB] Default Dropdown to 50 RowsMaybe try this instead https://cfdbplugin.com/?page_id=91#dt_options
READ FIRST COMMENT
Just a little tip on using “dt_options”:
to pass an array to DataTables jQuery you might want to use square brackets [] inside the WP shortcode, but that does not work. So instead of declaring an array using square brackets do it the alternative way:
dt_options=”bJQueryUI:true, aLengthMenu: [10,50,100,200,300,-1]” >
dt_options=”bJQueryUI:true, aLengthMenu: new Array(10,50,100,200,300,-1)”
Above example gives you a dropdown selection with more options than the default 10,25,50,100Forum: Plugins
In reply to: [Contact Form DB] how t change the columns name ?In CFDB go to “shortcut” scroll down and find “headers”, and under “display as” write something like this:
name-of-element-in-CF7=Displayed-name-with-special-characters, radio-65=Náme,Cf7Shortcut=Numbér etc… Is it what you want?