Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, this looks as a webhost issue, have they been able to offer any further info?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 31, 2018 at 3:01 am in reply to: Make burger menu go back to normal after loading demo content #905287Hello @mgould,
Please open new threads so we can assist, in these case we may want communicate in the Private Content area, but as this is not your thread you will not see what we write, nor will your info be private, thanks for your patience and understanding.Best regards,
MikeHi,
@emac, @rickswearingen, @shawndubois,
Please open new threads so we can assist, in these case we may want communicate in the Private Content area, but as this is not your thread you will not see what we write, nor will your info be private. Also it gets confusing when a group is communicating at once, thanks for your patience and understanding.
Please note, as a rule of thumb, ensure your webhost has PHP v7 installed.Best regards,
MikeJanuary 31, 2018 at 2:45 am in reply to: it is possible to have the slider from starup demo on enfold 2017 demo #905283Hi,
Please try this solution: https://kriesi.at/support/topic/different-logo-on-different-pages/#post-672481Best regards,
MikeHi,
Yes, the post: https://kriesi.at/support/topic/enfold-how-to-add-phone-number-to-header/#post-903199 explains.
But I thought finding a easier way for you might be better, so I found the plugin Menu Item Visibility Control and gave it a quick test with Enfold.The idea behind this plugin is to set a menu item to have a conditional control as to when it shows, so in your case you want each of your 7 menu buttons to only show on one of 7 pages.
So after you install the plugin and activate it, go you to menu, and choose a menu item. As an example I will set the “home” menu item to only show on the “about us” page, which has the “page-id-626”. So in the “Visibility:” box I will put “is_page( 626 )”
So in your case install the plugin, create 7 menu buttons, and set which pages you want each to show on.
Best regards,
MikeHi,
Glad we could help, we will close this now. Thanks for using Enfold.Best regards,
Mike-
This reply was modified 7 years, 3 months ago by
Mike.
Hi,
Glad to help, do you have another question, or shall we close this?Best regards,
MikeHi,
Glad we could help, we will close this now. Thanks for using Enfold.Best regards,
MikeHi,
Glad we could help, we will close this now. Thanks for using Enfold.Best regards,
MikeHi,
Sorry I’m not sure how your blog post got translated, but I’ll be sure to watch out for that. Thanks for fixing it. Which request numbers still need to be resolved?Best regards,
MikeHey govus,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 1310px) { #top.home #yhteystiedot .container { padding: 0px !important; } } @media only screen and (min-width: 767px) and (max-width: 1309px) { #top.home #yhteystiedot .container { padding: 0 20px !important; } #top.home #yhteystiedot .container .iconlist_icon { margin-right: 10px!important; } #top.home #yhteystiedot .container .iconlist_content p { font-size: 10px !important; } }
For tablet it reduces the padding for the iconbox and the content font so it will fit in the area, and for laptops it reduces the padding to make the iconbox larger.
Best regards,
MikeHi,
Thanks for confirming. Also thanks for sharing, this works well :)Best regards,
MikeHi,
Please try:@media only screen and (min-width: 1023px) { .home .logo { display: none!important; } }
Best regards,
MikeHey mawebdesign,
I’m going to assume that the code from the post worked for you, but want to show the logo on mobile only. So please try this:@media only screen and (min-width: 767px) { .home .logo { display: none!important; } }
This will also hide on tablets, let us know if you wish to show on tablets.
Best regards,
MikeHey Matt,
This seems to be coming from the events calendar, I found a few references to it on their support forum, but the only solutions were to try to disable plugins including event ticket. I see you are also using event ticket, can you try this?Best regards,
MikeHey cool_sketches,
You could tweak you site some for mobile, for example this code will show your slider on mobile:@media only screen and (max-width: 989px) { .responsive.av-no-preview #top #wrap_all .av-medium-hide { display: block !important; } }
if that would help. I see you have a additional header logo that is only text, and double sided menu, are you planning to use it also? Seems to clash some.
Best regards,
MikeHi,
Is there a chance that you develop with a local css plugin? I didn’t see the needed css in the General Styling > Quick CSS field so I added it and now it is working for me, have your colleague check after clearing their cache.Best regards,
MikeJanuary 30, 2018 at 12:19 pm in reply to: Color Section Edit Options missing, not saving changes #904793Hi,
I see that you have a few errors and warnings about mixed content, that is many of your scripts & images are not loading because they are not coming from your ssl url, I see you also tried to address this with the WP Force SSL plugin, but the plugin requires that https be added to the WordPress Address (URL) and Site Address (URL) parameters under General > Settings. Yet those fields are grayed out because they are managed by setting the default domain on your Flywheel dashboard.
Please see screenshots in Private Content area.
Please try to correct this at FlywheelBest regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Odd, I was not able to get your child theme to take the styling of your parent theme, even with clearing your cache and disabling it. I will have to look into this more and get back to you. That a side, I didn’t see the file and code from the post above in the child theme, the file would need to be uploaded via ftp to a folder called “shortcodes”
It adds a new feature in your iconbox to choose the heading type.
I tested this on my localhost and the only drawback is when you first load the page with icon boxes the title code looks broken:
But once you edit the icon box and choose your heading type everything works good. And there are no issues switching back to your parent theme.
Hope this helps.Best regards,
MikeHey Neil,
While there is not a easy way to add this to both sides of your logo, you can add a widget next to your header and add your number. Please read this: Adding a widget area to the header
For an alternative you can try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 768px) { .inner-container:after { content: '555-55555'; font-size:20px; color: red; } }
and adjust to suit. Please see screenshot in Private Content area for expected results.
Best regards,
MikeJanuary 30, 2018 at 5:27 am in reply to: Color Section Edit Options missing, not saving changes #904627Hey TCAmedia,
Has this begun after the last update? What php version are you using?
Can you please include a admin login in the private content area so we can take a closer look. Please include the url to the page in question also.Best regards,
MikeHey projectt_co_uk,
You can do this with custom css and custom images, if you inspect the page you can get an idea how they did it. For example:
1 the curved top uses this png image as a overlay to their square image:
https://www.britishgas.co.uk/aem6/etc/designs/britishgas/clientlib/styles/images/jumbo-curve.png
2 the circle image uses the classic [border-radius: 50%;] to make a square image look round.
3 for the half circle they used this png image as a overlay to their square image:
https://www.britishgas.co.uk/aem6/etc/designs/britishgas/clientlib/styles/images/curve-left.pngBest regards,
Mike -
This reply was modified 7 years, 3 months ago by
-
AuthorPosts