Viewing 30 posts - 1 through 30 (of 38 total)
  • Author
    Posts
  • #447583

    More little tweaks…

    How do I…?
    1. Enable Social icons/links in mobile layout/menu (not the footer)
    2. Have the images that are from a blog post which show in the blog roll link to their respective posts. I’m new to blogging so maybe i’m not writing the post right? I usually have one main image at the top of the post instead of a featured image. I don’t use those.
    3. In animated numbers the commas and other special characters (such as $) have a different more faded color than the animated element. How do I change this to have them match?
    4. Change Progress Bars font size

    #448188

    Hey strengthcoaching!

    Thank you for using Enfold.

    1.) What is the current position of the social icons? We would like to see the actual page. Please post the url here.

    2.) You can edit the post then add the link manually. Use the link tag. Refer to this link for more info, scroll to the “HTML Links – Image as Link” section: http://www.w3schools.com/html/html_links.asp

    3.) Add this in the Quick CSS field:

    .avia-no-number {
      opacity: 1;mal;
    }

    4.) Use this to adjust the progress bar title:

    .progressbar-title {
      font-size: 20px;
    }

    Regards,
    Ismael

    #448418

    1. http://www.strengthinnumberscoaching.com/test
    2. I tried that and while it works it’s not what I want. Because if you are in the blog roll yes the image will link into the post, but if you are in the post the image will also link back to the post as well. That could be frustrating for users. If there’s no other way I’ll do that but I don’t like it and it’s cumbersome as I have to do that every time I create a post.
    3. Perfect thanks!
    4. Great thanks! How do I make the box the text is in smaller too?
    Also, is there a way I can use a number higher than 100 in a progress bar?

    #449596

    Hi!

    1- Please add following code to Quick CSS

    @media only screen and (max-width: 758px) {
    #socket .social_bookmarks {
      float: left; 
    }}

    2- Seems like you have disabled links on featured images as a workaround?
    4- Can you please post the link to your page and a screenshot showing the changes you would like to make? I checked your pages but could not see progress bar.
    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open progressbar.php file and find

    "subtype" => AviaHtmlHelper::number_array(0,100,1)

    and change 100 as needed

    Best regards,
    Yigit

    #449615

    1. That doesn’t appear to have done anything. I don’t see them anywhere on iphone or ipad. Where should they show if they are working?

    2. I don’t use featured images because when I do the feature image A. crops in a way I don’t like and B. put itself above the title in the blog roll which I don’t want. Is that the problem?

    4. Yes, I haven’t made a progress bar yet because I want one that has two numbers. 141% vs 99%. It’s to show one client’s turnaround after coaching. I’ve edited the php file via my FTP. I’m going to try and see if it works now. Is there anyway to modify that php file also to make the chart move vertically and not just horizontally?

    Here’s a screenshot of an exisiting bar type chart I’d like to reproduce as best as possible with your progress bar feature.
    Bar Chart I'm trying to reproduce

    #449634

    4. Update: Go to http://www.strengthinnumberscoaching.com/test/coaching and you’ll see two progress bars between two animated numbers. Just focus on the first one. Here’s the changes I want to make if possible…

    A. The black box the text is set in. I want to either remove it or make it smaller. I hate the overlap. I want just to see the bar and have the description lined up with it.
    B. I changed it so I can make one bar 141% (the top one) and another 99% (the bottom one) but it’s not proportionate at all and the top one appears to be getting cutoff.
    C. The bar doesn’t explain the percentage. Any way to show this? If not I can just put it in the description box I guess. (ex. Before Coaching – 141%)

    #449788

    Hey!

    I would like to see the page but there is an internal server error. Please contact your hosting provider.

    Regards,
    Ismael

    #449790

    Try again. Loads fine for me.

    #449889

    Hey!

    Same result on my end: http://imgur.com/1neJWJI

    Cheers!
    Rikard

    #450160

    Oops. I mistyped my url in my last comment. I adjusted it above. Try again.

    #450170

    Hey!

    1- “Talk to me” box at the bottom right is hiding it. If you would like to hide the box on mobile, please use

    @media only screen and (max-width: 768px) {
    #tawkchat-iframe-container {
      display: none!important;
    }}

    2- No, that is fine.
    4- Please add following code to Quick CSS as well

    .avia-progress-bar .progressbar-title-wrap {
      bottom: 0px;
      left: 0;
      padding: 0px 10px 1px 10px;
    }

    Looking at the second pair of progress bars, it seems like you figured it out?

    Best regards,
    Yigit

    #450288

    1. I think you may be mistaken. I asked to “Enable Social icons/links in mobile layout/menu (not the footer)”. There is no “talk to me” box on mobile. Also, the bottom right area is the footer. Exactly where I said “not”. Please revisit this. I’ve added the above code you gave me to be safe but I already have turned off Tawk on mobile in their dashboard as well prior to this status.

    2. ok

    4.
    A. I added the code for the bar title. That worked great thanks! How do I adjust the opacity and font color of those titles? What I want to do basically is have the white text (or whatever color I determine looks good) be there and not the black shaded box. I’m assuming that’s an opacity setting? i figured this one out after about 30 min of digging through search results and tinkering.
    B. Concerning the second pair of bars what I did as a test was made one 70% and another 100% because 99% is 70% of 141%. I’ll just make that work.
    C. I still don’t have a solution for the bars showing their respective percentages but I can work around that if I have to. I’d rather not.
    D. Once again, any way to make these bars go vertical and not just horizontal?

    #450345

    4.
    E. Why is there a white shadow (see http://www.strengthinnumberscoaching.com/test/coaching) under the bar that isn’t 100%?

    #451518

    Could someone please follow up on this 2 day old topic? It’s the last thing I have to resolve at this point for me to launch my site. Thanks!

    #452068

    4 days now since the last response. Can someone please help me finish resolving the above? These are the last changes I have for my site I want to launch is just over 24 hours!

    #452123

    Hey!

    Sorry for the late reply.

    1. That’s currently not possible in Enfold -out of the box- but i managed to get a working solution, first add this to your child theme functions.php:

    function attach_social_icons_to_mobile_menu(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        		var social_buttons 		= $("#header").find('ul.social_bookmarks').clone(),
        			mobile_advanced 	= $("#mobile-advanced");
    
    			mobile_advanced.prepend(social_buttons);
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'attach_social_icons_to_mobile_menu');

    And this to your child theme style.css:

    #mobile-advanced ul.social_bookmarks {
        display: block !important;
        position: absolute;
        top: 0;
        left: 25px;
        top: 25px;
    }
    
    #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a {
        clear: none;
        width: 40px;
        min-height: 40px;
        line-height: 40px;
    }
    
    #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a{
        border: 0 !important;
    }
    
    #mobile-advanced ul.social_bookmarks li > a:before{
        content: attr(data-av_icon);
        position: relative;
        top: auto;
        font-size: 22px;
        margin-left: 0;
    }

    4D: That would require additional custom development, unfortunately that’s not something we can assist you with here.

    4E: Add this to Quick CSS / child style.css:

    .avia-progress-bar .progress {
        box-shadow: none;
    }

    P.S. Don’t push your topics, it creates the contrary effect as it puts the thread last in our support queue (it orders topics based on activity).

    Regards,
    Josue

    • This reply was modified 8 years, 11 months ago by Josue.
    #452127

    1. Thanks I’m going to try that RIGHT NOW so stay tuned.

    4D. No problem
    4E. Done perfect thanks!

    What about 4C? I’ve put it in the title for now but was wondering if there was another way?

    #452134

    There is a way to mod the progress bar as you want but as D it does require some custom development work.

    Let me know if you manage to get 1 working :)

    Regards,
    Josue

    #452136

    Ok, no worries on 4C. I’m waiting right for a backup to complete before I add that code to my CSS files. Just to be safe. Any minute now I should be doing it.

    #452137

    Cool, i’ll be around for a while in case you need help :)

    #452138

    Thanks! It works great and looks great! You da man!

    One tiny thing I just noticed during this process…

    For some reason on all platforms and screen size my FB link isn’t showing up in the footer. Also, the footer looks spaced weird on vertical ipad and vertical iphone orientations resulting in a stacked view. Is this because of how I have footer widget columns set or something else? I wouldn’t think it would be since this is the socket not the widget area.

    #452146

    1. FB icon not showing is caused by some a tag linking to http://www.strengthinnumberscoaching.com/test/ynab, not sure how it ended there, if you want me to check it hand me an admin account.

    2. Can you post a screenshot of this? i see them stacking at around 430px wide but that’s understandable.

    Best regards,
    Josue

    #452151

    1. Ahhh. that link is from my last sidebar image. And I see that any page that doesn’t have a sidebar the FB one is there. Maybe if I put a space at the end of that last widget? It’s a text widget. Here’s what in the code of that widget.

    <div align="center"><a target="_blank" href="http://www.strengthinnumberscoaching.com/test/ynab"><img border="0" src="http://strengthinnumberscoaching.com/test/wp-content/uploads/2015/04/ynab4-ad.png" scale="0">

    I’ll get you an admin login in a second.

    2. As far as the stacking goes here’s what I see on my iphone and my ipad mini.

    #452156
    This reply has been marked as private.
    #452171

    Hey!

    Try adding this code to the Quick CSS / style.css:

    @media only screen and (min-width: 767px) and (max-width: 1024px){
        #socket .sub_menu_socket {
            position: absolute;
            left: 50px;
            right: 0px;
            text-align: center;
            top: 10px;
        }
    
        #socket .sub_menu_socket li {
            display: inline-block;
            padding: 0px;
            float: none;
        }
    }

    That will center the menu horizontally between 768px and 1024px, the fb link issue is fixed, as you said it was one of the widgets that had some unclosed HTML tags.

    Cheers! 
    Josue

    #452177

    That made it work to be one line on the ipad but not iphone (which still looks the same). Also, the menu now looks really smushed close to each other on the ipad both in vertical view and horizontal view. Maybe I should just turn off nav in the footer?

    #452182

    Use this code to center the copyright and icons on iPhone:

    @media only screen and (max-width: 480px){
    #socket .container {
        text-align: center;
    }
    #socket .social_bookmarks {
      float: none;
      margin-left: 0px;
      display: inline-block;
    }
    #socket .copyright {
      float: none;
      display: inline-block;
      width: 100%;
    }
    }

    And this to hide the menu on iPads and lower:

    @media only screen and (max-width: 1024px)
    #socket .sub_menu_socket {
      display: none;
    }
    }

    Cheers!
    Josue

    • This reply was modified 8 years, 11 months ago by Josue.
    #452187

    LOL i need a notebook just to keep track of what all this stuff i’m putting in Quick CSS is for! :)

    I added those but it doesn’t appear to have worked. iPad still has nav and nothing is centered on iPhone. Here’s the Quick CSS section where I pasted the last two things you gave me…

    @media only screen and (min-width: 767px) and (max-width: 1024px){
        #socket .sub_menu_socket {
            position: absolute;
            left: 50px;
            right: 0px;
            text-align: center;
            top: 10px;
        }
    
        #socket .sub_menu_socket li {
            display: inline-block;
            padding: 0px;
            float: none;
        }
    }
    
    @media only screen and (max-width: 480px){
    #socket .social_bookmarks {
      float: none;
      margin-left: 0px;
      display: inline-block;
    }
    #socket .copyright {
      float: none;
      display: inline-block;
      width: 100%;
    }
    }
    
    @media only screen and (max-width: 1024px)
    #socket .sub_menu_socket {
      display: none;
    }
    }
    
    #452226

    Remove this first part:

    @media only screen and (min-width: 767px) and (max-width: 1024px){
        #socket .sub_menu_socket {
            position: absolute;
            left: 50px;
            right: 0px;
            text-align: center;
            top: 10px;
        }
    
        #socket .sub_menu_socket li {
            display: inline-block;
            padding: 0px;
            float: none;
        }
    }

    All the code to adjust the socket should be:

    @media only screen and (max-width: 480px){
    #socket .container {
        text-align: center;
    }
    #socket .social_bookmarks {
      float: none;
      margin-left: 0px;
      display: inline-block;
    }
    #socket .copyright {
      float: none;
      display: inline-block;
      width: 100%;
    }
    }
    
    @media only screen and (max-width: 1024px)
    #socket .sub_menu_socket {
      display: none;
    }
    }

    Regards,
    Josue

    • This reply was modified 8 years, 11 months ago by Josue.
    #452250

    Did it. Now this is how it looks.

    iphone vertical

    iphone horizontal

    ipad mini vertical

    ipad mini horizontal

Viewing 30 posts - 1 through 30 (of 38 total)
  • The topic ‘How do I…? – Part 2’ is closed to new replies.