badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,016 through 3,030 (of 3,476 total)
  • Author
    Posts
  • That’s great 🙂

    in reply to: Add image to footer #24511

    Hi Ciaranhyde,

    Please update your theme it seems that your theme is loading free version CSS code.
    If you have manually update the theme then you have to update the style.css file too.

    Thank you!

    in reply to: "Pre" paragraph style in different browsers #24510

    Hi Elena,

    The <pre> tag defines preformatted text.
    Text in a <pre> element is displayed in a fixed-width, and it preserves both spaces and line breaks.

    So you have to break the line in editor like below

    <pre>
    Acinas SG*, Ferrera I*, Sarmento H, Díez-Vives C, Forn I, 
    Ruiz-González C, Cornejo-Castillo FM, Salazar G, Gasol JM. 2015. 
    - Environmental Microbiology * Equal contributors.
    </pre> 

    Thank you!

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

    Sorry we are confuse what you are trying to say? Could you please clarify it once again.

    Thank you!

    in reply to: How to remove page titles #24507

    Hi thecedarsrc

    So you want to hide the title of the pages only.
    Go to Appearance->Theme Options->Design Options Tab->Custom CSS.
    Paste the following CSS code and click on ‘Save all Changes’ button.

    .page .entry-title {
        display:none;
    }

    Thank you!

    in reply to: Where is the zip file #24506

    Hi Keredy,

    We have just see your account status and your account is fine.
    Please login to your site with the same username that you have purchased before and you will be redirected to your account page there you can see you order detail with available download section

    Thank you!

    in reply to: Add image to footer #24440

    Hi Ten12design,

    Yes you can update your site to the latest version of WordPress. Our theme works fine.

    Thank you!

    in reply to: Site hacked? #24439

    Hi Pdetief,

    Which version of the theme you are using? Please update the theme if you are using the old version and also update all the plugins/WordPress and change the password as well.

    Thank you!

    in reply to: Padding / margin around submit button #24438

    Hi Ciaranhyde,

    To reduce the space between the submit button and the next widget Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #secondary input[type="reset"],
    #secondary input[type="button"],
    #secondary input[type="submit"],
    #secondary input[type="text"],
    #secondary input[type="email"],
    #secondary input[type="password"], 
    #secondary textarea {
        margin-bottom: 0;
    }

    Thank you!

    in reply to: Update of Revolution slider Plugin #24437

    Hi Kai,

    We will update it as soon as possible due to the earthquake in our country Nepal.
    We are not able to work smoothly.

    Hope you will understand.

    Regards,
    Theme Horse

    in reply to: Custom Buttons #24435

    Hi Ahmad,

    Below is the css code for the custom button.

    a.custom-button {
    	background-color: #f5ab35;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px; 
    	text-align: center;
    	font-size: 16px;
    	padding: 10px 30px; 
    	color: #fff;
    	margin-top: 20px;
    	display: inline-block;
    	-ms-transition: all 0.2s ease-out;
    	-moz-transition: all 0.2s ease-out;
    	-webkit-transition: all 0.2s ease-out;
    	-o-transition: all 0.2s ease-out;
    	transition: all 0.2s ease-out;
    }

    Thank you!

    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!

Viewing 15 posts - 3,016 through 3,030 (of 3,476 total)