becomebecome
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual editor Issues after 3.5 upgradeGot VISUAL editor back following XILZEN suggestion here:
https://www.ads-software.com/support/topic/post-editor-missing-in-wp-35-after-upgrade?replies=58
It’s very easy too!
Forum: Fixing WordPress
In reply to: Post Editor missing in WP 3.5 after upgradeXILZEN
Your fix worked for me!
Forum: Plugins
In reply to: [Testimonials Solution] Visual does not work after 3.5Same problem here.
Tried disabling all plugins.
Does not work.Help please.
Forum: Themes and Templates
In reply to: TwentyEleven Spacing in Post TextOk, just turned OFF After The Deadline.
The Problem is still there.Any clue?
Thanks
Forum: Themes and Templates
In reply to: TwentyEleven Spacing in Post TextThanks ESMI,
I cannot provide a link, all posts are edited and the formatting is automatically changed at the moment of publishing.
Which means the online post is already modified.
Then I have to go back to editing, put some spacing and alignment, press publish……and see it all coming out (a little less) weird.
Then I have to go back to editing…Maybe it’s the Proofreader…
I am trying to turn it OFF and see what happens.
Forum: Themes and Templates
In reply to: Menu Mod TwentyelevenOk,
created child theme.
style.css
fucntions.php
header.phpfollowing instructions here :
I get these errors at the moment I activate the theme :
function techild_header_widget(){ if ( ! dynamic_sidebar( 'header-widget' ) ) : get_search_form(); endif; } Warning: Cannot modify header information - headers already sent by (output started at /home/become/public_html/wp-content/themes/twentyeleven-child/functions.php:1) in /home/become/public_html/wp-includes/functions.php on line 861 Warning: Cannot modify header information - headers already sent by (output started at /home/become/public_html/wp-content/themes/twentyeleven-child/functions.php:1) in /home/become/public_html/wp-includes/functions.php on line 862
…
then on home page, on top of the page it shows :
function techild_header_widget(){ if ( ! dynamic_sidebar( 'header-widget' ) ) : get_search_form(); endif; }
Any suggestion, please?
Here’s the link :
https://test.becomebecome.com/
Thanks
Forum: Themes and Templates
In reply to: Menu Mod Twentyelevendoh!
That was it David…
=/
Now that the missing theme issue is solved, I’ll go on and experiment a little more to see how to get my Menu Bar mod.
Thanks a lot!
=)
Forum: Themes and Templates
In reply to: Menu Mod TwentyelevenForum: Themes and Templates
In reply to: Menu Mod Twentyeleven…even if I copy/past the whole style.css from twentyeleven original folder, I get the same error message…
…and no response at all from dashboard if I change it back to style.css (lowercase)…
=(
PS – …also, the Twenty Ten theme folder is totally invisible too from dashboard. Only newly added themes from Network Admin dashboard are visible…
Help !!!
Forum: Themes and Templates
In reply to: Menu Mod TwentyelevenOk,
The TEST site under WPMU does not make it.
I have gone and followed ESMI instructions link to build a child theme.A style.css should be enough in the new directory to activate a theme select option but…
If I call it Style.css I get the following message from the dashboard/appeareance/themes window :
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
twentyeleven-child Stylesheet is missing.…
if I call it style.css
I get no error message, but no option to select any newly found theme.
It’s like I changed nothing…This is the code I put in the style.css file :
/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: Your name here
Template: twentyeleven
*/@import url(“../twentyeleven/style.css”);
#site-title a {
color: #009900;
}Any clue?
Thanks
Forum: Themes and Templates
In reply to: replace header with WP-cirrus widgetFound this post on another Forum, but can’t quite figure out what it means…
“Thanks for the advice guys. I finally figured it out. I created a standard shortcode button and put it on the page, and used html to move it into position on the header. (Through the regular wordpress html page edit section, not within the ATO)
For example, you have a header and then the text on your page. Put the shortcode inside this div:
<div style=”display: inline-block; margin-left: 600px; margin-top: -140px; position: absolute; “>
[jbutton link=”https://homepage.com/order-online” color=orange size=”xlarge”]Order Online[/jbutton]
</div>It will move the button 140 pixels above your main text container and 600 pixels from the left edge of the container.”
If you can guide me through it a little…
Forum: Plugins
In reply to: WP-cirrus in the Header?Found this post on another Forum, but can’t quite figure out what it means…
Thanks for the advice guys. I finally figured it out. I created a standard shortcode button and put it on the page, and used html to move it into position on the header. (Through the regular wordpress html page edit section, not within the ATO)
For example, you have a header and then the text on your page. Put the shortcode inside this div:
<div style="display: inline-block; margin-left: 600px; margin-top: -140px; position: absolute; "> [jbutton link="https://homepage.com/order-online" color=orange size="xlarge"]Order Online[/jbutton] </div>
It will move the button 140 pixels above your main text container and 600 pixels from the left edge of the container.
If you can guide me through it a little…
Forum: Themes and Templates
In reply to: Menu Mod TwentyelevenYou are right David, sorry for the messy link…
Here goes a better one :
This optical illusion gives a better idea of what I am thinking (hopefully).
The light blue text would be the white text in case, the black text would be the black Menu bar.
…
If I understand correctly, I can leave the black bar as it is.
I just need to add the text “as an image or text” in the .css?
Any suggestion how do I go about doing that?
Which part of the .css should I target?
How to code for “add this image or text here” in the language of .css?Thanks a lot !!!
Forum: Themes and Templates
In reply to: Menu Mod Twentyeleven@digital Raindrops
thanks for the explanation and the links.If I understand you correctly there is no way to mod the Black Menu bar the way I want to.
Not even creating a graphic layer with another software and telling the .css somewhere (pardon my ignorance) to stick it on top of the menu bar when it displays the theme interface. Right?
Thanks
Forum: Themes and Templates
In reply to: replace header with WP-cirrus widgetYes esmi, thank you.
I created a test site of my WPMU install and I’m going to experiment with it…
=)