igorlaszlo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to have a simple html page as homepageThanks for the replies !
Tara : as far as i understood, in the codex “Creating a Static Front Page” it is not mentioned what about the case when there is an external index.html page. What it is talking about, is already my case, i have a static homepage which is generated inside WP. My question now is : how can i let a self-created plain html page beeing the homepage without moving the whole WP content in a subfolder.
Catacaustic : OK, i will try it ! But if i do it and does not work, will i loose something ?
Thanks again !
Forum: Plugins
In reply to: [Widget Logic] Error after Widget Logic upgradeNo worries, i already did like others 🙂
Forum: Plugins
In reply to: [Widget Logic] Error after Widget Logic upgrade@alanft, have the same problem here and yes, it would be kind to fix it as your widget is very useful for me in several web sites… and thanks in advance ! 🙂
Forum: Fixing WordPress
In reply to: How to redirect to the comment form after errorYOU ARE GENIOUS !!! 🙂 , it works…
I am asking myself why WP did not think about it, it is evident that when i make a mistake on the form, i go back to retry…
Thanks a lot again !
Forum: Fixing WordPress
In reply to: How to redirect to the comment form after errorForum: Fixing WordPress
In reply to: How to redirect to the comment form after errorI tried to place the code
<?php wp_get_referer() ?>in the body but it does not work :<?php get_header(); ?> <div id="primary"> <div id="content" role="main"> <div class="entry-content"> <?php echo $message; ?> <?php wp_get_referer() ?> </div> </div> </div> <?php get_footer(); ?>Can someone explain how i can place a link redirecting to the referring page ?
Forum: Fixing WordPress
In reply to: How to redirect to the comment form after errorThanks, i will look at it. I do not know too much about php, hopefully it helps 🙂
Forum: Themes and Templates
In reply to: Header img is not centered in IE9Is the problem coming from the display:inline-block ? Does IE9 has a problem with this code ?
Forum: Themes and Templates
In reply to: Header img is not centered in IE9Thanks for the reply !
I did what you suggested, i changed the margin left & right to auto as well… but it became worth because :
1) on FF, the header became completely fixed, even with the screen resize (for example from right to left),
2) on IE, the whole body has moved to right…Forum: Fixing WordPress
In reply to: Change link onf post titlesSorry, i have found what i was looking for, there is a plugin for doing it, it is excellent : http://wordpress.org/extend/plugins/page-links-to/
Forum: Plugins
In reply to: [Sociable] shortcode [sociable/] not workingthanks bearvv, it works now thanks for your link !
Zoltan, megtalà ltad a megoldà st ? ha nem szòlj, segìtek !
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Shortcode not workingUnder the line add_filter( ‘the_excerpt’, ‘auto_sociable’ ); in the sociable.php file (found under wp-content/plugins/sociable/), put this line:
add_shortcode( ‘sociable’, ‘sociable_shortcode’ );it works fine now with this !
Forum: Plugins
In reply to: Google Fonts Plug In not working?Hello, i have a similar problem, i choose and save a google font, it appears normally on Firefox and IE but not on Google Chrome (funny, exectly on GOOGLE chrome)…
Offroaddc, did you find a solution ?
Does someone know about this problem ?
Forum: Themes and Templates
In reply to: How to fixe the page (disable resizing)do not tell me, i get crazy because of different screen sizes, different browsers, different html languages, different css, different actionscripts, different program versions, different language translations, different type of computers, windows or mac, xp or vista… i guess, for blackberry the parameters are different than for iphone or samsung. If not, it will be soon 🙂 and when i have learnt the chinese and cambodjian languages, tomorrow i can start to learn the thai and malaysian… and the top of it, it is that even if you learn the whole stuff, you can not get any money with it :)))
Forum: Themes and Templates
In reply to: How to fixe the page (disable resizing)Thanks a lot for your answer !
Ok, i did not know that this flexibility was for the mobile devices. I am still “uneducated” for that subject…
So, i guess it is better to let it as it is…Anyway, i looked at the case when the code is “width” instead of “max-width”. In that case the sidebar element stays on its place “longer” but after a while it moves anyhow (i think this is for the “@media (max-width: 800px)” codage), so it does not change a lot…
Thanks again !