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 - 3,031 through 3,045 (of 3,480 total)
  • Author
    Posts
  • in reply to: Hyperlinked image in left sidebar #24434

    Hi Lisa,

    All the business layout widgets are only compatible for the business layout sidebar only.
    You can try this widget https://wordpress.org/plugins/image-widget/

    Thank you

    in reply to: content width #24433

    Hi Jorg,

    You can find the below code in the style.css and have to change the width of the container for that.
    The exact container width is 978px you can increase as your wish.

    .container {
        margin: 0 auto;
        max-width: 978px;
    }

    Thank you!

    in reply to: Placing promo box inside a normal page and center it #24432

    Hi Elodie,

    You have to add below CSS code for that

    .widget_promotional_bar {
        margin-left: auto;
        margin-right: auto;
    }

    Hope this will help.

    Thank you!

    Hi Elina,

    You have to create the page name Blog Full Content as shown here http://www.awesomescreenshot.com/image/134973/dd2f8503f2dfa467cc46cabf70809613 and set that page to Blog Full Content display from the right side of that page.

    After doing it now you will be able to see that page in the front page option and set it as static page.

    Thank you!

    in reply to: Añadir más imágenes en la misma galería #24429

    Sorry! We could not understand what you are trying to say. Could you please use the English language?

    Thank you!

    in reply to: Lost image on home page #24428

    Hi Tracie,

    To off the text from below comments Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save all changes button:

    #comments #commentform code {
        display: none;
    }

    Thank you!

    in reply to: Social logo size and Phone Contact link removal #24310

    Hi ekke419,

    Sorry! To activate the widget in top social profile area and to remove the link for telephone number it need code customization because its new features to be add. You have to hire a developer for this.

    But you can make social icon bigger to do that Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .social-profiles ul li a {
        font-size: 22px;
    }
    .social-profiles ul li {
        margin: 6px 0 0 10px;
    }

    Thank you!

    in reply to: Clearing the slide background #24309

    @dalewb2 @james3
    We have used same size 978px * 440px of slider in the background. you guys can also use the same size and make it blur via PS.

    Thank you!

    in reply to: Placing promo box inside a normal page and center it #24308

    Hi Elodie,

    You can add below css in custom css to make it as box

    .widget_promotional_bar {
        width: 30%;
    }

    Thank you!

    in reply to: insert social share buttons in footer 2 #24307

    Hi Aparicio,

    Please insert it into the footer2 and let us know we will check once and provide you a custom css to display it horizontally.

    Thank you!

    in reply to: Clearing the slide background #24175

    Hi Dale,

    Actually that is not a background image with transparent. We have made it blurry via photoshop.
    And It will be better if you provide us the temporary username and password of your WP site in our email. So, that we can check the exact issue.

    Thank you!

    in reply to: Slider Featured Text #24174

    Could you please provide us your site URL so that we can have a look?

    Thank you!

    in reply to: Placing promo box inside a normal page and center it #24173

    Hi Elodie,

    You have to add below html code manually to have the promobox inside the pages.

    <section class="widget widget_promotional_bar clearfix">
      <div class="promotional-text">“Free Responsive Retina Ready WordPress Theme”
        <span>Free WordPress Theme has never been so easy & beautiful.</span>
      </div>
      <a title="View Work" href="#" class="call-to-action">View Work</a>
     </section>

    And to manage it on center Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget_promotional_bar {
        text-align: center;
    }
    .widget_promotional_bar .promotional-text {
        float: none;
        text-align: center;
        width: 100%;
    }
    .widget_promotional_bar .call-to-action {
        float: none;
        margin-top: 16px;
    }

    Thank you!

    in reply to: How to change max-width for responsive menu toggle? #24171

    Hi AlicePH,

    To have the responsive menu toggles in tablet Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    @media only screen and (max-width: 1078px) {
    #site-logo {
    	margin-bottom: 32px;
    }
    .hgroup-right {
    	padding-right: 0;
    }
    .search-toggle {
    	display: none;
    }
    .menu-toggle {
    	display: block;
    	background-color: rgba(0, 0, 0, 0);
    	font-size: 0;
    	border: 0 none;
    	padding: 0;
    	color: #777;
    	width: 30px;
    	height: 21px;
    	float: right;
    	margin-top: 39px;
    	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;
    }
    #access {
    	float: none;
    }
    #access li {
    	position: inherit;
    	width: 100%;
    	border-top: 1px solid rgba(0, 0, 0, 0.1);
    	margin-left: 0;
    }
    #access a {
    	float: none;
    	padding: 10px 0;
    	height: inherit;
    }
    /* Dropdown */
    #access ul li ul,
    #access ul li:hover ul ul,
    #access ul ul li:hover ul ul,
    #access ul ul ul li:hover ul ul,
    #access ul ul ul ul li:hover ul ul {
    	display: block;
    }
    #access ul li ul {
    	position: inherit;
    	top: 0;
    	width: inherit;
    	border: 0 none;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }
    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a {
    	padding: 10px 0 10px 15px;
    }
    #access ul li ul li a:hover,
    #access ul li ul li:hover > a,
    #access ul li.current-menu-item ul li a:hover {
    	background-color: inherit;
    }
    #access ul li ul li ul {
    	left: 0;
    	padding-left: 6px;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }
    }

    Thank you!

    in reply to: Slider Featured Text #24109

    Hi Ahmad,

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

    .featured-text .featured-title,
    .featured-text .featured-content {
        background-color: #0190c1;
        padding: 10px;
    }

    Thank you!

Viewing 15 posts - 3,031 through 3,045 (of 3,480 total)