Forum Replies Created

Viewing 30 posts - 1 through 30 (of 130 total)
  • Author
    Posts
  • in reply to: Fixed Mobile Icon Placement #590304

    Never mind, I fixed it by removing custom CSS and just going with standard mobile menu.

    in reply to: contact form issues #588691

    Similar issues. Please see details in message. Thanks.

    in reply to: How can I make all my posts in this forum private? #450957

    Thanks so much Josue.

    Any future request I submit in the forum I’ll put the URL’s under the private section so its not searchable.

    KP

    in reply to: How can I make all my posts in this forum private? #450949

    Which URL do I need to click to request to delete all my replies/topics.

    Thanks again for your help.
    KP

    in reply to: Make a category active instead of ALL #448170

    Thanks for your help that worked perfectly.

    One more question in the Portfolio page we have a catergory called VIDEO. Is there a way to make when a user clicks on “VIDEO” if it can be linked to an external URL example http://www.youtube.com.

    Please let me know if thats possible.

    Thanks,
    MP

    in reply to: Posts Featured Image change to rectangle #426668

    That is correct rectangle shaped so that the image doesn’t get cropped out too much.

    Let me know if thats possible.

    Thx.
    MP

    in reply to: Fullscreen slider with YouTube Video additional question. #399804

    One more question Josue that my colleagues are wondering if there is a way to add a 2 seconds fade in the beginning of the video and 2 seconds fade out in the video that is playing in the Splash page.

    Thank you,
    MP

    in reply to: Fullscreen slider with YouTube Video additional question. #394669

    Thanks again for your help and info.

    MP

    in reply to: Fullscreen slider with YouTube Video additional question. #393552

    Thanks Josue,

    I replaced the Javascript, I think it work but is hard to tell, because it still takes a couple of seconds when viewed on the iphone.
    Is there a way to add a script for the iPad as well?

    Thanks again for your help.

    MP

    Thank you so much this is great.

    Once again thanks for the great support.

    MP

    in reply to: Section Color Layout customization #383393

    Thanks for your help.

    MP

    in reply to: Section Color Layout customization #382799

    Hello Elliott,

    on which PHP file would we be adding the code you provide?

    thanks for your help.
    MP

    in reply to: How do I hide image title on hover css #382188

    Thanks for your help.

    in reply to: Blog Comment Field modification #382187

    Thanks that worked perfect.

    MP

    in reply to: Section Color Layout customization #382186

    Thanks Elliott,

    That worked great.
    Now is it possible to add the content in the section color in the header area so it would look like this:

    We want this info to apply on all the pages so if it was on the header it would display on all pages once users are logged in.

    Please let me know.

    Thanks,
    MP

    in reply to: Section Color Layout customization #381323
    This reply has been marked as private.
    in reply to: Animated Numbers aligning the description to the middle #378874

    Thank you so much… that worked… thanks.

    MP

    in reply to: Blog Posts issue #378610

    Thanks Ismael … got it.

    in reply to: Blog Post Question #378609

    Thanks the issue is fixed Eliott… thanks again.

    in reply to: Section in HomePage Layout customization #378176

    Thank you so much … “I LOVE THIS THEME” and the support too :)

    Thanks again for your help.
    MP

    in reply to: Section in HomePage Layout customization #377851

    Thanks Yigit,

    Done I have placed the elements inside the color section and gave tit a unique ID called: homebuttons

    Thanks again,
    Marcelo

    in reply to: Section in HomePage Layout customization #377770

    Hello Support, please let me know if you can help.

    Thanks,
    MP

    in reply to: Section in HomePage Layout customization #377613

    Sorry I posted the wrong screenshot.

    We want it to look like this:

    Thanks again.
    MP

    in reply to: Blog Post Question #377453

    Hello Elliott,

    Yea so it works fine on ipad in portrait/landscape fine and on the browser full screen but once you begin making the browser a little small it doesn’t size properly and looks messy… let me know what I can do to fix it.

    looks good as you can see here:

    When resized it looks all messy:

    Thanks,
    MP

    in reply to: Animated Numbers – layout #377407

    Perfect… thanks for your help

    in reply to: Blog Post Question #376499

    Hello Support,

    I figured it out but just wanted to check with you guys if the code I put in is right.

    /* HOME ANIMATED NUMBERS LAYOUT */
    .number_prepared .avia-animated-number-title{float: left !important;}

    .avia-animated-number-content{float: left !important; margin-left: 15px !important; line-height: 19px !important; width: 150px !important; height: 40px !important; text-align: left !important;}

    /* HOME ANIMATED NUMBERS */
    .avia-animated-number-title {
    font-family: ‘Roboto’, sans-serif !important;
    font-weight:100 !important;
    }

    .avia-animated-number-content {
    font-family: ‘Roboto’, sans-serif !important;
    font-weight:100 !important;
    line-height: 1.1em !important;
    height:0% !important;
    margin-top: 6px !important;
    }

    /* BLOG POST LAYOUT */
    #top .fullsize .template-blog .blog-meta {
    display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1000;
    }

    .entry-content-wrapper.clearfix.standard-content {
    float: right;
    }

    /* BLOG POST TITLE ALIGN LEFT */
    #top .fullsize .template-blog .post-title {
    text-align: left;
    }

    /* BLOG POST DATE INFO ALIGN LEFT */
    #top .fullsize .template-blog .post-meta-infos {
    text-align: left;
    }

    /* BLOG POST IMAGE SIZE */
    .small-preview, #top .fullsize .template-blog .blog-meta {
    width: 140px;
    height: 100%;
    }

    /* BLOG POST IMAGE */
    .small-preview {
    border-radius: 100% !important;
    }

    /* IPAD PORTRAIT & LANDSCAPE – BLOG POST LAYOUT */
    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
    /* BLOG POST LAYOUT */
    #top .fullsize .template-blog .blog-meta {
    display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    z-index: 1000;
    }

    .entry-content-wrapper.clearfix.standard-content {
    float: right;
    width:70%;
    text-align: left;
    }

    p {
    margin: 0.85em 0;
    text-align: left;
    }
    }

    /* IPHONE 4S PORTRAIT & LANDSCAPE – BLOG POST LAYOUT */
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
    /* BLOG POST LAYOUT */
    #top .fullsize .template-blog .blog-meta {
    display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1000;
    }

    .entry-content-wrapper.clearfix.standard-content {
    float: right;
    width:70%;
    }

    p {
    margin: 0.85em 0;
    text-align: left;
    }

    /* BLOG POST IMAGE SIZE */
    .small-preview, #top .fullsize .template-blog .blog-meta {
    width: 80px;
    height: 100%;
    }
    }

    Thanks,
    MP

    • This reply was modified 9 years, 2 months ago by Kevin.
    in reply to: Animated Numbers – layout #376465

    Hello Support I have updated the Quick CSS and its looking great.
    Is there a way to have the middle “12 / Experts on Staff” be centre and “32 Members” align to the right.
    Also “32 Members”, do you think we can align the text to the middle ?.

    /* HOME ANIMATED NUMBERS LAYOUT */

    .number_prepared .avia-animated-number-title{float: left !important;}

    .avia-animated-number-content{float: left !important; margin-left: 15px !important; line-height: 19px !important; width: 150px !important; height: 40px !important; text-align: left !important;}

    /* HOME ANIMATED NUMBERS */

    .avia-animated-number-title {
    font-family: ‘Roboto’, sans-serif !important;
    font-weight:100 !important;
    }

    .avia-animated-number-content {
    font-family: ‘Roboto’, sans-serif !important;
    font-weight:100 !important;
    line-height: 1.1em !important;
    height:0% !important;
    margin-top: 6px !important;
    }

    in reply to: adjusting background width in Color Section #376435

    Thanks for your help.

    MP

    Thanks for you help this worked.

    MP

    in reply to: Blog Posts issue #376428

    Hello Support, please please let me know if you can help me out.
    I see that you guys are responding to alot of requests and I’m hoping that you guys can help me out.

    Thanks again

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