revanslacey
Forum Replies Created
-
Not resolved … I haven’t plucked up the courage to try it yet. I may need to try to find someone to help me.
- This reply was modified 5 years, 5 months ago by revanslacey.
Thanks for the tip. I’ll give that a go.
Forum: Plugins
In reply to: [WooCommerce] “Place order” button disappears for PayPal ExpressHi Hannah,
Thanks for your tip. I’ve moved this question to:
https://ww.wp.xz.cn/support/topic/place-order-button-disappears-for-paypal-express-2/Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Features widget – Icon selection not workingWorks perfectly now. Thank you.
Forum: Themes and Templates
In reply to: [Storefront] Storefront header image sizeSame issue for me. Do you think it might just be a typo?
Forum: Plugins
In reply to: [WordPress Importer] Deprecated code in WordPress ImporterI’m trying to move some sites from wordpress.com to ww.wp.xz.cn. I assumed wp to wp would be easy but I’m baffled. One site imported some but not all pages and posts. I’m now trying the next site and I get all this:
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. in /home/viewanda/public_html/brothersnotlovers.com/wp-includes/functions.php on line 3828
I’m not deeply technical and don’t know what to do now. 🙁
Forum: Themes and Templates
In reply to: [Focus] Menu drop down disappearing behind hero imageThat worked a treat, thank you. Glad to be able to help find a little bug too.
🙂
Forum: Themes and Templates
In reply to: [Focus] Menu drop down disappearing behind hero imageThanks for your reply Gareth.
Sure. The site is http://viewanda.com/
The menu with the drop down that disappears is ‘Practitioners’
I’ve made a few changes in the CSS to take out some formatting I thought was a bit ugly but nothing that I think would have changed the menus or hero elements.
Thanks.
Richard.
Wow. That wasn’t easy but I’ve cracked it.
The place to start is in your browser. You need to right click and go ‘inspect’
You will see lots of complex looking code. Fiddle around until you work out how to relate the code to the stuff that you want to change … like the title and the central box for me.
When you’ve identified the bits the next thing is to see that you can turn properties (if that’s what they are called) on and off for each bit … there are some tick boxes that let you do that inside the inspector. When you change them in the inspector you can see the effect they will have on the page.
Once you have worked out what you need to change you need to make those changes in the code of the theme in wordpress: the cascading style sheet or CSS.
Find that in WP by going Appearance: Editor
Scroll to the bottom and make your changes there. This is the code that I created to alter the CSS:
.post-heading {
display: none;
}#single-header .container {
margin-top: 0px;
padding-bottom: 0px;
}.content-container {
background: none;
border: none;
}After you add your code save the CSS and refresh the browser you were using to look at your web page. Did it change as you had hoped?
- This reply was modified 9 years, 8 months ago by revanslacey.
Forum: Themes and Templates
In reply to: [Focus] video sharingI’ve just been playing with the ‘YouTube’ plug in and it seems to work ok.
You do need to get an API key for galleries but the plug in documentation guided me through that.
Forum: Themes and Templates
In reply to: [Focus] How to remove the sidebar and stretch width?I think the way to do this is to edit the page then look on the right hand side to ‘page attributes’.
Under ‘Template’ choose ‘full width’