Arnel C.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] how to change width size and font size?Hello Bellaes,
If you want to make these type of changes, they are typically done by changing the CSS style sheet.
Here’s a good post on the issue that gives you the information you need on this issue:
I was reviewing your post and you mentioned that you:
I did make changes to permalinks to reflect the new URL and executed a search and replace, which now says there are 0 entries found with the old URLs.
Typically, the best way to reset permalinks is to set them to DEFAULT, saving so that they go back to the unfriendly links. Then resetting them to the permalink format that you had previously.
It’s possible that your image links need to be reviewed after you replaced them with the search and replace.
Hello Genesis,
Sorry to hear you’re having problems with the images. When you state that you’re having problems with the image files missing, are you able to take the link for the image file and verify the file is there and appears? You can check on this by right-clicking on the broken image icon and looking at the URL. Copy that URL into a browser by itself and see if the image resolves. Make sure that the file is located where that link indicates. If you don’t see them, then the files are not located in the right place, or the link is incorrect. If these links are correct and you’re seeing an image appear, then there’s something else affecting the image and keeping it from appearing. Check the error logs to see if you can shed further light on this issue. Make sure that when you’re searching for the link, that you’re using the exact case. Differences in the case can often mislead you to be looking for the wrong file.
If you continue to have the problem, then provide a little information on the issue such as a URL or error messages/logs.
Forum: Fixing WordPress
In reply to: Error uploading WP media Library 3.6Hello Native Imaging Member,
Sorry to hear about the problem you’re having with the uploading. I was looking around to see if anyone else had a similar issue and there is this post:
The issue resolved in this post states that the WordPress Media upload directory needed to be changed. As you’re seeing this across multiple sites, it may be related to this very issue. They provide a screenshot. Check it and let us know if this helped fix your problem!
Forum: Fixing WordPress
In reply to: CSS not working for permalinkHello CombatPost,
If you are using the following styling:
.main-text h1 a:hover{ text-decoration: underline; }This is trying to underline a hyperlink that you hover over.
Try removing the “a:” -it will then underline regardless if it’s a hyperlink.
Forum: Fixing WordPress
In reply to: Adding Child Themes to Multisite WordPressHello Jyana,
There are several posts on the use of child themes in multisite issue. This post Mulitsite Child themes suggests that you review the error log to see what’s happening. The user who was having the issue was able to resolve it after review the problem.
Can you see if the issue is being logged in your error logs? Also what theme are you referring to?
Forum: Fixing WordPress
In reply to: analyzing and displaying results from a quantitative surveyHi Robert,
The built-in functionality would probably not cover all of your needs for the survey and forms you’re talking about. However, the nice thing about WordPress is that MANY people think of the same thing and then come up with a plugin that provides that functionality for you – very often for free.
Check out this plugin:
You should also google “WordPress Survey tools” or something along that line to see other plugins that may fit the scope of your request.
I know that this is not a direct answer for you, but I hope it provides you with a direction in which to find your solution.
Forum: Fixing WordPress
In reply to: Problem with the external links in the postsIf you’re going to be putting external links for a website, you would need to the follow the format for the HTML link code. You can’t leave it out.
<a href="http://external_domain_name.com">External Domain name</a>Otherwise, it won’t link properly. You can decide to leave the WWW out, but you can’t leave the HTTP:// portion out. Otherwise, the link won’t work.
And yes, if you do the link code improperly, it will be noted as a bad link and possibly affect your search engine rankings.
By the way, if you noticed – if you put the text in between, you can make it appear without the “http://www”. The code is designed to do that for you. Here’s an example:
<a href="http://ww.wp.xz.cn">WordPress Home Page</a>This would appear in your post like this and still link out properly:
Hope that helps to explain it!
Forum: Fixing WordPress
In reply to: Site was hacked via DB need help cleaning upHi Digiboom,
Sorry to hear you’re having issues with the database- it definitely takes a lot of work to get stuff out of there.
If you’re not familiar with using queries to remove or update the tables so that you can remove the entries, then one option you should consider is to export the database as a SQL file using a mysql client like phpmyadmin. When the file is exported, you can use a text editor like Notepad++ and then run a text-based search for entries that you know are injections. If the injections are URLs, then you should identify the entry and then search and eliminate it. You can also look for text strings this way. It’s the “code-less” way to do make the changes. Otherwise, you’re going to need to run a query and then update in order to make changes in the database.
Without seeing the database we won’t be able to know what actually needs to be removed. If its a base64 injection, then you’ll need to try the isolate at least one instance of it and then search to delete it.
If you have a clean backup – then that is your BEST option. Otherwise, you’re going to be either slogging through the database looking to remove the entries, or starting afresh.
After you have finished removing the entries,you can then import the database back in using a MySQL client such as phpMyAdmin.
Forum: Fixing WordPress
In reply to: Photos Will Not Display SuddenlyI checked this in IE10 and it gives me the same problem in both places. I can see that the picture link works fine, so it should be okay. Take a look at this console screenshot though. There’s a jquery bombing out – Screen cap
Looks like it has something to do with displaying the picture – might be a plugin. I would first double-check the plugin for your images (if you’re using one). You might also want to check and make sure that you don’t have any re-directs in your .htaccess file that might affect the path being pulled for your images.
I hope that helps get you going in the right direction for the issue. Start by simplifying – disable the plugin, and remove any re-directs (at least temporarily). If you need to see a default WordPress .htaccess entry check out this link: Default .htaccess
Hello Thi Audio,
There are probably many better ways to do this, but I’ll just list one way and if I find a better way, I’ll re-post.
First, we have to assume that you have an Excel Spreadsheet setup for EACH student. I have yet to find a way to be able to tie in the login from WordPress to isolate data on an Excel spreadsheet. At least, you need to be able to change the table view for the Excel spreadsheet so that you’re isolating the data for that student. This is something you can do in Excel.
There are several plugins that allow you to import Excel worksheets and view them. Check out this one: Tablepress
You can then publish a page for a specific student, and embed the spreadsheet using TablePress (or other plugin) into the table (or post) that you would assign only to that student.
If you have a lot of students – this method is probably not the most efficient way, as you would need to create a page/post per student and then also publish the spreadsheet per student and embed it.
Still, I hope that helps to give you workable solution.
Forum: Fixing WordPress
In reply to: Is there a decent "newsletter" plugin for Jetpack subs?Hello TIEro,
Check out MailChimp – one of the better mailing list/newsletter services out there. First 2000 subscribers are free and you can send up to 12000 emails per month.
Forum: Fixing WordPress
In reply to: How to check if my GA code is installed twice?Hello Amateurhour,
First, you’re not using a plugin are you? Because you can also manually add the code – typically in the Footer (Adding Google Analytics)
If you’re using the plugin and you also manually put the code in, then remove the plugin – at least temporarily – to see if it will help clean up your results.
Also, if you added the code manually, then you should be able to go BACK to that location and clean up the code when you review it.
I hope this helps give you some direction!
Hello Asolis11,
Sorry to hear the problem. Probably, the easiest thing to do is to export your Spanish database to SQL (which is a text format). Then do a search and replace for the URL that you’re having a problem with – replace the English site URLs with the Spanish one. And then re-import the database. Otherwise, you can also create a SQL query to do this – but exporting and doing a search and replace with a text editor is much simpler.
I hope that helps!
Forum: Fixing WordPress
In reply to: I've been hacked by russians… I think.Hello Bittysites,
Sorry to hear you’re having problems with your Safari and iPhone. It’s possible there is toolbar plugin or other hidden malware that is not being detected causing the issue. I looked this up on the Apple Support forums and found this post:
Apple Support Forums – “Google Redirect Virus”
Check out the last link in the article and that may help you pinpoint the issue.