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,191 through 2,205 (of 3,476 total)
  • Author
    Posts
  • in reply to: Larger slider #47932

    Hi Ciubo_4ever,

    To have a 100% width of the slider to your screen size first you have to choose image slider where you can upload max width images and
    Go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .featured-slider .slider-cycle .slides a img {
        width: 100%;
    }

    Thank you for using our theme.

    in reply to: one column portfolio on mobile #47907

    Hi Lindaspiller,

    To have a one column portfolio on mobile Go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 480px) {
        .narrow-layout .post-main .post, .post-main .post {
            width: 100% !important;
        }
    }

    Thank you for using our theme.

    in reply to: Excerpt length #47906

    Great! 🙂

    in reply to: let pages act like the posts do #47874

    Hi Jurriaana,

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

    Thank you for using our theme.

    in reply to: 3 Column Widget #47873

    🙂

    in reply to: Mobile break point breaks Featured Image titles #47872

    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: Mobile break point breaks Featured Image titles #47851

    Hi Toddw,

    Sorry! We have provide you a mistake code.
    We have corrected the above custom css code could you please try above code once.

    Thank you!

    in reply to: Ambition Pro theme. Cannot setup blog properly #47848

    Hi Jasyn,

    Sorry! You can not show the sidebars only in blog page.
    Sidebar will be visible for all the pages including blog page.
    To show sidebar only in Blog page 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: Mobile break point breaks Featured Image titles #47847

    Hi Toddw,

    Can you please add those custom CSS and let us know? So, that we can see your live site why it’s not working?

    Thank you!

    Hi Boni,

    Archive page will load default blog layout which is blog large Image.
    The only way to achieve the blog medium layout for archive page by adding custom CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .archive .post-featured-image {
        float: left;
        width: 34.57%;
        margin-right: 4.67%;
    }

    Thank you!

    Regards,
    Theme Horse

    in reply to: Adding logo to header in Clean Retina #47774

    Hi Tony,

    The only one way to have a logo and site-title/tagline by creating a image with logo in left and the title “Marianne Fry Lectures” and the tag line to right and set it as header image.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Background colorS #47726

    To change the main contain background color add below custom css

    #page {
        background-color: #eee;
    }

    Thank you!

    in reply to: Mobile break point breaks Featured Image titles #47724

    Hi Toddw,

    Responsiveness works with media screen size not with resolution. Even you mobile resolution is higher but the screen size will be small and according to the design of this theme you can not see the featured slider image clearly if we display title and content.

    Anyways, we have provided you a custom CSS to display the title and content of the featured slider So, please 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: 767px) {
        .featured-text .featured-title, .featured-text .featured-content {
            display: block;
            padding: 3px 10px;
            font-size: 12px;
            line-height: 16px;
        }
    }

    Thank you!

    in reply to: Background colorS #47719

    Hi Marekmak,

    To change the background color you have to upgrade to the premium version of WP Portfolio theme where you can have a lots of features with color option to change the specific section. However, you can change it via custom css to set the background go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    #page:before, .entry-main {
        background-color: #fff;
    }

    Change above HEX color code #fff to you own HEX color code.

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

    Thank you!

    in reply to: title in a multiple div #47699

    Hi Patricia,

    Please provide us the site URL? So that we can see the exact issue.

    Thank you!

Viewing 15 posts - 2,191 through 2,205 (of 3,476 total)