Forum Replies Created

Viewing 30 posts - 1 through 30 (of 35 total)
  • Author
    Posts
  • Thank you! it works!

    Just one thing though: when an update comes, isn’t my change going to get erased?

    Wouldn’t it be better to add a function in the functions.php file in my child theme folder?

    in reply to: Contact Form not sending #742887

    I’m having the same problem, also with the form that comes with the theme.

    The weird thing is that the user does get an email saying everything went ok… which makes it worse because the client will think they contacted me when I haven’t gotten any email.

    How can I fix this?

    Hi Basilis!

    It’s called “Fullscreen Slider”:
    slider

    Thanks!

    in reply to: Make slider photo clickable on mobile #733509

    Shit I just saw that if I remove the buttons I can make the image clickable… just ignore the above… sorry guys! maybe I should go to bed… LOL // you guys rock btw!!!

    in reply to: Make slider photo clickable on mobile #733505

    Hi there!

    I want to do this, I don’t have any buttons and need to make the Fullscreen Slider clickable both on desktop and mobile.

    What should I do?

    Thanks!

    in reply to: Widget in sidebar disappear (in responsive) #508088

    Thanks for the help Basilis!

    Some elements react different when adapting the CSS to the theme, so just in case anyone wants to do the same, here’s the CSS I created based on the info Basilis provided:

    
    @media only screen and (max-width: 767px){
    	.responsive #top #wrap_all .container {
    	    width: 85%;
    	    max-width: 85%;
    	    margin: 0 auto;
    	    padding-left: 0;
    	    padding-right: 0;
    	    float: none;
    	    display: -webkit-box;
    	    display: -moz-box;
    	    display: -ms-flexbox;
    	    display: -webkit-flex;
    	    display: flex;
    	    -webkit-box-orient: vertical;
    	    -moz-box-orient: vertical;
    	    -webkit-flex-direction: column;
    	    -ms-flex-direction: column;
    	    flex-direction: column;
    	    /* optional */
    	    -webkit-box-align: start;
    	    -moz-box-align: start;
    	    -ms-flex-align: start;
    	    -webkit-align-items: flex-start;
    	    align-items: flex-start;
    	}
    
    	.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    	    margin: 0;
    	    margin-bottom: 20px;
    	    width: 100%;
    	    -webkit-box-ordinal-group: 2;
    	    -moz-box-ordinal-group: 2;
    	    -ms-flex-order: 2;
    	    -webkit-order: 2;
    	    order: 2;
    	}
    	.responsive #top #main .sidebar.smartphones_sidebar_active {
    	    display: block;
    	    text-align: left;
    	    border-left: none;
    	    border-right: none;
    	    border-bottom-style: dashed;
    	    border-bottom-width: 1px;
    	    border-top: none;
    	    width: 100%;
    	    clear: both;
    	    -webkit-box-ordinal-group: 1;
    	    -moz-box-ordinal-group: 1;
    	    -ms-flex-order: 1;
    	    -webkit-order: 1;
    	    order: 1;
    	}
    
    	#top .sidebar_left .content {
    		padding-left: 0px;
    	}
    
    	#top .sidebar .widget:first-child, .content .sidebar .widget:first-child {
    	    margin-bottom:-40px;
    	}
    
    	.responsive .pagination {
    	    margin-bottom: -60px;
    	}
    }

    Cheers!

    in reply to: Widget in sidebar disappear (in responsive) #488562

    Hi Ismael,

    Sorry… I moved the site yesterday, that’s why you get the error.

    Anyway, the link is http://missionled.com/products/ – you’ll see that in mobile the Product Categories goes to the bottom instead of the top of the page.

    Thanks!

    in reply to: Widget in sidebar disappear (in responsive) #487549

    Hi Ismael…

    Sorry for the late reply… I just tried the solution you provided and nothing… the Sidebar with the Product Categories still appears below the products in mobile, you can check it in private link below.

    Like I said before, I want the sidebar to appear on top, not on the bottom of the page, I’m using a side bar on my Products page and showing the product categories on it, so that’s why I want to it on top.

    Maybe the solution above wasn’t for me but for HIO2014?

    Thanks in advance!

    in reply to: Animated Numbers With Formula? #485000

    Is there a way to search the feature request section? I want to vote again for my request and I cannot find it…

    in reply to: Animated Numbers With Formula? #467281

    Hi! Just dropping by to say that I added this feature request to https://kriesi.at/support/enfold-feature-requests/, so if anyone else is interested please go there an vote for it! thanks :)

    in reply to: Widget in sidebar disappear (in responsive) #467267

    Hi Ismael, Yigit!

    I’m also trying to do what HIO2014 is describing, but funny thing: I went to “Enfold theme options > Sidebar Settings” and activated the Sidebar on Smartphones and now the sidebar is appearing (YAY!) but not on top but at the bottom (just like HIO2014 wants it)… the thing is that I want the opposite: I want the sidebar to appear on top, not on the bottom of the page, is there any way to make that happen?

    I’m using a side bar on my Products page and showing the product categories on it, so that’s why I want to it on top.

    Thanks,
    rq!

    in reply to: Mobile Changes #462415

    Hi!

    JFYI, I also tried a different approach:

    1. I went to the slider and in the SLIDES tab I added the #ID testWhy
    2. I went to my Quick CSS and I added:

    @media screen and (max-width: 767px) {
    #testWhy { height: 500px !important; }
    }

    Didn’t work either, I don´t get it :( hope you can help!

    Thanks! :)

    in reply to: Mobile Changes #462414
    This reply has been marked as private.
    in reply to: WooCommerce "Sort by" dropdown #426267

    Hi Ismael,

    Thank you so much for the tip! Worked perfectly!

    Cheers!

    • This reply was modified 9 years, 7 months ago by therqworld.
    in reply to: WooCommerce "Sort by" dropdown #424347

    Sure Yigit! Let me see if I can express myself better, here’s the thing:

    1. Your code did 1 of 2 things I wanted: it made “Date” the default sorting. Now when I go to products, they’re sorted by Date automatically, so cool! that’s done :)

    2. The 2nd thing I want, is that instead of saying “Date”, the user views “Default Order”, and I achieved this by changing line 1102 (see screenshot below), instead of “Date”, I put “Default Order” (I placed a red dot next to the change for you)

    The other dots in this image, just to give you a full scope:
    – line 1099, yellow dot: I changed the original “Default Order” title to avoid confusions, I added “Hidden”. This is really just for my benefit, because it doesn’t affect what the users will see.
    – lines 1132, 1134, 1136: made these lines into comments to hide these sorting options (so my change in line 1099 it’s not visible to users anyway, like I said, that one it’s just for my benefit)

    3. What do I want? To achieve what I did in line 1102 with a function that I can add to functions.php.

    4. What would I also like, if possible: to also achieve what I did in lines 1132, 1134 and 1132 with a function that I can add to functions.php.

    Basically my goal is to have these changes on my child theme instead of the parent theme because I know that with every update I’ll have to redo this. However, if this beyond the scope of your support I understand, and luckily, I already have a solution, it’s just not as elegant as it would be if it were in functions.php.

    Hope it’s clear now, if not let me know :)

    Thanks a lot!

    in reply to: WooCommerce "Sort by" dropdown #424284

    Thanks so much Yigit!

    Only one thing missing: I want to also change the name, I want to order by date (which your code does perfectly) but I don’t want it to say “Date”, I want it to say “Default”.

    I actually already accomplished this by changing the value in the config.php file (enfold\config-woocommerce\config.php – I changed “Date” to “Default” in line 1102) but if you have a code that I can add to functions.php instead I would really appreciate it, as I’m guessing my work will be overwritten with the next update of the theme.

    Thanks for all your help! your team and theme rock!

    in reply to: WooCommerce "Sort by" dropdown #423557

    Thanks Ismael!

    A new question now: is there a way to make the Default sorting to be the ‘date’ instead of the products names?

    Thanks!

    in reply to: Remove bottom scroll bar in tabs #422787

    UPDATE:

    I kept looking through the forum and found this thread: https://kriesi.at/support/topic/scroll-bars-on-tab-pages/

    That solution did the trick for me! :)

    Thanks!

    in reply to: Remove bottom scroll bar in tabs #422784

    Hi Yigit!

    I’m having the same issue but my scroll bar is vertical instead of horizontal, I tried your code and I also tried

     .js_active .active_tab_content {
      overflow-y: hidden;
    }

    and

     .js_active .active_tab_content {
      overflow: hidden;
    }

    then I added #top in front of both and still nothing.

    Any other solutions?

    Thanks!

    in reply to: WooCommerce "Sort by" dropdown #422673

    Hi Günter! Thanks for the quick reply :)

    Your latest reply made me realize I was going through the config.php file of version 3.0.2 instead of 3.1.3, so that’s why I wasn’t seeing what you wanted me to see in line 1128 and got confused. Sorry about that… in the 3.1.3 version line 1128 has html, that I get! LOL

    Now that I’m working on the latest version I was able to remove the sorting options I didn’t want, thanks! – but now I wonder: could I add a new sorting option to this code? I would like to also sort by an attribute (like “Size” for example), is this something you could assist me with as well?

    Thanks again and sorry for the confusion on file versions.

    Cheers!

    • This reply was modified 9 years, 7 months ago by therqworld.
    in reply to: WooCommerce "Sort by" dropdown #422551

    Thanks for the reply Günter!

    I think a lot of users would appreciate a solution for this, so I hope your team decides to implement it soon. In the meantime, I must say I don’t know much about PHP, I tried making the line 1128 a comment and uploaded the file but there were no changes, I also tried it from line 1126 to 1130 (made the whole function a comment) and then the entire function (from line 1081 to line 1157) but there were no changes on my site.

    Could I get further assistance as to what to delete/change to remove this default dropdown?

    Thanks again!

    in reply to: WooCommerce "Sort by" dropdown #422244

    UPDATE:

    I also contacted the plugin author about it, she said:

    “Hey! looks like your theme has probably overridden the sorting dropdown — could you please try it out in a default theme, i.e. TwentyTwelve, and let me know if this persists? Thanks!”

    I did so and she was right, her plugin works in other themes, so it’s something your theme is overwriting, could you tell me how to avoid that?

    Thanks!

    • This reply was modified 9 years, 7 months ago by therqworld.
    in reply to: Image hover in Partners element #421482

    Hi!

    Thanks for the threads! They didn’t come up in my search.

    I used the code in the first one and it works great, except in IE. I also added a few more lines to modify the opacity:

    #top .avia-logo-element-container img {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%); 
      filter: gray;
      -webkit-transition: all .5s ease; 
      opacity: 0.5;
      filter: alpha(opacity=50); /* For IE8 and earlier */
    }
    
    #top .avia-logo-element-container img:hover {    
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      filter: none; 
      opacity: 1.0;
      filter: alpha(opacity=100); /* For IE8 and earlier */
    }

    The opacity works fine in IE but the greayscale doesn’t (Already tried just your code, with none of my lines, and it’s the same: greyscale won’t work in IE) If you have a solution for that please let me know, if not, oh well, it’s not biggie.

    Thanks!

    in reply to: Image hover in Partners element #420703

    Hi Rikard!

    Nop, I haven’t worked it out. Maybe you’re seeing the logos in the header (Canada Green Council, Bullfrog…) which I just added using an HTML widget. What I want to modify are the logos in the body, the partners (Samsung, Mitsubishi, etc) and have the exact same behavior as the ones on the header: make them full color on hover.

    Yep, I know how to achieve this, you can see it in the logos in the header, but the way your Partners element works doesn’t allow me to use the same solution and I couldn’t find a way around it. Hope you have an idea that will work!

    Thanks!
    Raquel

    • This reply was modified 9 years, 7 months ago by therqworld.
    in reply to: "Go to the top" button transition for other links #418183

    Thanks Josue! That did it! :)

    in reply to: Contact form doesn't work with yahoo mail #416594

    Hey!

    Found the way to do it rather quickly, just leaving the post here in case someone in the future needs to do the same: https://wordpress.org/support/topic/contact-form-7-display-field-label-inside-field?replies=2

    Thanks again! :)

    in reply to: Contact form doesn't work with yahoo mail #416585

    Hi Ismael!

    That worked, shame that the Contact Form 7 doesn’t have the option to put the field titles inside the fields itself like yours do, but I’ll see if I find a way. Anyways the main problem is fixed, the forms are working now.

    Thanks a lot for your assistance!

    Cheers! :)

    in reply to: "Go to the top" button transition for other links #416512
    This reply has been marked as private.
    in reply to: "Go to the top" button transition for other links #416214
    This reply has been marked as private.
    in reply to: Menu style #415011

    Tried… and nothing, it looks the same. Like I said: it’s no biggie, everything works perfectly so, whatever! LOL. Cheers!

    • This reply was modified 9 years, 8 months ago by therqworld.
Viewing 30 posts - 1 through 30 (of 35 total)