skapator
Forum Replies Created
-
Forum: Plugins
In reply to: [Make Column Clickable Elementor] Not Working with Pop-ups anymoreI found a patch (until the author updates), go to the plugins’ folder to assets/js/make-column-clickable.js and change on line 12 from “^#elementor-action” to “^%23elementor-action”
Forum: Fixing WordPress
In reply to: What the correct way of backing and restoring wordpressCan you try this? :
1. backup wp files
2. backup database3. download notepad++ ( https://notepad-plus-plus.org/ )
4. open sql file with notepad++ and hit ctr+f to open the search and replace.
5. replace https://blog.domain.com with https://story.domain.com and hit replace all. Save it.
6. create a new database and user and upload the sql file
7. upload the wp files.
8. open wp-config and replace :
define('DB_NAME', '*YOUR_DB_NAME*'); /** MySQL database username */ define('DB_USER', '*YOUR_DB_USER*'); /** MySQL database password */ define('DB_PASSWORD', '*YOUR_DB_PASS*');
Is this something that you already tried?
Forum: Fixing WordPress
In reply to: What the correct way of backing and restoring wordpressThis should pretty much cover all your questions
https://codex.www.ads-software.com/Moving_WordPress
Note that there is a problem with widgets when changing domains, check this for more info and solution
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Forum: Fixing WordPress
In reply to: Changing page link and adding menusYou have to give more info.
What theme are you using?
For the url, you go to settings -> permalinks and check “Post name”.
For a menu on the left (horizontal menu i assume) search for aplugin with keywords “horizontal menu”, “sidebar menu” or just use the custom menu widget.
GetThereInTheEnd,
Can u give more info?
What errors does it report?
this worked for me:
Don’t change %i% anywhere. Leave it as is.
Then on the CustomSearch.js file
remove on line 17: this.id=id;
then on line 21 replace: if(id!=’%i%’) this.createFlexboxes();
with:
if(id !='%i%') { this.id=id; this.createFlexboxes(); }
it worked for me, hope it works for you guys.
Forum: Plugins
In reply to: [Simple Facebook Connect] Front-end connect to FacebookYou can place the html5 or xfbml code in you template file or page you want.
You can find it here:
https://developers.facebook.com/docs/reference/plugins/login/Forum: Fixing WordPress
In reply to: Favicon only appears on home page, not sub pagesFavicon displays normaly.
from pastebin:
Check for the element selectors, because this plugin uses lots of common names.
Thre is a jquery conflict.
Open nevma-sidebar-tabs.js (located in the plugin folder)
and replace everything with
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: wp_redirect after insert post with shortcodeHi.
I am having the same problem.
Did you manage to make it work with a shortcode?
If so could you post the solution?Thanks.
Forum: Fixing WordPress
In reply to: Problem with custom poststake a look here:
https://codex.www.ads-software.com/Post_Types
You should search your functions.php of the theme and find where it registers the custom post.
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] This plugin is a JOKE!+1 for the +1 doktonotor