mircofragomena
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pagination within category's postsI’m really sorry to ask again for help, causing my post to go up again.
Though, I’d really need to solve this problem – it’s the last step I need to fix in order to close this project, and to me sounds so easy that I’m just driving mad by myself!Is anyone out there so kind to help me out to close this project?
Thanks a lot, really!
Forum: Fixing WordPress
In reply to: Pagination within category's postsHere there’s the 3 snippets of code I believe might make the difference ??
pagination.php: https://pastebin.com/KEG6rTLA
category.php: https://pastebin.com/yV97zygW
single.php: https://pastebin.com/8h5xNAKjForum: Fixing WordPress
In reply to: Pagination within category's postsSorry for the up, but after 4 months I’m still stucked on this!
Could you help me out?Thanks a lot in advance to whom is gonna try to help me!
Hi Tom,
now the page should be online again!
It still remain slow, and I tried from different computers and mobile devices.
I don’t have any slider, just this one, and the thing is that I should add more than one!I installed WP Total Cache and it’s working a bit faster now, but I’m a bit afraid about when I’ll have more posts, and so more sliders!
I don’t know what kind of problem could be!
Maybe because it’s not resizing the pictures to fit both in width & height with the slider?
How can I do this?
Because the sizes of the pictures are often not the same, and I would have something that automatically resize with a max-height the slides to be sure that the whole picture is showed!If you have any advices I’ll really appreciate, maybe we’ll figure it out!
Anyway, really thank you again!
MircoHi Tom,
thank you for your time!Ok now I understood the W*H!
But it seems still to slow!
It’s true that I have like 15 pictures, but it shouldn’t be so slow!Please take a look here: mille9e20
The first, and the only one, post that you’ll find, is using MS but the whole page is slower than the others.
And it’s the blog page, that means that it will have more posts!Thank you again,
MircoForum: Fixing WordPress
In reply to: Redirect in loop (.htaccess)Hi,
yes I did!
But didn’t worked.
The dashboard is loaded and works, but pages, posts and media miss some documents and links.I also tried to regenearate all the permalinks and link thanks to a plugin but nothing good happened!
Where is the issue?!
Thanks
Forum: Fixing WordPress
In reply to: Redirect in loop (.htaccess)Hi,
I moved all the files in public_html folder into public_html/wp.
I just left index.html (my new frontpage) and .htaccess.Now if I click “Enter” from the frontpage it took me to the index.php of WP.
But this one has all the links (page, articles and medias) messed up!How can I repair it?
Thank you so much!
Forum: Fixing WordPress
In reply to: Redirect in loop (.htaccess)Hi,
and thank you again for your reply!Does move my WP folder in a sub-folder will mess up all my links, medias and blabla?
And which is the folder that I should move?
WP-content or also the pages that are in the root (for example, the index.php)Thank you so much again!
Forum: Fixing WordPress
In reply to: Redirect in loop (.htaccess)Hi Jamie,
I edited the .htaccess to give priority to index.html and then index.php but when I press the link to index.php from .html it re-load the index.html like in a loop!
What the problem can be?
Forum: Plugins
In reply to: External frontpage / then WordPressSOLVED:
please delete!
Thank you!
Hi Tom,
thank you for your reply.Yes, seems all clear, but anyway there’s something wrong with my MetaSlider.
I’ve set the max/min width/height from the Media page in the Settings of WP.
Then uploaded all the pictures through MetaSlider, selected the images, created the slide and…it is sooooo slow!
And in the MS Slide page it shows me the size of the pictures that are still big as the one that I’ve locally!Where’s the problem?
It will be great if I could figure it out uploading big and un-edited pictures from MS and have the pictures smaller automatically!
It saves time!Thank you!
Hi Tom,
thank you for your reply and your kindness, I understood it perfectly!Just to now (and in case I will open a new post)..
Does the upload through MetaSlider resize automatically the pictures as WordPress does?Thank you again!
Forum: Fixing WordPress
In reply to: Div in certain category in certain positionYes!
Also this code works, but it doesn’t get the information from a ID post but, seems, from the post that I’ve in the same page.What if, for example, would like to load that part of code/content, but from post_ID 123?
Anyway I have to thank you for everything!
Forum: Fixing WordPress
In reply to: Div in certain category in certain positionI really have to thank you for your time and help!
The above code is working but I’m just getting the title of the post without any style and content.
If you, for example, go here https://www.mille9e20.com/hand-out-1-bros/
you will see a white box with video and text.
That it’s a post that automatically get that style by CSS.I would like to have the same box, from a certain post, that appears dynamically with the is_category function to show up the white box + content + style in a certain category.
Is it possible?
Really, thank you so much!
Forum: Fixing WordPress
In reply to: Div in certain category in certain positionYEP!
It’s working!
Huge thanks!Can I decide to display an article inside the is_category function?
Because the layout that I would like is pretty the same of an article, and it’s easier to edit it by the Article page itself instead of coding.I’m using this code
<?php if (is_category('6') || in_category('6')) { ?> <?php query_posts('p=204'); ?> <?php } ?>