Forum Replies Created
-
AuthorPosts
-
Hi satucker!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
time.av-magazine-time.updated { display: none !important; }Cheers!
YigitHi!
Please use a child theme to avoid losing the changes you make on theme files – http://kriesi.at/documentation/enfold/using-a-child-theme/
I have added the code to bottom of functions.php file. Can you please try deactivating all active plugins and check if titles get removed?Regards,
YigitJuly 18, 2014 at 9:21 pm in reply to: Product Zoom issue — When I hover over the product nothing happens like in demo #293153Hey!
Can you please try deactivating all active plugins except for WooCommerce and check if that helps? Then you can activate them one by one to find the culprit
Best regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
YigitJuly 18, 2014 at 9:01 pm in reply to: Product Zoom issue — When I hover over the product nothing happens like in demo #293141Hi Satner!
Thank you for choosing Enfold!
Can you please post the link to your website so we can look into it?Best regards,
YigitHey Costin!
I have just logged in and change background attachment from fixed to scroll and it does seem to work fine. Please review your website now
Regards,
YigitHi staceyncgirl!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
YigitHey FMIS!
Can you post a screenshot and show where exactly you would like to add phone number? If next to your “contact” menu item, please go to Appearance > Menus and add your phone number as a new link with # for URL
Regards,
YigitJuly 18, 2014 at 8:38 pm in reply to: Error issue slideshow.php on line 580 – clean Enfold and WP #293126Hi!
Please try re-updating Enfold parent theme via FTP – http://vimeo.com/67209750
Best regards,
YigitHi Micheal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .isotope-item { padding-right: 5px; padding-bottom: 5px; }Best regards,
YigitHey!
You are welcome Cindy, glad we could help! Let us know if you have any other questions or issues.
Have a nice weekend!Best regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor and change the link as needed
` function add_custom_script_link(){ ?> <script> jQuery(window).load(function(){ jQuery("a.slide-image").attr("href", "http://kriesi.at"); jQuery("h3.slide-entry-title.entry-title>a").attr("href","http://kriesi.at") }); </script> <?php } add_action('wp_footer', 'add_custom_script_link'); `Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #cccccc !important; }after applying the code, please flush browser cache and refresh your page a few times
Regards,
YigitHey Finlando!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
YigitHey eriatarka!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }Best regards,
YigitHi!
Please open style.css file of the folder you have downloaded from ThemeForest and check the theme version there. It should be version 2.9.1. If not, please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version then update via FTP ( please see video tutorial i posted in my previous post )
Regards,
YigitHi!
You are welcome! I edited the code i posted and added media queries. Please use updated code to avoid having responsive issue with sorting buttons
Best regards,
YigitHey!
Sorry but i cannot see sorting buttons – http://i.imgur.com/cymFPBf.png
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab@media only screen and (max-width: 768px) { div#js_sort_items { width: 30%; margin: auto; }}Regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
July 18, 2014 at 6:57 pm in reply to: Help with header element in functions.php file (Yigit!) #293094Hey!
You are welcome Dave, we are always happy to help :)
Thank you for your kind words and have a great weekend!Regards,
YigitHi Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { margin-right: 0; box-shadow: none; }Regards,
YigitJuly 18, 2014 at 6:38 pm in reply to: Remove circle arrow hover over & make gray scale until hover over ? #293087Hey Micheal0424!
Please add following code Quick Css
.image-overlay { display: none !important; } .js_active .grid-image { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .js_active .grid-image:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }Regards,
YigitHey!
You are welcome Joe, glads we could help!
Have a great weekend!Best regards,
YigitJuly 18, 2014 at 5:07 pm in reply to: Error issue slideshow.php on line 580 – clean Enfold and WP #293062Hi Zgiebu!
Please change the link from
yourwebsite.com/home/#kontakt
to
yourwebsite.com/#kontakt
and it should work fineBest regards,
YigitHey Micheal0424!
Please edit your Masonry element and choose to make it Sortable as shown in screenshot – http://i.imgur.com/mvYyMBE.png
Cheers!
Yigit -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts
