Basically, just change it.
Be sure the theme is not active; rename theme folder (generally you would do this on your PC/Mac prior to upload via FTP).
For example we change the name of our folder to our news network name.
Just change it from /Newspaper/ to something like /StyleBaron/ or whatever you website name happens to be — be careful NOT to name it the same as a category, post, plugin name, or WordPress function, just to be safe — like, don’t name it VisualComposer for example, or JetPack if you’re using jetpack, is tempting fate! hypehen and underlines can be used, like my-cool-mag … although I’d likely limit to 2 words, no reason you can’t do more.
If using a child theme you likely might need to check the style.css to make sure it points to the right place. I don’t use child themes, so if you don’t then it won’t apply to you either.
There is also an awesome resource called Google for many things like this — WP has been around over 10 years, so this is a very common question you can often answer yourself vs waiting for a reply here — not that anything wrong with that, or looking for pointers here from others who have already done the deed. đ
(pardon typos; this keyboard starting to die as is my brain …)
-
This reply was modified 10 years by
simchris.
Try clearing your cache, try using different browser.
I posted a ‘rant’ on the showcase thread, too đ
There is an update guide from v4 to v6 in the theme docs for NP6, or there was… that is best place to start.
Hi
you may find the official ‘codex’ docs for WordPress super useful on stuff like this as an educational tool but also gateway to other info… put another way .. unless you KNOW you need to use child theme, then you don’t đ
See:
https://codex.wordpress.org/Child_Themes
tip: you can often do google search like :: wordpress codex child themes
or similar to get right to docs!
No idea. Will it hide visual composer, will it hide yoast SEO, is it going to rename everything like akismet. You’re better off learning how to do the deed yourself so you can repair things vs when the plugin suddenly stops working and your SEO, links, and system crash and burn.
Just my two cents.
Note that plugin likely won’t work out of the box with the Speedbooster framework.
(( I DON”T WORK HERE — this is just feedback from a long time user … ))
I am not familiar with that plugin — like most things, why not try it and see what happens?
You can MANUALLY hide your assets == like hide your WordPress /wp-content/ folder? You can generally move the /wp-content/ folder to something like /assets/ — most properly written WP themes and plugins will reference the locale of the 'WP_CONTENT_DIR' variable.
https://codex.wordpress.org/Editing_wp-config.php#Moving_wp-content_folder
Also know it’s almost impossible to fully hide the fact you’re using WordPress from the folks who know what to look for in doing a Google search. But that sure doesn’t hurt !
I generally agree with what Steven said.
Of course, major hackbots actually go after ALL sites running WordPress, and even folders with /wp-content/ or /wp-admin/ simply by doing Google search.
It’s of utmost importance to keep your core WP files updated for all the security patches.
It’s imperative to learn about security strategies:
1) rename your admin account to something else — you should NEVER have account called “admin”
2) use tools like “limit login attempts”
3) consider disabling pingbacks and XMLRPC unless you have absolute need for them
4) make sure your host has system in place like IPTables/CSF for auto-blocking port scans and basic probing of server.
5) delete old plugins and themes you are NOT using — 5 year old theme in your theme folder might be hackable. Just because it’s off doesn’t mean the php files are not still there (!).
6) check your site/domain error logs from time to time to look for folks from certain IPS generating large amount of errors; have your host add them to a block list, or in some cases you can do so with htaccess if not other method.
7) try not to have any “account signup” forms on your site; make sure any contact forms do NOT send auto emails back to the sender — instant spam engine.
8) subscribe to security blogs like Securi which keep up on major WP hackables
9) don’t install any plugins which have not been updated in 2015 unless you’re 100% sure they are safe as they may not have the security updates of recent months
10) don’t install free plugins “found on the web” on some random website (don’t trust “glowing reviews” from junk WP review sites which are affiliate link farms!)
Use common sense, be proactive in having a security PLAN like regular safe backups, etc. and “be careful out there!”
Chris
No reason to install the Child theme. Some people use them to hack theme settings in hopes they won’t have to redo edits on theme update; however that is a 50/50 proposition since often major theme updates mean changing child theme as well. If you’re using the built-in functions and control panel and visual layout, without needing to “hack’ things for some custom reason, you don’t need to use the child theme. It’s also a CSS redirect, which Google actually doesn’t like, but WordPress has this as a core ‘feature.’
Not sure that helps or not — but upshot: don’t use it unless you have a reason to!
Well …. there is the “title” shown under an image when looking at the “all items” view, then there is the full view when you click on the picture where it will show TITLE and DESCRIPTION (e.g., the description from your OG tag called “description”) — the element under the photo in the all pix view on Pinterest is in fact the “title” and NOT the “description” … meaning, Pinterest pulls the “Title” from the OG “title” tag and shows that under the photo; when you go to full view there is both the title AND the description unless Pinterest having hiccups and not grabbing either. Not often, but they should generally always get the TITLE but sometimes miss the description — sometimes both. I then have to manually “edit” the pin from the full pin view, to add missing data.
This is how Pinterest works — it “scrapes” your OG tag data, but sometimes is — again — overloaded, and times out and may capture nothing except photo — nothing YOU can do to make this work 100% of the time. Period. Full stop.
Having proper OG tags for title and description is the proper methodology to — again — HINT the data for Pinterest to pull.
You’re not paying them to grab your data, so they do what they do. The theme, share button, etc. cannot “force” Pinterest to do anything.
Hope that helps.
No virus in the theme download; it’s checked on ThemeForest before being allowed to be posted for download. That is what is called a “false positive.” However it’s useful to share what the specific message is .. meaning in your history for your antivirus it will specify what file or suspect element is considered a virus/Trojan, etc.
I think this is covered in the theme docs, right side of page.
Check your permalinks settings; make sure you check your htaccess is writable; make sure you don’t name a page the same thing as a post or vice versa; don’t name a post the same as category or vice versa.
For our system we use the title in the “title” and then Pinterest now auto-populates the description data on Pinterest with the OG tag for description, not title. This is how the 2015 API is setup. It’s *not* normal to have the story title populate the “description” block, as that duplicates the “title” block. So you may wish to double check that.
Clear cache. Turn off all plugins except visual composer. Make sure you updated plugins in addition to theme.
Try validating your site with your pinterest account. That really helped with our main site, but remember sometimes they get overloaded… The og tags provide hinting but no guarantee they will always capture the data. Welcome to social media!
Sounds like caching issue
When copy-pasting anything into Visual composer; try not to copy/paste from a web browser page or MS Word or similar.
Save to a plain text file then copy/paste into visual composer from that.
Stupid I know, but I do this to ensure no “formatting” embedded in other application gets included by browser when pasting into the widgets.
Might not help, but it was one way I got around that kind of weirdness; assuming you were not hacked or something, of course.
In my download I have both versions; with 6 installed it says v6.
Note there are two download options on ThemeForest — just the theme, or the “all files” — there is option to install either v6, the default latest — also a folder with v4 which is old version.
We opted to make “https everywhere” since Google prefers that for mobile — meaning ALL pages, not just ecom/store — even the privacy policy. This ensures you have ONE canonical version with https always and don’t have to juggle that (nightmare I say!) in WP and Yoast.
There are some cheaper SSL certs out there if you shop around.
We use Godaddy for our main business site SSL cert since our DNS is there (or rather domain > nameservers > our local DNS.
For main server SSL, we’re using our long time pals (they do NOT host our server which is at SoftLayer in Dallas, an IBM company) — TSS – https://my-tss.com/ssl-certificates.php
A RapidSSL cert is $20/year and suitable for most sites not doing enterprise level stuff. Wildcard cert is $129/year. Which is typical.
I think we pay $135 for the wildcard cert via Godaddy, but again that’s for our main business portal and NOT for our news sites. We’ll be securing CaliforniaNewswire.com likely early in 2016, and using the $20 option.
Peace out !
Back to work on my damn WooCommerce store … what a nightmare … sheesh. Cubecart 5 had 7 updates in 6 years. WordPress + Plugins + WooCommerce + Extensions I think is up to 50 updates since Spring. Wild, simply wild. Want a career ? Become a WooCommerce Ninja … seriously.
I will likely start a consulting business just to help people keep their WooCommerce sites working.
Oops… back to work ! đ
@Novaque
I don’t see anything on yours releated to gzip/compression.
Browser Caching time refers to “time to live” which can be fixed with the stuff in my sticky post, such as adding the .woff type handler, and the svg — you might have to get them to add the filetype to server (I had to do that). You can’t do anything about the stuff living on other websites than your own.
I don’t think the image builder can read the timecode from the video and embed that into the image. You might need to get a much more advanced plugin for that. YouTube can obviously do that along with number of reads as its their dbase with that data in it.
(ALSO note — something funky with latest update to *THIS* forum trying to do word breaks on word wrap but without hyphens and breaks words mid-word … (at least in IE11/Win7/64) .. just noticed this TODAY)
-
This reply was modified 10 years by
simchris.