Forum Replies Created
-
AuthorPosts
-
Dear Vinay,
Thanks for the actionable help! I managed to walk successfully through step 1, 2 and 3. Unfortunately, I’m still having issues enqueue my diagnose.js file. I pasted the .js code into a my ‘zelfdiagnose.js’ file that is stored in the enfold-child theme folder /js. Exact location: /wp-content/themes/enfold-child/js
The code I used in functions.php:
add_action( ‘wp_enqueue_scripts’, ‘add_my_script’ );
function add_my_script() {
wp_register_script(
‘child-theme-script’,
get_stylesheet_directory_uri() . ‘/www.hetrugcentrum.nl/wp-content/themes/enfold-child/js/zelfdiagnose.js’,
array(‘jquery’)
);wp_enqueue_script(‘child-theme-script’);
}Still, no working link to my zelfdiagnose.js file. Hopefully you can help me solve this last issue. I also tried deleting the path ‘/www.hetrugcentrum.nl/wp-content/themes/enfold-child’ so that the path is ‘/js/zelfdiagnose.js’. Also no working result.
Friendly regards,
Rachel
Hi Yigit,
Update on above message; I deleted the Javascript code that I added to the function.php file; the code was seen in the socket (grey area on the bottom of the website) on the front end on the page…
Regards,
Rachel
Hi Yigit,
Thank you for the code, I added the code and pasted my javascript code on the //your code goes here spot, but without a working result. Hopefully you can help with these last steps to get the Javascript working.
Thanks in advance!
Rachel
Hi Yigit,
Great! Thans for the support! This works.
Regards,
Rachel
November 17, 2016 at 4:47 pm in reply to: Stack elements on top of each other when displaying on mobile #713636Dear Rikard,
The problem I had earlier with stacking elements on top of each other now results in a new issue related to this previous issue. Since our .CSS adjustment, now my footer content is displayed on top of each other on desktop. I’m on a mac using chrome as my browser (full screen). The issue appeared also on the windows computer of my friend who is also in chrome.
Hopefully you can help me make sure that content elements on the home page does stack on top of each other on mobile, but do not on desktop > the should be displayed next to each other.
Friendly regards and thanks in advance for your help
Rachel
November 4, 2016 at 11:15 am in reply to: Stack elements on top of each other when displaying on mobile #708133Great!
Thank you Rikard, this css code works! Great support!
Have a nice day,
Rachel
November 3, 2016 at 2:10 pm in reply to: Stack elements on top of each other when displaying on mobile #707723Dear Rikard,
Now that I took another look, the element that contains ‘wij hebben een schat aan:’ and than the header rotation, does stack the two 1/2 elements on top of each other now. The elements below this one stil do not appear on top of each other. Also the footer is not user friendly now.
Regards,
Rachel
November 3, 2016 at 1:32 pm in reply to: Stack elements on top of each other when displaying on mobile #707716Dear Rikard,
Thank you for your input. Unfortunately the quick css does not provides me with a different appearance on mobile devices. Hopefully you can help me with a solution.
Friendly regards
Rachel
Thank you Rikard!
This quick css code works.
Regards
Rachel
November 2, 2016 at 11:25 am in reply to: Stack elements on top of each other when displaying on mobile #707051Dear Rikard,
Find below the login details.
Thanks in advance for your support!
Regards,
Rachel
Dear Vinay,
Fantastic, that was exactly what I was looking for.
Thank you for you great support
Rachel
-
AuthorPosts