qubed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How To: Extending Containing Elements?Thanks for taking a look at this. I really appreciate the fast response.
I made the changes mentioned, however, it still doesn’t bring the “arrows” above the margin/wrap, they are still cut off. Any additional suggestions?
Thank you!
Forum: Fixing WordPress
In reply to: All Sorts of Trouble!update – it appears, i have been able to fix this. the user was set to apache and the group was set to apache – once i changed these to appropriately point to the appropriate user and group the error no longer appeared. if this sticks and doesnt cause problems elsewhere i will let you know otherwise.
Forum: Fixing WordPress
In reply to: All Sorts of Trouble!Update –
I deleted the Secure-Wordpress plugin directly from my ftp file manager and that brought my site back up, so the site is now working, however, now in the wp-admin it tells me: “Upload folder is not writable. Export and file upload features will not be functional.” Even though I have checked my folder permissions and it has all the appropriate chmod permissions relevant for the upload folder to be writable. Any troubleshooting help to specifically remedy this? Thank you!
qubed
Forum: Fixing WordPress
In reply to: Images Being ResizedThanks for the response snowman. The example of the issue I am having can be seen here:
illiam.com/blog
It is the post for “Wanderlust”. I am uploading the post at 960×1445, however, it is being resized automatically to 478×720 or “half”.
Here are the settings I have for my WP media settings currently:
https://imgur.com/gh8ix.pngand the plugin i am using is the featured page widget plugin and the settings it offers for it and what i have them set to are here: https://imgur.com/2xgar.png
I played with your advice in your response and that is how I got to these settings, however, the issue still persists. Any ideas? Thanks!
Forum: Fixing WordPress
In reply to: How to Seperate Navbar on Right & Leftthis is a kind bump. still looking for help. thanks!
Forum: Fixing WordPress
In reply to: Category Template Not Displaying Correct Amount/NumberMoney in the bank. Thank you! That did the trick.
Forum: Fixing WordPress
In reply to: How to Seperate Navbar on Right & Leftok, i have been going hard at this for the last couple days and still no dice. primarily because i don’t have the strongest knowledge in being able to pull it off.
is there anyone willing to take this on and split it for me? please let me know. thanks!
Forum: Fixing WordPress
In reply to: How to Seperate Navbar on Right & Leftthanks so much dgwyer, i will give it a run for my money and see how i do. i appreciate your help and everyone else who has chimed in. crossing my fingers!
ill follow up with updates as i jump in.
Forum: Fixing WordPress
In reply to: How to Seperate Navbar on Right & Leftdgwyer is right, i am using the wp_list_pages function and i have no idea how to seperate them now because of this. i need them both to be able to work together.
my problem is, i have no idea how to implement this or what code/text needs to be implemented to make this work. thanks in advance for the help.
Forum: Fixing WordPress
In reply to: How to get this type of Twitter feed in SidebarThanks guys – I have it up and working just swell now. I truly appreciate the detailed help and significant insight. Please feel free to mark this as resolved.
Forum: Fixing WordPress
In reply to: How to get this type of Twitter feed in SidebarThanks again Samuel.
I am working on placing it in a text side bar widget.
What I have done so far is implemented this into my header and changed the “username” to my own:
<script type="text/javascript" src="https://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="https://twitter.com/statuses/user_timeline/username.json?callback=twitterCallback2&count=1"></script>
I have then placed this into my text widget for the sidebar:
<div id="twitter_div"><ul id="twitter_update_list"><li> </li></ul></div>
but I am not getting anything to display. Do I need to add CSS to my stylesheet to get this to work or add anything else anywhere else? Thank you.
qubed
Forum: Fixing WordPress
In reply to: How to get this type of Twitter feed in Sidebarthank you for the help with this. and my apologies for sounding dense on this issue, but my html / code knowledge is amateur……. where do i need to place this part mentioned in the link provided:
“A dash of HTML
Then in the spot on your page where you want to show your latest tweets, you place the following code.”
<div id="twitter_div"><ul id="twitter_update_list"><li> </li></ul></div>
Forum: Fixing WordPress
In reply to: How to get this type of Twitter feed in SidebarThank you for the response Samuel. The link you mentioned stated placing the code in the custom_functions.php for the thesis theme. I however do not have a custom_functions.php file and I am using a different theme, is there some other file where I should place the code? Thank you!
qubed
Thank you for the response. In addition to the anchor tags, how have they set up the page? It looks like they are using a page template, but have the page set up like posts one on top of another to be able to link to one another from the top. How are they able to do this within a page?