Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Partner/Logo Element Mobile Resizing #498415

    Yes, all good! Thank you all for the wonderful help yet again! Great to know that there are still theme developers that go above and beyond to help users create modifications.

    in reply to: Partner/Logo Element Mobile Resizing #497733

    Thank you so much for all the help. The settings above didn’t fix it but with some playing around. The following settings worked.

    @media only screen and (max-width: 767px)
    {
    	.responsive #top #wrap_all .slide-entry{width:33%!important; margin-left:0%!important}
    	.responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
    	.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0!important; clear:right;}
    	.responsive #top #wrap_all .avia-content-slider-odd  .slide-entry.first{margin-left:0!important; width:33%!important;}
    	.responsive avia-content-slider .slide-image img { width: 33%!important; }
    }
    
    @media only screen and (max-width: 479px)
    {
    	.responsive #top #wrap_all .avia-content-slider-odd  .slide-entry{margin-left:0!important; clear:right; width:33%!important;}
    }
    
    in reply to: Partner/Logo Element Mobile Resizing #497358

    Note sure if I understood you correctly or did this correctly. But instead of commenting the code out of the .css, I added the following to the custom css. Can you confirm this is correct?

    @media only screen and (max-width: 767px)
    {
    	.responsive #top #wrap_all .slide-entry{width:48%!important; margin-left:4%!important}
    	.responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
    	.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0!important; clear:both;}
    	.responsive #top #wrap_all .avia-content-slider-odd  .slide-entry.first{margin-left:0!important; width:100%!important;}
    	.responsive avia-content-slider .slide-image img { width: 100%!important; }
    }
    
    @media only screen and (max-width: 479px)
    {
    	.responsive #top #wrap_all .avia-content-slider-odd  .slide-entry{margin-left:0!important; clear:both; width:100%!important;}
    }
    in reply to: Partner/Logo Element Mobile Resizing #496442

    That didn’t seem to work. I’ve attached a screenshot showing what I am trying to have, and what it looks like now.

    in reply to: Partner/Logo Element Mobile Resizing #496196

    No, that didn’t work. Caused the logos to stack and only use 33% of the width of the screen, instead of 3 logos on 1 row using 100% of the screen.

    in reply to: Partner/Logo Element Mobile Resizing #495503

    The logo slider is near the bottom of the page

    in reply to: Use Shortcodes in bbPress forum plugin #484606

    Perfect! That worked. Thank you so much!

    in reply to: Use Shortcodes in bbPress forum plugin #484600

    I added that in, and it made it display bullet points instead of the numbered list like it was supposed to.

    in reply to: Use Shortcodes in bbPress forum plugin #484588

    Link attached. You will notice the content is indented where an ordered list would appear but no numbers are appearing.

    in reply to: Use Shortcodes in bbPress forum plugin #484568

    Thank you! That worked perfectly!

    I’m also noticing that ordered lists are not showing the published page. They show when editing the Topic but do not appear when viewing the page. How do i fix this?

Viewing 10 posts - 1 through 10 (of 10 total)