Hi everyone
I am using Doctorial and realized that the theme itself presents the same issue that I am seeing on my website.
The menu, when I scroll the page down or up, gives a small and quick “jump” and it is not possible to read part of the content of the website.
It happens on desktop and mobile; Chrome, Opera and Edge.
I have already tried to change the menu position (sticky, fixed etc) but the issue keeps happening.
Any idea about how I can solve it?
Thank you!
Awesome theme you’ve created !! thanks a lot for your work.
Just 2 thinks I’m not able to deal with (does not work)
– traduction chains with .POT file makes some issues and the FR_fr.mo is not recognized. When I make the traduction and save and export, some issues are noticed and the file is not exporting.
– secondly, I want to get rid of arrows (gif) on the slider. Tried to copy paste CSS folder in my child theme and delete background-image but it does not work.
I tried that code in my functions.php file, is it correct ?
/* enqueue script for parent theme stylesheeet */
function childtheme_parent_styles() {
// enqueue style
wp_enqueue_style( ‘parent’, get_template_directory_uri().’/style.css’ );
wp_enqueue_style( ‘parent’, get_template_directory_uri(). ‘/css/jquery.fancybox.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘childtheme_parent_styles’);
Thanks a lot for you help !
Frederique
Hello,
The theme is great. But I have some issues. The navigation menu widget in the footer doesn’t work/appear on mobile. Can you fix this issue, please? Thank in advance.
]]>Hello,
I am unable to style the featured section posts. Any content I put in ends up output inside a <p>
tag. I tried a table, <b />
, a list etc.. all end up with no breaks just inline text.
Any help appreciated. I was trying to duplicate the Hours as you have in your demo.
Thank you in advance for your support. The theme is great.
Hi,
the submenu does not work on iPhone. Click event does not work Neither does touch work.
Thanks,
]]>Greetings-
In order to remove google fonts, I add following codes to the child theme:
function doctorial_child_scripts() {
wp_dequeue_style( ‘doctorial-google-fonts’ );
}
add_action( ‘wp_enqueue_scripts’, ‘doctorial_child_scripts’ );
I cannot make it work. Please help.
Thank you.
Is it possible to remove the copyright from the footer
]]>Hello Maharjan Rajan,
I am having trouble with the homepage slider. I followed the instructions and it is still not showing up.
I appreciate your help!
]]>Hello,
How can I edit the doctor section to come doctors in the middle? and also How can I resize the slider images height?
Please help me out of this…
Thanks,
]]>Hi.
I don’t know how to use the featured section (just under the slider).
Can anyone help me?
Thanks.
]]>Hi,
Awesome Theme but i want that the images in slider should be responsive is it possible to do so.