Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter alekseyvays

    (@alekseyvays)

    Thanks, Matt!

    Thread Starter alekseyvays

    (@alekseyvays)

    Is there a solution when using the plugin with Thrive Architect?

    Thread Starter alekseyvays

    (@alekseyvays)

    Hi Matt!
    Yes, I’m using Thrive Architect – is that a problem?

    Thread Starter alekseyvays

    (@alekseyvays)

    Can you please help?

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank You!
    I can conceptualize this solution, the only part I’m not sure about is what existing class(es) or what rules in custom classes should I use, in order to re-create the Infinite Scroll functionality in specific instances? Can you please help with this one?

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank You!
    So, in other words, Infinite Scroll OR Button is a site-wide setting? If so, then it’s a bummer, because there needs to be infinite scroll on one page, and a “Load More…” button on another.
    Any suggestions?

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank you for your reply!
    That css is part of the plugin (the file you’re referencing in the screenshot is in the plugin’s directory, and it hasn’t been modified). Also, if I try to change that line to:

    margin-right: 0px !important;

    then all subsequent slides begin to slip forward on the right side.

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank You Oritzio! I will do that!

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank You, Oritzio!
    The form code is below. I haven’t tried it with another theme.

    <p><label for=”your-name”>Your Name (required)</label><br />
    [text* your-name] </p>

    <p><label for=”your-email”>Your Email (required)</label><br />
    [email* your-email] </p>

    <p><label for=”your-location”>Your Location (country and city)</label><br />
    [text your-location] </p>

    <p><label for=”attached-image”>Attach your photo (optional)</label><br />
    [file attached-image limit:6mb filetypes:gif|png|jpg|jpeg] </p>

    <p><label for=”your-video-url”>If you recorded a video testimonial, paste the youtube link here (optional)</label><br />
    [text your-video-url] </p>

    <p><label for=”your-testimonial”>Your Testimonial</label><br />
    [textarea your-testimonial] </p>

    <p>[checkbox use-everything exclusive] <label for=”use-everything”>Yes, you can use my testimonial with my name, location and picture</label></p>

    <p><label for=”use-testimonial-only”>Yes, you can use my testimonial <i>without</i> my name, picture,location</label><br />
    [checkbox use-testimonial-only exclusive] </p>

    <p><label for=”internal-use-only”>For the RSF team only, not for public posting</label><br />
    [checkbox internal-use-only exclusive] </p>

    <p><label for=”contact-me”>Please contact me if you use my testimonial</label><br />
    [checkbox contact-me] </p>

    <p><label for=”captcha-884″>Are you human?</label><br />
    [recaptcha] <br /></p>

    <p>[submit class:button class:blue-button “Submit Testimonial”]</p>

    Thread Starter alekseyvays

    (@alekseyvays)

    Hi!
    It looks like I already have this customization in my css… Can there be something else causing this? Here are all the css customizations I’ve put in:

    .slides{
    background-color: rgba(0,0,0,0);
    }
    .wpcufpn_widget_smooth-effect .smooth-effect {
    margin-right: 0px !important;
    }
    .wpcu-front-box .date{
    display:none !important;
    }
    .wpcu-front-box .custom_fields {
    display:none !important;
    }
    .wpcu-front-box.bottom {
    height: 100% !important;
    top: 0 !important;
    }
    .wpcu-front-box.bottom a .title {
    font-family: “futura-pt”, sans-serif !important;
    padding-top: 10em !important;
    margin-top: 0px !important;
    }
    @media (max-width: 767px) {
    .wpcu-front-box.bottom a .title {
    padding-top: 82% !important;
    }
    .wpcu-front-box.bottom a .read-more {
    margin-top: -1px !important;
    }
    }
    .wpcu-front-box.top a .category{
    position: relative !important;
    bottom: auto !important;
    top: 5% !important;
    }
    .wpcu-front-box.bottom a .read-more {
    margin-top: -5px !important;
    }
    .wpcu-front-box a .category {
    opacity: 1 !important;
    font-size: 1em !important;
    }
    .wpcu-front-box.bottom{
    background: rgba(0,0,0,0.3) !important;
    box-shadow: none !important;
    }
    li.smooth-effect:hover .wpcu-front-box.bottom{
    background: rgba(0,0,0,0.1) !important;
    box-shadow: none !important;
    }
    .wpcu-front-box.top {
    text-align: center;
    z-index: 99 !important;
    height:auto !important;
    background: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    }
    li.smooth-effect:hover .wpcu-front-box.top {
    background: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    }
    li.smooth-effect .wpcu-front-box a .text, li.smooth-effect:hover .wpcu-front-box a .text {
    border-bottom:0px !important;
    padding-bottom: 0px !important;
    }
    li.smooth-effect .wpcu-front-box a .title, li.smooth-effect:hover .wpcu-front-box a .title {
    border-top:0px !important;
    }
    .flex-next::before, .flex-prev::before {
    color: #ffffff !important;
    }
    .flex-next {
    right: 10px !important;
    opacity: 0 !important;
    }
    .wpcufpn_widget_smooth-effect:hover .flex-next {
    opacity: 0.7 !important;
    right: 10px !important;
    }
    .flex-prev {
    left: 10px !important;
    opacity: 0 !important;
    }
    .wpcufpn_widget_smooth-effect:hover .flex-prev {
    opacity: 0.7 !important;
    left: 10px !important;
    }
    .flex-direction-nav a {
    top: 13em !important;
    }
    .flex-control-paging li a {
    margin: 0 7px !important;
    }

    .text-under-slider{
    margin: 1vw 15vw 1vw;
    text-align: center;
    color: #4a4a4a;
    }

    .flex-control-nav{
    padding: inherit !important;
    width: auto !important;
    position: relative !important;
    bottom: -1.5vw !important;
    top: 1vw !important;
    }
    .flex-control-nav li{
    float: initial !important;
    }

    Thank You!!

    Thread Starter alekseyvays

    (@alekseyvays)

    Also, the whole galleries page – all thumbnails and each image in lightbox – are hazy-gray – how to fix that?

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank you!
    What was the problem? How did you fix it?

    Thread Starter alekseyvays

    (@alekseyvays)

    Hi,
    I added you as Admin – please check your email.
    Thank you!

Viewing 13 replies - 1 through 13 (of 13 total)