-
Wordpress child theme
I have a template which has the main css path as ../css/main.css, although there is a style.css which does not have anything within it... Here is my function.php <?php add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { $parent_style = 'parent-style'; // This is 'twentyfifteen-style' for the Twenty Fifteen theme. wp_enqueue_style( $parent_style, get_template_directory_uri() . '../css/main.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } ?> Even when i create the child style.css page and add the info at the time, it still shows the parent styles without it connecting Any ideas what i can do to my child theme? I have tried so many ways and followed the wordpress manual
-
CSS file loading last
Thanks for the feedback guys
-
CSS file loading last
I want to make my style css load after all my plugin css files... how do i do that? This is for a child theme.
-
WordPress Theme Help
I have done nothing in WordPress. I just want something quick an simple which i can make my website on and connect with WordPress
-
WordPress Theme Help
@fisicx okay yes I agree on that... Its just turning it into a Wordpress Theme that I am finding it hard to do.
-
WordPress Theme Help
@EddieT 20 minutes?? When i turn one into a WordPress it takes me forever I have created this as a template from scratch, but there are soo many problems with it and I just cant get the layout and the colour font sizes the lot correct... I was looking for something clean and able me to edit small bit.
-
WordPress Theme Help
@fisicx Oh okay, i just haven't found a theme which would do that.
-
WordPress Theme Help
@fisicx I want it to be responsive fit for all mobile devices as well as desktops screens. I said bootstrap themes because i am familiar with it. But any would do.
-
WordPress Theme Help
Hi There, I am looking for a Wordpress bootstrap theme similar to this layout I have roughly designed. Do you know of any? It is for a sporting website.
-
Mobile detecting app
HI @Nillervison thank you
-
Mobile detecting app
Is there a way where when my website has been viewed through mobile, can it detect an app and so that it can be downloaded and viewed? For example Android an app for the website will appear showing that the android app is available to download the app a bit like http://www.buzzfeed.com/ if you go to a mobile is gives you an app dowload?
-
horizontal single page website
okay thank you, I will look int it. Just need to work out a responsive design with out horizontal as the above comments did not suggest.
-
horizontal single page website
@dep this is what i have been asked to do, he likes the design he has asked me to make it adapt into mobile. I am not sure what you mean by the typography. If you have a better idea of design please share.
-
horizontal single page website
hmm okay many thanks for the feed back. I am wanting to change this website to responsive http://www.davenport-surveyors.co.uk.
-
horizontal single page website
Anyone know of a horizontal scrolling page website which has BootStrap?