Forum Replies Created

Viewing 20 posts - 641 through 660 (of 2,016 total)
  • Author
    Posts
  • in reply to: Registering a widget area #110647
    Pratik
    Participant

    Hi @Glen,
    You can just add the functions in your child theme’s functions.php file. And the second part of code, copy your parent theme’s header.php file to child theme and paste that near lien 106 just above <div id="main" class="clearfix">. I think the second part of code is incomplete though as it requires a few more lines. The code in image highlighted in yellow(in the tutorial/link you provided) below the code is complete.

    Caution though, improper handling of this task may break your site totally.
    Please seek professional help.

    Regards,
    Pratik

    in reply to: After update, there is no static page option #110646
    Pratik
    Participant

    Hi @F,

    Maybe there is some plugin conflict. I checked on my end and that feature is working fine. It is provided by core WordPress rather than our theme so we wont be able to remove it.

    Also, same option is present in Dashboard=> Settings=> Reading

    Let me know if the settings are there or not.

    Regards,
    Pratik

    in reply to: Pages not loading #110645
    Pratik
    Participant

    Hi @Steve,
    I checked your links and they seem to be loading fine. Maybe you have some cache issues of you have fixed it.

    Check screenshots:
    http://nimb.ws/K72Dgc
    http://nimb.ws/BY9dRP

    Regards,
    Pratik

    in reply to: Remove searching header #110644
    Pratik
    Participant

    Hi @Clive,

    To remove it completely, you need to use pro version pro version of the theme. It has options to add something else in that place too with tons of other features.

    You can hide it in free version. Use following code in Appearance=> Customize=> Additional CSS box:

    
    #header-extra {
        display: none;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Responsive Pro: Slider Entry Content Box #110643
    Pratik
    Participant

    Hi @Knut,

    1. Space around text within the entry box is rather too much. Is there a way to reduce it? Especially the space above the entry text head line.

    Try following code:

    
    #feature-slider .entry-container {
        padding: 0;
    }
    
    

    2. Don’t need the bullet points and therefore the space of the box. So omit it and have the white space below the last line of the entry text reduced.
    Use following code:

    
    #feature-slider .cycle-prev, #feature-slider .cycle-next {
        bottom: 30px;
    }
    

    Increase/decrease 30px to push it further up/down as your requirement.

    If this does not work, you need to post in your site url?
    Regards,
    Pratik

    in reply to: Header Image #110642
    Pratik
    Participant

    Hi @SteveJonesMo,

    It looks like you are using Jetpack mobile site. This displays a different site for mobiles. Please disable this module on Jetpack. If you do not have jetpack, then is must be some other plugin. Please deactivate all the plugins and turn them on one by one to find the culprit plugin. Let me know how it goes.

    Regards,
    Pratik

    Pratik
    Participant

    Hi @LauraR,

    Maybe there is some custom css that’s conflicting. Please post in your site url.

    Regards,
    Pratik

    in reply to: Full Frame Pro – Front page image slider #110614
    Pratik
    Participant

    Hi @Garret,

    There was a strange issue, it was not working. I changed the positions of CSS and it worked :S

    Check now and let me know it you like what you see or not.

    Regards,
    Pratik

    in reply to: Different slider on subpage with different images #110611
    Pratik
    Participant

    Hi @ThemeCatcher,

    Sorry for the delay. I will let the team know about this issue.

    Regards,
    Pratik

    in reply to: Changing the language of "Posted on" #110610
    Pratik
    Participant

    Hi @teditron,

    Can you post in your site url?

    Regards,
    Pratik

    in reply to: Replace the Featured content slider with a different one #110609
    Pratik
    Participant

    Hi @Gareth,

    You will need to hire a customizer for that.

    Regards,
    Pratik

    in reply to: Behaviour of read more tag? #110608
    Pratik
    Participant

    Hi @FalkR1979,

    Humm, thats a strange behaviour, can you post in your site url?

    Regards,
    Pratik

    Pratik
    Participant

    Hi @abisbee,

    Can you please post in your site url?

    Regards,
    Pratik

    in reply to: remove post date/author name from posts #110606
    Pratik
    Participant

    Hi @Jvece1,

    Try following code in Appearance=> Customize=> Additional CSS box:

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

    Regards,
    Pratik

    in reply to: Remove menu label from content section #110605
    Pratik
    Participant

    Hi @abisbee,

    I think this is possible, but I will need to take a look at your site. Can you post in your site url?

    Regards,
    Pratik

    in reply to: Navigation below the Header #110533
    Pratik
    Participant

    Hi @tebitron,

    For first post, use following code:

    
    @media screen and (min-width: 990px) { 
        #site-navigation { margin-left: 0; }
    
        #masthead .wrapper { 
            max-width: 1260px;
            padding: 0 40px;
            margin: 0 auto;
        }
    }
    

    For second post, you need to hire a customizer as this is not solvable via custom css only. You will need to add the contents and style them accordingly.

    Regards,
    Pratik

    in reply to: Full Frame Pro – Front page image slider #110515
    Pratik
    Participant

    Hi @Garret,

    You can use following code to make logo look a bit more prominent and center:

    
    #logo-icon {
        float: none;
        text-align: center;
        width: 100%;
    }
    
    #logo-icon img {
        max-height: none;
    }
    

    To make slider container alway have box, use following code:

    
    #feature-slider .entry-container {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        border-radius: 4px;
    }
    
    in reply to: Article which doesn't appear on the blog page like others #110381
    Pratik
    Participant

    Hi @alvarez.fan,

    Thank you for your review.

    Regards,
    Pratik

    in reply to: changing excerpt mode #110375
    Pratik
    Participant

    Great 😀

    in reply to: Full Frame Pro – Front page image slider #110357
    Pratik
    Participant

    Hi Garret,

    Yes, if you want plain text, you can just add it in Title and Content .

    For logo, it is not possible now. We will push an update to make it possible soon.

    After the update, you need to add it via HTML.

    Regards,
    Pratik

Viewing 20 posts - 641 through 660 (of 2,016 total)