GavickPro
Forum Replies Created
-
Hi,
You can exclude some categories for display at frontpage under the Theme Customizer options. So please assign your post which should be hidden to a new category which will be excluded from displaying on the frontpage.
Did you solved the issue with the post pages background? As I see on the linked page there is no white background for the posts content.
Forum: Themes and Templates
In reply to: [GK Portfolio] SEO and hiding tagsHi,
In this case tags won’t be rendered so it won’t link to your tag pages, but you can always display tags as a tag cloud on the bottom widget area.
Forum: Themes and Templates
In reply to: [GK Portfolio] Search bar and resultsHi,
what do you mean as the bottom of the header? Could you visualize a final position of the search?
Forum: Themes and Templates
In reply to: [GK Portfolio] Post Feature Images greyed outHi,
Please try to specify your own thumbnail dimensions under theme customizer advanced settings and the regenerate the thumbnails.
Forum: Themes and Templates
In reply to: [GK Portfolio] Word-break compatibility IE and FirefoxHi,
Please toggle option Customize -> Layout & Features -> Enable word-break.
Forum: Themes and Templates
In reply to: [GK Portfolio] WooCommerceHi,
Unfortunately we have no plans to adapt GK Portfolio for WooCommerce as it is not this kind of the theme. If you really want to adapt it to WC, you can contact guys from https://tidycustoms.net/ who specialises in modifying our themes.
Forum: Themes and Templates
In reply to: [GK Portfolio] Navigation MenuHi,
Please remove your border-top for the li elements and please add the following code:
#menu-navigation { width: auto; margin: 0 auto; display: inline-block; padding: 0; border-top: 1px solid #000; }
Forum: Themes and Templates
In reply to: [GK Portfolio] Changing general font size/color@shawjoej – unfortunately this theme does not use REM units so you cannot change the font-size in one element to affect font-size in all other elements, and the only solution (currently) is adjust the font-size property manually for all elements (as I see it occurs around 70 times in the style.css file).
Forum: Themes and Templates
In reply to: [GK Portfolio] How to change image scalingHi,
You can try to experiment with the advanced settings for the image dimensions in the theme customizer, but please remember to use Regenerate Thumbnail plugin after changing these dimensions. And also please refresh your browser cache to see the effects after these operations.
Forum: Themes and Templates
In reply to: [GK Portfolio] Disabling comments breaks formatting of postsHello,
Are you using the latest version of the theme?
Could you provide an URL to your website with this issue visible?
Forum: Themes and Templates
In reply to: [GK Portfolio] page width on static page@heloisecullen – if you need to minimize the width only of the one specific page – please use CSS and some page-related CSS classes from the body element i.e. for the frontpage it will be the home class – then you will be able to create CSS rules which will work only on the specific page.
Forum: Themes and Templates
In reply to: [GK Portfolio] Changing layout of HeaderHi,
Yes, it is possible, but it will be a bigger custom work which is beyond of our technical support here.
Forum: Themes and Templates
In reply to: [GK Portfolio] Adding a page that behaves differentlyHi,
Unfortunately currently the only supported listing layout is the portfolio view.
Forum: Themes and Templates
In reply to: [GK Portfolio] Inverted order in post from slideshowHi,
The easiest solution is replace the following lines:
https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/single.php#L19-L20
with these ones (and in reverse):
https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/single.php#L26-L27
Forum: Reviews
In reply to: [GK Portfolio] Gorgeous theme, slow to loadHi,
Most probably your issue with page loading speed is connected with fact that you are loading full images instead of thumbnails – please look at the advanced settings in the theme customizer – there you can specify the image dimensions which can be used in the frontpage view.