https://wordpress.org/support/ WordPress › Support en-US Fri, 05 Aug 2016 07:51:02 +0000 http://bbpress.org/?v=1.1 https://wordpress.org/support/topic/shipping-scenario-needs-solution#post-8720574 Fri, 05 Aug 2016 07:50:32 +0000 Caleb Burks 8720574@http://wordpress.org/support/ Sounds like you might need a custom solution to some degree. Here are some extensions that could maybe help you here though:
Per Product Shipping can allow you to add extra shipping costs to existing shipping methods: https://woocommerce.com/products/per-product-shipping/
And Conditional Shipping and Payments will let you conditionally show/hide different shipping methods at checkout based on products in the cart, categories, prices, countries, etc: https://woocommerce.com/products/conditional-shipping-and-payments/
]]> https://wordpress.org/support/topic/map-freezing#post-8720573 Fri, 05 Aug 2016 07:50:27 +0000 Support Huge IT 8720573@http://wordpress.org/support/ Hello luciaharley,Thank you for informing us of the issue, we have noticed you ave one more plugin which uses API key and cause conflict. Please check which plugin is that?
]]> https://wordpress.org/support/topic/samphona-effect-not-working#post-8720572 Fri, 05 Aug 2016 07:50:19 +0000 mangliobertolucci 8720572@http://wordpress.org/support/ Hello.Regards,
Manglio
https://wordpress.org/plugins/ultimate-faqs/
]]> https://wordpress.org/support/topic/beautiful-and-elegant-3#post-8720571 Fri, 05 Aug 2016 07:49:54 +0000 vgarigi 8720571@http://wordpress.org/support/ The best theme i have ever tried on wp(.) periodexcellent support
]]> https://wordpress.org/support/topic/how-to-display-resume-category-list-for-multiselect#post-8720570 Fri, 05 Aug 2016 07:49:43 +0000 visanu 8720570@http://wordpress.org/support/ I have a resume form where I want to display the Resume category [/wp-admin/edit-tags.php?taxonomy=resume_category&post_type=resume]Currently I am doing by using below function in theme's function.php
$fields['resume_fields']['select_expertise'] = array(
'label' => __( 'Your Expertise<span class="error">*</span>', 'job_manager' ),
'type' => 'multiselect',
'required' => false,
'options' => array(
'Resume Category 1'=>'Resume Category 1',
'Resume Category 2'=>'Resume Category 2',
'Resume Category 3'=>'Resume Category 3',
'Other Resume Category'=>'Other Resume Category'
),
'description' => '*For multi-select, hold the CTRL key and click the items for your expertise',
'priority' => 10
);
But this is something HARDCODED Stuff. How to fetch Resume Category created under WordPress admin so that the user can select on resume submission process
Please help guide.
Best regards.
https://wordpress.org/plugins/wp-job-manager/
]]> https://wordpress.org/support/topic/translations-and-featured-image#post-8720569 Fri, 05 Aug 2016 07:49:22 +0000 Piani 8720569@http://wordpress.org/support/ I have set Swedish in the site settings. Settings > General > Site Language.That should do it as far as i know.
I maby still need to force some PO file to make it work. The problem is that I do not see the requested words in the file generated by Loco.
]]> https://wordpress.org/support/topic/how-to-change-league-table-order#post-8720568 Fri, 05 Aug 2016 07:49:20 +0000 pantsman28 8720568@http://wordpress.org/support/ Have been looking into this plugin for some time and considering buying the pro version. Been testing it on local server but can't see how you change the display order of the league table.I need to add bonus points (BP) to the table but its showing before P W L D + - Total points
Ideal setup would be P W D L BP Total
can anyone help
https://wordpress.org/plugins/sportspress/
]]> https://wordpress.org/support/topic/different-alignment-of-elements#post-8720567 Fri, 05 Aug 2016 07:48:56 +0000 grobima 8720567@http://wordpress.org/support/ Hi everyone,Just installed this plugin yesterday. Is there any way to align the different elements? E.g. to move the large product image to the right? Right now it looks to me like the standard alignement is to the right. Or can I do this with standard coding (which I don't really now either ;-) ).
Cheers,
Bastian
https://wordpress.org/plugins/amazon-product-in-a-post-plugin/
]]> https://wordpress.org/support/topic/affichage-de-plusieur-don-avec-la-somme-de-ses-dons#post-8720566 Fri, 05 Aug 2016 07:48:41 +0000 oumama 8720566@http://wordpress.org/support/ ok, Thank you !!! ]]> https://wordpress.org/support/topic/make-catergorie-posts-page-look-like-homepage#post-8720565 Fri, 05 Aug 2016 07:48:06 +0000 timdevogel 8720565@http://wordpress.org/support/ Hi bdbrown, yes, you're right. It should end on .nl ]]> https://wordpress.org/support/topic/how-to-use-presentation-shortcode#post-8720564 Fri, 05 Aug 2016 07:47:33 +0000 theOff 8720564@http://wordpress.org/support/ Hello,I have tried to use [Presentation] Shortcode that is listed in available shortcode embeds of Jepack version 4.1.1
[Presentation width="600" height="375"]
[Slide bgcolor="red"]Hello. This is test.[/slide]
[/Presentation]
But nothing happened.
Could you help me in creating a presentation using [Presentation] shortcode?
Thanks.
https://wordpress.org/plugins/jetpack/
]]> https://wordpress.org/support/topic/shop-name-displaying-in-margin-next-to-header#post-8720563 Fri, 05 Aug 2016 07:47:30 +0000 Ewout 8720563@http://wordpress.org/support/ Hi! The easiest way to hide this column is with CSS:.shop-info { display: none; }
Check out the documentation for adding custom CSS:
http://docs.wpoveight.com/woocommerce-pdf-invoices-packing-slips/using-custom-styles/
Hope that helps!
Ewout
File: C:xampphtdocssite_urlpublic_htmlstorewp-contentpluginssql-executionersql-executioner.php
Line: 41
https://wordpress.org/plugins/sql-executioner/
]]> https://wordpress.org/support/topic/admin-getting-logged-out-every-15-minutes-or-so#post-8720561 Fri, 05 Aug 2016 07:46:30 +0000 Gioni 8720561@http://wordpress.org/support/ Note that 63072000 means two years in seconds: 3600 * 24 * 365 * 2, so you can adjust this value as you want. ]]> https://wordpress.org/support/topic/coupon-with-wrong-amount#post-8720560 Fri, 05 Aug 2016 07:46:22 +0000 Caleb Burks 8720560@http://wordpress.org/support/ Nice work tracking down the problem causer! That definitely would have had me stumped as well. ]]> https://wordpress.org/support/topic/plugin-local-pickup-plus-duplicate-plugin#post-8720559 Fri, 05 Aug 2016 07:46:01 +0000 andrius380 8720559@http://wordpress.org/support/ Hello. Is there anyway to duplicate this plugin? i've tried to change name ant etc but getting :Fatal error: Caot redeclare init_woocommerce_shipping_local_pickup_plus() (previously declared in /home/elektronine/domains/xxxxxxx/public_html/testas/wp-content/plugins/woocommerce-shipping-local-pickup-plus/woocommerce-shipping-local-pickup-plus.php:126) in /home/elektronine/domains/xxxxxxx/public_html/testas/wp-content/plugins/woocommerce-shipping-local-pickup-plus 2/woocommerce-shipping-local-pickup-plus2.php on line 802
any idea? :(
]]> https://wordpress.org/support/topic/error-in-latest-build-331#post-8720557 Fri, 05 Aug 2016 07:45:13 +0000 Ramoonus 8720557@http://wordpress.org/support/ working version, can be found atThank you for your help.
Best regards
Nadine
https://wordpress.org/plugins/loco-translate/
]]> https://wordpress.org/support/topic/how-to-call-script-after-enqueuing#post-8720555 Fri, 05 Aug 2016 07:44:34 +0000 stuartb3502 8720555@http://wordpress.org/support/ Thanks for your reply. So, I guess I'm not enqueueing the script correctly...I have the code I posted above in functions.php.
I have the following in my page template (immediately after the get_sidebar() call and before get_footer())
<script type="text/javascript">resetdropdowns();</script>
I get "Uncaught reference error resetdropdowns is undefined". If I put it within a php block I get a 500 error.
If instead I put this in the page template at the same point...
<script type="text/javascript" src="../wp-content/themes/fc-zerif-lite-child/js/resetdropdowns.js"></script>
<script type="text/javascript">resetdropdowns();</script>
the script runs.
The specific problem I am trying to solve (should have been clearer initially - sorry) is that the script I want to run here is dependent on jQuery.
I have added the Minit plugin to asynchronously load jQuery now to avoid render blocking.
That then meant that my script failed because jQuery was not loaded. So I'm trying to enqueue the script properly with a dependency on jQuery per the functions.php, but it's my first time trying it and I must be making some basic mistake.
Thanks
]]> https://wordpress.org/support/topic/emailed-invoice-missing-from-email-rename-file#post-8720554 Fri, 05 Aug 2016 07:44:19 +0000 Ewout 8720554@http://wordpress.org/support/ Hi! The from address for WooCommerce emails is taken from the WC settings: WooCommerce > Settings > Emails > From address.To rename the files, check out the documentation here: Custom PDF filenames
Looking forward to the review :)
Have a great weekend!
Ewout
https://wordpress.org/plugins/all-in-one-event-calendar/
]]> https://wordpress.org/support/topic/mla-has-so-many-features#post-8720552 Fri, 05 Aug 2016 07:43:44 +0000 mouret 8720552@http://wordpress.org/support/ - that is might be too overwhelming in the begiing. I suspect some negative reviews are because it requires some effort getting used to - and especially leaing about all the capabilities. But once you've worked with it you caot go back to WP without MLA :)Also super nice support :) David always answers quickly and even comes with a solution extermely fast :D Thumbs up!
]]> https://wordpress.org/support/topic/local-brut-force-protection-not-working#post-8720551 Fri, 05 Aug 2016 07:43:27 +0000 dwinden 8720551@http://wordpress.org/support/ @AkeeThere are 2 whitelists. A temporary and a permanent whitelist.
If you have successfully logged in once as an administrator from the IP that needs to be locked out, that IP is automatically added to the temporary whitelist for the duration of 24 hours.
Use the following query from phpMyAdmin to check the temporary whitelist:
select * from wp_options where option_name = 'itsec_temp_whitelist_ip';
dwinden
]]> https://wordpress.org/support/topic/coupon-with-wrong-amount#post-8720550 Fri, 05 Aug 2016 07:42:57 +0000 dedra86 8720550@http://wordpress.org/support/ I've fixed it. The problem was in the ogone configuration for my SHA-IN error...So, changing the value of the WC_ROUNDING_PRECISION constant (from 2 to 6 in my case) resolve my issue.
Thanks for the help!
]]> https://wordpress.org/support/topic/introductory-fixed-price-offer-for-new-customers#post-8720549 Fri, 05 Aug 2016 07:42:41 +0000 lovelunch1 8720549@http://wordpress.org/support/ Hope you can help…..we are wanting to add a promotion for specific Categories (all Products within the Category) to sell at £1 (with conditions). This is for NEW customers only and can only be used ONCE and on ONE product only (ie. they will only get one item for £1 once). Free shipping is also to be applied. They can also add other items to the cart at the regular price. Please can you advise if this is possible with this Plug-in? Many thanks :-)P.S. If not - what is the closest that can be done?
https://wordpress.org/plugins/pricing-deals-for-woocommerce/
]]> https://wordpress.org/support/topic/how-can-i-align-my-3-adsense-code-to-my-home-page-dyad-theme#post-8720548 Fri, 05 Aug 2016 07:42:34 +0000 cztaki73 8720548@http://wordpress.org/support/ HiTo my child theme i add the three Adsense codes , to my index.php file , but i want to align them to one line.
First code to the Left
Second code to the center
Third code to the Right
is it possible to one line .?
Now , it is like this, the code
-------
<div align="left"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Home Page New -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-74618---------"
data-ad-slot="3142585513"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div align="center"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Home 2 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-74618---------"
data-ad-slot="9623303110"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div align="right"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Home 3 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-74618---------"
data-ad-slot="6552085513"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
----------------------------
Thank you
]]> https://wordpress.org/support/topic/is-an-excellent-application#post-8720547 Fri, 05 Aug 2016 07:42:25 +0000 socialdude 8720547@http://wordpress.org/support/ Cool, thank you for taking the time to write this nice review! :) ]]> https://wordpress.org/support/topic/awesome-3740#post-8720546 Fri, 05 Aug 2016 07:42:18 +0000 ican2016 8720546@http://wordpress.org/support/ Awesome logo very Awesome ]]> https://wordpress.org/support/topic/works-better-than-other-similar-plugins#post-8720545 Fri, 05 Aug 2016 07:42:10 +0000 millllan 8720545@http://wordpress.org/support/ On really big databases, it doesnt timeout like that other plugin with similar number of downloads/rating ]]> https://wordpress.org/support/topic/random-pages-are-giving-404-errors-is-this-a-hack#post-8720544 Fri, 05 Aug 2016 07:42:02 +0000 xinoxan 8720544@http://wordpress.org/support/ You can use WORDFENCE or ITHEMES SECURITY and blacklist all those IP.If you aren't sure what code you need for this customization, I would recommend hiring a developer:
- http://jobs.wordpress.net/
- https://codeable.io/
Best
]]>
برچسب:
نویسنده: استخدام کار