Forum Replies Created

Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • in reply to: column edits not saved #1156833

    FWIW- I’ll add I have a number of sites using enfold and this seems to be an ongoing problem. I started noticing it about a year or so ago. If i make edits to a column click save and then update they don’t save. It’s not every time…but frequent.

    This happens on multiple servers (I have 4) with different configs.

    I’ve found a somewhat workaround…It seems like if you click save on the column settings, then immediately re-open the column settings, verify the changes are there, hit save again, then update it works more reliably. Not ideal but it seems to work. I love enfold. It’s by far the best theme in my opinion so this is a manageable issue but I do hope they can resolve it.

    in reply to: Mobile Menu Not working on iphone #1004235

    Thanks for your response.

    I was running php v5 but updated to 7. Performance was the same for both.
    I removed all CSS, cleared / refreshed cache and tried again. Same issue.
    I had updated the theme via FTP prior to contacting you guys as I had seen that could be an issue.

    thanks!

    in reply to: Mobile Menu Not working on iphone #1003708

    Thanks so much! In private comments.

    in reply to: Mobile Menu Not working on iphone #1003257

    Sure! Link in private content.

    in reply to: Mobile Menu Not working on iphone #1002917

    Any response would be super helpful. Thank you!

    in reply to: Mobile Menu Can't Scroll due to subnav items #888978

    It is. thank you.

    in reply to: Mobile Menu Can't Scroll due to subnav items #888768

    We never actually disabled it.
    Like, I did absolutely nothing. Before doing what you suggested I loaded the site to confirm the issue and it was gone. I hadn’t even logged into WP yet.

    in reply to: Mobile Menu Can't Scroll due to subnav items #888382

    I went to test this last night and suddenly, it was just working. This is really strange. We had three people test it prior and all experienced the same issue. With no changes on our part it’s resolved. Did your team make any adjustments?

    in reply to: Mobile Menu Can't Scroll due to subnav items #887688

    Hey Basilis- Thanks for your response. I just double checked and I don’t have an header.php file in my child theme.

    Currently I only have two themes installed: enfold and the child theme “hebron”. Inside of the hebron folder there are three files: styles.css, screenshot.png and function.php.

    Thanks.

    in reply to: Mobile Menu Can't Scroll due to subnav items #886514
    This reply has been marked as private.
    in reply to: Mobile Menu Parent Link Not working #886192

    That worked. I’m sorry I missed the update. Should have been my first step. Thanks as always for the great support.

    in reply to: Mobile Menu Parent Link Not working #885752

    Thanks Mike! We will try that.

    in reply to: Show portfolio tags in blog module #500573

    Thank you! That worked. Last question and if not no worries.

    Is it possible to just display tags and not categories?

    No worries if not. So appreciate your help.

    in reply to: Show portfolio tags in blog module #500431

    Thank you! The post meta is now appearing, however tags still aren’t.

    I really appreciate all the help you guys are giving. Hopefully we can get the tags to appear as well.

    in reply to: Show portfolio tags in blog module #499945

    Sure! In private notes below.

    in reply to: Show portfolio tags in blog module #499634

    Thank you. I double checked and must have copied and pasted from the email. It is not throwing an error any longer however the tags are also not appearing.

    Thanks again for your help.

    in reply to: Show portfolio tags in blog module #498494

    Awesome! Thanks for the reply. I made that edit and the page is now producing an error:

    Parse error: syntax error, unexpected T_IF, expecting T_STRING or T_VARIABLE or ‘$’ in /home/artacademy/public_html/wp-content/themes/taa/includes/loop-index.php on line 169

    thanks again for your help.

    in reply to: Show portfolio tags in blog module #497816

    Thanks for your quick reply.

    The box on the left was the original design, where everything is manual. Check the box on the right. I’m using the blog element to display that.

    I’d like to have the tags appear in the meta information.

    Thanks.

    in reply to: Desktop Menu Appears on Mobile #445176

    Hey guys- just want to say thanks for the consistent great support. I also had this issue but was able to solve it by searching through the forum.

    in reply to: Blog Posts Pagination #434241

    Thanks for your response Ismael. Excited to have you looking at this. I’ve used the solutions you’ve provided to other questions several times with great success.

    We went live on the site this morning so our URL has updated, however if you look at the link below, beneath the social share buttons is a “blog post” element from the avia builder with pagination turned on.

    http://morrishullinger.com/urban-archeology-nyc

    My expectation when clicking the 2 or 3 on the pagination is that it would load a link similar to:
    http://morrishullinger.com/urban-archeology-nyc/2

    But that I would stay utlimately on the same page with that current article showing. I saw this behavior in my testing but since putting in real content it’s acting differently.

    However, the buttons are displaying a completely different post.

    I hope this is helpful information.

    in reply to: Blog Posts Pagination #433726
    This reply has been marked as private.
    in reply to: Blog Posts Pagination #433692

    Hey guys- Any ideas on this issue? If it’s been posted somewhere else can you please point me in the right direction?

    in reply to: Remove border line under header #411244

    This worked for me:

    /*removes top and bottom borders from subnav*/
    
    #top .av-submenu-container {
        border-bottom-width: 0px;}
    
    in reply to: Link to Gallery in lightbox from button #411241

    We discovered that we don’t think this was possible. You can close this request.

    in reply to: Setting a max height in color sections #411238

    Thanks Ismael! We were able to put together a solution with the quick CSS below. We’re using some very specific criteria to ensure this only affects color sections that we intend and not others, so it may not be universally useful to others but thought we’d share in case anyone else can use it.

    This also may be somewhat of a wonky solution but it’s been very functional for the specific case we were running into:

    You can close this. THANKS!

    @media screen and (min-width: 768px) and (max-width: 990px) and (min-height: 50px) and (max-height: 600px) {
    #fixedheight .container .av_three_fifth ul.avia-slideshow-inner li img {
    height: 100px !important;
    width: 127px !important;
    }
    }

    @media screen and (min-width: 768px) and (max-width: 990px) and (min-height: 600px) and (max-height: 700px) {
    #fixedheight .container .av_three_fifth ul.avia-slideshow-inner li img {
    height: 150px !important;
    width: 190px !important;
    }
    }

    @media screen and (min-width: 768px) and (max-width: 990px) and (min-height: 700px) and (max-height: 800px) {
    #fixedheight .container .av_three_fifth ul.avia-slideshow-inner li img {
    height: 250px !important;
    width: 316px !important;
    }
    }

    @media screen and (min-width: 768px) and (max-width: 990px) and (min-height: 800px) and (max-height: 1600px) {
    #fixedheight .container .av_three_fifth ul.avia-slideshow-inner li img {
    height: 303px !important;
    width: 384px !important;
    }
    }

    @media screen and (min-width: 990px) and (min-height: 50px) and (max-height: 600px) {
    #fixedheight .container .av_three_fifth ul.avia-slideshow-inner li img {
    height: 100px !important;
    width: 127px !important;
    }
    }

    @media screen and (min-width: 990px) and (min-height: 600px) and (max-height: 700px) {
    #fixedheight .container .av_three_fifth ul.avia-slideshow-inner li img {
    height: 200px !important;
    width: 253px !important;
    }
    }

    @media screen and (min-width: 990px) and (min-height: 700px) and (max-height: 800px) {
    #fixedheight .container .av_three_fifth ul.avia-slideshow-inner li img {
    height: 300px !important;
    width: 380px !important;
    }
    }

    @media screen and (min-width: 990px) and (min-height: 800px) and (max-height: 1600px) {
    #fixedheight .container .av_three_fifth ul.avia-slideshow-inner li img {
    height: 407px !important;
    width: 516px !important;
    }
    }

    in reply to: Setting a max height in color sections #407556

    Thank you guys for your response.

    Ismael- Thank you. I’ve used a lot of the quick CSS you’ve written for other questions. Thankful for your input.

    Yes, sorry the two images were the same.

    The essentially problem is I’d like to be able to ensure all the contents in the color section are ALWAYS visible. Right now the contents are larger than some browser windows causing a scroll. I’m using an easy slider to allow the image to be flexible in size so that it will get smaller to allow all content to stay in the 100% height color section but still the color section is being forced to scroll. I’ve used the below quick CSS with no success.

    div#fixedheight {
    max-height: 100% !important;
    min-height: 100% !important;
    }

    This is the URL of the page I’m working on: http://mhdb.swamped.com/selected-projects/newport-residence/

    in reply to: Setting a max height in color sections #406822

    Hey Andy- Thanks for your reply.

    So the whole top section is wrapped in one color section with several columns inside of it. That includes the image and the copy just below it. The color section is set to 100% minimum height, however I’d also like to specify 100% max height. The reason for doing this is to ensure that both the copy and the image appear on the screen when the page loads.

    This is how I’d like the page to load:

    This image shows what happens on lower resolution monitors where the height isn’t as tall.

    Thanks again.

    in reply to: Background Image not appearing #366088

    Thanks Ismael! I was trying to use the main content background image which I thought would work with the boxed layout. Is that incorrect.

    I’ve taken the site out of maintenance mode.

    Thanks.

    in reply to: Background Image not appearing #363796

    Just remembered site was in maintenance mode. Turned that off so you should be able to view pages now.

    in reply to: Grey Background Color #363626

    That worked perfectly!

    Thank you.

Viewing 30 posts - 1 through 30 (of 32 total)