GavickPro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GK Portfolio] import new font?Hello,
If you mean the Google Fonts – then you can change it under the Theme Customizer screen.
Forum: Themes and Templates
In reply to: [GK Portfolio] Mobile ProblemsPlease try to use the following fix: https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/commit/520a11250629c717171ac40d3af129799233a470
It should solve your issue with the “Portfolio” menu item on mobile devices.
Forum: Themes and Templates
In reply to: [GK Portfolio] Remove Post Excerpt on homepageHello,
Please consider to remove these lines: https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/content-archive.php#L46-L48
Forum: Themes and Templates
In reply to: [GK Portfolio] Mobile menu not workingHello,
First of all – please provide an URL to your website – without it, we are unable to help you with this issue ??
Forum: Themes and Templates
In reply to: [GK Portfolio] Mobile ProblemsHello,
I cannot reproduce issue with gallery on your website.
Regarding the issue with portfolio menu item – we will try to investigate this issue and fix it in the next version.
Forum: Themes and Templates
In reply to: [GK Portfolio] Resizing post thumbnails (zoom in and out)Hello,
If disabling the hard crop mode under advanced settings won’t help, then probably I am unable to help you more.
Forum: Themes and Templates
In reply to: [GK Portfolio] Link entire overlay to post on homepageAre you using the latest version of the theme?
Hello,
Without custom changes it is not possible. Unfortunately custom changes are beyond of our technical support here.
Forum: Themes and Templates
In reply to: [GK Portfolio] Nav Menu on every page@owlwink – your issue is caused by a custom CSS code, exactly this fragment:
.entry-header { margin-top: -140px; }
Forum: Themes and Templates
In reply to: [GK Portfolio] Link entire overlay to post on homepageHello,
Please check if you have enabled option “Layout & Features -> Whole overlay clickable in portfolio”
Forum: Themes and Templates
In reply to: [GK Portfolio] Menu button and three dots … and logo– The mobile versions have this ‘menu’ button on top, how can I delete this button (without leaving a gap/blank space.
Why do you want to remove this button – it will make menu inaccessible.
– When you hover over a ’tile’ / ‘post’ on the home page there is a title and a description, the description is the first sentence of the post followed by three dots.
Is it possible to delete these dots? And is it possible to make a description without being the first sentence of the post?It is set in this line: https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/functions.php#L22
– I want to add a logo under the 2 main (uppercase) titles of the website, is that possible?
Probably yes, but it can be a bigger custom work beyond of our technical support here.
– I want to change the whole background color to grey, instead of having two white bars on the top and bottom. How can I do this?
Please add the following code:
body, .site-header { background: #f1f1f1; }
– I disabled the post date / category / author etc. in the modifier, now there is a blank gap, is it possible to delete this gap?
Please provide an URL to your page.
– Is it possible to use a .gif for the featured image in a post? How can I delete a features image without leaving a gap?
If your WordPress media manage doesn’t block gif images then yes. But remove of the featured image will always remove the gap made by the image.
– When you hover over a ’tile’ / ‘post’ on the home page the photo becomes white. Is it possible to make it 50% opacity instead of completely white?
Please change this line: https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/style.css#L1836 to:
background: rgba(255, 255, 255, .5);
Forum: Themes and Templates
In reply to: [GK Portfolio] Nav Menu on every pageHello,
Could you better explain your issue? The nav menu should appear on all pages – not only on the homepage.
Forum: Themes and Templates
In reply to: [GK Portfolio] size of front page >8MBHello,
Under advanced settings you can define your custom size for the images, what will reduce the page size.
Forum: Themes and Templates
In reply to: [GK Portfolio] closing mobile menu on clickPlease try just to replace your js/functions.js file in the theme with the following one: https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/js/functions.js
It won’t be a problem during the template update as you can only get new content for this file from us ??
Forum: Themes and Templates
In reply to: [GK Portfolio] putting social media buttons@loissmliew – please try to read “Navigation” section here: https://www.gavick.com/documentation/wordpress/themes/config/wp-portfolio