matuh
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite image upload not workingCan I send you a PM @tabassumnaaz?
Forum: Networking WordPress
In reply to: Multisite image upload not workingSite1: http://www.woodprint.ee
Site2: http://www.woodprint.ee/enThe previous urls are from the media library
The problem is that the image on site2 is not uploading
Forum: Networking WordPress
In reply to: Multisite image upload not workingUploading the same file to both sites. WordPress gives the link to the images:
Site1: https://woodprint.ee/wp-content/uploads/2017/04/nordicphotoblocks.png (file is uploaded, works fine)
Site2: https://woodprint.ee/en/wp-content/uploads/sites/2/2017/04/nordicphotoblocks.png (file is not uploaded)Forum: Plugins
In reply to: [WooCommerce] Changing the product permalinkI had to add /toode to Custom Base
Permalinks trick worked! Thank you very much!
One more thing. This is Woocommerce related, but maybe you also know about this.
The shop was cloned okay, but the products are not showing up: https://woodprint.ee/en/product/lauapilt-12×12-cm/
In the dashboard they are present, but the site doesn’t work.
Do you have any idea is there anything special that needs to be done to get Woocommerce working?Oh, thank you! I had a mistake in the .htacess file.
Great plugin and great support!
Ohh, okay. I just got confused, because the dashboard says that to clone tables and media files it needs add-ons.
Anyway. I tried to clone the site, but the result is not working. I don’t know what I did wrong. Something is missing, the template is broken: https://woodprint.ee/en/
And the dashboard of the cloned site is not reachable: redirected you too many times.And yes, I’m using multisite.
What went wrong?
Thank you for your help!
- This reply was modified 9 years, 3 months ago by matuh.
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Using: mucd_default_primary_tables_to_copyI have the same question. I want to clone my primary site. How to do this?
Forum: Plugins
In reply to: [IssueM] How to add content to the archive pageFor adding content to the archive page, just use the shortcode [issuem_archives] in the content box wherever you want the past articles to appear.
Forum: Plugins
In reply to: [IssueM] Related articlesThanks for the answer Kevin!
You mean like this?
$args = wp_parse_args( $args, array( 'post_type' => 'articles', 'category__in' => wp_get_post_categories( $post_id ), 'ignore_sticky_posts' => 0, 'posts_per_page' => $number_posts, 'post__not_in' => array( $post_id ), ));This didn’t help.
Forum: Plugins
In reply to: [IssueM] Featured image for each article is blurryI have the same question!
@dubzerino, did you find a solution?
I would also really need a solution for this. There is no point for the default image when I have set an image specific for the post.
Forum: Plugins
In reply to: [Frontier Post] Feature request: multiple formsThat would be awesome.
My site is here: http://kohalikule.ee/minu-kuulutused/
You can create an account there. It’s not in English, so if you need any clarification ask here.Forum: Plugins
In reply to: [Frontier Post] Feature request: multiple formsHi,
Yes, I only want to change the category drop downs. I need three different forms with three different category drop downs.
finnj, if you have some time I would really appreciate if you could help me with the code. I don’t write php myself, I can only read a bit and I’m not able to do this on my own.