Tagged: shadows
-
AuthorPosts
-
May 18, 2014 at 6:52 pm #266381
I am trying to organize the portfolio items so they appear in a specific order – I have tried everything and cant get it to work. Everything i see takes me off the page.
I also want to have a single page website with menus that navigate down the page as opposed to off it. How can i set this up?
How can I add shadows to H1 fonts so they stand out better of colored backgrounds?
May 18, 2014 at 8:11 pm #266413Hey Nomadigo!
1) You can try to change the post date of the portfolio entries (date when the entry was published). The post date normally should affect the order of the entries. You can also try this plugin: https://wordpress.org/plugins/taxonomy-terms-order/ to order the entries via drag’n’drop.
2) This is quite simple – basically you just need add several “color sections” to your advanced template and then drag’n’drop the elements into these color sections. Each color section can be assigned to a main menu link by using the “ID” setting – see: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
3) I recommend to use the text shadow generator here: http://css3gen.com/text-shadow/ – then insert the css code into the quick css field or into your child theme style.css file – it will look like:
h1 { text-shadow: 4px 4px 2px rgba(150, 150, 150, 1); }
Regards,
PeterMay 18, 2014 at 10:46 pm #266475Thanks so much – really helpful. Been struggling with these issues for a few days. Also how can I put a white background behind a paragraph that scrolls on top of a picture to make it more readable? Is there a way to do this without code?
May 19, 2014 at 5:08 am #266635Hey!
Thank you for the update.
Do you mind providing a screenshot of what you’re after? We’ll try to help once we have a better understanding of the request. You can try the Content Slider or Easy Slider then add captions to the images.
Regards,
IsmaelMay 20, 2014 at 1:54 am #267092This is the site. http://dev.nomadigo.com/
For some reason I cant see the new “accordion” slider for posts that was just added or the ability to change the header fonts and mouse over color changes /big menusI got the white background behind the text but cant get it to line up with the person next to it. (under the Team section)
In the portfolio items the images are not showing up properly (cropping is bad as is resolution) – also I want the main image when the ajax portfolio opens to be the video – not on the side where it is currently located and not the picture – how do I set that up?
I also think that I added the CSS for the shadows to the right place – but it doesn’t seem to be working. What did I do wrong?
Thanks so much for your help!
May 20, 2014 at 2:13 pm #267289How do I add a twitter feed to the theme that shows recent posts?
May 20, 2014 at 2:15 pm #267290Also the shadow effect is showing up on some computers but not on others. Both were using latest version of Chrome. Any ideas?
May 21, 2014 at 8:28 am #267834Hi!
1) For some reason I cant see the new “accordion” slider for posts that was just added or the ability to change the header fonts and mouse over color changes /big menus
Please create us an admin account and post the login credentials as private reply – we need to check the configuration.
2) I got the white background behind the text but cant get it to line up with the person next to it. (under the Team section).
It seems like you use a div inside the textbox with a negative margin-top value ( margin-top: -7px;). Change it to margin-top: 1px; and the textbox should align with the image on the left side.
3) In the portfolio items the images are not showing up properly (cropping is bad as is resolution) – also I want the main image when the ajax portfolio opens to be the video – not on the side where it is currently located and not the picture – how do I set that up?
You can set the thumbnail size on the portfolio grid option screen: http://www.clipular.com/c/6312518410567680.png?k=YmUJBA7SpdYTKS5xx8ur4nIDQXc
If you want more control over the preview content (i.e. to embed a video) you can select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A – then use the textbox below to insert the video shortcode, etc. You can also combine the column shortcodes with the video, gallery, etc. shortcodes to build more complex layouts.
4) The text shadow seems to work for me.
5) You can generate a twitter widget here: https://twitter.com/settings/widgets – then copy/paste the code into a textwidget and place this widget into the footer or sidebar.
Cheers!
Peter -
AuthorPosts
- You must be logged in to reply to this topic.