Theme Palace » All Posts https://themepalace.com/forum/pro-themes/business-page-plus/feed/ Wed, 24 Jan 2024 09:36:56 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-191147 <![CDATA[Reply To: Change image thumbnail for "Our work" section]]> https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-191147 Thu, 19 Oct 2023 09:28:24 +0000 bravojhony242 e4rweer

]]>
https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-183948 <![CDATA[Reply To: Hide "our work" section header/filter]]> https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-183948 Wed, 13 Jul 2022 08:12:22 +0000 michaelwade You can Hide by Going appearance on Theme setting. I have recently created a website of ( https://thedissertationhelp.co.uk/business-management-dissertation-topics/) you can check that out.

]]>
https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-183947 <![CDATA[Reply To: Change image thumbnail for "Our work" section]]> https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-183947 Wed, 13 Jul 2022 08:08:45 +0000 michaelwade Thanks I’m Looking Exact same thing.

]]>
https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-53918 <![CDATA[Reply To: Change image thumbnail for "Our work" section]]> https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-53918 Fri, 22 Sep 2017 04:48:16 +0000 wensolutions Hello @maapinho,

Yes we do understand the issue that you are trying to explain, and actually the code we have provided works for the resolution of the issue itself.

The theme has registered different range of image sizes that is used in the theme in different places, With the layout you have selected for the Work section the default “business-page-plus-work” image size pulls smaller image size, hence making it blurry.

To resolve the issue you can try using the code we have provided that will; pull the “full” size image for the section and resolve the blur issue.

You can also replace the “full” parameter in the wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); function in Line : 162 of the code we have provided to any registered image size in the theme of your choice.

If you have any queries further, please feel free to write back to us.

Hope this Helps,

Best Regards !!

]]>
https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-53865 <![CDATA[Reply To: Change image thumbnail for "Our work" section]]> https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-53865 Thu, 21 Sep 2017 08:59:10 +0000 Mario Pinho Hi, my issue is not with the cropping. The cropping is fine.

The issue is the image being resized to a bigger size than its original size so it blurs to avoid pixelation.

In the page I sent, the images are all 275×175 (http://www.appy.co.ao/wp/wp-content/uploads/2017/08/Banner-RECOLHA-275×175.jpg) but they are resized to around 360×229, thats 30% the original which is a lot.

Browsing the files I see there are many more different thumbnail sizes including 360×270. How can these be used instead?

]]>
https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-53798 <![CDATA[Reply To: Change image thumbnail for "Our work" section]]> https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-53798 Wed, 20 Sep 2017 10:59:49 +0000 wensolutions Hello @maapinho,

The work section crops the image . So if you want to display the full image size you have to activate the child theme .

You can even activate the child theme using the plugin given below :

https://wordpress.org/plugins/wp-child-theme-generator/

After activating the child theme in your child theme create the folder sections . Then create the file section-work.php inside the folder sections. Finally paste below given code in your section-work.php file .

https://gist.github.com/anonymous/256f12b3eabafd4f531efc4362011a4a

Hope this helps .

Best Regards!!

]]>
https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-53707 <![CDATA[Change image thumbnail for "Our work" section]]> https://themepalace.com/topic/change-image-thumbnail-for-our-work-section/#post-53707 Tue, 19 Sep 2017 11:26:19 +0000 Mario Pinho Hi,
The page I’m working on, the “Our work” section thumbnails used don’t look good because the template uses a 275×175 image that is expanded resulting in a blurred image.

Can I change the thumbnail image so that its size is the same or at least reduced so the images are sharp?

Refer to this page:
http://www.appy.co.ao/wp/#work

]]>
https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-52268 <![CDATA[Reply To: Hide "our work" section header/filter]]> https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-52268 Fri, 01 Sep 2017 10:57:25 +0000 wensolutions Hello @maapinho,

Glad we could help you !!

If you have any issues further, please feel free to post your queries and we will happily help you further.

We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

https://wordpress.org/support/theme/business-page/reviews/

Best Regards !!

]]>
https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-52262 <![CDATA[Reply To: Hide "our work" section header/filter]]> https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-52262 Fri, 01 Sep 2017 08:16:15 +0000 Mario Pinho Perfect.
Thanks

]]>
https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-52256 <![CDATA[Reply To: Hide "our work" section header/filter]]> https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-52256 Fri, 01 Sep 2017 06:00:56 +0000 wensolutions Hello @maaoinho,

To remove the top filter in our work section use below given CSS.

For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

.work-section .portfolio-gallery-menu {
    display: none;
}

Hope this helps .

Let us know if you have any confusion further .

Best Regards!!

]]>
https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-52211 <![CDATA[Hide "our work" section header/filter]]> https://themepalace.com/topic/hide-our-work-section-headerfilter/#post-52211 Thu, 31 Aug 2017 15:44:05 +0000 Mario Pinho Hi,
I’d like to have items in the “Our work section” but without the top filter for “All”, etc.

]]>