ceviz ms
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Adding product name and price in agreement textMike, thank you for you reply!
I my case there is no problem with the email-order-items.php. The file creates a table with product name, price etc.
I am adding a static agreement text below the table however in this text there are some sentences that needs to be dynamic.
For example,Purchase Agrrement
You have purchased XXX $ of products from our site and these products are listed below;- product 1
- product 2
Lorem ipsum…
I need to add a function / hook in my text which can display the information in the table.
I hope I made it clear now:) Sorry for my poor explination.
Forum: Plugins
In reply to: [WooCommerce] Related products by custom taxonomy instead of category and tag@alvaro; one issue here; lets say I have a sub brand,
i.e. MyBrand -> MySubBrand1, MySubBrand2
How can I only list the MySubBrand1 if the product is in that brand?
With your solution it gets me all the MyBrand products 🙂Forum: Plugins
In reply to: [Our Team by WooThemes] More than one meet the team page?Hello,
So you can use [woothemes_our_team category=”5″] for a specific team.
You need to find your Category ID from the address bar basically:)I have tried using it like
Team A
[woothemes_our_team category=”5″]Team B
[woothemes_our_team category=”6″]and it works:)
Hope this helps.Cheers
Forum: Plugins
In reply to: [Team Rosters] Team players are restricted to 10Adding
function mstw_tr_gallery_size( $query ) { if ( is_admin() || ! $query->is_main_query() ) return; if ( is_tax( 'teams' ) ) { // Display up to 120 posts for teams taxonomy archive pages $query->set( 'posts_per_page', 120 ); return; } } add_action( 'pre_get_posts', 'mstw_tr_gallery_size', 1 );to the themes functions.php solved the issue.
But not player names are not sorted alphabetically? 🙁
Forum: Themes and Templates
In reply to: Cannot locate new installed themes@klick Design I think i’ll just ask to help desk. I do not have a place to use terminal codes. They might revert from backup 🙁
Because I googled rename / recreate public_html folder causes serious stuff 🙁
I think now my site is somewhere else in my server:S
Thanks for comments tho! 🙂
Forum: Themes and Templates
In reply to: Cannot locate new installed themesoh and ip/~user/ seems problematic. Other users can be accessed by ip/~user adress
Forum: Themes and Templates
In reply to: Cannot locate new installed themes@klick Design
you actually got it right:)
I am logging to my cPanel as administrator (on a dedicated server), so I can see every single wordpress installation I have. But this one, only this one has this problem.I tried to change a theme and it worked…But “I cannot see the theme in the /public_html/wp-content/themes” now that scares me a lot.
Another scary issue that when I add an index.html to /public_html/ it does not load it.
Might sound funny but, as I have deleted and replaced /public_html once can server changed the location of default /public_html/ elsewhere or cached something?
Forum: Plugins
In reply to: [Connections Business Directory] Single Report PageAlso there a different image sizes created. Is there any use for those pictures?
Yes settings are gone, but plugin works. I wish there was a list of all image file extensions to add there:)
Thank you for this plugin
lovely, cant wait to use it again:)
Forum: Fixing WordPress
In reply to: FTP Upload Script for WPYey,
Thank you! I will try them. One of the plugins uploads to Dropbox, the idea seems pretty. Hope it works as it says:DLOL had a mail that @tiofelix replied but cannot see it here:(
Did you delete it tiofelix?@tiofelix, I wonder if you can tell me why my carousel does not work here: http://goo.gl/xZes7
when page loads its ok to click the pictures, the lightbox opens up normally but when I click next for once or twice it opens the image like a normal link 🙁I am trying to implement JJ NextGen JQuery Carousel but could not do the math do give the same visuals I have right now:)
tables are located here:
@@vira@@dijital@@.com@@/makineler/endustriyel-baski/Sorry for the @@’s 😀 just remove them:D
Thanx again,
Any last suggestion on vertical alignment?.wp-table-reloaded-id-4 .column-1, .wp-table-reloaded-id-5 .column-1 { width:80px; vertical-align:middle; }just wont work, not sure if interferes with the theme css 🙁