belbo
Forum Replies Created
-
@ckadenge (woo-hc) Thanks for your reply, just incase anyone comes across this thread, there is a way to change the color of the iFrame text by using the
wcpay_upe_appearancefilter, more details here:
https://woocommerce.com/document/woopayments/customization-and-translation/customize-payments-appearance/I have tried this and it works, however you have to clear the transients or wait 24 hours for the transients to clear themselves before it is visible on the site.
Luckily someone else I asked knew about this. 🙂
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not working with the built in GoDaddy CDNHi Frank,
Sorry for the delay in replying to you. I ended up turning the GoDaddy CDN off as the site loaded faster with the CDN off.Thank you for all your help with suggestions on how to solve the issue, I really appreciate it 🙂
- This reply was modified 5 years, 9 months ago by belbo.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not working with the built in GoDaddy CDNHi Frank 🙂
I tried both of those things. Using KeyCDN CDN enabler plugin has the same outcome as without it installed.
If I disable the CDN in Godaddy and add in the CDN to Autoptimize ( by having the KeyCDN CDN enabler installed & adding in the CDN url in the CDN Base URL box) then the files stop being optimized but they are loading from the CDN.
Thanks
- This reply was modified 5 years, 9 months ago by belbo.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not working with the built in GoDaddy CDNSorry here is a CDN url e.g.
https://secureservercdn.net/166.62.108.196/643.034.myftpupload.com/wp-includes/js/wp-emoji-release.min.js?ver=5.4.2&time=1592764956This part of the url: time=1592764956 is also generated by the CDN
- This reply was modified 5 years, 9 months ago by belbo.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not working with the built in GoDaddy CDNHi Frank,
Thanks for your reply!
The base URL in Autoptimize is this one:
//secureservercdn.net/166.62.108.196/643.034.myftpupload.com/I tried another plugin (Merge + Minify + Refresh) which was recommended by GoDaddy which works, OK.
It doesn’t have as many options as yours though, so would prefer to use your plugin if we can get it to work with GoDaddy CDN.
Thanks
Forum: Fixing WordPress
In reply to: Adding specific blog posts to a pageHi Cally,
If you go into your Posts, click on the post you want to add a category.
On the right hand side of the page there is a Categories box right underneath the publish box. Just tick the category you want the post to appear under and press update.If your custom menu isn’t showing up. Go to appearance>menu and choose the manage location tab at the top of the page. this will show all the locations you can have a menu (there may be more than one). Choose your custom menu from the dropdown and it will show up in that location.
Forum: Fixing WordPress
In reply to: Adding specific blog posts to a pageYou could try to create a recipe category, add the recipe category to the relevant blog post page then link to the recipe category page in WP menus. This will have all your recipe blog posts showing up!
Forum: Fixing WordPress
In reply to: How do I move my active site content to my dev site?Hi PepperP
Sorry I just realised there’s an easier way to do this than what I just told you! Sorry my brain isn’t working properly, it’s Friday eve (my time!!)
If you go to Tools > Export on your LIVE site. Export all file types. Save the export file somewhere on your computer.
Then go to the DEV site and go to Tools>Import. Choose the WordPress option and you will be prompted to install the wordpress importer. do this and import your data from the file you saved on your computer!
You will notice that all your images link to you’re live site, but this won’t matter if you are just testing a new theme.
Hope this helps 🙂Forum: Fixing WordPress
In reply to: How do I move my active site content to my dev site?ps moving a dev site to a live site is pretty much the same process as moving info from a live site to a dev site, so if you have found some good tutorials, I’d go with them
Forum: Fixing WordPress
In reply to: How do I move my active site content to my dev site?Probably the best way to do this is to make a copy of the live database, but you would need access to your web host & php my admin.
Copying a database is quite technical – I have found a tutorial on it here:
http://premium.wpmudev.org/blog/copy-wordpress-database/
you would then need to create a new database and import the copied database into it.
http://www.inmotionhosting.com/support/website/phpmyadmin/import-database-using-phpmyadminIf this is too technical I’d get someone to help you with it 🙂
Forum: Themes and Templates
In reply to: [Customizr] Putting posts on a specific pageGo to Posts > Categories
Create a category you want such as “France” and put a short desc into the description box
Create a post. On the right bar tick the Category you want the post to be under.
Go to Appearance > Menus
Select the Category (e.g. France) from the Category dropdown menu (on the left) and add it to your menu.
It should now only come up with only the posts filed under that category when it is clicked on the menu. You can choose multiple Cats for each post if you want to!
Hope that helps
Forum: Themes and Templates
In reply to: [Twenty Eleven] footer in all pages except in homepageTry
body.home footer#colophon{
display:none;
}
You can also select the home page via css via body.home, the home class is only added to the home page 🙂Forum: Themes and Templates
In reply to: Change sidebar dimensionHi!
You could try installing this plugin:
http://wordpress.org/plugins/simple-custom-cssThen change the width of the main content area and the widget sidebar area like so:
#primary {
width: 640px;
}#secondary {
width: 360px
}This might mess up the responsivness of the theme so you’ll have to experiment to see if it does.
Forum: Themes and Templates
In reply to: [CarZine] Background color for post and letterHi! It depends on your theme.
The easiest way to do it is log into wp then go to Appearance>customise.
Go to the “colors” section and change the color of the background and text.If your theme doesn’t support customise (in which case the customise option won’t appear under the Appearance menu) go to
Appearance>editor.
find the “styles.css” file and change line 448 to
.carzine_single_post{
margin:0px 0 25px 0;
background: #FFFFFF;
border-bottom: 1px solid #00c0ff;
}
and line 223 to
body {
font-family: ‘Open Sans Regular’,sans-serif,Helvetica;
font-size: 16px;
color: #000000;
}You may want to create a child theme first though so you don’t loose your changes if you update your theme
Forum: Fixing WordPress
In reply to: add store banner to packing noteYup a screenshot would be helpful if you the site is hosted locally.
2014 doesn’t come installed with a shop as far as I know, which e-commerce plugin are you using?