about - admin
Forum Replies Created
-
Question status -
-
Support StaffKeymaster
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/UCZp9vUjm0datjYwAan5k83QTo 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,
SinisaOctober 9, 2015 at 6:23 am #5632Support StaffKeymasterHi 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,
SinisaOctober 3, 2015 at 10:17 am #5625Support StaffKeymasterHi 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,
SinisaSeptember 25, 2015 at 8:20 pm #5621Support StaffKeymasterHi,
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,
SinisaSeptember 25, 2015 at 2:47 pm #5617Support StaffKeymasterHi 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,
SinisaSeptember 25, 2015 at 9:15 am #5614Support StaffKeymasterHi,
what exactly do you want in red?
Best regards,
SinisaSeptember 19, 2015 at 1:33 pm #5606Support StaffKeymasterHi 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,
SinisaSeptember 10, 2015 at 10:40 am #5583Support StaffKeymasterNo 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,
SinisaSeptember 7, 2015 at 11:09 am #5570Support StaffKeymasterHi 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,
SinisaSeptember 6, 2015 at 9:17 am #5565Support StaffKeymasterNormally I do share what I know, but this is the case where it’s easier to do it, than to explain it.
September 4, 2015 at 10:21 am #5559Support StaffKeymasterHi 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,
SinisaSeptember 3, 2015 at 6:00 pm #5557Support StaffKeymasterHi,
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,
SinisaSeptember 3, 2015 at 5:58 pm #5555