Forum Replies Created
-
AuthorPosts
-
August 23, 2014 at 6:12 pm in reply to: Where do i Place the coding to make Portfolio Grid Change? #308259This reply has been marked as private.August 23, 2014 at 3:19 pm in reply to: Where do i Place the coding to make Portfolio Grid Change? #308242
Hi Josue thank you for the plugin! .. I put the code in and saved but the portfolio grid is still not alphabetized any ideas? Thanks
add_filter('avia_post_grid_query', 'avf_custom_post_grid_query');
function avf_custom_post_grid_query ( $query ) {
$query['orderby'] = 'title';
$query['order'] = 'DESC';
return $query;
}Hi Yigit, thanks for the response. Most of it worked but still have a couple of questions .
Is there coding to enlarge the social icons in the main header?
and is there away to create more space between the social icons and menu tabs in the main header?Thank you!
Okay Thanks Devin!
Thanks Yigit, Will try it out! Also What about big cartel.com? would that format well with enfold theme? Thanks T
Awesome Thanks so much!! The WPML looks like it will do the trick!
Hi Josue, Thanks for this!.. but I’m not sure if this is exactly what I need? .. I need the site to appear in both languages… but I want to manually translate it.. So for example you go to the site… it appears in english but there is an icon or link on the page to translate it in spanish.. So I’m thinking I would have to somehow make another submenu category or something?
Hi Yigit, Thanks for the feedback. unfortunately it didn’t seem to work . But decided to go another route on the site.. Thanks so much
Britya Condya Nondi ;)Hey Ismael, THanks for your help. how do I send you a screen shot?
The code worked but I actually would like the main content to be semi transparent if possible..
and if there is a way to create a gap between the main content and header? and take out the top menu as well….Also I Ended up centering the Menu … but now there is a black line that runs across the background image is there anyway to crop that out??
Thanksjust sent it to you .. Thanks!
hi, unfortunately i cant really show you the site.. cause i have it under construction and really can’t open up to public traffic.. I’m not sure how else i could show you the site?? is there any other way I can help explain what how I would like to change the header? Thanks so much !
My Main concern is to bring the menus centered on the page as well as the logo..
other then that the search button and subcategories taken out… if possible..hi I did.. did you not see it??
great!! Just uploaded it! Thanks!
-
AuthorPosts