dcxs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Simple Javascript questionActully playing with the code this seems to be the only relevant code:
$("#top-slider").append('<img class="stamp">'); $(".stamp").attr("src",templateDir+"/img/Klarna_stamp.png");
So I wrote the wrong code in the beginning. So how can I move the image further up with this code?
Forum: Fixing WordPress
In reply to: Simple Javascript questionI think I dont want to change the #main-header, because it might effect other things on the site. I just wish there was a simpler way to write the code.
Forum: Fixing WordPress
In reply to: Simple Javascript questionI see, I guess in this case Im not sure where the #main-header is located. I have only done PHP and CSS programming before.
I cant find the #main-header in the JS file atleast.
Forum: Fixing WordPress
In reply to: Simple Javascript questionThank you! Never would have guessed that. So if I wanted to move the position upward, how would I go about doing that?
Forum: Fixing WordPress
In reply to: Simple Javascript questionThis also seems related:
$("#top-slider").append('<img class="stamp">'); $(".stamp").attr("src",templateDir+"/img/Klarna_stamp.png");
Thanks! That is a good place to start ??
Any woocommerce experts?? ??
Unfortunately I dont have the login for thier support, the site is made 1.5yrs ago so no support.
bumpy
Bump. Just any help would be very helpful thanks ??
Forum: Themes and Templates
In reply to: [Theme: divi] Why is my site so slow?Thank you!
But I have run similar task with the Chrome extension Yslow. The plugin JCH Optimize seems the solve most JavaScript problems reported.
I also tried removing all the images.
So I guess whats left is to optimize the CSS. Since the other things didnt really solve my issue I guess im doubtful this will.
But the Google PageSpeed Insights is a good one, will look further into suggestions form it.
Forum: Plugins
In reply to: [WooCommerce] Changing WooCommerce button layout and color schemeHey again! I have done some research and found this link. https://www.skyverge.com/blog/change-woocommerce-additional-information-tab/ . But the code posted there and in the comments bellow dosent seem to change.
The other link I found was this one: https://www.ads-software.com/support/topic/product-attribute-format?replies=7#post-7973338
But I cant get that code to work either. No sure what its supposed to do.
Tried using | and , to make line breaks in the text field of woocommerce but to no avail.
The text I want to style: https://gyazo.com/7c4c12df578942f916dd4bbadb67659a
Link: https://cowfunding.se/#buy-section2Thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] Product attribute formatI want to add line breaks in my product attribute texts. Is that this code allows?
https://github.com/woothemes/woocommerce/commit/b111331686b5399aa1c6da0d2f381bf5e9006017
Or could someone explain how to do it?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Changing WooCommerce button layout and color schemeI see, thanks! I just feel there should be a simple way to at least make the data show on one row. Like this: https://gyazo.com/1b53f9201ff32ae76255c06c52c12918
At the moment it looks a bit messy:
https://gyazo.com/f94bf51026df959d1eb6319f38bc4038Forum: Plugins
In reply to: [WooCommerce] Changing WooCommerce button layout and color schemeYeah seems your right, I tried some experimenting. Got any suggestions of how I can solve that using some other method?