Forum Replies Created
-
AuthorPosts
-
Hey!
You should create JS folder inside your child theme :)
Glad it worked! Let us know if you have any other questions or issues!Regards,
YigitHi!
It is on white background so it looks white on my end but you can add following code to Quick CSS in Enfold theme options under General Styling tab to change it
#av-magazine-1 { background: orange; }Best regards,
YigitHey Terry!
Thank you for contacting us!
We have informed Kriesi about your proposal. If interested, he will contact you :)
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 :)Cheers!
YigitHi,
Please refer to this post – https://kriesi.at/support/topic/lightbox-o-similar/#post-595674
If that does not help, please start a new thread under Enfold sub forum :)Best regards,
YigitHi,
You should go to wp-content/themes/enfold/js/shortcodes.js via FTP and copy the file to your inside enfold-child/js/ folder and then add following code to Functions.php file of your child theme
function wp_change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_shortcodesjs', 100 );Best regards,
YigitHi!
Please go to Enfold/js/shortcodes.js and find
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '80%'});and change it to
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '100%'});Cheers!
YigitHey!
@tipinoncomuni Can you please start a new thread and attach these WP logins and FTP login? If you post them here, they will be visible to creator of this thread as well.Best regards,
YigitHey mcraig77!
Can you please post FTP and WP admin logins here privately?
Cheers!
YigitJanuary 17, 2017 at 1:50 am in reply to: Ajax Portfolio Slideshow Transition to fade instead of slide #734421Hey!
Sorry for the late reply!
Can you please update Enfold to the latest version 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/ and then post FTP and WP logins here privately?Best regards,
YigitHey Michelle!
After logging in, you can start new threads here – https://kriesi.at/support/forum/enfold/#new-post
Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
YigitHey Greenbeen!
Please make sure that you download installable version from ThemeForest. You can also refer to this video tutorial and upload the theme via FTP – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/
Regards,
YigitHey!
- Sign in to your Analytics account.
- Select the Admin tab.
- Select an account from the drop-down menu in the ACCOUNT column.
- Select a property from the drop-down menu in the PROPERTY column.
- Under PROPERTY, click Tracking Info > Tracking Code.
Regards,
YigitHey!
I will update the post on our documentation in a minute. Glad it is working fine now :)
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 :)Cheers!
YigitHi!
Can you please go to Enfold theme options > Google Services and try removing your Analytics code and check if that helps?
Login credentials did not work for me.Best regards,
YigitHey Critterbug!
If you are not using a child theme, please make sure that you are adding your code right below following line in functions.php file
if(isset($avia_config['use_child_theme_functions_only'])) return;If that does not help, please create a temporary admin login and post it here privately.
Cheers!
YigitHi!
That is totally understandable. Site looks great by the way :)
Shall we mark this one as resolved? :)Cheers!
YigitHey!
Please try adding following code to Functions.php file in Appearance > Editor
function my_custom_code(){ if(is_page(59)){ //Your code goes here } } add_action('wp_head', 'my_custom_code');and change page ID (“59” in the example)
Best regards,
YigitHi Fabienne!
You can simply go to Appearance > Editor and add your custom CSS into Style.css file of your child theme.
I noticed you are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
YigitHi!
#TeamKriesi :)
Please add following code to Quick CSS as well.page-id-38 .header_bg, .page-id-38 .container { background: white; }Also, i cannot see footer on your page :)
Cheers!
YigitHey Fabienne,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-38 #main .main_color, .page-id-38 #main .main_color .container { background: white; }Best regards,
YigitHey!
Can you please create a temporary admin login and post it here privately?
Best regards,
YigitHi!
Can you please try updating the theme manually? It still seems like you are using an older version
Regards,
YigitHey Jambo!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { box-shadow: none; }}Best regards,
YigitHey
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
YigitHey Guenter,
Thank you for sharing! We will pass it to our devs :)
Best regards,
YigitHey
Please try using a plugin such as this one – https://wordpress.org/plugins/wp-loginout-link-with-login-popup/
Best regards,
Yigit -
AuthorPosts
