hsmarginal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website specific Issue with recent postsThanks for your response Andrew. Unfortunately the theme can not be found in www.remarpro.com and belongs to one of the free themes available at Templatemonster. As it is free, Templatemonster does unfortunately not provide and help on it – also the reason why I am asking here.
The theme is called ‘Melissa’ and is built on CherryFramework. I hope this helps a bit at least!
Thanks once again,
Fahim
Forum: Plugins
In reply to: [Custom Contact Forms] Time field not working & Change countrySolved earlier issue where I was not able to put anything into the minute & hour fields. Turned out the fields where not wide enough to show the numbers.
This was fixed by simply editing the css for the hour / minute fields and making them a bit wider. The following code solved this:
` .ccf-form-wrapper .field.date .hour input, .ccf-form-wrapper .field.date .minute input {
width: 6em;
}I would like to change countries or add provinces as well.
Is there anyway this could be done easily? Thank you!Fahim
Ok i solved the problem!
For some reason it seemed to pad the div 15px, by simply going to plugin editor and edit the css for Featured posts grid, i changed “.fpg-wrapper” to the following:.fpg-wrapper { margin: 0px; padding: 0px !important; border: 0px; }
This solved it.
I hope this helps people with same problem, i should have realized the solution was easy.Thank you
Forget it people, i solved it! In case someone out there is having a stupid day like me, its easily solved like this:
turned out i could just change: width=width
and then <center> the image and this solved everything.Thank you!
Anyone? Come on!
Forum: Plugins
In reply to: [Plugin: Subscribe2] Does it work? Can't see any subscribers.Seriously, not a single reply?
Whats wrong with this forum? I’ve posted 4 different threads/issues asking for help and only only got replies on one of them.Don’t want to come across as rude but if i’m not getting any help here, where else could i go? Open for suggestions.
Thank you.
Forum: Plugins
In reply to: [Plugin: Subscribe2] Reducing gap between submit & reset buttonThank you MattyRob, i never actually managed to solve this as i couldn’t find what caused the gap. I simply solved it by removing the unsubscribe button which was not necessary at all.
Forum: Plugins
In reply to: [Plugin: Subscribe2] Does it work? Can't see any subscribers.Sorry, it is worth mentioning that im talking about unregistered users / people that does not have a wordpress account.
Forum: Plugins
In reply to: [Plugin: Subscribe2] Reducing gap between submit & reset buttonUnfortunately the site is not yet uploaded but i will try to have it done for later today if thats ok?
Well what i’ve really edited is my stylesheet, so i just really changed the style of how buttons look in general on my theme. So the code for the plugin and the buttons should really look the same for everyone with the plugin installed. The only difference would be that iv’e centered mine. Looking at various sites with the plugin it appears that most people leave it like it is, but i have seen versions where there is no gap.
Thanks response Matty! really appreciate it.
Forum: Fixing WordPress
In reply to: [Contact Form 7] [Plugin: Contact Form 7] How to add to only 1 page?Hope things worked out for you ??
Glad i could help!Forum: Fixing WordPress
In reply to: [Contact Form 7] [Plugin: Contact Form 7] How to add to only 1 page?I am no expert, but doesn’t the sidebar always follow you no matter what page you are on?
I would look into this plugin here, it allows you to put dynamic widgets and control what page/post etc. you want to put your contact form on, even if its on the sidebar! ?? it should do the trick!
Good luck!
Forum: Fixing WordPress
In reply to: Link "page links to" to a shortcode(modal popup)Lets try to put it differently.
I’ve got two plugins installed, “Easy modal” and “Newsletter”. When clicking a link, i simply want the link to open up a modal pop-up with the newsletter subscription form.In my menu I’ve got a PAGE link called “Subscribe”, how do o get on to make this link to popup the subscribe form?
Could this be done through the admin panel?
The subscription form worked fine when appled to an image like i have done below:<a href="#" class="eModal eModal-1"><img style="border:none;" src="https://localhost/wordpress/wp-content/uploads/2011/10/subscribe_test.png" alt="" /></a>
Now i need to do the same thing to my menu link, how would o do that?
Anyone?Thanks again guys, this is a great place!
[No bumping, thank you.]