about - admin

Forum Replies Created

  • Question status -
  • Support Staff
    Keymaster

    Hi Jibril,

    here’s video tutorial for the slider: https://www.youtube.com/watch?v=rbLe74GNCzk.
    Complete list of tutorials for Ceckito theme:
    https://www.youtube.com/channel/UCZp9vUjm0datjYwAan5k83Q

    To setup portfolio, go to portfolio shortcode, open it, and it will ask you to install custom content portfolio plugin by Justin Tadlock (when you click on a link in shortcode, it’ll lead you directly to plugin installation page, and plugin will be listed first).

    Install the plugin, activate and add content to it. Then go back to the shortcode and shortcode options will show now.

    Let us know if you have any questions.

    Regards,
    Sinisa

    #5632
    Support Staff
    Keymaster

    Hi Mark,

    you could do something like this:

    
    <div style="padding: 0 6%;">
    
    [one_fourth first]
    [iconbox mode=”centered_circled” icon=”fa-star” title=”Core Beliefs”]
    
    (Then each of the iconbox sections are filled and working perfectly
    then:)
    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur labore ipsa esse alias voluptates doloribus, ab earum praesentium, possimus aut sequi suscipit ad? Debitis, et, omnis. Eaque ducimus repellat, provident recusandae. Molestiae quod quidem cumque quos, dolore provident voluptates, possimus ad, ab eveniet praesentium vero suscipit delectus impedit quasi maiores.
    
    [/iconbox]
    
    [/one_fourth]
    
    [one_fourth]
    [iconbox mode=”centered_circled” icon=”fa-star” title=”Core Beliefs”]
    
    (Then each of the iconbox sections are filled and working perfectly
    then:)
    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur labore ipsa esse alias voluptates doloribus, ab earum praesentium, possimus aut sequi suscipit ad? Debitis, et, omnis. Eaque ducimus repellat, provident recusandae. Molestiae quod quidem cumque quos, dolore provident voluptates, possimus ad, ab eveniet praesentium vero suscipit delectus impedit quasi maiores.
    
    [/iconbox]
    
    [/one_fourth]
    
    [one_fourth]
    [iconbox mode=”centered_circled” icon=”fa-star” title=”Core Beliefs”]
    
    (Then each of the iconbox sections are filled and working perfectly
    then:)
    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur labore ipsa esse alias voluptates doloribus, ab earum praesentium, possimus aut sequi suscipit ad? Debitis, et, omnis. Eaque ducimus repellat, provident recusandae. Molestiae quod quidem cumque quos, dolore provident voluptates, possimus ad, ab eveniet praesentium vero suscipit delectus impedit quasi maiores.
    
    [/iconbox]
    
    [/one_fourth]
    
    [one_fourth]
    [iconbox mode=”centered_circled” icon=”fa-star” title=”Core Beliefs”]
    
    (Then each of the iconbox sections are filled and working perfectly
    then:)
    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur labore ipsa esse alias voluptates doloribus, ab earum praesentium, possimus aut sequi suscipit ad? Debitis, et, omnis. Eaque ducimus repellat, provident recusandae. Molestiae quod quidem cumque quos, dolore provident voluptates, possimus ad, ab eveniet praesentium vero suscipit delectus impedit quasi maiores.
    
    [/iconbox]
    
    [/one_fourth]
    </div>
    

    Just adding a <div style="padding: 0 6%;"> before and after the columns will fix it. Note that you must do it in text mode, not visual (top right corner of the editor). Change 6% to whatever you want off course. Let me know if this helps.

    Regards,
    Sinisa

    #5625
    Support Staff
    Keymaster

    Hi Josiah,

    I’m not sure what you did, but if you followed instructions correctly, you couldn’t do anything wrong. Can you please send me your URL, or even better admin access to your site, I’ll set it for you. Just mark reply as private, and login info will be visible only to me.

    Regards,
    Sinisa

    #5621
    Support Staff
    Keymaster

    Great, glad to see it solved!

    #5619
    Support Staff
    Keymaster

    Hi,

    you’re looking actually for a export file from our site. I’m sending you to email with the instructions how to install / setup theme.

    Feel free to ask if you have any questions.

    Regards,
    Sinisa

    #5617
    Support Staff
    Keymaster

    Hi Josiah,

    thank you for purchasing.
    Home.php is optional file in themes, and even default theme doesn’t have it nowadays. What are you trying to achieve?

    Regards,
    Sinisa

    #5614
    Support Staff
    Keymaster

    Hi,

    what exactly do you want in red?

    Best regards,
    Sinisa

    #5606
    Support Staff
    Keymaster

    Hi Mark,

    depends where you selected that options. It works this way: you can select any layout in theme options, but that setting will be overwritten by post / page layout settings. On each post or page, you also have option to override the layout, and set different. Layout in theme options is just global, default layout used in theme.

    What creates problem on your end is that you selected full width layout on all your published pages on page itself. Go to your about page for example, and change layout there to default (it will inherit theme options layout setting) or select “2 columns, right”. Sidebar will show up, BUT you need to have widgets in it, otherwise content will be full width.

    One more thing – on pages where you selected “Multi Sections” page template, you can’t have sidebars, either you use full width page template, or you don’t. That’s the way it is.

    Regards,
    Sinisa

    #5583
    Support Staff
    Keymaster

    No need to change css. White space under yellow banner is not showing cause of columns, it’s showing cause wp adds p (paragraph) around the image. You need to remove it. Go that page, and in editor click on text (next to visual, top right corner), and you’ll see something like this:

    <p><img width="2560" height="110" alt="long-banner1" src="https://www.familyhealth360.com/wp-content/uploads/2015/09/long-banner1.jpg" class="alignnone size-full wp-image-336"></p>

    And it needs to be like this:

    <img width="2560" height="110" alt="long-banner1" src="https://www.familyhealth360.com/wp-content/uploads/2015/09/long-banner1.jpg" class="alignnone size-full wp-image-336">

    The same problem is on the second page. Just remove paragraphs and it will work.

    Regards,
    Sinisa

    #5570
    Support Staff
    Keymaster

    Great, glad it’s solved!

    #5569
    Support Staff
    Keymaster

    Hi Mark,

    there’s a shortcode called portfolio under media tab. Open it, and it will ask you to install custom content portfolio plugin by Justin Tadlock (when you click on a link in shortcode, it’ll lead you directly to plugin installation page, and plugin will be listed first).

    Install plugin, activate and add content to it. Then get back to shortcode and shortcode options will show when you open it again.

    Regards,
    Sinisa

    #5565
    Support Staff
    Keymaster

    Normally I do share what I know, but this is the case where it’s easier to do it, than to explain it.

    #5559
    Support Staff
    Keymaster

    Hi again,

    this is out of the scope of support, but you can hire me to customize theme for you. I’m sending you email.

    Regards,
    Sinisa

    #5557
    Support Staff
    Keymaster

    You’re welcome!

    Regards,
    Sinisa

    #5556
    Support Staff
    Keymaster

    Hi,

    header can be decreased, removed, whatever. For example, find this in style.css:

    
    #header {
    	padding: 36px 0 24px;
     	background: #26211d;		
    }
    

    And replace 36px and 24px with 10px. See what happens.

    Regards,
    Sinisa

    #5555
Viewing 15 posts - 16 through 30 (of 163 total)