rodrigue
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Assign and modify php values across templatesthanks esmi for your response. I already got a solution though. I used the $_SESSION class.
Forum: Fixing WordPress
In reply to: Edit my contenthey esmi! i’m using the chrome developer tool (not too familiar with firebug) but even when using the css, it doesn’t work. i tried
border-image: url(“image.png”) 10 10 round.Forum: Fixing WordPress
In reply to: do_shortcode not workingHi alchymyth, thanks for your help. can you please be a little bit more specific? what should i exactly be looking for within the codes?
Forum: Fixing WordPress
In reply to: do_shortcode not workingstill not working ??
Forum: Fixing WordPress
In reply to: do_shortcode not workingsorry Swanson! what do you mean?
Forum: Fixing WordPress
In reply to: How to move sidebar to the right hand side to the left hand side?didn’t see Josh’s comment! you can go with that ??
Forum: Fixing WordPress
In reply to: How to move sidebar to the right hand side to the left hand side?Hi Hulbert! your page is linked to external css files. what you can do is just edit those files. look for the “master.css” and “style.css” files and edit them. for more precision look at the #sidebar { /* Codes here */ } in the master.css file and replace the codes in by position: relative; width: 218px; margin-left: 20px; you can play around with the margin-left if you don’t like the distance from the border. Once you are done with master.css edit the style.css for the content. look for #content { /* Codes here */ } and replace the codes with float: right; margin-right: 50px; width: 650px; save the files and you are done. another alternative is to overwrite the rules by inserting internal styles to your html as
<style type=”text/css”> /* some codes here */ </style> but if you are not too familiar with it, you can just go with what i suggested before. Hope it helps.Forum: Plugins
In reply to: [Contact Form 7] Redirect Option?mallsop!!!!!!!! YOU ARE THE MAN!!!!!!!!!!! I have been browsing for such a long time trying to edit php, js files, etc. and the solution was that simple?????????????????? Jeez i feel so stupid right now!!! thanks a million though ??
Forum: Fixing WordPress
In reply to: full screen headerhow would i do that shirazdrum? i already have the image. mine is under https://dev.webgrowth.biz/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/images/seo_header.jpg but it refuses to expand even with all the properties enabled like repeat, etc. maybe you can try it for yourself.
Forum: Fixing WordPress
In reply to: full screen headerI have seen and compare the files with the dev tool. that’s what i actually called “inspect element”. I even backed up my default.css, copied and pasted the main site css just to see how it would look but NO success :(. i get somewhere when i change the positioning of the header to fixed but it messes up the div#container and everything else when i do that.
Forum: Fixing WordPress
In reply to: full screen headerhey kmessinger, unfortunately I don’t have the silver css with me so i can only see the bit of info displayed in the “inspect element” tool. that is all i can deal with right now ??
Forum: Fixing WordPress
In reply to: having issues with my dropdown menunever mind. i got the solution. if any body else has this problem, add a z-index to your dropdownmenu properties. the z-index should be greater or equal to 510.
Forum: Fixing WordPress
In reply to: having issues with my dropdown menuOK. the php code is not pasting properly but I hope you get my point.
Forum: Fixing WordPress
In reply to: Make your submenus slidethanks equalmark. the link helped me. https://divitodesign.com/css/how-to-dropdown-css-menu/
Forum: Fixing WordPress
In reply to: change background image in my headerI got it. I had permission issues when i wanted to change my background via Appearance>Header. I was getting the message: unable to upload “mypic” to wp-contents> uploads. So I just changed the default background to mine and created a backup. thanks for the help tho.