Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #104319
    roman06
    Participant

    Just Started working with this theme. Great theme! However I have a few questions. 1st. I can’t seem to be able to change the main slider images(fist section of the site). I have it as feature page slider, however I would like it to be like the demo (just images). 2nd. underneath the main slider, I can’t seen to find an option to change the images or post(where you have a farmer worker and old monkey section). 3rd. I can’t find an option to change feature content either. I went over the instructions and can’t seem to find away to change it. I appreciate your help in advance…

    Thank you

    #104331
    roman06
    Participant

    Never mind on the grid and feature pages, I figure that out.
    1.However the grid images have large white spaces in between, how can I fix that?
    2.I need help with the main slider images, I have it set as feature page slider, but I want them to just be images, just like the demo. How can I fix that?
    3. Static page: I have my post page as my blog, however I can’t see my post.
    4. How can I create a front page like the demo?
    5. Slider and feature pages images are different sizes, how can I fix that?

    Thank you for your help!!

    #104377
    Mahesh
    Keymaster

    @roman06:
    1. Please post in your site url.
    2. For custom images, I recommend you to upgrade to Pro. It has Custom Featured Slider option so you can put the image you want within the option.
    3. Have you set the page as the Posts page?
    4. Demo use a static page.
    i. Demo Slider
    ii. Demo Featured Grid Content
    iii. Static Page’s Content
    iv. Featured Content
    v. Some Footer Widgets
    5. I don’t get this, please clarify. The recommended size for slider image is 1680px x 750px

    Regards,
    Mahesh

    #104394
    roman06
    Participant

    Thanks for your response! Here is my site decor8plus.com. I’m still trying to fix the grid images: big space between them. also main slider has the same title for all the feature post-any ideas how I can fix that?

    #104490
    Mahesh
    Keymaster

    @roman06: Go to Dashboard=> Appearance=> Customize=> Theme Optoins=> Custom CSS box and add the following CSS. Add the following CSS:

    .page-content, .entry-content, .entry-summary {
        margin: 0;
    }

    I don’t get this, main slider has the same title for all the feature post-any ideas how I can fix that? Can you please clarify.

    Regards,
    Mahesh

    #104580
    roman06
    Participant

    Thanks for the response. I still have a few issues with the theme. The code you provided didn’t work:

    If you look at my website: In the grid section: every time you (load more)-there’s a white space between images. Is there a way I can fix that?

    In the main Slider: I have it set as feature page slider. However, when I saved and published- You’ll see the same tittle for all feature pages on the slider. What’s funny is, it’s not even a feature page I have selected. Any idea how I can fix this? (you’ll see Modern Design for all images)

    How can I add Privacy and Terms page all the way at the bottom footer of the page next to Copywrite?

    Thanks for your help!

    #104624
    Mahesh
    Keymaster

    @roman06: Please add the following CSS instead:

    .page-content, 
    .entry-content, 
    .entry-summary,
    #featured-grid-content .row{
        margin: 0 !important;
    }

    Main Slider: Which slider type have you chose? If you have Page slider selected, select the pages you want to display as slider and make sure that you the page has featured image set.

    How can I add Privacy and Terms page all the way at the bottom footer of the page next to Copywrite?
    This feature is only available in Pro version. Or you’ll need to customize it through child theme. I recommend you to upgrade to Pro version.

    Let me know if any problem.

    Regards,
    Mahesh

    #104648
    roman06
    Participant

    Code worked for the grid, thanks. For the feature slider, I have selected Page Slider: All my page have feature images. The ISSUE is that all feature pages have the same tittle. Have a look: decor8plus.com How can I fix it?

    thanks,

    #104649
    roman06
    Participant

    Also, is it possible not to show content on the feature page sliders? I just want to show title and read more button.

    Thanks,

    #104736
    Mahesh
    Keymaster

    @roman06: Its kinda strange issue you are having. I tested the same on our sever and no such issue of Same title for the sliders. Are you using any plugins? if yes try disabling it and see if that resolves the issue. Let me know further.

    *not to show content on the feature page sliders?
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .entry-content {
        display: none;
    }

    Regards,
    Mahesh

    #104808
    roman06
    Participant

    I deactivated all my plugins and the feature page is till doing the same thing(showing same title for all feature pages). Any other ideas How I can Fix this issue.
    Quick question. On all my post it shows the post date and by who posted it. How can I hide that?

    Thanks

    #104894
    Mahesh
    Keymaster

    @roman06: Please try changing the featured pages. And let me know if the problem persists.
    For hiding post data and user, add the following CSS:

    #main .entry-meta {
    	display: none;
    }

    Regards,
    Mahesh

    #104927
    roman06
    Participant

    I have changed all my feature pages several times and I deleted the theme and uploaded again. The problem with the feature pages continues.

    #105183
    Mahesh
    Keymaster

    @roman06: Will have to check on your server, we’ll contact you through email shortly.

    #105423
    roman06
    Participant

    Quick question: I have a front page on the main page(just like the demo) and for the layout option I have it as (no sidebar)content width. However there are large gaps on both left and right side(like if it’s been center). How can I make it full-width so its even with the rest of the home(main)page?

    Thanks

    #105434
    Mahesh
    Keymaster

    @roman06: Full width option is available in Fabulous Fluid Pro version. I recommend you to upgrade to Pro. Or you may use the Custom CSS:

    .home #content .wrapper {
        width: 100%;
    }
    
    .home #content #primary {
        max-width: none;
        width: 100%;
    }

    Regards,
    Mahesh

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Fabulous Fluid’ is closed to new replies.