kubegusa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database errors on website after upgrading to WP 3.5Yes that’s what I understood from the article. Do you think the only way to find which theme or plugin is causing the error, is by trial and error, by disabling the items one by one..?
Forum: Fixing WordPress
In reply to: Database errors on website after upgrading to WP 3.5Thanks for getting me started! Really appreciate it.
I found this to be the solution for my issue:
https://www.alexbr.com/wblog/?p=94My site seems to function fine, and I chose to hide the php errors by editing the wp-config.php file
I added this code and the error is now hidden@ini_set('log_errors','On'); @ini_set('display_errors','Off');
Forum: Fixing WordPress
In reply to: Change nav menu item color when you're on that pageHey that is awesome that my solution helped someone else! And I appreciate you mentioning it. Excellent.
Thanks for the hint on looking at #supplementary. Changing the padding fixed the issue. In deep appreciation!
I have Firebug but I can’t say I understand how to use it well enough yet.
No, the site generator is reformatted into the vertical thing that I also have an issue with. It’s really a very small space right below the colophon background image. You can see the sutble color difference, the light blue and lighter blue…
Forum: Fixing WordPress
In reply to: brain busted – adding videosuser vimeo, as far as I know, they don’t do ads ??
https://www.vimeo.com
same principle as youtube but a much nicer company, they are the choice of a lot of artists
it would be silly to host your own videos, though it can be done if that’s what you really want.. but check out Vimeo first, it just might be what you needForum: Fixing WordPress
In reply to: Disabling blogging features (comments etc.)Yes this is totally possible. But depending on what you are using and what is turned on, the features you need to disable may vary.
Which theme are you using?
You can create a static home page, and create new pages based on templates that don’t contain posts. For the default theme Twentyeleven, it means to not use the showcase template.Forum: Fixing WordPress
In reply to: Twentyeleven Child: How to remove last pipe character from nav menuOh my god, you’re a star! I spent HOURS looking to fix this. Thanks so much!
Forum: Fixing WordPress
In reply to: locating home page source codecheck the actual file using FTP
Forum: Fixing WordPress
In reply to: locating home page source codeForum: Fixing WordPress
In reply to: locating home page source codeForum: Fixing WordPress
In reply to: Change nav menu item color when you're on that pagesolved
Forum: Fixing WordPress
In reply to: Change nav menu item color when you're on that pagetotally fixed this myself *proud*
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a { color: #044c72; }
Forum: Fixing WordPress
In reply to: How to avoid problems when customizing Twenty Eleven themeAnd tell her that if the theme ever gets updated, all your hard work will be overwritten and will have been in vain. This is really best practices and normal to work with a Child theme. Tell your IT person to get educated on this. ??