graphical_force
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress edit UI does not display. Only able to see left-hand menu.It looks like your using 3.3.1. It also looks like your using Streamline Child Theme. You could delete the theme using ftp and it will default to the default theme. You could also delete plugins this way as well. This is basic troubleshooting to see if the issue lies with any code from a theme or plugin. Once you identify the plugin or theme you then know where to concentrate. Of course I would make sure I have a copy of anything that was deleted first.
Forum: Fixing WordPress
In reply to: Fonts too small in the body of pagesThe reset.css file is in your theme folder. You don’t have a “default font size” for the whole site. That would require to check everything but you can use firebug if you use firefox or dev tools if you use chrome to inspect those other paragraphs.
Forum: Fixing WordPress
In reply to: Self Assessment / RecommendationIt’s a premium plugin but I’ve used Gravity Forms for something similar before.
Forum: Fixing WordPress
In reply to: Fonts too small in the body of pagesThe two paragraphs on the home page are controlled by two different css rules.
One is here in style.css:
#content p { font-size: 13px; padding-bottom: 20px; }The font-size can be changed there but that does not control the second paragraph. That is being controlled by the reset.css file.
I would be cautious changing that. You may want to make sure the second paragraph is within the content rule or add a new rule. I have not looked at other pages but that should get you started.
Forum: Fixing WordPress
In reply to: WordPress edit UI does not display. Only able to see left-hand menu.Was an update done to any plugins, themes, or core? Can you post a link to your site?
Forum: Fixing WordPress
In reply to: Fonts too small in the body of pagesCan you post a link to your site?
Forum: Fixing WordPress
In reply to: Changing Theme Home Page from a Post to a PageJust remove the one that is not needed from the menu and you should be fine.
Forum: Fixing WordPress
In reply to: YouTube videos only showing as pictures. Will not play.It seems nothing is clickable (any links) between the slider at the top and the slider at the bottom. Anything in the sidebar is clickable. When I use Chrome devtools, is shows a div called clearfix when trying to inspect the youtube videos or links except for the sidebar. This is basically a theme issue since the clearfix is overlayed over the links and youtube videos which makes them un-clickable.
Forum: Fixing WordPress
In reply to: Random image at the top of pageUnfortunately premium themes are not supported here, only free ones. You will have to get support from the author’s support forums. http://tokokoo.com/beta2013/docs/
Forum: Fixing WordPress
In reply to: Beginner help with Slider on center of home pageUnfortunately premium themes are not supported on these forums so you would have to get help from the author of the theme.
Forum: Fixing WordPress
In reply to: Changing Theme Home Page from a Post to a PageYou can make any “static” page the home page by changing the settings. This should help you: http://codex.ww.wp.xz.cn/Creating_a_Static_Front_Page
Forum: Fixing WordPress
In reply to: WordPress unknown page!!Have you tried flushing the rewrite rules? http://wp-bytes.com/function/2013/02/flushing-permalinks/
Forum: Fixing WordPress
In reply to: I goofed. Custom code gone wrong!! Help ASAP. Locked out of site.If you have access to the server (not sure if you do?) you can delete the theme and it will default to the default theme. The errors your showing look to be theme related. Also, for the future, you should be making backups before you do custom work.
Forum: Fixing WordPress
In reply to: Loading IssueCould you post a link to your site? Also, have you tried to activate the default template since the warnings appear to be theme related?
Forum: Fixing WordPress
In reply to: Theme options will not show.You will have to get support from Theme Forest since that is a premium theme. Only free themes are supported here.