Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #571383

    I+m working with http://www.quattrovicom.se – and would like to change color on the BUY button. Is there a way to do this with CSS?

    I found thins – but that is another theme – so I didn´t dare to try this…
    https://wordpress.org/support/topic/change-style-of-add-to-cart-button-woocommerce-1

    Another thing –

    I got the message that there is an important Update on the WooCommerce plugin –
    from 2.4.10 til 2.5.0 is a major update … please ensure that themes and extensions are 2.5 compatible.

    and also there is an update for WP itself from I don´t know – to WordPress 4.4.1.

    and my current Parent Theme (Enfold) Version Number is 3.0.4 – and I´m using a child theme that I got help from Codeable to create…

    So my question are – is these updates compatible – And do I need to do something speciell – since I´m using a child- theme?

    #571427

    Hi idespiran!

    According to this site – http://www.downforeveryoneorjustme.com/ your website is currently down.

    Also, the latest version of Enfold is currently 3.4.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/. Please make sure to update your theme before updating WooCommerce. Also, if your business solely depends on WooCommerce, please do not update just yet to be on the safe side.

    Regards,
    Yigit

    #571446

    Hi Yigit – I will hold for a whiel before update WooCommerce – Thank’s !

    I get to the site – could’t you? – Maybe I wrote something wrong -could you try again?

    http://www.quattrovidcom.se/

    https://www.quattrovidcom.se/

    I will update to latest Enfold – as step 1 – and then update WP.
    But do I have to do something different this time – since I have a Child theme?

    #571449

    Hey!

    Yes, now it worked fine for me as well. “d” was missing in your first post :)

    No, you can simply update Enfold parent theme. Please make sure that you have moved all your modified files from parent theme to child theme

    Edit: Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_cart_buttons a:nth-child(1) {
        color: orange!important;
    }

    Regards,
    Yigit

    • This reply was modified 8 years, 9 months ago by Yigit.
    #571460

    Is it possible to have the background in orange and the text in white – and maybe all the grey text a bit darker grey or black?

    #571461

    Or maybe just not the hover effect ; – )

    #571463

    Hi!

    Please add following code to Quick CSS as well

    .avia_cart_buttons {
        opacity: 1;
    }

    If that does not help, please try to elaborate a bit more. I am a little confused :)

    Best regards,
    Yigit

    #571468

    Thank’s a million –

    A final thing – is it possible to get the resent tab to be default tab – instaed of the popular post tab in the Enfold Post widget…

    #571471

    You can see my own site here – and I would like to have the tab- Nyligen -as default…

    #571474

    Hey!

    Please go to Enfold/framework/php folder and open class-framework-widgets.php file and find

    			echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content active_tab_content'>";
    			avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);
    			echo "</div>";
    
    			echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content'>";
    			avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc');
    			echo "</div>";

    and change it to

    			echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content'>";
    			avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc');
    			echo "</div>";
    
    			echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content active_tab_content'>";
    			avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);
    			echo "</div>";
    

    Best regards,
    Yigit

    #571479

    Again THANK’s – Now I am back to the Quattro Vidcom WooCommerce buttons…

    Is it easy enought for you to help me to get the background behind KÖP to be orange and the text white?
    The hover effect should of course be there.. sorry… Didn’t mean to confuse you…

    TT :-)

    #571633

    Hi!

    Please add following code to Quick CSS

    .avia_cart_buttons a:nth-child(1) { 
    background-color: orange !important;
    color: white !important;
    }

    Regards,
    Yigit

    #571994

    Thank you, and also sorry for beeing asking all this questions…

    I really would like to have this button without the opacity hover as default… I like te bright colors…

    But something needs to happen when you hover – of course. I tried to put some hover CSS code that I found on w3schools – but I only mess things up… so could you please help me again… maybe…

    Orange button as default – and something as a hover effect…either change of color – or a hand like here http://www.coolstuff.se/category/Hem-Tradgard

    #572126

    Hi – I´m so glad you are helping me – I tried this and it came out almost right. Tab “Nyligen” and Tab “Popular” have now changed place. – but I want Tab Nyligen tio show as Default (acitve) – What should I do next?

    • This reply was modified 8 years, 9 months ago by idespiran.
    #572871

    Hey!

    It looks like the path to the icon is not correct but we cannot say for sure without inspecting the site at the moment the site is down. However we will keep this ticket open please let us know when we can take a look at it.

    Cheers!
    Vinay

    #573798

    Hi Vinay (and Yigit) –

    I´m so happy for all your good answers…

    I only have one more thing that I didn´t get right…

    I would like to have the NYLIGEN tab as default when you get to this page http://www.idespiran.se/blogg/
    Just now it is the POPULÄR tab that shows first…

    TT :-)

    #573807

    Hi!

    Please go to Enfold/framework/php folder and open class-framework-widgets.php file once again and find

    			echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content'>";
    			avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc');
    			echo "</div>";
    
    			echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content active_tab_content'>";
    			avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);
    			echo "</div>";

    and change it to

    			echo '<div class="tab first_tab active_tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content active_tab_content'>";
    			avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc');
    			echo "</div>";
    
    			echo '<div class="tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content'>";
    			avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);
    			echo "</div>";

    Best regards,
    Yigit

    #573825

    Ha ha – now I got two NYLIGEN –

    #573838

    Hey!

    Hmm. Well, on my end you do not :)
    Please see screenshot below

    Regards,
    Yigit

    #573842

    Ok I tried to fix my mistake – and now I have Nyligen and Populär and I´m happy – but I lost Kommentarer – This is the code… Can you see whats wrong…

    echo $before_widget;
    echo “<div class=’tabcontainer border_tabs top_tab tab_initial_open tab_initial_open__1′>”;

    echo ‘<div class=”tab first_tab active_tab widget_tab_recent”><span>’.__(‘Recent’, ‘avia_framework’).'</span></div>’;
    echo “<div class=’tab_content active_tab_content’>”;
    avia_get_post_list(‘showposts=’. $posts .’&orderby=post_date&order=desc’);
    echo “</div>”;

    echo ‘<div class=”tab widget_tab_popular”><span>’.__(‘Popular’, ‘avia_framework’).'</span></div>’;
    echo “<div class=’tab_content’>”;
    avia_get_post_list(‘cat=&orderby=comment_count&posts_per_page=’.$posts);
    echo “</div>”;

    echo ‘<div class=”tab last_tab widget_tab_tags”><span>’.__(‘Tags’, ‘avia_framework’).'</span></div>’;
    echo “<div class=’tab_content tagcloud’>”;
    wp_tag_cloud(‘smallest=12&largest=12&unit=px’);
    echo “</div>”;

    echo “</div>”;
    echo $after_widget;

    #573931

    Thank you – everything is OK – I found that little code on my other site :-)

    Great help from you all…

    #573934

    Hey!

    Great! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.