Okay
  Public Ticket #923546
Words Pages
Closed

Comments

  •  2
    George started the conversation

    Hi,

    I'm in the process of setting up my website using the Epic Wordpress Theme, which is going great so far

    My question is regarding the works section. I can see where I can change the different categories of work under the "Type" section, but what I am looking to do is rename the filter "All Works" button. I am in the UK and this is not good english. The term All, All projects or All work would be better suited. 

    I understand that is is borderline a customisation question but I believe it is justifiable. If I could be told how to do this or pointed in the right direction to try myself at my own consequence I would appreciate it.


    Many Thanks,


    George

  •  840
    Jelly replied

    Hi,

    You can change it in: /epic-jellythemes/inc/functions.shortcodes.php. Search "All Works" then change it with your wish.

    Best Regards,
    Jelly Team

  •  2
    George replied

    Thanks for the help!

  •  840
    Jelly replied

    Hi,

    Glad it’s working for you now. Do you still need my help?

    Best Regards,
    Jelly Team

  •   George replied privately
  •  840
    Jelly replied

    Hi,

    1. Both problems resolve with the custom style below, please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .section.parallax {
    background-position: center !important;
    margin-bottom: 60px !important;
    }
    

    Best Regards,
    Jelly Team

  •  2
    George replied

    Hi,


    I've pasted this code but this does resolve the spacing between sections as its still quite large. Any help? 

  •  840
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .container {padding-top: 40px;}

    Best Regards,
    Jelly Team

  •  2
    George replied

    Thanks a lot for all you help. This does seem to rectify spacing but now clicking on each menu title scroll past that section. Is this all because of the fact I am trying to use a parallax section?

  •  840
    Jelly replied

    Hi,

    I don't see any issue, the scroll menu still work good in your side. Maybe you can provide a screencast to help me know better?

    Best Regards,
    Jelly Team

  •  2
    George replied

    Is seems to still be the parallax images causing the issue but I could be wrong. When clicking on menu tabs it scrolls past a few of the menu sections. I've added a few screenshots but if you visit the sit 876sound.com you will see it. The issue are between the 'showreel' and 'about', 'about' and services', and lastly the 'work' - 'equipment' and 'contact' sections; almost every menu.

    Also how can I change the colour bard for the testimonials from red to another colour? I'd also like to change the hover colour of the up arrow on the contact page from red to match the other buttons.

    Many Thanks

  •  840
    Jelly replied

    Hi,

    1. For the problem with section. I'm sorry but I'm still don't understand what you mean, maybe you can explain it with some text in your screenshot?

    2. For the color of testimonials, please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .testimonials.carousel-wrapper.with_pagination .owl-theme .owl-controls .owl-page span {
    background: #94262d;
    }

    3. The button up is image, you will create other image if you want change the red color.

    Best Regards,
    Jelly Team

  •  2
    George replied

    1. I think the best way to see is to just visit the website and click on each menu section and see how it scrolls past where it should.

    2. I added the code but the testimonial bars are still red. See attachment

    3. where can I find the up arrow image to edit the colour and re-upload it?

  •  840
    Jelly replied

    Hi,

    1. Please check my screencast, I don't see any problem in it. https://goo.gl/6IDT17

    2. Please change the hex color code to your hex color code.

    3. You can found the image in: /epic-jellythemes/images/scrollup.png

    Best Regards,
    Jelly Team

  •  2
    George replied

    Thanks for the screencast, It was scrolling past the start of the Services section cutting off the text at the beginning. I have managed to correct it by adding a vertical spacer to the sections affected. I also made the changes to the colour the the scroll arrow and testimonial bars so thank you of that also. Could you now help me with the following:

    1. How can I remove the white space on the Parallax sections. This is most noticeable on the equipment section of the site (see screenshot). I would like to remove this space on both the parallax sections on the site. 

    1b. I'd also like to know how to increase the size of a parallax section so more of the image is displayed.

    2. Can I adjust the menu bar transparency?

    3. When using the Blog section of the website the menu buttons don't go back to the main site, How can I change this?

    4. How do I change the hover colour for the social media icons in the footer section.

    Thanks very much for all your help, my site has come on leaps and bounds, and the support provided has been fantastic so far!

    George


  •  840
    Jelly replied

    Hi,

    1. Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .section.parallax {
        margin-bottom: 0;
        background-size: cover;
        background-position: center center !important;
    }

    2. Sure, you can use this custom style:

    .darker #header.overflow, .darker #footer {
     background: rgba()!important;
    }

    You can choose your color in here: http://www.hexcolortool.com/

    3. Please make sure your menu link like this: http://youraddress/#page-slug in custom link to make it work in other pages.

    4. You can use this custom style:

    #footer .social li .icon:hover {
    color: change your color here;
    }

    I hope your website complete soon. Your satisfaction is our award.

    Best Regards,
    Jelly Team

  •  2
    George replied

    Thank you! I tried to amend the footer hover colour but now it looks like this (see attachment)

    Any help?

  •  840
    Jelly replied

    Hi,

    I'm not sure what you touch, but if it's your custom, I can't provide support for it.

    Best Regards,
    Jelly Team

  •  2
    George replied

    I followed your steps, although you did not mention where to put this, I assume is the style.css?

    How can I restore it back to default then as all I did was follow your instruction....

  •  2
    George replied

    I have just checked and it was this causing the problem:

    .darker #header.overflow, .darker #footer {
     background: rgba(51, 51, 51, 0.88)!important;
    }

    That worked for setting the transparent but cause the grey to appear in the footer section.

    Could you provide clearer instruction on how to set the hover colour of the social icons in the footer and also to set the transparency of the menu bar without affecting the footer in the same way.

    Many Thanks


  •  840
    Jelly replied

    Hi,

    So you just need edit it like this:

    .darker #header.overflow {
     background: rgba(51, 51, 51, 0.88)!important;
    }
    

    Sorry my mistake.

    Best Regards,
    Jelly Team

  •  2
    George replied

    No problem.

    How can I change my footer text colour and the rollover/hover colour of the social media icons? 

    Also the parallax sections of the site don't seem to be working.

    Am I able to add a button which then plays a video with sound? I would use this to display my showreel under the about section. I have put a screenshot in the section that I would like to use for this button.

    Please let me know if all this is possible, thanks!

  •  840
    Jelly replied

    Hi,

    1. Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    #footer .social-title {color: #fff;} /* for text */
    #footer .social li .icon:hover {color: #2fa1e0;} /* for social icon hover */

    2. The parallax can't work because we had make it fixed. If you want it work, you will need remove this custom style:

    .section.parallax {
    margin-bottom: 0;
    background-size: cover;
    background-position: center center !important;
    }

    But it will display the section Equipment less than now.

    3. This mean you want a button with popup video? I don't think it's available in original feature, you will need use third party plugin to do it.

    Best Regards,
    Jelly Team

  •  2
    George replied

    That css code was already in place for the parallax but is not scrolling.

    How can I edit the blog page?

    I'd like to remove some of the side sections (Meta, Archives etc). Is there also anyway I can add the option for people to like and share a blog, using Facebook for example?

  •  840
    Jelly replied

    Hi,

    1. I mean you need remove the custom style below to make parallax scrolling.

    .section.parallax {
     margin-bottom: 0;
     background-size: cover;
     background-position: center center !important;
    }

    2. The widgets can configuration in: Appearance -> Widgets.

    3. Please try third party plugin to add share dialog in single post.

    Best Regards,
    Jelly Team

  •  2
    George replied

    Thank you for your help. If I remove that code the white space after the parallax re-appears. Is there no way of removing this space whilst still allowing the parallax feature to work?

  •  2
    George replied

    I would also like to disable the loading page when clicking on a link/blog post. I'd like the loading to appear when clicking on the blog section from the menu bar but not once I am in the blog section if that makes sense.

    Many Thanks

  •  2
    George replied

    Can I also display the categories in the widget section in a specific order? I don't wish for them to be listed in alphabetical order

  •  840
    Jelly replied

    Hi,

    1. Unfortunately, for the parallax it's the only way to make it work like you want. Other method very complex and we don't provide support it.

    2. If you want disable loading in single and blog page, please try follow instruction: Stop preload in blog and single post.

    3. Unfortunately, it is a customize. We don't provide free customize, so your request beyond our support policy.

    Best Regards,
    Jelly Team

  •  2
    George replied

    I changed the code by replacing the text as shown on the link but it is still loading on posts in the blog section. Would you be able to look at this?

    Can I also display the categories in the widget section in a specific order? I don't wish for them to be listed in alphabetical order

  •  840
    Jelly replied

    Hi,

    1. Please provide wplogin and ftp information. I will check the loading.

    2. The category widget from wordpress original widget, this not relate from us. It will need customization and we will charge it if you want do it.

    Best Regards,
    Jelly Team

  •  2
    George replied

    You can log in with the following details. to correct the loading section. I will look into the categories myself.

    username: Website Admin

    password: 876Admin2016

  •  840
    Jelly replied

    Hi,

    I tried but I got this wrong:

    ERROR: The password you entered for the username Website Admin is incorrect. Lost your password?

    Best Regards,
    Jelly Team

  •  2
    George replied

    I have reset the password. please use this below

    %7#JDwG%$M8wd06B44P*dFy7

  •  840
    Jelly replied

    Hi,

    I think it's work good for you now.

    Best Regards,
    Jelly Team

  •  2
    George replied

    The loading still happens when using search or selecting a category from the side widget. I was hoping that the loading page would happen when I click on Blog but once I am in that section the only links that would then have the loading page would be the other sections of the menu that link bak to the main site. Is this possible?

  •  840
    Jelly replied

    Hi,

    Unfortunately, it's impossible to do it. Do you want I try stop the loading in category too? I will need ftp information to try it.

    Best Regards,
    Jelly Team

  •  2
    George replied

    I think I will just leave as it is for now. Thank you.


    If I have another other questions I will be sure to get in touch...


  •  840
    Jelly replied

    Hi,

    I am currently closing the ticket. Please don’t hesitate to submit a ticket whenever you need help. I will be happy to assist you.

    P.S. I would appreciate if you could please rate the Theme and like the assistance under my support, means a lot to me. Thank you.

    You can rate it with your themeforest account at your downloads page, precisely at this link: http://themeforest.net/downloads and hover over the 5 stars for our theme, thank you very much!!

    Best Regards,
    Jelly Team