Walid
Forum Replies Created
-
Forum: Networking WordPress
In reply to: with www in url, subdomain blog won't loadThanks Ipstenu ?? but isn’t there a way to redirect people who visit the www link simply by Ctrl+enter ? I just tried wordpress.com blogs and it worked with www too
for example from freshly pressed list:https://blackboxwarnings.wordpress.com
https://www.blackboxwarnings.wordpress.comis there any redirect rules to achieve the same result?
Forum: Fixing WordPress
In reply to: how to make single-post pages viewed only by members?Great! that’s exactly what I was looking for, and I put the register link in the same line too, thanks so much ??
Forum: Fixing WordPress
In reply to: how to make single-post pages viewed only by members?well, actually I want more simple way or a plugin, like a code, I read somehwere about this code:
<?php if (is_user_logged_in() ) { //only logged in user can see this ?> <div><p>the hidden text</p></div> <?php } ?>
wonder if this can be used somehow in the single post template?
Forum: Fixing WordPress
In reply to: Excerpt which is image only linking to post?today’s lesson, you better search for answers on WordPress codex rather than googling for hours with 5 years old results ??
I found all the help I needed here:https://codex.www.ads-software.com/Customizing_the_Read_More
thanks to that page I removed the URL addition which <–more–> was causing, now I will manually do the more tag for every post after the image.
if anybody can point me though, how to let the twenty eleven showcase page use the more tag with sticky posts? cause now it just ignore it and ignore the image except if I made a featured image, which I don’t want, any help about that? I just want the sticky posts in showcase to use to more tag and use the image only.
Forum: Fixing WordPress
In reply to: Any possible way to allow facebook & twitter commentsThanks for quick response ?? going to install now ??
Forum: Fixing WordPress
In reply to: Any possible way to allow facebook & twitter comments@ipstenu wow, thanks so much! don’t know how I didn’t find this plugin while searching, it looks solid, I wonder, if you are using it or can confirm that if removed it one day all Facebook comments are in their place? and are they indexed by Google normally through my blog?
Forum: Themes and Templates
In reply to: how to center twentyeleven header image?Align: center and text-align: center don’t work.. like I said, you will have to use margin-left to center the image because margin: auto doesn’t work in IE.
sorry, but I’m trying in my local host since yesterday for just centering this header image with no result, so can you please guide me how to do it exactly?
Forum: Themes and Templates
In reply to: how to center twentyeleven header image?@sixhours I tried both align Center and text align Center, both didn’t work for some reason, perhaps something special needed for twenty-eleven css?
Forum: Themes and Templates
In reply to: how to center twentyeleven header image?@futurepocket @alchymyth thanks for your help, I can ignore the white background thing, it doesn’t look that bad, but I want to understand how to center the header image in twenty-eleven, I tried to put align center in #brandimage in styles.css but it failed, can you explain how I can do what you described:
Assign a div class to the image and modify your CSS to move the image to the center.
Thanks ??
Forum: Themes and Templates
In reply to: Can't center Twenty Eleven's header image when making it smallerokay, but it’s in sub-directory blog so notice with me:
removed by me for some personal reasons
Forum: Themes and Templates
In reply to: Can't center Twenty Eleven's header image when making it smalleris there a way here to send in private message or something? my website is not ready for being public yet and I don’t wanna start fighting spam before even getting the website ready ??
Forum: Themes and Templates
In reply to: Childe Themeswell, I’m a fellow newbie but I just got an answer for this question minute ago..so, passing the knowledge ??
my answer is from my reading to this page:https://codex.www.ads-software.com/Child_Themes
so, you don’t have to copy the whole style.css file, you just have to copy the header of child style.css that is written in the codex page and then copy just the css rules you wanna change not the whole of it, for examble you can change some font color or size etc, just by copying this particular rule to the child styles.css file.
that’s it and the same goes for functions.php as stated in the codex page.
hope this will help you ?? good luck.Forum: Themes and Templates
In reply to: Can't center Twenty Eleven's header image when making it smallerThanks for giving this important note ?? I really didn’t have to edit any theme before so I have never known about child themes.
now I created the twentyeleven_child directory, and just missing the css rules to put in the child style.css to achieve what I want, which I described above.can anyone tell me how to center the header image when it’s smaller? and can I get rid of the remaining white background at both sides? thanks.
Forum: Alpha/Beta/RC
In reply to: Comment author must have a previously approved commentactually I was signed in user so didn’t fill any field but the comment field, well, I will be testing this again now after the final 3.2 update and will get here again with the result.
Forum: Alpha/Beta/RC
In reply to: QWcfQ and strange letters in pages url in 3.2 rc4wow, but don’t they need to go there to edit their blog settings? how can your users edit their ( reading, writing, privacy, permalink, etc… ” or you do this as default for them that they can’t change?