-
AuthorPosts
-
October 25, 2013 at 9:27 pm #180815
Hello:
I have been working with your Enfold theme and really like it a lot. Thank you :)
I have a few issues with the site that I’m building and I’m hoping you can help. Otherwise, please let me know if these are customizations I would need to have someone make.
1. On my home page (I’m using a static page) I am trying to create the look of a 4column 2 row grid of images (some with links and some without) but I want to have no space between the rows or the colums. I need every square image to butt up to the next. See screen grabs. I tried using the portfolio grid feature, but that creates padding all around the images, as well as putting 1 image in each 1/4 column on the page. So, I figured out that if I built it in a text frame, importing images and sizing them to be exactly 257.7px x 257.5px so as to create 4 columns and 2 rows that would give the appearance I wanted. However, since I need a second row, and this is in the text editor feature of the advanced layout, it’s putting padding or line spacing or a break between each line. Can you tell me how to remove that white space? Code of text box is below (and screen grabs are here:
————
————
2. I have a link in the top navigation called “Schedule” and it the takes traffic to a different website for scheduling class times with teachers, is there a way to have that link open in a new window/tab? I don’t want to have people click that menu item and go away from the site. All of the rest of the references to the “Schedule” open in new tabs/windows – I just can’t figure it out for the top navigation, which I set it up directly in the Menu panel.
3. On the home page, I have a Blog Slider step up inside of a color box/block. Is there a way to change the type (color, size) for the blog titles, dates and excerpts? They are little hard to read on the color that I need to use behind them. Also, is there a way to remove the dates from blog postings if desired? I know I can go in and manually change the date it was posted, but can I have it simply not show up on the blog slider, and possibly not show up in the blog itself?
4. On the “Contact us” page I am using the google map widget, but is there a way to make the map taller? The map is using the width of the column that it’s in, which is great, but it won’t let me change the height of the map displayed for some reason?
Please let me know if you need any additional screen grabs. They site isn’t live, yet but if needed I can make it live temporarily for you to see.
Thank you so much!
October 25, 2013 at 9:28 pm #180816This reply has been marked as private.October 27, 2013 at 11:56 pm #181286Hi!
Thank you for details. It would be great if you could create a temporary admin login and post it here privately. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button.
Regards,
YigitOctober 28, 2013 at 1:06 am #181313This reply has been marked as private.October 28, 2013 at 1:13 pm #181553Hey!
1 & 2) Done. Please review your website
3) You can add following code to Quick CSS and adjust as desired to change color of post date, excerpt and title.socket_color .slide-meta, .slide-entry-excerpt, .slide-entry-title { color: white; }
And you can add following code to remove post date
.slide-meta { display: none !important; }
4) You can add following code to Quick CSS to change the height of Google Maps container
.content .avia_google_maps_container { height: 350px; }
By default it is 230px.
Cheers!
YigitOctober 28, 2013 at 5:30 pm #181674How did you do #2? I would like that as well.
Thanks!October 28, 2013 at 5:35 pm #181676Hi!
You should go to Appearance > Menus and click on “Screen Options” then check “Link Target”. After that it will be available to choose on menu items http://i.imgur.com/7baXJ0a.jpg
Cheers!
YigitOctober 28, 2013 at 5:38 pm #181679This reply has been marked as private.October 28, 2013 at 5:38 pm #181680Thanks Yigit.
I actually don’t have that option. It’s just not there.
Maybe it’s because I’m still running a local copy, but I doubt that.
Postponing issue for now.
Thanks!October 28, 2013 at 5:49 pm #181683Hi!
@donnellydesign You are welcome! Glad we could help. Let us know if you have other questios :)
@carvedblock I am running on localhost as well. Which version of WordPress are you using?Cheers!
YigitOctober 28, 2013 at 6:21 pm #181696This reply has been marked as private.October 29, 2013 at 1:00 pm #182006Hey!
You can add following code to make post slider titles yellow on homepage
.home .avia-content-slider .slide-entry-title { color: yellow; }
If you change previous code with following one, it will be only white on homepage
.home .socket_color .slide-meta, .home .slide-entry-excerpt, .home .slide-entry-title { color: white; }
As for purple section in teachers page, please try targeting following class
.avia_textblock p { line-height: 120%; }
Regards,
YigitOctober 29, 2013 at 4:37 pm #182114This reply has been marked as private.October 29, 2013 at 4:41 pm #182118Hey!
You can inspect elements on Chrome or in Firefox to find out page ID to apply css codes to that certain page http://i.imgur.com/H2Ufb9W.jpg
In your case, page id of News page is 19, so it should be.page-id-19 .slide-entry-title { color: #e7ba20; }
Cheers!
YigitOctober 29, 2013 at 5:00 pm #182126This reply has been marked as private.October 29, 2013 at 5:23 pm #182138 -
AuthorPosts
- The topic ‘Menu Navigation LInks, Blog Text Size & image spacing’ is closed to new replies.