Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1010516
    mian_kamran
    Participant

    Hi,

    I bought the theme by seeing the homepage of theme.co. I was thinking that It will be available in the demos but can’t find it. After reading some questions in the forum I came to know that it is not available in the demos. Can you please help me with this.

    1). I want slider and menu as it is on theme.co/x. Other than that I don’t need other page stuff. My homepage will be only slider and menu in the bottom.

    2). If I click on any menu link a popup will open show pictures of my projects.

    Can you please help me with this. I have fundamental knowledge about HTML and CSS. Please suggest any solution for point 1 and 2.

    Thanks in advance

    #1010561
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    1. You can achieve this by enabling slider above masthead and selecting full screen layout for your slider.

    https://community.theme.co/kb/sliders/

    2. I am not sure about this, can you provide us a link to a similar example site.

    Thanks

    #1015050
    mian_kamran
    Participant

    Hi, Thanks for replying.. here is the website: http://zonegroup.ae/.

    see its menu at lower side and click on any item you will find out the popup technique I am talking about.

    If you hover on the menu item Its changing its style to some image, I don’t want that. I just want the menu to be placed on the same place. Can please help me with this.

    #1015066
    Nabeel A
    Moderator

    Hi again,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding. Take care!

    #1016019
    mian_kamran
    Participant

    Hi thanks for replying.

    I am trying to change it with custom development. I have open my FTP and I am here x > framework > views > ethos. But I am unable to find that file where I can make changes. My requirement is the file where all parts of the page are called like slider, header and footer. I am talking about the homepage. I am using integrity 1 demo as my homepage. please help me. Here is the link of my website. http://www.parfaitevents.com/demo/

    #1016028
    Christopher
    Moderator

    Hi there,

    Thanks for writing in!
    It’s not that easy, you should contact a developer about it.
    Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.

    #1016042
    mian_kamran
    Participant

    well I know a little bit about the word press development so Thats why I was saying about that file. As per my knowledge there is a file usually named as index.php where all the components of the page are called. As it is you theme with your coding and development so thats why I was asking you to tell me about that file. Just taking the name of that file or telling me the address to it is out of your scope?

    please have a look to me website http://www.parfaitevents.com/demo/

    I have menu at the bottom of the page. with no logo.

    1). I want to show the logo on the top right side of the page with no background etc.
    2). there is a widget of top left side I want to put data in it like some image and map. from where I can edit it or put data in it.

    Is this in your scope?

    #1016067
    Paul R
    Moderator

    Hi,

    1. To achieve that, please remove the css in your child theme’s style.css that reads

    
    .x-brand {
       display:none;
    }
    

    Then you can add this in Appearance > Customize > Custom > Edit Global Javascript.

    
    jQuery(function($) {
       $( ".home .x-brand" ).insertBefore( ".home header.masthead" );
    });
    

    After that add this in Appearance > Customize > Custom > Edit Global CSS.

    
    .home .x-brand {
       position:absolute;
       top:20px;
       left:20px;
    }
    

    You may change 20px to adjust the alignment.

    2. Are you referring to the plus sign on the upper right corner of your site?

    You can add data on it under Appearance > Widgets > Header 1 and Appearance > Widgets > Header 2
    depending on how many widgets you have enable under Appearance > Customize > Header > WIDGETBAR

    Hope that helps.

    #1016104
    mian_kamran
    Participant

    yes, thanx it helps. but now when I refresh the page It blink the logo in bottom and then show it on top.

    Please see this.
    http://www.parfaitevents.com/demo/

    #1016116
    Paul R
    Moderator

    Hi,

    Please replace the css code with this.

    
    .home .x-brand {
        position: absolute;
        top: 20px;
        left: 50px;
        z-index: 999999; 
        display: block !important;
    }
    

    Hope that helps.

    #1016132
    mian_kamran
    Participant

    hi, Thanks for replying.
    Its fine in firefox but making problem in google chrome. I am working chrome.. Can you please check

    #1016147
    Lely
    Moderator

    Hi There,

    Please try to clear cache. It is working fine when I checked in Chrome. See this video screencast:http://screencast-o-matic.com/watch/cDhvjeij6T

    #1016166
    mian_kamran
    Participant

    Hi, Thanks its still not working even I have used ‘ccleaner’ for clearing the cache. but leave it no problem there should be any problem on my side.

    Can you please see my website in Firefox. Click the ‘+’ sign widget on the top or click any menu item. It is creating a strange red box around the item after clicking. And this is happening only in firefox. please have a look to following images.

    Question: Is X theme is Compatible with all browser? I mean cross browser type feature?

    #1016178
    Christopher
    Moderator

    Hi there,

    Yes, X is cross browser compatible.

    Please add this CSS in customizer :

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
        outline: none;
    }

    Thanks.

    #1016224
    mian_kamran
    Participant

    Thanks it works

  • <script> jQuery(function($){ $("#no-reply-1010516 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>