Forum Replies Created
-
AuthorPosts
-
May 5, 2017 at 3:55 pm in reply to: Header / Pseud Menu problem at 768px -Problem after upgrading to version 4 #788455
Hi Ismael,
That works! Thank you very much for your expertise on this problem! I appreciate it!
Steve
May 4, 2017 at 3:28 pm in reply to: Header / Pseud Menu problem at 768px -Problem after upgrading to version 4 #787860Hi Ismael,
Thanks! Yes, I believe I misspoke above. I am aware of toggle in the Enfold theme settings between 768px and 990px. I’d like the mobile menu to appear at 990px (and not 768px) for tablets and mobile which is easy to do of course. The rationale behind 990px is that I have a lot of menus across the header.so the mobile menu is a great tool to have at this size.at 990px and below. But anyway, my problem at from approximately 850px to 990px still remains. The menu container appears appears to turn white and the header plus menu area shifts up. This has only happened in Enfold v4. And I do have custom header code as referenced above, but I disabled it and the problem remains. However, when I go to LayerSlider WP > Slider Settings > Layout > and go from Responsive to Fixed Sized it solves the problem but I definitely don’t want to use the fixed layout option.
Thanks!
Steve
May 2, 2017 at 11:08 pm in reply to: Header / Pseud Menu problem at 768px -Problem after upgrading to version 4 #786783Hi Victoria,
I already knew of that alternative, but I’d like the mobile menu to appear at 767px not 990px. Thanks for the suggestion though.
Steve
May 2, 2017 at 3:51 pm in reply to: Header / Pseud Menu problem at 768px -Problem after upgrading to version 4 #786454Hi Rikard,
Thanks for your ideas! Yes, I just temporarily deactivated my header code, flushed the WP Fastest Cache – Premium – plugin, and the same problem ensues. However, when I go to LayerSlider WP > Slider Settings > Layout > and go from Responsive to Fixed Sized it solves the problem. However, the fixed slider is a little rough around the edges (and doesn’t look very professional) especially for mobile so I definitely want the responsive layout to work. I’ve only had this problem since upgrading to Enfold v4.
So would it be a correct to assume that my header / menu issue has something to do with the container size of the Layerslider WP, responsive vs. fixed? I’ve read other users in this forum are having similar issues. And I also read that the Layerslider WP hasn’t been updated for some time, but I did not confirm this.
Any other ideas?
Thank you! for your time!
Steve
May 1, 2017 at 5:20 pm in reply to: Header / Pseud Menu problem at 768px -Problem after upgrading to version 4 #785861Hi Victoria,
Please see the private message below.
Thank you!
Steve
July 20, 2015 at 8:18 pm in reply to: LayerSlider Bottom Edge Shadow: Full Width to Adjustable #476096Hi Elliott,
Thank you so much! That worked perfectly.
Most Gratefully,
Steve
June 28, 2014 at 9:51 pm in reply to: Alternative Content Area – Adding specific images to each page #284877Thanks Josue!
June 24, 2014 at 9:24 pm in reply to: Alternative Content Area – Adding specific images to each page #283246Hi Josue,
Thank you! This code shows more of the image but not the full one. I may just go with an image for the desktop view and use the default for tablet and mobile views.
Thanks again for your help and expertize!
Steve
June 24, 2014 at 7:58 pm in reply to: Alternative Content Area – Adding specific images to each page #283203Hi Josue,
Thank you once again! I added this for the mobile page title and breadcrumbs and it looks good on my phone:
@media only screen and (max-width: 767px) {
.title_container {
min-height: 30px !important;
}
.main-title.entry-title{
top: 10px !important;
}
.breadcrumb.breadcrumbs.avia-breadcrumbs {
position: relative;
left: 0px;
top: 10px;
}
}However, on the mobile view, I’m only seeing a middle portion of my title container image. Shouldn’t the mobile image in this area look the same as the desktop view but much smaller?
Thank you!
Steve
June 24, 2014 at 4:56 pm in reply to: Alternative Content Area – Adding specific images to each page #283126Hi Josue,
Thanks again for the code.
This is what I got to work:
/* Increases the height of the Title Container */
.title_container {
min-height: 140px !important;
}/* Moves the vertical placement of the Page Title down; values can be negative too */
.main-title.entry-title{
position: relative;
top: 80px;
}/*Moves the vertical placement of the page Breadcrumbs down and keeps it on the right */
.breadcrumb.breadcrumbs.avia-breadcrumbs {
position: relative;
left: 800px;
top: 60px;
}Do you have any ideas for the tablet and mobile views? This looks good on my desktop view, but the mobile image, page title, and breadcrumbs look off. Test site: http://test4.specialized-pt.com/new-patients/your-first-visit/
Thank you,
Steve
June 24, 2014 at 6:55 am in reply to: Alternative Content Area – Adding specific images to each page #282829Hi Josue,
That worked perfectly!
I was also able to figure out how to adjust the height of that space by adding this code:
min-height: 140px !important;However, I wasn’t able to figure out how to adjust the page title and breadcrumbs up or down in precise increments. It probably starts off as: .entry-title {align-content: xxx;} but I’m not sure which alignment property to use to be able to place the text up or down in pixels. Do you happen to know the code for this?
Thank you!
Steve
June 23, 2014 at 4:07 am in reply to: Alternative Content Area – Adding specific images to each page #282270Thank you Josue! I’ll give this a try tomorrow night. Steve
June 19, 2014 at 4:52 pm in reply to: Alternative Content Area – Adding specific images to each page #281244Hi Dude,
Thank you for the code!
I added the first part of the code in to my localhost test site and realized this put the image above the page title and breadcrumbs area. However, what I’m looking for is adding the image to the page title and breadcrumbs area that spans the entire width of the page and is height of the picture (or can be adjustable with css). And one is still able to see the page title and the breadcrumbs text that would be above the image. Is this possible in Enfold?
I’m trying to achieve something similar to this website (this is where I got the idea): http://www.austinmanualtherapy.com/services.html
And do you know the best way to find the page ids that come in sets (xx,xx) as you referenced above and is needed for the array?
Thank you!
Steve
Hi Josue,
It worked! I transferred a new copy of the Enfold theme to my hosting folder and labeled the old one as ‘Enfold_old’. I just kept the old folder there as a reference. I’m able to see now all of the changes that were made to the Enfold files.
Thanks for the plugin too! I tried it on my local host site without success. I’m sure it works fine. I just ran out of time to troubleshoot.
Thanks once again Josue for your rapid responses, expertise, and advice.
Sincerely,
Steve
Hi Josue,
I ran into some technical difficulties last night as I was trying to get my copied hosting test site files to work on my localhost.
You wouldn’t have a video or any posts in this forum that would help explain how to get a website correctly setup on your localhost for testing? I’m using WordPress and XAMPP on my localhost (trying this in by Linux and Windows XP). I’ve copied my files from the hosting site onto my localhost folder and I can’t seem to get it to work correctly. I believe I’m missing some SQL database commands.
I’ve been following these directions but they refer more to work on the hosting site only and not hosting to local host: http://www.inmotionhosting.com/support/website/wordpress/duplicate-wordpress-site-for-testing
Thanks,
Steve
Hi Josue,
That is great to hear! I’ll give it a try tonight.
Thank you so much!
Steve
Hi Josue,
Thanks for the quick response!
I thought about doing that, but wouldn’t that wipe out my custom slider files and code? And I’m not sure if that would also delete my custom pages built within Enfold. Would there be an easy way to back up and restore the slider data (and perhaps the custom pages if necessary) after I replace the Enfold files?
Thank you so much!
Steve
-
AuthorPosts