-
Search Results
-
Hey,
I’d like to create a button like the one on the bottom of the image on http://koken.me/. The one that links to #lib. Could you please tell me how I can make it happen in Enfold?
Thank you very much!
Kind regards,
JulianHi,
We can’t provide prices for public so I have found a code that should remove/hide price and add to cart buttons:
Pasted into functions-enfold.php not functions.php-I don’t know whether it’s correct.
}
add_filter(‘woocommerce_get_price_html’,’members_only_price’);function members_only_price($price){
if(is_user_logged_in() ){
return $price;
}else {
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’ );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_price’, 10 );
return ‘Login or Register to view product prices.’;
}}
1. issue is that “Add to cart” is still visible for non logged user in sub category view just next to “show details” so he/she can add product to cart and obviously see the price next to “show details”
It does apparently disappear when customers clicks on “show details” but it’s still visible on subcategory.
2. Message ” Login or Register..” is shown only for the very first product on our online store below of short description, for the rest of the products, short description is shown..How to rectify these issues?
Hello,
after automatical upgrade to wordpress to 3.8.2 alle backend websites are “blank”.
For example the dashbord site contains data up to “Debugging Info for Theme support” and no more lines.
I´ve put the source of the page into this message so it easier to understand what i mean.
This happens to all backend pages. On the fontend all pages are displaying correct, but I guess it workes because of the Cache.Please help, I dont know how to solve this problem.
Kind regards, Michael
<!DOCTYPE html>
<!–[if IE 8]>
<html xmlns=”http://www.w3.org/1999/xhtml” class=”ie8 wp-toolbar” lang=”de-DE”>
<![endif]–>
<!–[if !(IE 8) ]><!–>
<html xmlns=”http://www.w3.org/1999/xhtml” class=”wp-toolbar” lang=”de-DE”>
<!–<![endif]–>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<title>Dashboard ‹ Top Job Bewerbung — WordPress</title>
<script type=”text/javascript”>
addLoadEvent = function(func){if(typeof jQuery!=”undefined”)jQuery(document).ready(func);else if(typeof wpOnload!=’function’){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var ajaxurl = ‘/wp-admin/admin-ajax.php’,
pagenow = ‘dashboard’,
typenow = ”,
adminpage = ‘index-php’,
thousandsSeparator = ‘.’,
decimalPoint = ‘,’,
isRtl = 0;
</script>
<meta name=”viewport” content=”width=device-width,initial-scale=1.0″>
<link rel=’stylesheet’ href=’http://www.topjobbewerbung.com/wp-admin/load-styles.php?c=1&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&ver=3.8.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’avia-media-style-css’ href=’http://www.topjobbewerbung.com/wp-content/themes/enfold_2_6/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.8.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’GrStyle-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/getresponse-integration/css/getresponse-integration.css?ver=3.8.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’GrCustomsStyle-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/getresponse-integration/css/getresponse-custom-field.css?ver=3.8.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’open-sans-css’ href=’//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=3.8.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’thickbox-css’ href=’http://www.topjobbewerbung.com/wp-includes/js/thickbox/thickbox.css?ver=20131201′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’colors-css’ href=’http://www.topjobbewerbung.com/wp-admin/css/colors/ocean/colors.min.css?ver=3.8.1′ type=’text/css’ media=’all’ />
<!–[if lte IE 7]>
<link rel=’stylesheet’ id=’ie-css’ href=’http://www.topjobbewerbung.com/wp-admin/css/ie.min.css?ver=3.8.1′ type=’text/css’ media=’all’ />
<![endif]–>
<link rel=’stylesheet’ id=’layerslider_global_css-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/LayerSlider/css/global.css?ver=4.1.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’akismet.css-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/akismet/akismet.css?ver=2.6.0′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’itsec_notice_css-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/better-wp-security/core/css/itsec_notice.css?ver=3.8.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’cptch_stylesheet-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/captcha/css/style.css?ver=3.8.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’ithemes-icon-font-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/better-wp-security/lib/icon-fonts/icon-fonts.css?ver=3.8.1′ type=’text/css’ media=’all’ /><script type=’text/javascript’>
/* <![CDATA[ */
var avia_framework_globals = avia_framework_globals || {};
avia_framework_globals.frameworkUrl = ‘http://www.topjobbewerbung.com/wp-content/themes/enfold_2_6/framework/’;
avia_framework_globals.installedAt = ‘http://www.topjobbewerbung.com/wp-content/themes/enfold_2_6/’;
avia_framework_globals.ajaxurl = ‘http://www.topjobbewerbung.com/wp-admin/admin-ajax.php’;
/* ]]> */
</script><script type=’text/javascript’>
/* <![CDATA[ */
var WPAkismet = {“comment_author_url_nonce”:”29f39c9cef”,”strings”:{“Remove this URL”:”Remove this URL”,”Removing…”:”Removing…”,”URL removed”:”URL removed”,”(undo)”:”(undo)”,”Re-adding…”:”Re-adding…”}};
/* ]]> */
</script>
<script type=’text/javascript’>
/* <![CDATA[ */
var itsec_file_change_warning = {“nonce”:”7fb13c8ba7″,”url”:”http:\/\/www.topjobbewerbung.com\/wp-admin\/admin.php?page=toplevel_page_itsec_logs”};
/* ]]> */
</script>
<script type=’text/javascript’>
/* <![CDATA[ */
var strong_password_error_text = {“text”:”Sorry, but you must enter a strong password.”};
/* ]]> */
</script><script type=’text/javascript’>
/* <![CDATA[ */
var userSettings = {“url”:”\/”,”uid”:”3″,”time”:”1397116302″};/* ]]> */
</script>
<script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,json2&ver=3.8.1′></script>
<script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-content/plugins/getresponse-integration/js/getresponse-custom-field.src-verified.js?ver=3.8.1′></script>
<script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-content/plugins/akismet/akismet.js?ver=2.6.0′></script>
<script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-content/plugins/better-wp-security/modules/free/file-change/js/admin-file-change-warning.js?ver=4028′></script>
<script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-content/plugins/better-wp-security/modules/free/strong-passwords/js/strong-passwords.js?ver=4028′></script><!–
Debugging Info for Theme support:Theme: Enfold
Version: 2.6
Installed: enfold_2_6
AviaFramework Version: 1.8.8
AviaBuilder Version: 0.6
ML:128-PU:47-PLA:13
–>Not sure if you guys can help me because its a plugin. But check my page http://www.swedfit.se/sok/
and you will see that the search box does not cover the whole width of the box but the search button is centered correctly.The search box is always the same width (as shown) no matter which width the container the search box is in.
This only happened in the enfold theme.
Any suggestions?
(hope you guys understand my problem aswell:)
Topic: issue with header
I recently installed Enfold. I was able to install the dummy data but can’t modify the header. It’s not giving me the option. The “Header” button in the Enfold Theme Options page is not working. Thx for the help.
Hello,
Is there an (easy) way to change the order of the sort buttons in the sortable Masonry element?
The buttons are in alphabetical order, was hoping to make them look like a menu in the specific order I want them
Here’s what I’d like to do:

development page is here: http://ws02.dreamhosters.com/home/
thx
Topic: "import dummy data" button
I just installed Enfold but I don’t see the “import dummy data” button. What did I miss?
The accordion on the front page of my new site is not responding when viewing it on an iPhone. It show fine, but the buttons is not responding. I found out, that the error occurs when using 2 color sections on the same page. It would be great if this is fixed in the next update. Thanks in advance :-)
Wordpress 3.8.1 Danish
Enfold 2.6.2Topic: LayerSlider issues
Topic: White screen
Hallo,
I hope you can help me!
I was trying to build a website for my mother in law. Everything was working fine until the idea came to change the font in Enfold. I googled and i found this topic
https://kriesi.at/support/topic/new-custom-font/
I located the file and i did some copy / paste and the result is a white page
What i did after that:
-Clearing the cache of my computer
-Looking for help at webhost (they say maybe sync htaccess, dont know what that is but i pressed that button on the control panel haha)Please tell me that i dont have to do all the work again! haha :-D
Thanks Hans
Hi – I’ve got Woocommerce installed with the Enfold theme here: http://www.littlefoxwebdesign.co.uk/manororganicfarm
There is a couple of display issue with the buttons which you can see here: http://www.littlefoxwebdesign.co.uk/manororganicfarm/shop-online/ in the Shopping Trolley widget in the sidebar.
Could you help me to fix this?
Thank you!
HI!
I am having a problem with the advanced layout editor loading and being unable to edit inside of it… Also, nothing happens when I press either layout button.When I go to edit a page, everything loads there is a leading animation where the builder should be. It never loads the page content.
On the pages that do not have the avia builder in use (new pages) will not let me click on the button to activate it.
There are only a couple plugins active right now and they are all stable but even when I deactivate them the editor will not load.
I have searched and found a few other people with similar problems and tried all of their solutions but nothing has worked so far.
Here is everything I have tried to solve this problem…
Deleting and reloading the Enfold Theme
Re-downloading the Theme from Envato and then re-uploading it into the site
Deactivating and deleting every plug-in, then testing again
Accessing the site from different computers, networks and different browsers (Chrome and Firefox)
I have also tried upping my memory on my server (through go daddy)
I prayed to the internet unicorns and asked them to fix it. – They didn’t.Please help. :)
<3
