Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #155812
    Sugran
    Participant

    I have followed FAQ, installed new plugin via dashboard and also tried via FTP, it doesn’t show me any menu, no images, no slider, nothing…

    How to resolve it?

    #155846
    Skandha
    Participant

    @sugran: The theme seems to be working fine at my end. Can you please elaborate about the issue you are having? Also please post in your site URL.

    Kind Regards,
    Skandha

    #156220
    Sugran
    Participant

    Do you see slider, menu etc… everything when you load theme first time? I see nothing, website: http://sugran.ca

    #156231
    Sugran
    Participant

    I moved passed above blocker, do you know how can we:
    1. Add custom food menu rather than using the existing ‘demo’?
    2. How can I show custom written testimonials?

    #156286
    Skandha
    Participant

    @sugran: I checked your site and I see everything the slider, menu, etc.

    To add food menu follow this link.
    To add testimonials follow this link.

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #156369
    Sugran
    Participant

    Thanks, we are getting close. How can I remove hyperlink to individual food menu names?

    1. Open http://www.sugran.ca/
    2. Go down to food menu
    3. Currently ‘Karanji’ is clickable, how can I remove click and just show as text?

    #156393
    Skandha
    Participant

    @sugran: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-items .entry-title {
    	pointer-events:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #156468
    Sugran
    Participant

    You are absolutely brilliant Skandha, probably one last small thing:

    How can I hide bottom white section just above footer:
    http://www.sugran.ca/ -> HOME

    I tried doing below, but it also hide my contacts form at http://www.sugran.ca/contact/

    .content-area .site-main .singular-content-wrap {
    	display: none;
    }
    #156490
    Skandha
    Participant

    @sugran: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .content-area .site-main .singular-content-wrap {
           display:none;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    #156570
    Sugran
    Participant

    You are the best. Human is bad and greedy sometimes 🙂

    But is there any way I can reduce the height of top-image-slider, I want to enable it on all pages, but it takes a lot of vertical space.

    #156592
    Skandha
    Participant

    @sugran: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .section-content-wrap {
    	height:400px;
    }

    You can change the height according to your choice.
    I don’t think changing the height of slider is a good option as the slider images gets cropped when you decrease the height of the slider.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #156607
    Sugran
    Participant

    Cropping the images is fine, but problem is that after reducing slider height, I can’t see the text which is over the image.

    #156609
    Sugran
    Participant

    Also, on the actual slider, we are displaying ‘Posts’ pages. I have many post pages and they all are appearing on the slider. But how can I set a custom order, as ‘Chakali’ should come before ‘Chirote’?

    #156764
    Skandha
    Participant

    @sugran: To make slider text show up on other pages
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .slider-content-wrapper .entry-container, .home .custom-header-content {
    	position:fixed;
    	top:140px;
    }
    body:not(.home) .section-content-wrap .entry-container-wrap .entry-summary {
    	margin:0;
    	font-size:18px;
    }
    body:not(.home) .section-content-wrap .entry-container-wrap .entry-title {
    	font-size:28px;
    }

    To change the order in which the slider images are displayed.
    Go to => Appearance => Customize => Theme Options => Featured Slider => In Post #1 select the page you want to display as the first slide then in Post #2 the post you want to display after first slide and so on.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #156881
    Sugran
    Participant

    There is no post option under ‘Featured Slider’, it shows -> Content Alignment for #1, 2, 3…

    #157255
    Skandha
    Participant

    @sugran: Can you please attach me a screen shot of it? Also try disabling all your plugins and check if this resolves the issue.

    Kind Regards,
    Skandha

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Purchased "Catch Foodmania ProVersion: 1.0" but pages, menus are missing’ is closed to new replies.