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,236 through 2,250 (of 3,480 total)
  • Author
    Posts
  • in reply to: No thumbnails on frontpage #47438

    Hi Slatcher,

    To show the thumbnail please edit all the post and set the featured image.

    Thank you!

    in reply to: Is there a way to display images different sizes in posts? #47437

    Hi Iansandswriter,

    For this:
    1. Set the image to small size.
    2. Remove the header image.
    3. Hide the meta tags from the post. To hide the meta tags you have to upgrade it to pro version OR just add the custom CSS
    Go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .single-post .entry-meta {
        display: none;
    }
    in reply to: Interface-pro: Logo, Menu #47433

    Hi Nklee,

    Sorry! It needs code customization you need to hire a developer as this is a new feature to add in the theme.

    Thank you!

    in reply to: Size of the area #47432

    Hi Cral-lobbes,

    Site Identity area is flexible by default.

    Thank you!

    in reply to: Is there a way to display images different sizes in posts? #47393

    Hi iansandswriter,

    Sorry! We are not getting what you exactly mean? Can you please clarify?

    Thank you!

    Regards,
    Theme Horse

    in reply to: font erro on Nokia windoes phones #47336

    Hi paul,

    Yes it may be the issue of the browser? You may have set large text size manually in your mobile set.
    You can refer to this link as well to set the text size.

    Thank you!

    in reply to: font erro on Nokia windoes phones #47333

    Hi Paul,

    Thank you for the screenshot
    Can you please check it by activating the default WordPress theme and provide us the screenshot.
    Also do check from other mobile device.

    Thank you!

    in reply to: font erro on Nokia windoes phones #47328

    Hi Paul,

    It seems that you have customize the theme code which create an issue where the mobile phone displays all fonts very big.
    You can check our demo site in your mobile device where there is no any issue.

    Thank you!

    Hi Boni,

    Sorry! What you are trying to say? Please clarify.

    Thank you!

    in reply to: Site Layout #47293

    Hi Timo,

    That’s great. 🙂

    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: Photo albums page #47287

    Hi,

    1. To set the post column to 3X3 go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .post-main .post {
        width: 33.33%;
    }

    Also by upgrading to the WP Portfolio Pro you can set different column for post and have lots of features you will enjoy.

    2. Sorry Can you please clarify your second question?

    3. Sorry you can not reorganize the post for this you have to customize the theme code you have to hire a developer as this is a new feature to add in the theme.

    Thank you for using our theme.

    in reply to: font erro on Nokia windoes phones #47286

    Hi Paul,

    Can you please send us the screenshot?

    Thank you!

    in reply to: Modify footer #47195

    Hi,

    Sorry! For this it needs code customize you have to hire a developer as this is a new feature to add in the theme OR wait for the premium version of the theme which will launch on next week.

    Thank you for using our theme.

    in reply to: Replace dotted line under header logo #47194

    Hi,

    To remove the small dotted underline below menu go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .site-header:after {
        content: normal;
    }

    Thank you for using our theme.

    in reply to: Site Layout #47193

    Hi Timo,

    To display mobile version to be wide layout while setting narrow layout go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    @media only screen and (max-width: 1078px) {
    	.narrow-layout .wrapper {
    		width: inherit;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.narrow-layout .wrapper {
    		width: inherit;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.narrow-layout .wrapper {
    		width: inherit;
    	}
    }

    Thank you!

Viewing 15 posts - 2,236 through 2,250 (of 3,480 total)