malevolentia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting sidebar/widget to display horizontallyDoes it help to show which theme base I use?
https://themekraft.com/tk-wordpress-bootstrap-starter-theme/
Otherwise I will try and upload it on another domain. Just a lot of work ??
Forum: Fixing WordPress
In reply to: Getting sidebar/widget to display horizontallyThis is how the widgets gets coded. I’ve tried ‘float: left;’ and ‘display: inline-block;’ and such.
<div class="dogs"> <aside id="text-10" class="widget widget_text"> <h3 class="widget-title">Box 1</h3> <div class="textwidget"><img src="IMGURL" /></div> </aside> <aside id="text-11" class="widget widget_text"><h3 class="widget-title">Box 2</h3> <div class="textwidget"><img src="IMGURL" /></div> </aside> </div>
- This reply was modified 8 years, 2 months ago by Steven Stern (sterndata).
- This reply was modified 8 years, 2 months ago by malevolentia.
Forum: Fixing WordPress
In reply to: Getting sidebar/widget to display horizontallyIt’s just that it’s on my “dev url” and not where the customer will have it’s site and I don’t want that specific one to be public. But I’m not working live. ??
I do understand you though!
But is WordPress set on having sidebars/widgets vertically? It seems like it’s a hard thing to get it horizontally or?
Forum: Fixing WordPress
In reply to: Getting sidebar/widget to display horizontallyI don’t want to post my site’s url here if I can’t remove it afterwards? ?? Or can I?
Forum: Fixing WordPress
In reply to: Getting sidebar/widget to display horizontallyHey!
I wan’t boxes like these to be shown horizontally when added to a widget. They are in a dynamic sidebar now.
https://gyazo.com/733ab8b0935905ac469dca76ffa67ce5
Just to make it super clear – it’s a dynamic sidebar and I’ve added widget boxes in it but I want them to be displayed horizontally. ??
- This reply was modified 8 years, 2 months ago by malevolentia.
- This reply was modified 8 years, 2 months ago by malevolentia.
Forum: Plugins
In reply to: [Menu Social Icons] Horizontal layout for sidebar?Wondering exactly the same thing!
Forum: Fixing WordPress
In reply to: Organizing a lot of photosHey!
Thanks for your answer! The thing is that I’m not sure I have the knowledge enough to create my own plugin. I was thinking that it might be solutions that I didn’t know of that might come with WP.
I might need to use plugins then, thanks for you input! ??
Forum: Fixing WordPress
In reply to: Managing site with 3000+ pagesThank you for your answer, I feel safe now. Just wanted to know if I should think about something in particular before finishing ??
Do you mind answering what you mean with “an ideal database schema”?
Have a great weekend!
Forum: Fixing WordPress
In reply to: Managing site with 3000+ pagesI’ve never tried Joomla. Why would it be better? ??
I don’t want to start from scratch now but I appreciate your inputs!Forum: Developing with WordPress
In reply to: Page excerpts, how to add?Thank you so much for your answer, appreciate it!
Forum: Developing with WordPress
In reply to: Page excerpts, how to add?For example it seems like this plugin is what I’m looking for EXCEPT that it only works to be used in a sidebar:
https://www.ads-software.com/plugins/page-excerpt-widget/But it’s outdated?
- This reply was modified 8 years, 2 months ago by malevolentia.
Forum: Fixing WordPress
In reply to: Post all pages in on front pageCould you be more specific? I’ve spent so many hours on this already, I would really appreciate it.
1.) What code do I put in index.php to get all pages to load on front page.
2.) Where in functions.php should add it and what’s the code?
Forum: Fixing WordPress
In reply to: Old posts doesn’t workAnyone?
Forum: Fixing WordPress
In reply to: Old posts doesn’t workThanks again for your answer.
But I know https://robert-carlyle.com/news/biography/ works
But before it worked with all the sites https://robert-carlyle.com/biography/
I dont want the folder news to show and I cant seem to get it to work again?
Forum: Fixing WordPress
In reply to: Old posts doesn’t workNow I see at Permalinks tha ti should update my .htaccess file and I did and it was already the correct code there and I CHMODED it to 777 and also tried 775 but still it doesnt disapear. Can it have anything to do with this?
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>