Paolo
Forum Replies Created
-
AuthorPosts
-
Link pls?
Images can’t be debugged.
Thx
Hi,
this is not a bug.
The form and the coupon are dependent to the price package selected.
If the user changes the package the page is reloaded. There is no ajax call and refreshing the page to load the correct form will not retain information already entered in fields.The machine can’t avoid all users mistakes and if you are worried that users will make this kind of mistakes, you should provide instructions (in the sidebar) explaining how the form works.
Thx
Hi Jaciando,
In this post (plus the one linked above) I explain exactly what you are looking for.
How to remove/edit elements in the detail page sidebar.
If by reading thiese posts you are still not confident editing the php file on your own, you should hire someone to do it for you, because it can be explained any simpler.
Thx
or you can add it to tyhe header.php of your theme with all other metas…
Hi,
yes the browser language will determine the language on the social buttons.
I think the only solution there to make sure they all fit is to place them all on their own line.
Something like this should do it:
.likethis iframe { display: block; margin: 0 0 10px; }
Otherwise you could play with their width.
Add this to your child theme style.css and play around with width till you find the ideal solution for spanish..likethis .twitter-share-button { width: 90px !important; } .likethis iframe.facebook { width: 90px !important; } .likethis #___plusone_0 { width: 75px !important; }
let us know
I suspected that the word “blog” couldn’t be used as post name in wordpress…
Let us know,
Hi,
I think we will need to look at your backend to see what’s not working.
That “No input file specified.” error is very strange.
Can you send us wp admin credentials in a private reply please?
Stiofan will have a look in the morning and try to fix for you.
Thx
This reply has been marked as private.Hi,
you need to copy header.php from the GDF frame work and paste it in your child theme folder, than you need to tweak html and css to achieve your result.
This is something you should know how to do by yourself. In case you are not, you should either chose a theme that doesn’t need to be customized to look like you want it, or hire a designer to do the customization for you.
Thanks
Hi,
3) you can’t make it inactive, because it is the default price. You can remove the whole select price section with css
.geodir_price_package_row { display: none; }
or only the free price like this:
#geodir_price_package_1 { display: none; }
Just make sure the id is correct.
For all the rest, I can’t add much to what Guust already told you.
Thx
with the current html structure it can’t be done.
You’d have to copy header.php file inside your child theme and customize the html of it. Before being able to do that.
thx
by tweaking css.
You could take the css code directly from the modern theme css…
I’ve asked john if he can share more info about it.
Thx
HI Jaciando,
yes we would need a link so we could pass you the specific css that you need to add.
Thanks
If you provide a link I can give you css to fix that. It is impossible to make it work out of the box with each and every language…
Thx
Hi,
the description field is the regular wordpress post content. You could tweak that with CSS or use the default wordpress embed shortcode that allows to set a non-default width: http://codex.wordpress.org/Embeds
Thx
-
AuthorPosts