RockSolid Design
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change paragraph font size in Golden Responsive Vintage ThemeI guess that´s a rhetorical question WPyogi 😉 But you´re right, thanks for pointing that out 🙂
Forum: Fixing WordPress
In reply to: How to change paragraph font size in Golden Responsive Vintage ThemeIt´s in your wp-content/theme/golden directory on your server.
Forum: Fixing WordPress
In reply to: page looks uglyIt is also possible to change the SITE and HOME URL in the wp-config.php. This might be an easier method. See http://codex.ww.wp.xz.cn/Changing_The_Site_URL for more info on this,
Forum: Fixing WordPress
In reply to: page looks uglyCan you get into you DB? If so look up the OPTIONS table to see if the SITE and HOME URL are correct, if not change it to the correct URL.
Forum: Fixing WordPress
In reply to: How to change paragraph font size in Golden Responsive Vintage ThemeThis theme uses the Flexslider. You can edit the styling in /assets/css/flexslider.css
for paragraph add
p { font-size: 20px!important; }for caption add:
.flex-caption p {
font-size: 18px!important;
}.slides span {
font-size: 20px;
}Forum: Fixing WordPress
In reply to: page looks uglyLooks like you did not move the site correctly and now the permalinks and site/home URL are pointing to the wrong domain.
Try updating the permalinks and setting the home and site URL correctly in the dashboard. Be sure to hit the update button, even if you don´t change anything. Make the htaccess file writable first so it can update.
For example, when you click on “gebruiksaanwijzing” it will give you an error. Then when you replace the domain http://www.cosmofix.nl/ with http://www.hetistijdvoorhelderheid.nl/, then it will show the page correctly on http://www.hetistijdvoorhelderheid.nl/?page_id=2
Forum: Fixing WordPress
In reply to: Unexplained file in WordPress – Cannot get rid of it – Help!The fastest way of doing this is to just download the whole public_html folder to your pc, and then do a search on this map. (Assuming you use Windows) The search should not take more than a few moments then. That is how I usually do it 🙂
Forum: Fixing WordPress
In reply to: Unexplained file in WordPress – Cannot get rid of it – Help!OK, good to hear.
You can try using a text string searcher like WindowsGrep to do a scan for cc_af.js in all your files. If a file is referencing to cc_af.js or anything related this might give some clues.
Forum: Fixing WordPress
In reply to: Problem updating 3.4 to 3.5Not sure what causes the errors then. You might want to try update manually, that should work anyway. It´s a little more work but at least you will have the latest secure WP version…
Forum: Fixing WordPress
In reply to: broken linksI see you have Yoast SEO installed. Please uncheck this option:
“Strip the category base”
See if that works.
Forum: Fixing WordPress
In reply to: broken linksAlso, do you have a SEO plugin installed? If so, check if there are any permalink settings checked. Try disabling the plugin first to see if that fixes the problem.
You might also want to disable all other plugins to see if that fixes the problem.
Forum: Fixing WordPress
In reply to: broken linksJust to be sure it is not the permalink settings, can you change the permissions of the .htaccess file to 777, and set the permalink structure to the “Default” and click Save? Then check to see if the category links work correctly. After that set the permalinks back to “Postname”.
Forum: Fixing WordPress
In reply to: alarming crash!I have no problem opening the page http://www.evangeliska.nu/sermons. I can also listen to the audio files.
Is your WP up to date as well as all of your other plugins? Also try emptying your cache or try a different browser to see if the problem persists.
Forum: Fixing WordPress
In reply to: Problem updating 3.4 to 3.5Try setting the permission of /public_html/blog/wp-temp to 777 while updating.
Forum: Fixing WordPress
In reply to: Unexplained file in WordPress – Cannot get rid of it – Help!Your site seems to be infected by malware. If you do a check on http://sitecheck.sucuri.net you will see your site is blacklisted.
Are you using a free theme? If so I would recommend only using a theme from a trusted source. You might also be hacked. Please refer to http://codex.ww.wp.xz.cn/FAQ_My_site_was_hacked for steps to take.