MegaChrono
Forum Replies Created
-
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%.
Forum: Reviews
In reply to: [Contests by Rewards Fuel] Smoke and Mirrors – Used Car Sales MentalityHi 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.
Forum: Reviews
In reply to: [Contests by Rewards Fuel] Smoke and Mirrors – Used Car Sales MentalityOn 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 fontIf you want to see all 4 plans compared, you can enter this page:
https://accounts.rewardsfuel.com/billing/compare_plans/?packages=1,3,5,6Forum: Themes and Templates
In reply to: [Magazine Basic] Pop up window is blank in Plugins areaWell, 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:
<?phpyou have to write:
</style>Forum: Themes and Templates
In reply to: [Magazine Basic] Pop up window is blank in Plugins areaHi!
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