quinox
Forum Replies Created
-
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Wrong price with different tax-rateHi,
Thank you for your quick reply.
I’ve read those posts, but I still doesn’t get it.
I enter the prices incl VAT of my product. I set my price manually for the countries and not by exchange rate.
– NL €319,- incl VAT (21%)
– DE €369,- incl VAT (19%)The shop price have to be listed €369 incl VAT for Germany, not €362,90. That’s why i’ve entered the price €369,- in the products for Germany.
This was working correct. Only after the update of WooCommerce and your plugin, something has changed.
Note: While i’m writing this reply, I think I get it now. But it’s not logical to put a different price at your product, then is shown on the shop and checkout.
Please your reply on this.
Regards,
Roland de Lepper
Got it fixed by restoring the database (which was luckily in the package) and copied the wp-files over to its original location.
It’s a great plugin and was a user-error on my site.
Regards,
Roland
Forum: Plugins
In reply to: [Contact Form 7] Pressing enter and form is sentCase closed
Forum: Plugins
In reply to: [Contact Form 7] Pressing enter and form is sentThanks for 5the xplanation. I wasn’t aware of that.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] show zero items by defaultHi,
I urgently need to know how not to show all portfolio items by default, but only from one single categorie.
I think it is in this piece of code, but my Javascript is not that good at all.
//Start Echo Categories $output.='<ul id="afp-filter"> '; foreach ( $cats as $cat ){ $output.=' <li><a href="#">cat_name) . '">' . $cat->cat_name . '</a></li> '; } $output.=''; //End Echo Categories //Start Echo Portfolio Items $output.='<ul class="afp-items">'; $k = 1; foreach ($items as $item ){ $output.='<li class="afp-single-item" data-id="id-' . $k . '" data-type="' . ereg_replace("[^A-Za-z0-9]", "", $item->item_category) .'"> <a>item_description . '" href="' . $item->item_image . '"><img alt="" class="img-link-initial" src="' . $item->item_thumbnail . '"></a> <ul class="afp-item-details">'; if($item->item_title != null) { $output.=' <li><strong>' . $item->item_title . '</strong></li> '; } if($item->item_client != null) { $output.=' <li>' . $item->item_client . '</li> '; } if($item->item_date != '0000-00-00') { $output.=' <li>' . date("m/d/Y", strtotime($item->item_date)) . '</li> '; } if($item->item_link != null) { $output.=' <li><a>item_link . '">Project Link</a></li> '; } $output.=' '; $k++; } $output.=' </div>Can someone please help me with this?
Kind regards,
Roland
Forum: Fixing WordPress
In reply to: Limit output text searchresultsProblem solved.
It was a setting in Relavanssi plugin.
Feel sooo stupid.
Roland
Forum: Fixing WordPress
In reply to: Limit output text searchresultsHi aritzalvarez,
its not quit the excerpt output. My searchresults also output part of the content.
Your suggestion only limit the output of the excerpt string.I “borrowed” this search.php file and this is the only thing i have to customize to have it perfect as I want.
Roland
Forum: Fixing WordPress
In reply to: title-tag imageresolved
Forum: Fixing WordPress
In reply to: title-tag imageHi UxFloyd,
Your solution worked for me. Thanks a lott.
I’ll close this topic now.
regards.
Roland
Forum: Fixing WordPress
In reply to: title-tag imageHi UxFloyd,
I also build the theme myself, so no twenty Eleven etc.
I will check your link.
Thanks a lott!!
regards,
Roland
Forum: Fixing WordPress
In reply to: wordpress documentrootSolved by myself 😉
Copy index.php and .htaccess to DocumentRoot.
Edit index.php and change the line(‘./wp-blog-header.php’);
require(‘./wordpress/wp-blog-header.php’);Change the Site-url in WordPress Dashboard.
Forum: Plugins
In reply to: [Nivo Slider for WordPress] images blurHi andriansah
Thanks for the reply, but I already sorted it out with the non-wordpress version of Nivo-slider.
Forum: Fixing WordPress
In reply to: different image in different pagesYes, you’re right. Got it working now!
Thanks for your help.
Regards,
Roland
Forum: Fixing WordPress
In reply to: different image in different pagesHi there,
Sorry for my incorrect post. This is the code I’m using:
<div class="title-img"> <?php if (is_page('services')) { ?> <img src="<?php bloginfo('template_directory')?>/images/exper.png" alt="" /> <?php } elseif (is_page('portfolio')) { ?> <img src="<?php bloginfo('template_directory')?>/images/exper1.png" /> <?php } elseif (is_page('portfolio')) { ?> <img src="<?php bloginfo('template_directory')?>/images/exper1.png" /> <?php endif; ?> </div>This is the error message i’m getting:
Parse error: syntax error, unexpected T_ENDIF in /home/vanschen/public_html/wordpress/wp-content/themes/vanschendel/header_inner.php on line 96