Okay
  Public Ticket #1070809
Technical Support
Closed

Comments

  •  2
    Guylherme started the conversation

    Hello,

    I need some help adjusting my theme.

    The part of events and dates is not getting similar to the model.

    I would like it to look like the link below:
    Http://jellydemos.com/html/muziq/muziq-electronic/index.html

    The images are getting a space between them, and it's not pulling the list with upcoming events.

    http://www.netsharedigital.com.br/move/

    Waiting instructions.

    Thank you.

  •  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:

    .full-width .container [class*="col-"], .full-width .container [class*="vc_col-"], .full-width .container [class*="vc_col-"] .vc_column-inner {
        padding-right: 0;
        padding-left: 0;
    }
    @media (min-width: 1200px){
    .tour-info .dates-tour li {
        width: 190px;
    }
    }
    

    Best Regards,
    Jelly Team

  •  2
    Guylherme replied

    Hello,

    Apparently the error continues, can you check please?

  •  2
    Guylherme replied

    The problem with space has been solved.

    The event list is not yet pulling the registered items, I need it to look similar to the attached image.

  •  840
    Jelly replied

    Hi,

    The list not show up the past event, maybe you can make sure your event going with the current time?

    Best Regards,
    Jelly Team

  •  2
    Guylherme replied

    Hello,

    I need to leave the artists section with only two people centralized.

    Can you help me?

  •  840
    Jelly replied

    Hi,

    Please provide your website url, I will check it and try something to help you.

    Best Regards,
    Jelly Team

  •  2
  •  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:

    .featured-artists .gallery-cell {margin-left: 290px;}
    

    Best Regards,
    Jelly Team

  •  2
    Guylherme replied

    Hi,

    Apparently not resolved. You can check how you are at: http://www.netsharedigital.com.br/move/

    I need it to look like the attachment.

  •  840
    Jelly replied

    Hi,

    Maybe you can help me know there any change in your artists page? It's strange because the layout seem change when compare it with the last time I've visited.

    Maybe you can provide wplogin so I can check it with my self? Please use private reply to send your information.

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    I can't access your website now. Maybe you can check it?

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    I've updated it for you, please check your website.

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    I've changed it with this custom style:

    #featured-artists .flickity-slider {
        left: 290px !important;
    }
    

    You can change the number with your wish. The custom style above will not effect in other sections again.

    Best Regards,
    Jelly Team

  •  2
    Guylherme replied

    Hi,

    I need to insert a new section in the home, how to proceed please

  •  840
    Jelly replied

    Hi,

    Please check our explain below.

    1. For one page version:

    • You will need create homepage.
    • Create another page like About – Contact – ect …
    • In Parent choose homepage you wish.

    Example: if you want a slider default, you will need use Page Photo Slider Template -> Setup your images in Slider option and it's call Home Page.

    To add about page under home page, you will need create about page -> select home page become parent page of about page, then add your content in here.

    Please note the home page template (Page Photo Slider, Page Video Slider, ect...) not print any elements from visual composer. It just print the slider option only.

    2. For multiple pages version:

    • Create new page with parent page template.
    • Create another page like child page to include the content.
    • In child page choose parent page you wish to display content for this parent page.
    • Create menu with link is parent page link.

    I hope it's clearly for you now.

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    To change the order of the sections in home, please change the order number in child page.

    You can check detail order in page attributes here:

    https://en.support.wordpress.com/pages/page-options/

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    So you want translate the theme option text?

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    You can translate it in: 

    \plugins\muziq-jellythemes-plugin\functions.meta-boxes.php

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    If you want translate the twitter, please try add lang in twitter script in: /muziq-jellythemes/js/main.js line 165.

    function twitterfeed() {
        var config_twitter = {
          "profile": {"screenName": $('#twitter-feed').data('widget')},
          "domId": 'twitter-feed',
          "maxTweets": 4,
          "enableLinks": true,
          "showUser": true,
          "showTime": true,
          "dateFunction": '',
          "showRetweet": false,
          "customCallback": handleTweets,
          "showInteraction": false,
           "lang": 'en' // add English language, you can change en to your language
        };
    

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    I tried with your information and it's wrong:

    ERRO: NOME DE USUÁRIO Inválido. Perdeu a senha?
    

    Best Regards,
    Jelly Team

  •   Guylherme replied privately
  •  840
    Jelly replied

    Hi,

    I will check the view more button in upcoming events with our developer and get back for you as soon as possible.

    Best Regards,
    Jelly Team

  •  2
    Guylherme replied

    I await your return

  •  840
    Jelly replied

    Hi,

    Sorry for inconvenience, please replace update file with current file in:

    /muziq-jellythemes-plugin/blocks/jellythemes.events.php

    Best Regards,
    Jelly Team