Forum Replies Created
-
AuthorPosts
-
Hi!
Still they do not work. Please post the content of functions.php file here using – http://pastebin.com/ so we can fix the error there and send you back for you to replace the content of the file
Best regards,
YigitHi!
I get a server timed out error when i use an FTP client and following logins do not work for me. Can you please check them once again?
Regards,
YigitHey!
I made a typo, sorry. Please go to wp-content/themes/enfold-child/functions.php change the code to following one
add_filter('avf_tag_label_names','avia_remove_tag_title'); function avia_remove_tag_title(){ return ''; }If you would like us to fix it for you, please post FTP logins here privately
Regards,
YigitHi!
I edited your element and added following to custom CSS field “your-custom-class”. Please review your website now :)
Best regards,
YigitHey DaraEmerson!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_tag_label_names','avia_remove_tag_title'); function avia_remove_tag_title(){ return ''; }Cheers!
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit. Reason: fixed a typo in the code
Hi!
Please create a temporary admin login and post it here privately so we can look into it.
Best regards,
YigitHey witschurke!
Please refer to this post – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Best regards,
YigitHey Kyle,
Sorry for the late reply!
Your website cannot be found. Have you moved it to another domain? If you have, please post the current link.
Also, please make sure that you are using the latest version of the theme which is currently 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
YigitHey!
They do not show up as options. You can use custom CSS to change font weight.
If you need assistance targeting correct classes, please point out the elements for us :)Best regards,
YigitHey!
Please try changing the code to following one
@media only screen and (max-width: 380px) { .responsive .avia_ajax_form .form_element { width: 95% !important; }}Cheers!
YigitDecember 14, 2016 at 7:05 pm in reply to: Remove image titles when hover images BUT still show lightbox image descriptions #724450Hey Chris,
Please use the code as following
function remove_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('#wrap_all a').removeAttr('title'); jQuery('#wrap_all img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');I will update the post on our documentation
Best regards,
YigitHi,
That was because you set custom color to your text block element. I disabled it. Please review your website now
Best regards,
YigitHey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 325px) { .responsive .avia_ajax_form .form_element { width: 95%; }}Best regards,
YigitHey!
They show up fine on my end, attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If that is not the goal, can you please post a screenshot and show the changes you would like to make?
Best regards,
YigitHey Yadaaa,
I added custom background image, updated your page then removed those background images and updated again and that helped. That was some kind of caching issue i guess. Please review your website now
Best regards,
YigitHi!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHi,
@AGC Can you please try updating the theme to the latest version 3.8.4 via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
If that does not help, please start a new thread and attach temporary admin logins in private content field. If you post them here, they will be visible to creator of this thread as well.Best regards,
YigitHey nicholast10,
Can you please post the link to your page where we can see the issue?
Best regards,
YigitHi,
Please use following code instead
.content-block-home.av-overlay-hover-deactivate:hover .av-caption-image-overlay-bg { opacity: 0.5!important; }Best regards,
YigitHey Karl,
Sure, please enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ to shortcodes on deafult editor :)
Best regards,
YigitHey MarcusEls!
Please go to Appearance > Editor and open functions.php file and find following line near top
if(isset($avia_config['use_child_theme_functions_only'])) return;and add your code right below it
Best regards,
YigitHey Hank!
Please go to Enfold/js/avia.js and find
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',and change it to
exclude : '.single-product , .single-product a,.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',If you are using a child theme, please add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );and move modified file inside /js folder
Best regards,
YigitHi!
You can simply do so in Enfold theme options > Advanced Styling > Main menu links :)
Cheers!
YigitHey diefleischerei,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text { color: orange; background: green; border-color: red; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHi!
Not at all Chris!
Let us know if you have any other questions or issues :)Best regards,
YigitDecember 14, 2016 at 6:04 pm in reply to: menu items -> Display as icon / background transparency #724411Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-burger-overlay-bg { background: rgba(0,0,0,0.6); }0,0,0 is the RGB value of the color and 0.6 is opacity level
Best regards,
YigitDecember 14, 2016 at 6:01 pm in reply to: How to display a "ship to a different address?" on the checkout page ? #724410Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHey ANKirschner!
Please make sure that you are using the latest version of Enfold which is currently 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If that does not help, please post the link to your website as well :)Cheers!
Yigit -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
