Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040484
    ITPHX
    Participant

    Hi, I will buying template and made webside. In this moment i needs help.

    I have a few type of post for example: accomodation, trip etc. For ich one I made different sidebar.
    On this sidebars I have diferent search module. And now is that I view all post for expamle in trip type post this sidebar is ok. Then I used search and all search results display on page results and at this moment sidebar is ok. But when I pick up one of results and view this post always sidebar change for default type. I would like to be that when I view single post type trip I have sidebar which I made for trip post type. How can I make this?

    Second question is about search results page. How can I made change? I would like that in this page I got not big picture but smaller or the best will be when on post page results I will can used essential grid?

    I used ICONE 3 demo and customize customize.

    Best Regards

    #1040814
    ITPHX
    Participant
    This reply has been marked as private.
    #1041052
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1041116
    ITPHX
    Participant
    This reply has been marked as private.
    #1041149
    ITPHX
    Participant
    This reply has been marked as private.
    #1041569
    Rupok
    Member

    Hi there,

    Thanks for writing back. Asking too many irrelevant questions in a single thread make this very confusing. Kindly open new thread for your additional questions to keep the thread relevant to avoid confusion. About your original questions, you can’t directly assign a custom sidebar to a search result page. So your default/main sidebar will be used for this. Also you can’t change the layout of search result page unless you use Child Theme to modify the template. If you want to decrease the image size then we might assist with some custom CSS. In that case provide some screenshot of what you are getting and what you are trying to accomplish.

    Cheers!

    #1041880
    ITPHX
    Participant
    This reply has been marked as private.
    #1042796
    ITPHX
    Participant

    Problem no 2 is solved by this code in css:
    .blog .entry-featured {
    display: none;
    }

    #1042802
    ITPHX
    Participant

    point no 1 solved
    in google analitycs I must add not only number of ID but all script.

    #1042806
    ITPHX
    Participant

    point 3 solved I change margin top

    #1042821
    ITPHX
    Participant

    point 4 is solved accord is ok but tabs scroll page and this I solved by this code:

    jQuery(document).ready(function($) {
    var adminbarHeight = $(‘#wpadminbar’).outerHeight();
    var navbarFixedTopHeight = $(‘.x-navbar-fixed-top-active .x-navbar’).outerHeight();

    function animateOffset( element, ms, easing ) {
    $(‘html, body’).animate({
    scrollTop: $(element).offset().top – adminbarHeight – navbarFixedTopHeight + 1
    }, ms, easing);
    }

    $(‘a[href*=”#”]’).off(‘touchstart click’);
    $(‘a[href*=”#”]’).on(‘touchstart click’, function(e) {
    $href = $(this).attr(‘href’);
    notComments = $href.indexOf(‘#comments’) === -1;
    notAccordion = $href.indexOf(‘#collapse-‘) === -1;
    notTabbedContent = $href.indexOf(‘#tab-‘) === -1;
    notTabbedContent = $href.indexOf(‘#tab-‘) === -1;
    notVCTabs = $(‘.vc_tta-tab > a’).length;

    if ( $href !== ‘#’ && notComments && notAccordion && notTabbedContent && !notVCTabs ) {
    var theId = $href.split(‘#’).pop();
    var $el = $(‘#’ + theId);
    if ( $el.length > 0 ) {
    e.preventDefault();
    animateOffset($el, 850, ‘easeInOutExpo’);
    }
    }
    });
    });

    #1042869
    Lely
    Moderator

    Hi There,

    Glad you were able to figure out other issues.
    5.)Search result page can be customize using a child theme. By default X doesnโ€™t have search template file, you can either create one (http://codex.wordpress.org/Creating_a_Search_Page) or you can use wp-content/themes/x/framework/views/global/_index.php as guide.

    Please also review our knowledge base article on: Customization Best Practices.

    6.) Just to clarify, currently same single post page display different sidebar? Can you give us detailed instruction on how we can experienced the issue so we can understand better?

    #1042961
    ITPHX
    Participant

    Hi, please go on my webside (in private post I send address) and check this out.
    When You search post and on search results – sidebar is like this which I add to type of post. But when You view single post sidebar changing on default. I write this 2 times. Please check my first post.

    Simple as I can and my language skills allow me ๐Ÿ˜‰
    I have for example post type rent car. I made sidebar for this type of post. And now when I listing list of post sidebar is car rent type. When I used MDTF and search then on results page I got list of post and sidebar is ok. But when I clik on view sigle post sidebar changing on default type. Rent car of corse it’s exampel to understood this case.

    #1043498
    Rupok
    Member

    Hi there,

    Thanks for updating. I am sorry but still it’s very difficult to understand the issue based on your given information. If you face issue describing, you can always attach screenshots to clarify properly. You can set the categories for specific sidebars from Appearance > Sidebars. I went there but didn’t understand which sidebar or category you are referring. Would you kindly add screenshot pointing the sidebar and the category you are referring?

    Cheers!

    #1044078
    ITPHX
    Participant

    Hi,
    For all problems I found solutions, on this forum ๐Ÿ˜‰

    Now I have one question. Possible is used diferent view of archives? In ICON 3 I can change only on masonry and view 2 or 3 columns.
    Maybe this will be ok but I needs more information in archives than features image and title. I think about meta data which I make in essential grid and used them in post. For example price, type of accomodation etc.

    I will be very glad that Themeco help me to change Archives and inform me how add meta data to Archives or in which way Can I customize Archives.

    Best Regards.

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