Assistance

Robert Charbonneau etriaph at gmail.com
Thu May 8 03:06:44 UTC 2014


Just to clarify, the issue I'm seeing with creating a child theme is that
the JavaScript assets are not being resolved, ie. Twitter Bootstrap and
Fontawesome.  If you create a child theme and view the source of the
WordPress page (CTRL-U to view source), trying to follow the URLs that
require these assets results in failure.  I've read that the complexity of
Evolve make it difficult to create a child theme with, but mostly it's that
the Evolve developers didn't consider how JavaScript assets would work when
a child is created.

See:
http://wpcandy.com/teaches/how-to-load-scripts-in-wordpress-themes/#.U2rz0h_Hksk
http://wordpress.org/support/topic/theme-evolve-carousel-doesnt-work-on-child-theme

For me, without copying the files or creating symbolic links, the carousel
doesn't work and some of the CSS for positioning isn't present.  Evolve may
just be too complex to become a child theme.


On Wed, May 7, 2014 at 10:24 PM, Octavio Bernal <poisonman_1 at hotmail.com>wrote:

> Hi Robert I tried following your suggestions but I was unable to make it
> work. I copied the media library into the child theme with all the contents
> and I copied the content of the style.css file you provided without sucess.
>
> I tried too the following suggestions too but didn't work:
>
> http://wordpress.org/support/topic/evolve-child-theme-css-modificationbut I didn't have good luck.
>
> =(
>
>
> 2014-05-05 15:36 GMT-05:00 Robert Charbonneau <etriaph at gmail.com>:
>
>> I was able to implement a child theme, but it doesn't go as smoothly with
>> Evolve as it does with most themes.  The theme CSS includes:
>>
>> /*
>>  Theme Name:   Evolve Child
>>  Theme URI:    http://example.com/twenty-fourteen-child/
>>  Description:  Twenty Fourteen Child Theme
>>  Author:       John Doe
>>  Author URI:   http://example.com
>>  Template:     evolve-child
>>  Version:      1.0.0
>>  Tags:         light, dark, two-columns, right-sidebar,
>> responsive-layout, accessibility-ready
>>  Text Domain:  evolve-child
>> */
>>
>> @import url("../evolve/style.css");
>>
>> /* =Theme customization starts here
>> -------------------------------------------------------------- */
>>
>>
>> After this, you'll need to copy the contents of
>> wp-content/themes/evolve/library/media into evolve-child
>>
>> This theme doesn't take well to having a child created for it, the above
>> is a workaround.  When you update evolve you'll simply have to copy the
>> contents of wp-content/themes/evolve/library/media into evolve-child again
>> to ensure any updates to CSS/JavaScript take properly.  A better
>> implementation would have been possible if Evolve hadn't used constants to
>> define paths to its resources; the alternative would have been to allow
>> child themes to define paths back to the main theme for JavaScript and CSS
>> media libraries.
>>
>> Let me know if you have any questions.
>>
>>
>> On Mon, May 5, 2014 at 2:11 PM, Ovidiu-Florin Bogdan <
>> ovidiu.b13 at gmail.com> wrote:
>>
>>>  > I can help guys if you want, I have some time these 2 weeks.
>>>
>>> > > Hi folks,
>>>
>>> > >
>>>
>>> > > Seasoned web developer who has some time on his hands to contribute
>>> to web
>>>
>>> > > work if required.
>>>
>>>
>>>
>>> Hello,
>>>
>>>
>>>
>>> Regarding web development there are a few tasks at hand with the new
>>> site. Most of them are wordpress development, PHP, CSS, JS, HTML (in that
>>> order).
>>>
>>> You may find tasks here:
>>> https://trello.com/c/dqp1iW1A/48-migrate-copy-the-kubuntu-site-to-wordpress
>>>
>>>
>>>
>>> Currently we need a way to implement a child theme for the current theme
>>> ( https://wordpress.org/themes/evolve ) so that we don't have updating
>>> issues. I consider this one the most pressing issue.
>>>
>>>
>>>
>>> After this, there would be the necessity to make the theme display the
>>> featured image only on the posts that actualy have a featured image.
>>>
>>>
>>>
>>> These are things that can be done without acess to the server. The some
>>> of the other tasks, I have started and nearly finished.
>>>
>>>
>>>
>>> When all those are finished, we will start with the stress test on the
>>> server, to see how it handles the load.
>>>
>>>
>>>
>>> For more info you'll find me on IRC ( ovidiu-florin ).
>>>
>>>
>>> --
>>>
>>> Ovidiu-Florin Bogdan
>>>
>>> GeekAliens.com <http://geekaliens.com>
>>>
>>> Kubuntu România <http://ro.kubuntu.org>
>>>
>>
>>
>> --
>> kubuntu-devel mailing list
>> kubuntu-devel at lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
>>
>>
>
> --
> kubuntu-devel mailing list
> kubuntu-devel at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kubuntu-devel/attachments/20140507/1bdd3cc5/attachment-0001.html>


More information about the kubuntu-devel mailing list