yairguy
Forum Replies Created
-
Hi,
I resolved my problem using the most cliche way in the IT world. I rebooted the EC2 server (i.e. I turned it off and on again).
Sometimes AWS has faults and errors, you can see those notifications on your AWS console. Those errors are affecting the server the website is running on.hope this helps
Forum: Plugins
In reply to: [WP Offload SES Lite] Plugin stopped sendong email and shows Errors nowHello, Again,
I have rebooted the EC2 server, that solved the problem.
Cheers,Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Importing imagesThank you for the replay!
So I run the same file on your demo server and the results are that this time the images were downloaded and were set as featured image. Pretty much what I was aiming for.
As you suggested,
How do I isolate the issue? Does this experiment means that my file will work only on the Pro version or there is something else I should look into?Cheers,
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Importing imagesThanks for the replay.
Yes I can actually see the image when using {eventimage[1]} while clicking ‘Preview & Test’ and conducting ‘Test Image Import’.
The issue is that the images aren’t downloaded into wordpress to be used as featured image. (i.e. the image aren’t downloaded from the source to be seen and used from ‘Media’)
Any thoughts?
Thank you for taking the time,
Cheers,Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Image Import issueHello Simon,
I having similar problem.
My XML is a little More complecated but in the end result is that it’s not importing.
<gc:eventimage type=”url”>https://www.trumba.com/i/DgA5jND3KZIyDHHBfDklDG7i.jpg</gc:eventimage>Did you solve your problem somehow?
Cheers,
Yair.Forum: Plugins
In reply to: Woocommerce show 3 products in 1 row "you may also like…"Here you go mate:
// GET 4 products
function woocommerce_upsell_display( $posts_per_page = 4, $columns = 4, $orderby = ‘rand’ ) {
woocommerce_get_template( ‘single-product/up-sells.php’, array(
‘posts_per_page’ => $posts_per_page,
‘orderby’ => $orderby,
‘columns’ => $columns
) );
}Source: https://support.truethemes.net/?knowledgebase=set-the-number-of-upsell-products
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Site url and HomeOkay mate thanks for that!
Thank you for the help and assistance with clarifying the matter.
I reckon this is resolved.
Cheers!
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Site url and HomeHey Ron,
Thanks for getting back to me.I understand from you that basically Im done. I mean, once at site’s main dashboard (Not the super admin) as I set the new domain as Primary, hit update… then i’m done? no farther action should be taken?
Im asking because at the backend of the site, again not at the super admin I can still see the old sub-folder structure url. (e.g. https://theDomain.com.au/newName/wp-admin) where I would expect to see https://newName.com.au/wp-admin.
Cheers,
Hey,
Thanks for the replay.Yes to both. In the mean time I have made three more feeds. Only to the first one I have actually assigned a default image.
Bellow you can find a link to my website. you could see that on the right the widget is working nicely but on the left, under Brisbanite cuisines there are no pictures.
The other feeds, are actually coming from the website’s category feeds.
This is the short code im using. [wp_rss_multi_importer category=”1″ maximgwidth=”160″ excerptlength=”25″ defaultimage=”1″ morestyle=”read more…”]
Site link: Brisbanite
Thanks again for the help!
Cheers,Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] No Products / can’t edit productscheers mate!
I spent few good hours myself trying to understand while having the same problem….indeed relief!
Forum: Installing WordPress
In reply to: errorit’s all good thank you!