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 - 166 through 180 (of 5,207 total)
  • Author
    Posts
  • in reply to: Thumbnail, Featured Image #90822

    Hi

    In this Theme we have designed and developed in different way. This theme is designed in a grid Layout so fit the grid layout on template, the Images are used as a background so it get covered and fit to the parent Frame size.
    and since the images you have used are not of same size so the above solution for you won’t work if you see on MagCast Theme the image rendered are not equal and same size and these are different in these theme.

    If you don’t want to make the image get cover and also want to show full image within the frame size without crop then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Code.

    .post-img-wrap:before,
    .page-single-img-wrap:before {
    	padding-top: 56%;
    }
    .post-img-wrap .post-img,
    .page-single-img-wrap .post-img {
    	background-size: contain;
    	background-position: top center;
    }
    .post-boxed.inlined .post-img-wrap,
    .page-single-img-wrap {
    	background-color: #ffffff;
    }

    Thanks

    in reply to: about slider #90820

    Welcome harun,

    Please let us know if you have any other queries regarding the Theme.

    Thanks

    in reply to: Translate Banner titles #90819

    Welcome JAMES QUIGLEY,

    Please let us know if you have any other queries.

    Thanks

    in reply to: insert this code #90817

    Hi tiburcioroberto,

    please go to Theme Directory > template-parts > content.php’. On line no: 93 you will find the below code.

    }

    You can paste your code on the same line just before the above mentioned code ‘}’. Make sure the mentioned code ‘}’ (curly braces) should not be missed at the end.

    in reply to: ICP certification #90815

    Hi codechang,

    You can add the Custom Text and Html code on footer info bar from ‘Appearance > Customize > Footer’. You can add your text or Html code on ‘Edit Footer Info’ Text Field.

    Or if you want to add the Text on Footer Widget Area then you can assign the widget ‘Widget Text’ on Footer Widget Column’ from ‘Appearance > Customize > Widget > (choose any column you want and assign Widget Text)

    Thanks

    in reply to: Pallax on posts #90636

    Welcome Jack3,

    Please let us know if you have any other queries regarding the Theme.

    Thanks

    Hi jack3,

    If you are using WordPress 5+ version then you can use the block feature of WordPress and use the Paragraph Block through which you can easily increase the font size of paragraphs to any desirable sizes. Even you can set different font sizes for different paragraphs.
    But if you are using WordPress below 5 Version then you can only increase the font size of content which you can find on our Theme Options on customizer. (it will change the content font size of your entire Site).
    Still to change the font Size of content for only Page/post Single page then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .page-template-default .site-main .page,
    .page-template-default .site-main .hentry,
    .post-template-default .site-main .post,
    .post-template-default .site-main .hentry {
    	font-size: 17px;
    }

    Thanks

    in reply to: Errore di allineamento dell’immagine #90546

    Hi giusy-17,

    The Theme you are is not developed by us. Please Contact to the respective Theme Author.

    Thanks

    Hi Patric,

    Could you please share us your Site URL to the exact page that having issue so that we check about the issue.

    Thanks

    in reply to: Thumbnail, Featured Image #90544

    Hi Madan Prasad,

    The above mentioned code was for the specific Images size.
    The layout for your images are working accordingly that we designed. The images will get covered and fit according to the template layout. Please let us know what made you feel that the images are not working perfect.

    Thanks

    in reply to: About “You may Missed” #90543

    Hi harun,

    Could please provide us your Site URL. We will provide you the custom CSS code to hide ‘You May Missed’ section on the pages that you have mentioned.

    Thanks

    in reply to: about slider #90542

    Hi harun,

    To hide the Banner Slider on mobile View then please go to 'Appearance > Customizer > Additional CSS' and paste the below Custom CSS code.

    @media (max-width: 575px) {
    	.featured-section .featured-slider {
    		display: none;
    	}
    }

    To make the Slider Posts only 3 then you can show the post through category where you can assign only desired 3 posts.

    Note: If you are using the High resolution images in your site then you can use the use the compressed images having the same quality of images. There are various application and Websites where you can compress the images size without loosing the quality of images. We recommend you to use Compressor.io. From it you can compress the images without loosing quality. It will definitely helps to reduce the Page load time.

    in reply to: youtube embed problem #90541

    Yes you have to manually edit the video as HTML through ‘edit as HTML’ option as should wrap the iframe that you get on video element because the classic editor has not control for video to resize the video size or you have to add the video of smaller in size.
    If you don’t want to work it manually every time then it’s better to upgrade the WordPress to latest version where you can edit the page content through block features and you can easily add videos that automatically responsibly.

    Thanks

    It rakesh.chand.rickky,

    Could you please share us your Site URL so that we can check about the issue that you are facing. Without that if won’t be able to provide you the exact solution to your problem.

    Thanks

    in reply to: Want to change widget Heading #90538

    Hi 100offdeal,

    Our Theme is already developed with SEO Friendly Coding. Could you please explain us why H3 heading bad for SEO Optimization. For the remarkable SEO Coding we have made widget’s title heading tags dynamic. It means the heading tag changes according to the Pages template. Example the widget’s title tag will be ‘H2’ on Front Page Template content area, ‘H3’ on sidebar widget area/also on inner pages widget area. As the H2 will have higher priority than H3 or H6 but it doesn’t mean ‘H1’ have strong priority so we can use all over the page. According to SEO Friendly Coding H1 shouldn’t use more than one time on a single page.

    Still if you need to change the Widget Title to H5 or H6 then let us know we will provide you the Code to change them.

    Thanks

Viewing 15 posts - 166 through 180 (of 5,207 total)