jacob36
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Venture Lite] Line break in Frontpage Action RowHi,
Unfortunately, the frontpage action row fields are not styled for code, it’s just going to be a text field that appears exactly as it’s typed.
Best,
– JacobForum: Themes and Templates
In reply to: [WP Simple] frontpage-banner won’t respondHi md905,
What’s your web domain? The banner image should be responsive, as long as the chosen image is not too large. I can take a look at your site and see if I can figure out why the image isn’t acting responsive.
Thanks!
-Jacob
Nimbus ThemesForum: Themes and Templates
In reply to: [WP Simple] Menu problems after entering the blogHi Andy,
In your dashboard>>menus section, try making your Custom Links’ URLs link to your website’s domain address followed by the section ID. For example, if your website is http://examplesite.com, make your Custom Link URL http://examplesite.com/#about to link to the about section.
Best,
Jacob
Nimbus ThemesForum: Themes and Templates
In reply to: [Juniper] Team SectionSorry, last post got clipped. Here is the before:
<h4 class=”team-item-title”>
<?php if ( ! empty( $instance[‘name’] ) ) {
echo esc_html($instance[‘name’]);
} ?>
</h4>
” />
And here is the after:
” />
<h4 class=”team-item-title”>
<?php if ( ! empty( $instance[‘name’] ) ) {
echo esc_html($instance[‘name’]);
} ?>Forum: Themes and Templates
In reply to: [Juniper] Team SectionHi Gay,
I dug a little deeper, and it looks like Juniper does now order the team widget differently. If you are comfortable with the editor, you can go into the “widgets.php” file, search for the Team Row Content Widget area, and re-arrange a section.
In this section:
<h4 class=”team-item-title”>
<?php if ( ! empty( $instance[‘name’] ) ) {
echo esc_html($instance[‘name’]);
} ?>
</h4>
” />
Take the first 5 rows and put them after the bottom 2, so the new code should look like this:
” />
<h4 class=”team-item-title”>
<?php if ( ! empty( $instance[‘name’] ) ) {
echo esc_html($instance[‘name’]);
} ?>
</h4>This should re-order the widget as Photo, Name, Title.
Best,
– JacobForum: Themes and Templates
In reply to: [Juniper] Team SectionHi Gay,
Are you using the Themeshift widget, or a plugin’s? The theme should automatically be set up photo,name, then title in the Team Section.
Best,
– JacobForum: Themes and Templates
In reply to: [Simple Business WP] How to delete a page titleHi sklopot,
Try this custom CSS,there should be a section in the customizer called “Custom CSS”
h2.page_title {
display: none;
}Best,
JacobHi Mike,
Quick question: Is this in regards to the Nimbus Themes ‘WP Simple”? Also, does this happen on mobile devices, as well?
Thank you,
JacobForum: Themes and Templates
In reply to: [WP Simple] Adding more services to Featured SectionHi,
No, unfortunately this isn’t an option that is native to the theme. It would require editing of the code. You could, however, use some of the other sections and set them up with more services, by using some of the widgets that are included.
Thank you,
Jacob