Okay
  Public Ticket #1408820
Dates Problem
Closed

Comments

  • inderwordpress started the conversation

    This is the problem I am facing regarding dates in tours and cruises section.

    Check the attachment. Hence, only one date is showing.

  •  2,057
    Theme replied

    Hello,

    your other ticket has been answered.

    Please do not open multiple threads for the same request, as this only results in slower response time.

    Thank you

    Best regards,

    themeenergy support

  • inderwordpress replied

    Hi, I want to change the background color of the package. Please look out for the attached photo, then you will know what i am trying to say. When you see the attached photo you will see the red mark, which is showing that how to change the background of it not text just the background.

    And last I want to hover the whole item also.

    I know the changes would probably be in css, but i dont know the file extension code. So help me out. 

  •  2,057
    Theme replied

    Hello,

    here is the css code you would need:

    .deals .details {background: red;}
    .deals article:hover .details {background: yellow;}

    Thank you

    Best regards,

    themeenergy support

  • inderwordpress replied

    Hey thanks for your support can you just send me all css files related to book your travel theme. I just want to customize it with my own way.

  • inderwordpress replied

    Hey reply my first request when you guys were free and for now can you please solve my lill problems which are like :

    1. I want to change the image css of deals section, send me the css code so i could customize it, and for more check the attached pic which says "image css".

    2. And secondly, my page is having error which is also attached in files named "page error". The problem is that I dont know how to set these "return to shop" page, whenever I clicked that return to shop button, it simply shows the 404 error and i dont know from where I have to set that page, that will got to shop.

    3. And at last, send me the css code to change all buttons on my website 

  •  2,057
    Theme replied

    Hello,

    1) To target the images with css, use the following selector:

    .deals img {}

    2) Please edit includes/theme_woocommerce.php and delete this line:

    add_filter('template_include', array($this, 'template_include' ));

    This will also be resolved in the next upgrade.

    3) This is the current code for the buttons:

    .gradient-button,.wpcf7-submit,.form-submit #submit,button, input[type="button"], input[type="reset"], input[type="submit"]      {
    font-size:11.5px;
    line-height:32px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff !important;
    height:32px;
    padding:0 18px !important;
    text-align:center;
    display:inline-block;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2);
    border-radius:17px;-moz-border-radius:17px;-webkit-border-radius:17px;
    background: #5FC8C2;
    background: -moz-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5FC8C2), color-stop(100%,#41AFAA));
    background: -webkit-linear-gradient(top, #5FC8C2 0%,#41AFAA 100%);
    background: -o-linear-gradient(top, #5FC8C2 0%,#41AFAA 100%);
    background: -ms-linear-gradient(top, #5FC8C2 0%,#41AFAA 100%);
    background: linear-gradient(to bottom, #5FC8C2 0%,#41AFAA 100%);
    cursor:pointer;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    }
    .gradient-button:hover,.wpcf7-submit:hover,.form-submit #submit:hover,button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover            {
    text-shadow:0 1px 0 rgba(0,0,0,0.2);
    background: #41AFAA;
    background: -moz-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41AFAA), color-stop(100%,#5FC8C2));
    background: -webkit-linear-gradient(top, #41AFAA 0%,#5FC8C2 100%);    
    background: -o-linear-gradient(top, #41AFAA 0%,#5FC8C2 100%);
    background: -ms-linear-gradient(top, #41AFAA 0%,#5FC8C2 100%);
    background: linear-gradient(to bottom, #41AFAA 0%,#5FC8C2 100%);
    }

    Thank you

    Best regards,

    themeenergy support

  • inderwordpress replied

    My second problem is not solved, infact I go to that where you instructed me, but I unable to find that file and delete it. Please specify it more clearly at last step.


    1. And I want to change text on my live website, which is showing "price per person from". I want to change that from this "Starting from". I also used a plugin named "text change" but still not worked. Check the attached file named "textchange". 

    2. I want to change whole look of my deals article. Please check the attached file name "dealarticle". I want to make exactly like that. As you can see, it shows includes with small icons of plans, itinerary etc or more. Please help me at this. It would be helpful. 

  •  2,057
    Theme replied

    Hi,

    The file is found in wp-content/themes/bookyourtravel/includes/theme_woocommerce.php

    You do not need to delete the file, you need to find the line we specified and delete the line of the file only.

    1. You can try using the Say What plugin: https://wordpress.org/plugins/say-what/

    For text-domain, set bookyourtravel

    For text-content, do not set anything, leave the field as empty.

    For original text use the phrase you want to change

    For new text, set the new text you want to use.

    2. That is not a feature of our theme. You will have to hire a programmer to implement something like that for you.

    Best regards,

    themeenergy support

  • inderwordpress replied

    Hey, thanks for the help my first problem is resolved for deleting the file.

    1. But I want to change the color of all buttons on my website and according to that please guide me to how to change the css code for these, check the attached file.


  • inderwordpress replied

    2. For changing the text, I have done what you have said to download a plugin named "Say What?". I changed the text from "price per person from" to "Starting Price", but the text still not changed. Help me out here. For more check the attached file named "texterror". Help me out here as soon as possible dude.!

  •  2,057
    Theme replied

    That tool is case and space sensitive. Please try adding an empty space at the end of that specific phrase.

    Best regards,

    themeenergy support

  • inderwordpress replied

    I want to change the color of all buttons on my website and according to that please guide me to how to change the css code for these, check the attached file.

  •  2,057
    Theme replied

    Hello,

    I would suggest that you grab one of the color schemes and edit it.

    Open the /css/theme-strawberry.css file and paste its content to Admin > Customize > Additional CSS field. Edit the color codes as you please and save changes.

    Thank you

    Best regards,

    themeenergy support