Hello.
I’m asking for help in posting posts on the news page.
Thanks in advance.
Hello, I have a problem with the landing page, I see the latest articles and the links to social networks in the backoffice design option, I save the changes but I do not see it, I have tried deleting the cache but I can not solve it, thanks.
photos
Hello,
I am having a problem with a zoomed image on the featured BG for the mobile version. It looks fine on the PC but when you go to mobile it looks zoomed.
See here: https://finssportfishing.rhaagdesigns.com/
Is it a viewport CSS or meta code?
]]>Hello
Would you be so kind and please instruct me on how to make a “child theme” for IndiBiz?
The Custom CSS box under the appearance settings is fantastic but a “child theme” would work out best in my situation. I simply need to change colors and add other plugin files to it.
Thank you!
]]>Hi,
I am trying out IndiBiz and while I like it, I’m having a lot of trouble.
I can’t get any of the links on the front page to work.
I try linking the top button to my contact page. I’ve done this before with other themes so I don’t know that the problem is. I’ve put the link to my page in the appropriate field but it does nothing. In fact when I click it, it just adds the # after the name of the homepage in the address field so I get:
https://www.mysite.com/# instead of https://www.mysite.com/contact/.
Am I doing something wrong? I have tried it with a link to another page and it works, just not to my contact page.
Thanks,
lkj43
I would like to disable the clients section (with the option of adding it back later). I have tried to go in through Customize and delete the images and #, but they still show up on the front page. Please advise.
]]>I notice that different sizes of featured photos mean that the posts in the blog sections are different sizes. It would be nice if there was a way to restrict the size of each blog post featured on the front page so that this section was always “even.” Is there a setting to do that, or do we need to manually tweak the sizes of the featured photos to make sure all the blog boxes are the same size?
]]>I can’t seem to get the 3 blog posts to show up on the front page. Let me know what I should try.
]]>Hello IndiBiz,
I think I over edited the custom code on this theme and in the wrong way…
Could you please advice me what would be the best code practice to have:
*The header in white color
*The background %100 in green color (no margins, no boxes)
*The Footer Widget Area & Sidebars in Dark Green color (no margin)
*Sidebars all the way to the right
Just as the example here: https://www.anasway.net/ZooTest/
but without breaking the paddling all throughout out as you will notice in my current code bellow:
.nav-wrapper {
padding-top: 0;
border-top: 0;
background: #ffffff !important;
}
.nav-wrapper.hero-section.sticky.fixed .logo p.site-title {
margin: 3px 15px;
font-size: 20px;
line-height: 20px;
color: #40bc69;
}
.nav-wrapper.hero-section.sticky.fixed .logo p.site-desc {
margin: 3px 15px;
line-height: 18px;
font-size: 14px;
color: #217800;
}
.nav-wrapper.hero-section.sticky .logo p.site-title {
margin: 3px 15px;
font-size: 30px;
line-height: 30px;
transition: margin-bottom 1s, font-size 1s;
}
.nav-wrapper.hero-section.sticky .logo p.site-desc {
margin: 3px 15px;
line-height: 22px;
font-size: 0px;
transition: font-size 1s;
}
.hero-section {
background: #40bc69;
border-top: 1px solid #ddd;
}
.post-wrapper {
padding-top: 0px;
}
.hentry {
margin: 0 0 0;
}
.breadcrumbs { display:none;}
.container{
padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto}
@media (min-width:768px)
{.container{width:750px}}@media (min-width:992px)
{.container{width:970px}}@media (min-width:1200px)
{.container{width:100%}}
.container-fluid{
padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row{margin-right:0px;margin-left:0px}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:0px;padding-left:0px}
.footer-terminal {
background: #000000;
padding: 15px 0;
font-size: 13px;
}
div.content-area header {
padding: 0;
margin: 0;
border-bottom: 0;
background: #40bc69;
padding-top: 0px;
}
body,
button,
input,
select,
textarea {
color: #ffffff;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0;
font-family: arial,sans-serif !important;
font-weight: 700;
line-height: 1.45;
color: #ffffff;
margin: 0 0 1.5rem;
}
div.content-area header h1{
margin-top: 0;
padding-bottom: 0px;
}
h1, h2 {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 0px solid #e3e3e3;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
color: #f9ff95;
}
a:visited {
}
a:hover,
a:focus,
a:active {
color: #a3a3a3;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: 0;
text-decoration: none;
}
.content-area article {
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
background: #40bc69;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 25px;
padding-top: 25px;
}
aside.widget.sidebar {
padding: 10px 20px 5px 20px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
background: #217800;
}
body .gform_wrapper .gform_footer input[type=submit] {
float: center;
height: 70px;
width: 100% !important;
border-radius:10px;
border:3px solid #1ba018;
background: #148711;
box-shadow: none !important;
display:inline-block;
color:#fff;
font-size:20px;
font-weight:normal;
padding:6px 24px;
text-decoration:none;
}
body .gform_wrapper .gform_footer input:hover[type=submit] {
float: center;
height: 70px;
width: 100% !important;
border-radius:10px;
border:3px solid #1ba018;
background: #0f630c;
box-shadow: none !important;
display:inline-block;
color:#fff;
font-size:20px;
font-weight:normal;
padding:6px 24px;
text-decoration:none;
}
.gform_wrapper .gfield_password_strength{
border:1px solid #DDD;
margin-top:1.15em;
margin-bottom:1.15em;
line-height:1.8;
padding:.313em;
text-align:center;
text-shadow: 0 0 0.2em #40bc69, 0 0 0.2em #40bc69, 0 0 0.2em #40bc69;
background-color:#40bc69}
.gform_wrapper
.top_label
.gfield_label{
margin:.0em 0 .5em;
font-weight:700;
display:-moz-inline-stack;
display:inline-block;
line-height:0.0;
clear:both
}
body,
button,
input,
select,
textarea {
color: #000000;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
.s-footer {
border-top: 0px solid #ddd;
padding: 40px 0 25px 0;
background-color: #217800;
color: #C9C9C9;
font-size: 14px;
}
.footer-terminal {
padding: 10px 10px 10px !important;
font-size: 13px;
}
.footer-copyright p {
margin-bottom: 0;
color: #848484;
font-size: 14px;
padding: 10px 15px 10px !important;
}
Thank you very much for your help!
I do appreciate it!
Hello,
Could you please help me figure this custom CSS out?
I believe it to be something like:
.s-footer .col-md-# {
width: 75% !important;
}
.s-footer .col-md-# {
width: 15% !important;
}
]]>
Hi,
I have installed IndiBiz and I like its funcionality and appearance very much.
There are two issues, though, that I cannot handle myself:
1. is it possible to delete the ‘IndiBiz – Responsive WordPress theme’ from featured photo? I replaced it with my own description (in customize section), and now I have both.
2. is it possible to entirely delete the client section from the frontpage? I deleted all the photos and ‘#’ from the clients’ urls (in customize section), but the pictures still appear on the frontpage.
I would appreciate any suggestions.
Best,
katarzyna.
Hi, I want to know if there’s any mode to change the theme font, both from code or in another way. Thanks
]]>Hi, I have an error on the front page. Under the header appears a line with on/off written. The on/off coincide with the theme animation setting. Also the theme animation setting has no effect, I don’t notice any change.
Here’s a screen of my error:
screen error
Hi, I want to know if it’s possible to add other social media buttons (like youtube) to the existing Social Media Options in the Footer Area. There are only facebook, twitter, google+, RSS, pinterest and linkedin to set. Thanks
]]>Hi, Great Theme!
Is it possible to have a footer widget area that is 100% width?
I’m guessing it’s a matter of simply adding some custom CSS to make it happen.
Could you please help me figure it out?
Since the answer(s) seem to be the same at this time I run down a few issues and maybe they will app be fixed in the next version?
1.) Unable to NOT have blog entries on front page if so desired.
2.) No link to font awesome or other program to add icons to front page. ( yes I know that was discussed in another post but the solution was never defined) I mean you put in a settings box for us to change from the default icon???
3.)The Theme color setting does not work. You can choose from the color in the settings but it just reverts back to default when you click save.
Guess we’ll just go with those as that would let someone finish the home page at least.
Thanks
Frank
Hi I down loaded the Indibiz theme and I like it so far but I want to modify the front page to icons on the 3 columns. I want to replace those with another image. I also want to add a link destination once people click on the pictures of the clients.
For the Icons, I see that in the theme modifications there is an text field to enter an icon but I don’t see how to add a different image using that field.
Does anyone know how to I can do this?
Hello!
I installed the theme IndiBiz and really enjoyed it. It’s a great theme! But I have a problem. After choosing the “Fullwidth Page” to one of the site page, the following message appears when updating the changed page:
“Parse error: syntax error, unexpected T_ENDIF in /home/[domain]public_html/[subdomain]/wp-content/themes/indibiz/fullwidth.php on line 21”
What can I do about this?
]]>