Forum Replies Created
-
AuthorPosts
-
Hey DROR!
Please try using Contact form 7 plugin and check if it works – https://wordpress.org/plugins/contact-form-7/
Cheers!
YigitOctober 27, 2014 at 6:43 pm in reply to: Help!!! Help!!! Issue with latest update and now website isn't working!!! #341666Hey!
If you have not made any changes on theme files you can just go ahead and re-update the theme via FTP – http://vimeo.com/67209750
If you have, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/Cheers!
YigitMerhabalar Orhan!
Please flush cache and disable CSS minifying and check if that helps. If not, please add following code to Quick CSS
.single .big-preview.single-big { display: none; }Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-220 .container .av-masonry-entry { width: 20%!important; }Images are square. You can display caption on hover to avoid the issue you are having
Cheers!
YigitHi!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
What exactly would you like to change “line-eight and button”?Best regards,
YigitHi!
Please try re-installing WordPress and re-update the theme via FTP – http://vimeo.com/67209750
Cheers!
YigitHey!
I cannot see any difference when i hover on Store on both sites. Have you already figured it out?
Best regards,
YigitHey!
Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitHey naz_irina!
Please flush permalink settings in Settings > Permalinks and try de-activating all active plugins and check if that helps
Regards,
YigitHey bitnavarra!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
YigitHi c3computers!
You can try addin following code to Functions.php file in Appearance > Editor
add_filter('woocommerce_get_price', 'custom_wholesaler_price', 10, 2); function custom_wholesaler_price($price, $product) { if ( $current_user->ID) { $user_roles = $current_user->roles; $user_role = array_shift($user_roles); if ($user_role == 'wholesale') { $price = $_product->get_price_excluding_tax(); } } else { return $price; } }Please note that i have not tested the code, it may or may not work. In that case, please try to use a plugin like this one – http://codecanyon.net/item/woocommerce-prices-by-user-role/8562616
Best regards,
YigitHey!
Please add following code to Quick CSS to change the color of active menu item
.header_color .main_menu ul:first-child > li.current-menu-item > a { color: red!important; }then go to Enfold theme options > Advanced Styling tab and edit “main menu links” to change menu colors
Best regards,
YigitHi Akurgal!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitHi Charlie!
To avoid inconvenience, could you please roll back into older version of Sensei plugin on your live site and create a testing environment where you have the latest version so we can look into it?
Best regards,
YigitHey!
Seems like you have already figured it out!
You can turn on custom CSS field for ALB elements and give your buttons a custom class – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Regards,
YigitHi!
What you are seeing is transparent logo. To change it, please go to Enfold theme options > Header > Transparency Options and change the logo
Edit: As you can see here – http://artistlab.co.uk/a-nice-entry your logo ( which looks awesome by the way! ) is showing up just fine on pages without transparent header. Please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Best regards,
Yigit-
This reply was modified 11 years, 5 months ago by
Yigit.
Hi!
No worries at all. We are glad that you were able to figure it out quickly :) Let us know if you have any other questions or issues!
Best regards,
YigitHi!
I have duplicated your page and created a private page called “Test page”. Please check the button element and how i added the link to it. It does download the file with single click now
Regards,
YigitHey palmtop!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-invalid-required-field input { outline: 1px solid red!important; }Regards,
YigitOctober 27, 2014 at 4:23 pm in reply to: How to define a full width section above footer on almost every page of site #341573Hey Sandie!
Can you post a screenshot or an example and show how it should look?
Regards,
YigitOctober 27, 2014 at 4:18 pm in reply to: how to create a top and bottom border with a boxed layout #341571Hey!
Please upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
YigitOctober 27, 2014 at 4:17 pm in reply to: Language File – translation not working in Enfold Theme #341570Hey adagietto!
Have you scanned theme files and check if there are missing strings?
Best regards,
YigitHey!
Have you tried checking your website on Chrome on another computer?
Best regards,
YigitHey!
Have you tried deactivating all active plugins and check if that helps?
Best regards,
YigitHi!
Please add following code to Functions.php file in Appearance > Editor and adjust the number as needed
function custom_excerpt_length( $length ) { if(is_category()) { $length = 30; } return $length ; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999, 1 );Regards,
Yigit -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
