Forum Replies Created
list of topics you have created till now.
-
-
Thank you Serkan
These are the sizes for the media uploads if I understand correctly.
These do not affect the size of the thumbnails in the main portfolio page:Can I tweak the values for these:
Click portfolio in dashboard>click to edit any portfolio page>Thumbnail Size option in right column> tweak the value of 1x and 2x or even better add a new value 1.5xThank you!
I have the same problem.
I found out through somebody’s suggestion in another post that the culprit is this code in the main.js file://**********************************
// RESPONSIVE VIDEOS
$(“.media-wrap”).fitVids();
//**********************************If that is deleted or made texted out the problem no longer happens BUT your media content seems no longer fully responsive. For example an embedded vimeo video on your page will resize on a smartphone device but it will be surrounded by a massive black container messing up the layout of the page
Does anyone know how to fix this major problem with the theme?
I could be wrong but isn’t Chrome the most widely used browser these days…Thank you in advance for any help
Hi
For everyone with the same problems:
1) I managed to reduce the space between the nav bar and the portfolio images by putting this in custom CSS:
#filters { display: none; }
You can also play with the #filters padding options.
I still have a major problem dealing with the same space in full with page and most annoyingly in the departments pages. Anything that is mysite/department/whatever/ has got a space between the nav bar and portfolio items that I have no idea where to code it out.
PLEASE HELP :)
2) Still no clue how to do that.
3) It is extremely easy to change colors and make other useful modifications just by accessing and modifying this file:
wp-content/themes/YOURTHEME/css/main.css
Hi Ahmetsali
Thank you very much for the quick response.
Unfortunately neither the 1) nor the 3) fixes made any change.
It could be that the current tweaks I have placed in custom css are conflicting with yours?
The menu color is not being affected by your fix. Could it be because I use font uploader for the site’s font?Here is my (yours, from the various posts) custom css code I have in place:
h1.site-title { font-size: 0em; }
.site-description { font-size: 1.4em; }
#nav li a { font-size:1.2em; } /* nav menu*/
#filters a { font-size:0em; } /* portfolio fitlers */
h1 { font-size: 0em; }h1.site-title a {
border: 0;
}
h1.site-title {
line-height: 0;
}
.site-header hgroup {
padding-bottom: 20px;
}
.site-header hgroup {
padding-top: 0;
}
body.page .site-header { padding-bottom: 0px; }.row-fluid.page > article { padding-top: 0; }
.row-fluid.page > article { padding-bottom: 0; }.site-description {
display: none;Any help greatly appreciated!
Also any tip on where to focus to make change 2) happen would be a god sent but I understand if that’s not possible.Thank you so much!