Forum Replies Created

Viewing 30 posts - 1 through 30 (of 66 total)
  • Author
    Posts
  • in reply to: Navigation Arrows to the side – Post Slider #1438945

    Once the code is used and the navigation is outside the slider, how can I remove or style the circles surrounding the arrows?

    in reply to: Column Element Visability not completely working #1438568

    That worked, thanks. I had something like this but without the page ID confining it to the home page, the code hid important content on all the other pages.

    Question: how do you locate the page ID for any given page?

    in reply to: Centering Footer Images In Responsive Mode #1438472

    Thank you, that worked! I did not think of the ‘float’ issue.

    in reply to: Header Widget Configuation #1438371

    Hi Ismael. Through some examination and testing, I figured out that I had some competing code in the CSS and that kept your fix from working properly. Once I fixed that, your code above did exactly what I needed. Thanks again for your solution!

    I still need to figure out how to style the button in responsive to display better, but at least it’s in the correct place!

    • This reply was modified 8 months ago by blaisen.
    in reply to: Selectively Remove Post Images From A Page #1438303

    Thank you. I was able to get the results I was looking for by applying a Custom CSS Class.

    in reply to: Social Icons Widget Alignment #1438296

    Thank you. That worked!

    in reply to: Separation between Color Section and Footer #1438295

    Thank you. That worked!

    in reply to: Header Widget Configuation #1438294

    This code seems logical however it did not change the order, instead it just pushed the burger menu to the left next to the logo: https://ibb.co/NC1QmdZ

    As for responsive mode, I’m concerned about the size of the button – which is not downsizing in its space: https://ibb.co/CMhNyNh

    in reply to: Header Widget Configuation #1438102

    One other thing. I was testing this header design in portrait mode and noticed that the button I’ve created is displaying in an intrusive way. Is there also a way to control the smaller screen sizes placement and button size?

    in reply to: Social Icons Widget Alignment #1438095

    Rikard, Unfortunately this did not work.

    I used Guenni007’s javascript and CSS with few modifications. Perhaps something is in conflict? CSS for the icons:

    /* ———- Social Icons ———- */
    #top .socialbookmarks-widget .social_bookmarks {
    float: left;
    margin: 15px 0 0 ;
    position: relative;
    }

    #top .socialbookmarks-widget .social_bookmarks li {
    float: left;
    clear: right !important;
    }

    #top .socialbookmarks-widget .social_bookmarks {
    display: inline;
    }

    #top .socialbookmarks-widget .social_bookmarks li {
    border-right-width: 0;
    width: 50px;
    }

    #top .socialbookmarks-widget .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    }

    #top .socialbookmarks-widget .social_bookmarks li a:before {
    font-size: 30px
    }

    /* social icons style */
    #top #wrap_all .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    margin-left: 50px;
    border-radius: 100px;
    }
    #top #wrap_all .social_bookmarks {
    height: 50px;
    margin-left: 50px;
    }
    #top #wrap_all .social_bookmarks li {
    width: 50px;
    font-size: 15px;
    margin-left: 50px;
    }
    #top #wrap_all .av-social-link-instagram a {
    color: #fff;
    background-color: #78e7e4;
    }
    #top #wrap_all .av-social-link-instagram:hover a,
    #top #wrap_all .av-social-link-instagram a:focus {
    color: #fff;
    background-color: #efc511;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #78e7e4;
    }
    #top #wrap_all .av-social-link-facebook:hover a,
    #top #wrap_all .av-social-link-facebook a:focus {
    color: #fff;
    background-color: #efc511;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #78e7e4;
    }
    #top #wrap_all .av-social-link-twitter:hover a,
    #top #wrap_all .av-social-link-twitter a:focus {
    color: #fff;
    background-color: #efc511;
    }
    #top #wrap_all .av-social-link-youtube a {
    color: #fff;
    background-color: #78e7e4;
    }
    #top #wrap_all .av-social-link-youtube:hover a,
    #top #wrap_all .av-social-link-youtube a:focus {
    color: #fff;
    background-color: #efc511;
    }
    #top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #78e7e4;
    }
    #top #wrap_all .av-social-link-linkedin:hover a,
    #top #wrap_all .av-social-link-linkedin a:focus {
    color: #fff;
    background-color: #efc511;
    }

    in reply to: Separation between Color Section and Footer #1438093

    Rikard, Unfortunately, this code did not work. Also, since this uses a page ID, it seems that it would be a problem if needed on additional pages.

    And while asking about this, I also have a similar need on some pages to have a gap between the header and a color section used at the top. https://ibb.co/25wcDSh

    I tried this, but it causes issues with portrait mode: placed a color section and inserted a whitespace module set to 5 height. Then I added this CSS to remove the extra padding:
    .avia-section {
    min-height: 0!important;
    }
    It works in desktop mode, but in responsive mode, it causes the color section to under-lap the header. I hope there’s a more elegant way, as I’m also concerned that just calling out the class “.avia-section” could effect other things.

    So I need a CSS fix for both that can work on any and/or all pages in the site that also is OK with a responsive design. Thanks.

    • This reply was modified 8 months ago by blaisen.
    in reply to: Social Icons Widget Alignment #1438024
    This reply has been marked as private.
    in reply to: Separation between Color Section and Footer #1438023
    This reply has been marked as private.
    in reply to: Advanced Custom Fields broken since update #1434694

    Hi Mike,
    What I was trying to express is that the CSS File Merging And Compression was the problem after the update. Ismael’s code fix did not help with the display problem. Turning off CSS File Merging And Compression was the fix. It’s odd since it was on prior to the latest update and the Advanced Custom Fields displayed properly. In my last message, I showed the CSS that was present before, and now after, that is still working to help with the display. I urge you to consider what changed in the update that rendered CSS File Merging And Compression to be incompatible with Advanced Custom Fields.

    You may close this thread.

    in reply to: Advanced Custom Fields broken since update #1434449

    I do have Nginx Helper installed, but don’t know if that is effecting anything here.

    For your information, I found that with ‘CSS File Merging And Compression’ off, I didn’t need your suggested CSS. I already had the following CSS in place and it fixed what was needed previously and still does without the compression on:
    .author {
    display: block;
    font-weight: bold;
    color: #000;
    margin-top: -5px;
    }
    span.mentioned-quoted {
    display: block;
    line-height: normal;
    margin: 4px 0 0;
    }
    A little of this is redundant to your suggestion and I tried commenting it out and only using your CSS suggestion. This works better for my display. Thought I’d report this for further development.

    in reply to: Advanced Custom Fields broken since update #1434228

    Disabling ‘CSS File Merging And Compression’, along with your CSS fix is working. However when I try reengaging ‘CSS File Merging And Compression’, it breaks again. So for now, I will leave it disabled. Thanks.

    in reply to: Advanced Custom Fields broken since update #1434120

    Thanks for this, however it did not change anything. I tried adding the CSS code to my custom CSS and then to the page itself – neither effort fixed the display issue.

    in reply to: Change color and size of the header social icons #1400208

    Thanks Mike…that worked! I added “margin-left: 10px;” to give the icons some separation.

    in reply to: Change color and size of the header social icons #1400190

    See private

    in reply to: Change color and size of the header social icons #1400116

    Thanks. believe I have that fixed for you, please try again. If it doesn’t work, what country are you in?

    in reply to: Change color and size of the header social icons #1400104

    Sorry. I host with Bluehost and perhaps they have some IPs blocked. If you send, I can try and whitelist.

    in reply to: Footer columns width #1371715

    Sorry, I may have been logged in, when I copied the URL. It appears now that the code is working…perhaps it just took a while for the internet to catch up?

    • This reply was modified 2 years ago by blaisen.
    in reply to: Footer columns width #1371586

    I tried using this code and adapting it to thirds, but it doesn’t seem to be working:
    #top #footer .av_one_third {
    width: 40%;
    margin-left: 0;
    }

    #top #footer > .container > .av_one_third:first-child {
    margin-right: 4%;
    width: 16%;
    }
    The above “fix” doesn’t seem to override this CSS:
    div .av_one_third {
    margin-left: 6%;
    width: 29.333333333333332%;
    }
    Please help.

    in reply to: Child Blocking Enfold Update #1365202

    Yes I inserted the tokens into the themes. I don’t have the original version numbers since I updated them all manually. But I do know that they were over 4.6 and even 5.0 in some cases – so not older than 4.5. I have installed the market plugin on one of the sites to test but I hope you’ll check further that this is not a glitch.

    in reply to: Blog Posts Displaying Incorrectly #1301489

    Thanks for the explanation and the code. I’m not sure why the designers at Enfold thought that it’s a good idea for the module to behave differently without a sidebar – graphically it looks bad. I’ll use your hacks to force the module to look the way it should in this display mode. I would suggest that this get changed in the future though as there are other options for displaying an image above the post title that are far better looking design-wise.

    OK, thanks. Perhaps it’s a feature request then to have Advanced Layout Builder content populate your Excerpt option automatically. It seems odd that it wouldn’t.

    Thank you for spotting that. I was using the code to hide the child page display on https://site.danewscenter.com/resources/. I have now used page id in my custom CSS code to only effect that resources page.

    Now for the second question regarding ‘display title and excerpt’ – any thoughts why the excerpt is not showing?

    in reply to: Blog Posts Displaying Incorrectly #1300819

    Thanks. This hack moves the image but it’s doesn’t fix issues with the by line and Read More text the way the module is supposed to. Look at the Home page vs the News page (https://site.danewscenter.com/news/) and you can see the difference. When correctly displaying, the image is lower, that text becomes smaller and wraps properly.

    While I appreciate the “fix” is there any regard to the bug that’s causing the module not to work correctly?

    in reply to: No "Excerpt" shown in Enfold Latest News Widget #1300003

    Was there a resolution to this? Nothing further was posted but I am experiencing the same thing.

    in reply to: Html5 Audio Player PRO odd conflict #1239587

    Thanks, this worked. Thank you for your help. Case closed.

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