Forum Replies Created
-
AuthorPosts
-
Happy to say that the problem is solved and the error caused by codelines to make extra bar on right side:
/* wrap single product image in an extra div */
/*add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2);
add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20);
function avia_add_image_div() {
echo “<div class=’four units single-product-main-image alpha’>”;
}*//*function avia_close_image_div() {
global $avia_config;
$avia_config[‘currently_viewing’] = “shop_single”;echo “</div>”;
}*//* wrap single product summary in an extra div */
/*add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_summary_div’, 25);
add_action( ‘woocommerce_after_single_product_summary’, ‘avia_close_summary_div’, 3);
function avia_add_summary_div() {
echo “<div class=’five units single-product-summary’>”;
}*//*function avia_close_summary_div() {
echo “</div>”; //close out the summary
echo “<div class=’three units single-product-sidebar’>”;
get_sidebar();
echo “</div>”;
}*/Thank you for helping sorting out the problem.
Do you know what cause this error? I deleted custom code on product and css but the error is still there. Some thing must have caused this and i deeply want to know the reason.
It seems to be a bug with the theme version 3.0.2 because the error is also on a test-site which i have not done any changes. Please check this out!!!!
With your tweaks the widgets is not aligned below the image.
WP Super Cache and CloudFare turned off. Have empty the cached when tested and confirmed the error.
October 21, 2014 at 6:26 am in reply to: Errors in …/wp-content/themes/enfold/framework/php/error_log and apache log #338832No errors in the last 3 days and Enfold updated to latest version 3.0.2. Will get back if errors occurred again.
Thank you.
October 16, 2014 at 2:42 pm in reply to: Errors in …/wp-content/themes/enfold/framework/php/error_log and apache log #336771Sure i’ve updated to latest version of WP and Enfold. Please take a look at: http://www.bit-fix.com
Seems to be same error for latest version of replete. Error: [Mon Oct 13 16:46:45 2014] [error] [client 173.245.55.134] client denied by server configuration: /home/…/public_html/sikkerhetskurs.info/ny/wp-content/themes/replete/framework/php/auto-updates/error_log
Here is the site: http://www.sikkerhetskurs.info/ny under construction with latest wp and replete.October 12, 2014 at 3:04 pm in reply to: enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32 #334498Problem solved by changing setting in php.ini:
session.save_path = /home/{name]/tmp/ – full path where session files can be stored
session.gc_probability = 1Thank you.
With new version products listed easily so i dont need any plugins to make quick-shopping.
Thank you for update version.
You are great. It works like a charm!
With fixed px the view shows correct on small size but not on desktop with bigger size. Tried with auto and it works great.
div#pageresponse { width: auto; overflow: hidden; overflow-x: auto; }
Thank you for helping!
Tried with new installation of WP with only Enfold and no other plugins with same error. After upload new image (with same filename as old image) the file on server is new but the browser some how shows old image.
The problem is not caching locally but from the sky – CloudFlare. In the control panel for CloudFlare you have option to purge static content and activate development mode to avoid such error as this.
Thank you for pointing out the direction.
Problem solved. Not sure what caused the hang but after deleted temp-files manually lightbox is working. CTRL-SHIFT-DEL and CTRL-F5 does not help. Very strange but glad it sorted out.
Not sure what to say but i tried with Chrome, Firefox and IE updated. Still not working.
Lightbox works with this link: http://kriesi.at/themedemo/?theme=enfold but not this link: http://www.kimcheang.com/rett/kyllingfilet-i-thai-rod-karri/ My browsers seem to work with lightbox.Where can i look to find the error?
September 30, 2014 at 7:21 am in reply to: Accordion error with 2 items or more of shortcode #327047Works great. Thank you for helping!
September 30, 2014 at 6:07 am in reply to: Accordion error with 2 items or more of shortcode #327006Why such space on the top of accordion?
September 30, 2014 at 5:50 am in reply to: Accordion error with 2 items or more of shortcode #327003This reply has been marked as private.September 30, 2014 at 5:41 am in reply to: Plugin Codestyling Localizatiion not working even wplang rescan write mo… #326997Here we have the answer.
Making your Localization upgrade safe ↑ Back to Top
If you keep your custom translations in woocommerce/i18n/languages (WooCommerce < 2.2+) they can be lost when upgrading. To make them upgrade safe, instead place them in wp-content/languages/woocommerce/. All translations will be automatically added to wp-content/languages/woocommerce/ with WooCommerce 2.2+.Note, once moved you cannot use Codestyling to edit your moved localizations – you need to move them back to make changes.
Source link: http://docs.woothemes.com/document/woocommerce-localization/
All third party plugins disabled and still no lightbox.
September 28, 2014 at 12:17 pm in reply to: Plugin Codestyling Localizatiion not working even wplang rescan write mo… #326140Codestyling works great but after translation the files must be copied to folder: /wp-content/languages/plugins because WP uses the files in this folder only.
Let me ask in another way: How does WP know where mo-file of Enfold is stored? (lang/nb_NO.po)
It must be some kind of parameter about the folder of language files some where. Please advice.
September 27, 2014 at 1:04 pm in reply to: Plugin Codestyling Localizatiion not working even wplang rescan write mo… #325949Found the problem. WP and Codestyling Localization use different path to save mo-file.
WP uses mo-file stored in /wp-content/languages/plugins BUT Codestyling Localization uses /wp-content/plugins/woocommerce/i18n/languages.
How can i change Codestyling Localization to use same path as wp (/wp-content/languages/plugins)?
Please advice!
- This reply was modified 10 years, 1 month ago by ILikeMovies.
September 27, 2014 at 12:51 pm in reply to: Plugin Codestyling Localizatiion not working even wplang rescan write mo… #325945Manage language in Tools / General and WooCommerce / Systemstatus / Force Translation Upgrade to translate WooCommerce. Codestyling Localization DOES NOT USE mo-file generated in /wp-content/languages/plugins
Solution might be a manual translate job with POEDIT and cannot use Codestyling Localization.
Where can i change the path so Codestyling Localization uses /wp-content/plugins/woocommerce/i18n/languages and not /wp-content/languages/plugins?
- This reply was modified 10 years, 1 month ago by ILikeMovies.
Have you found the string with codestyling…? Have search and could not find it. Must use filter.
Add to cart is not registered as a string but show details is.
Add this to function.php to change add to cart text:
add_filter( ‘add_to_cart_text’, ‘woo_archive_custom_cart_button_text’ ); // < 2.1
add_filter( ‘woocommerce_product_add_to_cart_text’, ‘woo_archive_custom_cart_button_text’ ); // 2.1 +
function woo_archive_custom_cart_button_text() {
return __( ‘My Add To Cart New Text’, ‘woocommerce’ );
}Source: http://docs.woothemes.com/document/change-add-to-cart-button-text/
- This reply was modified 10 years, 2 months ago by ILikeMovies.
-
AuthorPosts