badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 5,207 total)
  • Author
    Posts
  • in reply to: Responsive on ipad mini #27296

    Hi lbdc.design,

    Sorry what you are trying to say? We have not seen any logo. Which logo are you talking about?

    Thank you!

    in reply to: Blog landing page only showing "uncategorized" posts #27295

    You welcome leeann.obringer

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

    in reply to: Error message- Notice: Undefined variable: banner #27294

    That’s great stina

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

    in reply to: Responsive toggle customizable? #27293

    Hi beth_almeida,

    First of all create a child theme and paste the below code in your style.css
    Add this below code in your style.css file

    /*
    Theme Name: Ambition Child Theme
    Author: Self-Help WordPress User
    Template: ambition
    */
    
    @import url("../ambition/style.css"); 
    
    @media only screen and (max-width: 1023px) {
    .hgroup-right {
    	padding-right: 0;
    	min-width: inherit;
    }
    .search-toggle {
    	display: none;
    }
    
    /* Responsive Navigation */
    .menu-toggle {
    	display: block;
    	background-color: rgba(0, 0, 0, 0);
    	font-size: 0;
    	border: 0 none;
    	padding: 0;
    	color: #666;
    	width: 30px;
    	height: 21px;
    	float: right;
    	margin-top: 19px;
    	cursor: pointer;
    }
    .menu-toggle:before {
    	display: block;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	font-size: 25px;
    	line-height: 0;
    	font-family: 'Genericons';
    	vertical-align: top;
    	content: '\f419';
    }
    .hgroup-right {
    	clear: both;
    	float: none;
    }
    .nav-menu {
    	display: none;
    }
    .toggled-on .nav-menu {
    	display: block;
    }
    .main-navigation {
    	float: none;
    }
    .main-navigation li {
    	position: inherit;
    	width: 100%;
    	border-top: 1px solid rgba(0, 0, 0, 0.1);
    	margin-left: 0;
    }
    .main-navigation a {
    	float: none;
    	padding: 10px 0;
    	height: inherit;
    }
    /* Dropdown */
    .main-navigation ul li ul,
    .main-navigation ul li:hover ul ul,
    .main-navigation ul ul li:hover ul ul,
    .main-navigation ul ul ul li:hover ul ul,
    .main-navigation ul ul ul ul li:hover ul ul {
    	display: block;
    }
    .main-navigation ul li ul {
    	position: inherit;
    	top: 0;
    	width: inherit;
    }
    .main-navigation ul li ul li a,
    .main-navigation ul li.current-menu-item ul li a,
    .main-navigation ul li ul li.current-menu-item a,
    .main-navigation ul li.current_page_ancestor ul li a,
    .main-navigation ul li.current-menu-ancestor ul li a,
    .main-navigation ul li.current_page_item ul li a {
    	padding: 10px 0 10px 15px;
    }
    .main-navigation ul li ul li a:hover,
    .main-navigation ul li ul li:hover > a,
    .main-navigation ul li.current-menu-item ul li a:hover {
    	background-color: inherit;
    }
    .main-navigation ul li ul li ul {
    	left: 0;
    }
    .main-navigation ul li ul li ul li a,
    .main-navigation ul li.current-menu-item ul li ul li a,
    .main-navigation ul li ul li.current-menu-item ul li a,
    .main-navigation ul li.current_page_ancestor ul li ul li a,
    .main-navigation ul li.current-menu-ancestor ul li ul li a,
    .main-navigation ul li.current_page_item ul li ul li a {
    	padding-left: 21px;
    }
    }

    Thank you!

    in reply to: Background image behind Revolution slider on iPad #27292

    Hi bas,

    We have visited to your website and seems that there is no any image set in the slider. Please set the background image so that we can view it from iPad to fix your issue.

    Thank you!

    in reply to: How to Update Theme to 1.08 #27291

    Hi Bruce,

    first of all download the zip theme(interface-pro) and then first unzip the file and rename it(interface-pro-v-1.0.1) rename it. After renaming it zip the file
    Then go to dashboard-> appearance-> themes-> add new
    and upload that zip theme. The same two theme will be shown there and preview the theme. You can find the new one with its latest version after clicking on Theme details.(You can identify it from the latest version)
    Then active the latest version.
    Delete the old version of the theme.

    Hope this may help you
    Thank you!

    in reply to: Trouble Creating Home Page #27290

    Hi Bruce,

    If you like to display your recent posts on the home page then go to dashboard -> settings -> reading
    View this screenshot.
    http://awesomescreenshot.com/0ac55gxn03

    Hope this may help you
    Thank you!

    in reply to: Add logo to site title #27289

    Hi Mark,

    Go to dashboard -> appearance -> theme options -> design options -> custom header and select the header text only options from the radio button.

    View this below screenshot.
    http://awesomescreenshot.com/08355gxjb6

    Hope this may help you
    Thank you!

    in reply to: Site Title Capital Letters #27288

    Hi Mark,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-title {
        text-transform: none;
    }

    Thank you!

    in reply to: Featured images won't upload, media library doesn't load #27287

    That’s great rogan

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

    in reply to: Call to Action #27249

    Hi segurini,
    Just add this below html code in your article.
    <a title="Your title" href="http://yourlink.com" class="call-to-action">Call to action button name</a>

    Hope this may help you
    Thank you!

    in reply to: Anchor #27248

    Hi segurini,

    This feature is not available in our theme. It needs code customization and you need to hire a developer to fix it.

    Thank you!

    in reply to: Swap header log and picture #27246

    Hi florian.peter,

    Do you mean to set exactly as in our demo site? Go through this link
    https://www.themehorse.com/theme-instruction/interface/

    To disable comment section
    https://www.themehorse.com/theme-instruction/interface/#disablecomment

    Hope this may help you
    Thank you!

    in reply to: Blog landing page only showing "uncategorized" posts #27244

    Hi leeann.obringer,

    Make sure that you have checked this button. View this below screenshot.
    http://awesomescreenshot.com/0de55cm63a

    If you are still facing the issue then Email Us with your temporary username and password. We will look over it what is something going wrong. Don’t forget to send this forum Url too.

    Thank you!

    in reply to: Error message- Notice: Undefined variable: banner #27242

    Hi stina,

    Once go to your wp-config.php file and set your debug mode false.

    define( 'WP_DEBUG', false );

    Although we are not getting any issue regarding to it too.

    If you are facing this issue then you may add this below code inside wp-content\themes\ambition\inc\structure\content-extensions.php on line no 17
    $banner = '';

    Hope this may help you
    Thank you!

Viewing 15 posts - 2,386 through 2,400 (of 5,207 total)