Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @rafinkhan. Can we, at least, resize the image so that it will be 100% width?

    I mean, imagine I have a gallery with 4 columns: If there is 4 or more photos, then it should behave as always. If I select a filter where there is only 3 photos, the images will have 33% width; if there is only 2: 50% each and if there is only 1: 100%.

    Hi Messanoir. I just wanted to say that I have posted about the free plan before, but that I have nothing to do with Rewards Fuel (I haven’t even used the plugin). I just wanted to help mbgadam and when I wrote that link, that page worked well.

    Now, as you said, in that link you can compare only the 3 paid options, but you don’t see anything about the free one. I don’t know why.

    Here is still talking about a free plan, but it’s the same link I used before. I think the way they compares plans is broked (or maybe they have another link but they don’t update that). I hope they can clarify what happened.

    On the link mentioned by Rewards Fuel (https://rewardsfuel.com/pricing) at the top of the page says:
    Besides our free plan, we have three premium plans to choose from.

    If you click that link, you can see all the free features. Furthermor, Rewards Fuel also show you this summary:

    Entry Methods:
    Effortless entry – name and email address
    Facebook suggested like entry
    Website visit entry
    Retweet entry
    Features:
    Unlimited contests
    Prizes / winners
    Prize images
    Randomly pick winner(s)
    Prize claim website
    Style
    Responsive mobile friendly layouts
    Contest images
    Use of preview editor
    Color picker
    Choose your font

    If you want to see all 4 plans compared, you can enter this page:
    https://accounts.rewardsfuel.com/billing/compare_plans/?packages=1,3,5,6

    Well, I have solved my problem (I hope it’s the same as Harold’s problem).

    Go to theme-options-php

    In line 494 (almost at the end),
    after:

    <style type="text/css">
    #wp-admin-bar-theme_previews .ab-item { height: auto !important; }
    #admin-bar-premium-themes { float: left; }
    #admin-bar-premium-themes p { color: #000 !important; }
    #admin-bar-premium-themes p.top-p { margin-top: 10px !important; }
    #admin-bar-premium-themes p, #admin-bar-premium-themes a { text-shadow: none !important; }
    #admin-bar-premium-themes a { padding: 0 !important; margin-bottom: 10px !important; display: inline-block !important; }
    #admin-bar-premium-themes img { margin: 5px; border: 1px solid #ccc; }

    and before:
    <?php

    you have to write:
    </style>

    Hi!
    I have the same problem. I had an English version of ww.wp.xz.cn and the popup worked, then I have translated it to Spanish and there was no problem. Next I have installed the theme and now the popup is in blank.

    I was looking at the code:

    <style type="text/css">
    #wp-admin-bar-theme_previews .ab-item { height: auto !important; }
    #admin-bar-premium-themes { float: left; }
    #admin-bar-premium-themes p { color: #000 !important; }
    #admin-bar-premium-themes p.top-p { margin-top: 10px !important; }
    #admin-bar-premium-themes p, #admin-bar-premium-themes a { text-shadow: none !important; }
    #admin-bar-premium-themes a { padding: 0 !important; margin-bottom: 10px !important; display: inline-block !important; }
    #admin-bar-premium-themes img { margin: 5px; border: 1px solid #ccc; }

    and the style tag is no closed there… It’s closed after all the information that should be in the head or in the body…

    ¿Where can I change that?

    that all the information is between the “head” tag, not in the body tag

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