Forum Replies Created
-
AuthorPosts
-
No, I just want to use today’s date (the current date) as the date. The idea is that every time someone visits the page, I want midnight of that day to be the countdown date/time.
Thank you! I had an extra squigly in there which caused the issues. In the process, I found this tool, which quickly helped me find the error: http://csslint.net
Check it out!
Thanks again for your help,
Dave
Hi Ismael,
Thanks for the reply. I actually made several changes since that last post, so you can disregard.
I have a new issue that I can’t figure out. On the page below, I have several Grid Rows with class wsimg1 set to display only on mobile, and they should display:none on screen widths of 421px and higher, but they keep showing.
Here is the page: http://quirktools.com/screenfly/#u=http%3A//www.wedsheet.com/l2/&w=800&h=480&a=24&s=1
I have this code in the CSS but its not taking:
/* --- MEDIUM/TABLET STYLES --- */ @media screen and (min-width: 421px) { .wsimg1 {display:none !important;} }
Any ideas?
Thanks in advance.
Dave
Thanks Niko! I’ve read over those articles and some others and started to design the page for “Mobile First”. I am creating 3 different image sizes for each “point break”. Here is the new page: http://www.wedsheet.com/l2/
I am having a couple issues that maybe you can help with…
1. On the 2nd section (“Everything you need to…”), the image looks good on desktop and tablet, but shrinks down really small on mobile: http://quirktools.com/screenfly/#u=http%3A//www.wedsheet.com/l2/&w=414&h=736&a=37&s=1
Do you know why that might be? And how would I fix that?
2. The text size on the 2nd section (“Everything you need to…”) stays very large when on mobile…how would I reduce that just on smaller screens?
Thanks!
Dave
Thanks Ismael…this worked, but it shows up on header and footer now. How do I have it only show up on the footer?
I would also like it to show up below the footer socket. Is that possible?
Thanks,
Dave
Any luck on this Yigit?
See private content for access to the dev site. I haven’t made any changes to this version so please let me know what you end up doing :) I also want to be able to duplicate this on other sites.
Hi Yigit,
Im having trouble. This is what I did:
1. Added add_shortcode( ‘bread_crumb’, ‘avia_title’ ); to line 434 of my functions-enfold.php file in the Child Theme.
if(!empty($avia_config['slide_output']) && !avia_is_dynamic_template($id) && !avia_is_overview()) { $avia_config['small_title'] = $title; } else { return $html; } } } add_shortcode( 'bread_crumb', 'avia_title' );
2. Created a color block on my pagewith a text element within, that includes [bread_crumb] (see private link)
3. Copied the template-builder.php file into my Child Theme and commented out the 19th line as instructed.
4. Copied and pasted the code you provided into my Child Theme’s functions.php.Not sure if Im doing something wrong or…? Can you help?
See URL where shortcode is in private link.
Thanks,
Dave
Thanks Yigit…can you clarify this last part for me?
“If you would like to add it to your child theme, please copy the whole functions from functions-enfold.php file to functions.php file of your child theme.”
What does “copy the whole functions” mean? Does that mean copy the entire functions-enfold.php file? Or just the portion of code referencing breadcrumbs?
Please advise.
Thanks,
Dave
Thank you Ismael! I hope this works for the client :)
Hi Rikard,
Thanks for the reply. This is a good option, but the code you suggested isn’t working properly. The navigation still displays and the mobile menu doesn’t.
Can you please check it out?
FYI I changed the max-width to 2000px.
Thanks,
Dave
Looks great on all resolutions 1280 and larger…this is how it looks on a 10-12″ monitor with 1024 resolution:
http://trose2.atrixdesign.com/img/trose-home.jpg
Any way we can get it to center on those resolutions too?
Thanks so much!
Dave
Hi Rikard,
I would like the navigation aligned in the middle between the logo and the right side of the window.
See this site for an example of how I want it to display: http://www.markdelong.com/
Thanks,
D
PS – This is my client’s request not mine >:-/
Great idea :) That worked perfectly, thank you!
Hi Rikard,
I ended up just custom coding some divs to make it work.
Thanks,
Dave
Thanks Yigit…is it possible to center the whole UL list?
Hi Yigit,
I just deactivated the Coming Soon plugin, so you should be able to see the page now. See private link.
Thanks!
D
Hi Rikard,
The site is not public yet but I’ve removed the block so you can see the page. Shared link privately.
I want to center the icons at the bottom.
Thank you :)
Dave
March 10, 2016 at 8:22 pm in reply to: Anchor takes me to a place on my page that I haven't set it to. #596542I had the code wrong…thanks Rikard!
March 8, 2016 at 7:48 pm in reply to: Anchor takes me to a place on my page that I haven't set it to. #595143Hi,
Is there any way to use anchors without using the color section? I have a sidebar on my pages and the color section messes it up.
I’ve tried to use a code block and text element on these pages, but the anchor sends the page farther down that I want.
See private content for link to page.
Thanks,
Dave
November 16, 2015 at 7:28 pm in reply to: Visual Toolbar Gone / No Cursor / Text Appears But in White #536849I was able to duplicate this on our staging site. All plugins are deactivated and Enfold is updated.
Please check this out and see if you can help…login info included.
Go to Posts > Add New and see the Visual tab on the post body has no cursor or toolbar.
You guys are the best, thank you!
Thanks Josue that works. You are the man!
September 18, 2015 at 5:27 pm in reply to: Color Section: Section Background Custom Background Color Not Working #505700Hi Ismael,
It looks like that worked. Thank you!
Hi Josue,
Yes please use this login info and check it out.
September 17, 2015 at 8:09 pm in reply to: Color Section: Section Background Custom Background Color Not Working #505107Rikard, Please use this login info
September 16, 2015 at 5:43 pm in reply to: Color Section: Section Background Custom Background Color Not Working #504315Hi Andy,
I tried that and its still not working. See private section for more info.
September 15, 2015 at 8:29 pm in reply to: Color Section: Section Background Custom Background Color Not Working #503669Gave you wrong password…see the info below for correct login info…
Yes, when I go to that URL I download the font file.
Not working! When I add the @font-face code to the custom.css file found within the main Enfold/css folder, the font works…but not in QuickCSS.
Any ideas?
-
AuthorPosts