blogthisnow
Forum Replies Created
-
Photocrrati.
As per the link shown:
https://www.realsimple.com/home-organizing/best-space-heaters-00100000068405/index.html
How easy is it to use NextGen to create a gallery paginated like that list on Realsimple?
Hi Photocrati.
I haven’t even tried the plugin yet. I want to start a new project but first I had to check with you to see if this is possible.
Now I will try and see how it goes.
Thanks
Mark
Forum: Fixing WordPress
In reply to: How to move WordPress WITHOUT losing theme settings?Hey guys I’m back.
OK so here goes.. I was making a huge mistake.
What happened is that I was using a search and replace plugin.. which is not the one that is mentioned on the link you sent me:
https://codex.www.ads-software.com/Moving_WordPress
Everyone must follow those instructions to keep widget and theme settings intact.
ALTHOUGH – I still did find that the widgets weren’t correct after moving which was a hassle to fix but was at least able to keep my theme setup.
Thanks guys.
Forum: Fixing WordPress
In reply to: How to move WordPress WITHOUT losing theme settings?Yes I follow those instructionsa and then the two things I lose settings for are:
Widgets
Theme SettingsI cannot find a way to avoid this and it happens every theme and every move.
Forum: Fixing WordPress
In reply to: How to move WordPress WITHOUT losing theme settings?Ok let’s focus on widget settings.
So how do I move WordPress without losing widget settings?
Forum: Fixing WordPress
In reply to: How to move WordPress WITHOUT losing theme settings?Ok well let’s put it this way.
Widget settings are stored where?
Theme settings are stored where?It doesn’t matter which theme I use..
I will always lose theme settings and widget settings if I move wordpress.
Searching this forum brings up multiple topics surrounding this issue but never a concrete solution.
If anyone has experience please answer with relevant discussion. I feel so far we haven’t got anywhere with this discussion.
Forum: Fixing WordPress
In reply to: How to move WordPress WITHOUT losing theme settings?I’m using a theme from themeforest that stores settings using the standard method that WordPress demands from themes.
This method is what causes the problems when moving WordPress.
It’s a common problem I can see from searching the forum but still no documentation on how to move without losing settings.
Forum: Fixing WordPress
In reply to: How to move WordPress WITHOUT losing theme settings?Hi,
That is cool article but it doesn’t explain how to move WordPress WITHOUT losing theme settings.
I followed these instructions and the WordPress loses ALL theme settings and also widget settings.
I don’t understand how lacking WordPress still is on this matter.
Looks like I have to stop using this plugin.
This issue is too common now.
And if it works on Localhost just fine it should work fine on the server.
Plus I need all the plugins.
I get this exact problem.
Thanks for the fix.
Forum: Fixing WordPress
In reply to: How to stop quick edit from changing the published date and time?This forum really has died.
Forum: Plugins
In reply to: [User Role Editor] Allow them accesss to this pulgin (code inside)Wow, you just taught me something too. Thanks so much.
Forum: Fixing WordPress
In reply to: Multiple post categories, how to choose slug base?Please
How do I choose which category is the base of the url if I’ve selected multiple categories for a post?
Thanks
Forum: Plugins
In reply to: W3 total Cache, dont cache page/2 and page/3I also want this answer.
Page 2 is not updating nor page 3. They all have the homepage content on them.
Forum: Plugins
In reply to: Post loop for specific post ids?That doesn’t work either.
<?php $post_id = array(483,486); $posts = get_posts( array( 'post_type' => 'post', 'post__in' => $post_id ) ); foreach( $posts as $post ) : setup_postdata($post); ?> <h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1> <a class="thumb" href="<?php the_permalink(); ?>"><?php dp_attachment_image($post->ID, 'thumbnail', 'alt="' . $post->post_title . '" class="hthumb"'); ?></a><?php the_excerpt(45); ?><a href="<?php the_permalink(); ?>" class="more">Read More..</a><div style="clear:both;"></div> <?php endforeach; ?>