wpninjatech
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Loss of size on Landing page widget with 4.9.2 updateHi @durbantv
I checked your site and the issue is the widget. it gave a static size so the video was resized. See this screenshot https://prntscr.com/iazt5aWhat you can try to is to force new style, this is a temporary fix and I am not sure if it will work.
Create a backup first before you try and add this to your css
#layout4 {
width: 640px !important;
height: 385px !important;
}Forum: Fixing WordPress
In reply to: Installed a new theme and Has taken site downwhere did you changed the url. Is it in the general settings?
I was able to access your site tasteslikecaramel.com/wp/wp-adminYou can change the url path point to the “wp” folder. So when the domain tasteslikecaramel.com you don’t need to add “/wp”
Forum: Fixing WordPress
In reply to: htaccess broke my admin loginTry to rename your .htaccess to OLD.htaccess
Forum: Fixing WordPress
In reply to: Can not delete a page that should be trashedGood to hear you found a solution
Forum: Fixing WordPress
In reply to: htaccess broke my admin loginWhen I tried to access the link you posted it seems like the site is not available https://prntscr.com/i73w48
Forum: Fixing WordPress
In reply to: This site can’t be reachedFrom what I can see, the domain’s IP is 96.125.162.175 https://dnschecker.org/#A/bukwit.com
Is that supposed to be it’s IP address?
Forum: Fixing WordPress
In reply to: Can not delete a page that should be trashedTry to delete the page permanently go to the trash column and check the page then on the bulk actions choose delete permanently https://prntscr.com/i69rhl
Forum: Fixing WordPress
In reply to: Can’t add affiliate linkThat’s good to hear, glad you found the solution ??
Forum: Fixing WordPress
In reply to: Domain Change caused 2 problems and I don’t know where to fixThat’s good to hear that you’re site is running again.
Forum: Fixing WordPress
In reply to: Homepage updateCan you show us what page is set in your homepage? It’s under Settings > Reading > https://prntscr.com/i5y48x
Is the page set there the page you want to show?
Forum: Fixing WordPress
In reply to: Issue updating Image Titles and Alt TextHave you tried using this plugin https://www.ads-software.com/plugins/media-library-assistant/
Or you could also try this https://www.ads-software.com/plugins/auto-image-attributes-from-filename-with-bulk-updater/
Just change the filenames of your images then it will automatically change the titles and alt texts of the images based from it’s filename
Let me know how it goes.
Forum: Fixing WordPress
In reply to: Applying the styleFrom what I understand you wanted to use the same style of the https://www.thinkfree.com/en/blog/ to be the same with the japenese and ru blog.
So it does mean japanese and russian blogs have a different wordpress install?
Just a quick suggestion to minimize site maintenance, you can download a plugin to have your site in multilingual so that you can just manage 1 site.
But if you wanted to mirror the theme of the english blog. You can just duplicate it and remove the posts and then import blog posts from the japanese/russian blog and so on.
Forum: Fixing WordPress
In reply to: How can I resize featured image & make a coustom home page?For featured image size you can add this to your theme’s function.php (Make sure you backup first and havea child theme)
if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 150, 150, true ); // Change to your desired image size
}To make a custom page you can check out this tutorial by https://www.wpbeginner.com https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/
They have a video so you can easily follow it.To assign a page as your homepage goto your dashboard > Settings > reading https://prntscr.com/i5xp1k
In the reading page, look for the dropdown field “homepage” this is where you can choose which page you want to be your homepage https://prntscr.com/i5xqwuForum: Fixing WordPress
In reply to: Domain Change caused 2 problems and I don’t know where to fixI just like to ask your purpose of having 2 domain urls? And how do you point each domains to your site? Domain pointing shouldn’t affect the layout or how your site looks.
Forum: Fixing WordPress
In reply to: Can’t add affiliate linkHi, im not sure what is the exact issue you are having but I can access the affiliate links in the text https://prntscr.com/i5xapi