wahichu
Forum Replies Created
-
Forum: Plugins
In reply to: [Special Recent Posts] Posts stacking vertically with very narrow widthHi Hans, I added the following code in bold below to the following file:
wp-content/plugins/special-recent-posts/css/layout.cssIt’s probably best you add this directly into the Custom CSS Editor of the plugin within the WP Admin area.
There may be a better solution out there but this works well for me, for now. Make the width whatever you need it but keep in mind it may affect the width wherever else you place the widget. Any other suggestions are welcome.
**
* ——————————–
* THE POSTS CONTAINER
* ——————————–
*/
.srp-widget-container {
width: 790px;
display: -webkit-box; /* OLD – iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD – Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER – IE 10 */
display: -webkit-flex; /* NEW – Chrome */
display: flex; /* NEW, Spec – Opera 12.1, Firefox 20+ */-webkit-box-orient : vertical;
-moz-box-orient : vertical;
-webkit-flex-direction : column;
-moz-flex-direction : column;
-ms-flex-direction : column;
flex-direction : column;-webkit-flex-wrap : nowrap;
-moz-flex-wrap : nowrap;
-ms-flex-wrap : nowrap;
flex-wrap : nowrap;
}Forum: Plugins
In reply to: [Special Recent Posts] Posts stacking vertically with very narrow widthfigured it out, added:
srp-widget-container {
width: 790px;done.
Forum: Plugins
In reply to: [Special Recent Posts] Posts stacking vertically with very narrow widthHi, it’s on the homepage of the website..scroll down and you’ll see it towards the left. It’s possible you looked when I was updated the site.
Thanks, could really use some advice on this asap as we’re trying to send a newsletter out today.Forum: Plugins
In reply to: [Special Recent Posts] Posts are being displayed horizontally after updateAlso, I haven’t even upgraded WordPress to 4.0 yet..
Forum: Plugins
In reply to: [Special Recent Posts] Posts are being displayed horizontally after updateHi,
I’m having a similar problem with these posts stacking vertically with a narrow width after having upgraded the plugin. The issue is on the homepage of the site.
I’m on very recent iMac and all my browsers are updated. Can you please advise how I can make that plugin span 100%.
Thanks
Forum: Fixing WordPress
In reply to: Moved directories, blog broke.Hi there, I’m also having some issues after moving directories and tried several solutions from the codex but haven’t been able to resolve.
I just posted this on another thread but maybe one of you gents can point me in the right direction?:HELP Please!
After trying to change the location of my site and following the directions step by step within the codex(http://codex.wordpress.org/Moving_WordPress), I seem to have made a mistake because and can’t see the site anymore. The first time I had this problem I followed the ‘Quick Fix Method’ solution and was able to get back to the admin page…this time it doesn’t seem to work~
I assuming the problem lies with the URL/URI information I put within the Administration > Settings > General being incorrect…These are the links to the OLD url’s which were working fine before I tried changing address:
http://halcyonline.com/blog
http://halcyonline.com/blog/wp-admin/This is what’s supposed to be the home page link to the new address:
http://halcyonline.com/index.php/
..and this is the message I get.
“Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/halcyon/public_html/index.php on line 17”..the thing is that file IS in the directory it says it’s not. I can’t figure out what’s going on. Could someone PLEASE help me get my site back online! Would really appreciate it.
Thanks
R