astrox
Forum Replies Created
-
Forum: Plugins
In reply to: Disqus Comments | WordPress Commentscould someone please help me?
Forum: Themes and Templates
In reply to: How To Delete Categories from Header – Bueno WooThemes?@fumme I’ll be totally honest with you .. I don’t remember how exactly I did it .. I do remember I opened a file inside the theme’s folder and edited it on Dreamweaver.
Weeks laters I created a Spanish version of my blog [es.gotlockerz.com/blog] and you’ll noticed in this one I haven’t been able to edit/change the category ‘uncategorized’ :S
So I’d still want to know how to accomplish this!
@spencerfinnell I can’t because in order to get support from them I have to have a subscription .. the Bueno theme was/is for free
Forum: Themes and Templates
In reply to: Avoid Featured Image inside Posts are removed Bueno ThemeThank you soooo much alpha_llama .. I highly appreciate your help!
Forum: Plugins
In reply to: Permalink inside a post?I found the solution .. it was a matter of time to figure out by myself what exactly I was looking for [‘anchor links’ I know now]
https://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/
Forum: Plugins
In reply to: Permalink inside a post?anyone?
this is pretty much what I’m trying to do within WordPress –> https://www.thesitewizard.com/html-tutorial/link-to-specific-line-or-paragraph.shtml
Forum: Networking WordPress
In reply to: Network Site – Subdomain SubdirectoryI forgot I had to create a new database.
I am still interesting about the plug-in though
andrea_r .. is this the plug-in you were talking about?
https://www.ads-software.com/extend/plugins/wp-multi-network/installation/thanks!
Forum: Networking WordPress
In reply to: Network Site – Subdomain Subdirectorybut I can’t install WP on the subdomain .. I’m getting this
Already Installed You appear to have already installed WordPress. To reinstall please clear your old database tables first.
about the plug in .. is the following plug-in the one you were referring to?
https://www.ads-software.com/extend/plugins/wp-multi-network/installation/Forum: Fixing WordPress
In reply to: Use same settings for themeanyone?
Forum: Themes and Templates
In reply to: Bueno Woo Themes | Header, footer, and font problemAfter digging deep in all files, for some reason I skipped the ‘style.css’ file
anyways … for those who might have the same issue I had this is what I did:
– First, it turns out what I called ‘header’ wasn’t really the header, inside the style.css it’s #navigation
/* 2.2 Navigation */
#navigation { text-transform: uppercase; font-size:11px; background-color: #f37521; }-Now for the footer, this was easy:
/* 2.7 Footer */
#footer { font-family: Helvetica, Arial, sans-serif; font-size: 11px; padding: 20px 0; background-color: #f37521; color: #fff; text-transform: uppercase; }
#footer a:link, #footer a:visited { color: #fff; }
#footer p { margin: 5px 0 0 0; }
#footer #credit img { vertical-align: middle; }
#footer #credit span { display: none; }what I still can’t figure out would be changing the default font used in the header.php
<script type=”text/javascript”>
Cufon.replace(‘h1, h2, h3’, { fontFamily: ‘ChunkFive’ });
</script>to a custom font [the fonts used for the ‘Home’ ‘Pictures’ ‘Videos’ etc navigation text]
https://www.gotlockerz.com/blog
any help you could give me, it will be appreciated it!