Baroninn
Forum Replies Created
-
Hi again
Thanks for the reply.
Your solution worked and solved my case ??I think that this is the only thing your plugin cannot do ?? get terms or tax ??
Ive been creating this HUGE website for city hall of my country.
With the help of your plugin , im able to create all kinds complex shortcodes for them to simplify their work. So thank you very much for creating this plugin and supporting it. Because im not much of a coder. But with your plugin I look like a pro ?? hehehe…
Im still waiting for the professional version to be published.
Or some addons I can buy.Let me know when that happens and i’ll buy them all ??
It amazes me that this plugin is only on 9000 sitesBest regards
BaroninnHi
Thank you for your very quick response.
Always good supportBut I have multiple taxonomies I need to generate.
Is it possible to change your code to listen to all terms within a post-type ?I dont see any type of shortcode to get the term or taxonomy from the post
any suggestions ?
Forum: Plugins
In reply to: [Custom Content Shortcode] Cornerstone by theme.coI use cornerstone by Theme.co . and I have no issues.
Im using this plugin on a huge scale. Doing some awesome stuff with it.
Please test your setup further. This plugin works on more than one site I have with cornerstone.
So maybe there is a plugin conflict or something.
Forum: Plugins
In reply to: [Plugin Organizer] Alerts 0sorry , I should create my own post ..
YES !!
I figured out that using U time format did the trick..
Unix timestamp (seconds since Unix Epoch) heheBut I feel like the cron isnt working as expected.
How can I tap into the cron to make it work ?is there maybe an url I can use to force the cron to start or something ?
Please help ??
Forum: Fixing WordPress
In reply to: remove my job now !! critical !!Please ,, no more questions .. Can you just please contact someone who can remove my post..
This is critical when it comes to my family !!
Forum: Fixing WordPress
In reply to: remove my job now !! critical !!Read my post !
I dont have this token,
never got any token
so Im unable to remove the job !Forum: Fixing WordPress
In reply to: Get content from another site to wordpress.Hi Ramesh
Thanks for the update and advise.
Hands down , the best support ive had from www.ads-software.com ever ??I havent got the chance to test the SQL theory out. But it sound alot easier than the xml approach.
If you have any suggestions or advice on the matter, i′d love to hear it.
Any SQL experts you know or some company that you think would be able to do such a proceedure.Im going to test the mapping.
Its only the news , and one other category that needs the migration.
Again, thanks alot for your input, help and advice.
Im very thankful for your ideas and help.Forum: Plugins
In reply to: Changing of shop and blog urlsIf i understand you correctly . Then you need to change the permalinks.
Go into settings of wordpress
and then click permalinks.From there you can change the url links of your blog and shop
Hope this helps
Forum: Plugins
In reply to: [WooCommerce] Can you keep product info when changing themes?im not an expert , but i beleve the data will remain on the product.
Just to be sure ,, i suggest you backup your site with backupbuddy plugin(must have plugin for all your wordpress sites) and then do your theme-changing ??
That way , you can just test whatever you like without having the worries ??
And it only takes about few minutes to restore a backup.Hope that helps, and if you decide to go with backupbuddy and run into any problems. You can always check in with me.
Forum: Plugins
In reply to: HELP PARSE ERRORlog into ftp and remove the plugin folder..
that should resolve the issue
did you make a recent backup ?
Yey !!
I figured it out :-))))
You create these folders inside X child folder
/x-child/woocommerce/checkout/copy this file : /x/woocommerce/checkout/thankyou.php
to
/x-child/woocommerce/checkout/and paste my previous code at the bottom of the thankyou.php page
Does anyone know where in my child theme I should put my code ?
Obviously I cant put it inside functions.php
or can I ?
im very new to wordpress and woocommerce .. And im having a blast so far ??well.. I figured it out..
PhP has a back function , and you can back as many pages back as you want.
here is my working code
<button onclick="goBack()">Go Back 4 Pages</button> <script> function goBack() { window.history.go(-4); } </script>
All im facing now , is where in the child theme I would put this.
Im using X theme , can you help me out a bit with this one , im very new to wordpress and woocommerce ??Best Regards
BaroninnEDIT :
My final code is here :
<div class="takkfyrirmidja"> <button class="btn button takkfyrir" onclick="goBack()">Halda áfram ae versla</button> </div> <script> function goBack() { window.history.go(-4); } </script>
And CSS to center the button and making it a bit bigger is here :
/* Thank you page - continue shopping button */ .takkfyrirmidja { text-align: center; } /* Thank you page - continue shopping button */ button.btn.button.takkfyrir { padding: 14px; }
I still need some help on where I should place this function in my child theme. Because I really dont want to modify the core files ??
I hope my code will help someone.