Lordwarz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remember my settingsWow you are amazing! thanks a lot you literally just saved me half my life spending it on posting the same settings over and over again! <3
Forum: Plugins
In reply to: [Video Thumbnails] Hulu Embed codeSutherland Boswell what would be the workaround for the hulu embedded code?
I have resolved my own problems thanks alot everyone -.-…
Alright since no one has been able to help i did some research and came across the solution to the URL issue.
I needed to change the database URL to my current URL with this code:
UPDATE wp_options SET option_value = replace(option_value, ‘https://www.oldurl’, ‘https://www.newurl’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;UPDATE wp_posts SET guid = replace(guid, ‘https://www.oldurl’,’https://www.newurl’);
UPDATE wp_posts SET post_content = replace(post_content, ‘https://www.oldurl’, ‘https://www.newurl’);
UPDATE wp_postmeta SET meta_value = replace(meta_value,’https://www.oldurl’,’https://www.newurl’);
This might be obvious to some but i guess it wasn’t for me.. anyways the only issue i’m facing right now is that the site is totally unstructured and i can’t access the wordpress back end i’m pretty sure it has something to do with the permalinks settings.
does anyone know how to change this settings without being able to access the wordpress admin panel ?
Forum: Fixing WordPress
In reply to: Live website to LocalHost problemYes i did, i used a plugin to back up my files and the database.
i put the files on www fold in a folder named (anime)
imported the SQL file into phpMyAdmin
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Masonry LayoutI would also like to display this widget horizontally, it would be great to have an option to display this widget horizontally or vertically.
I’m ganna mess around with the code and see if i can get it to look the way i want it to.
Forum: Plugins
In reply to: [Video Thumbnails] Hulu Embed codeCopying and pasting the code directly into a custom video field that my theme has.
Forum: Plugins
In reply to: [Video Thumbnails] Hulu Embed codexD i was excited when i updated the plugin to 2.9, kinda expected hulu support :P, >.< one day… one day it’ll happen.
Forum: Plugins
In reply to: [Video Thumbnails] Hulu Embed codeThank you for the reply, i hope you can figure out a way since my whole site revolves around Hulu embedded code, video thumbnails would be extremely helpful if it could recognize Hulu embedded code.
Thanks again ??
Forum: Plugins
In reply to: [TJ Shortcodes] Shortcode Tab (inactive)If this reflects the amount of support i’ll get when purchasing one of your themes… then your support service sucks for sure.
don’t expect others to hand in their money to people who don’t even put effort in customer service to one of their plugin seriously.
Thanks for nothing.
I figured it was the browser yesterday, so i used chrome to fix the problem, anyways the only problem was setting up the widget/signing up after that i returned to FF and all settings were there.
so you only have one thing to worry about and thats the Sign up to activate the widget part.
Forum: Themes and Templates
In reply to: Adding a Right sidebar to Index pageVideo Pro from theme junkie.
Forum: Plugins
In reply to: [Post UI Tabs] Not good at web development, tabs not appearingI’m also having the same problem, the tabs aren’t working for me.
Forum: Plugins
In reply to: [Quick Chat] Messages take awhile to appearSassyfrass475 can you send me the modified file ? ?? i can’t seem to make it post without a delay.