derweili
Forum Replies Created
-
If you are not familiar with SQL you should use this plugin to switch the post type:
https://de.www.ads-software.com/plugins/post-type-switcher/Forum: Plugins
In reply to: [Facebook Fanpage import] Disable jsThank you. I will try this.
Forum: Plugins
In reply to: [Facebook Fanpage import] Disable jsWhen the plugin is activated 30 more javascript files are inlcuded then whithout the plugin.
Does the plugin really need these scripts?Forum: Plugins
In reply to: [Facebook Fanpage import] Disable jsThank you for you help.
I pasted the code into the functions php of my theme but unfortunately it’s not working.The following file file is still included:
/wp-content/plugins/facebook-fanpage-import/includes/skip/includes/js/jquery/colorpicker/jquery.colorpicker.jsForum: Plugins
In reply to: [PayPal for WooCommerce] Manualy display Express Checkout buttonThank you for your quick reply. I do not really need a Shortcode, because the shortcode is executed by the php function “do_shortcode” inside my theme.
A php function would also be ok. Is there already one I can call?
Forum: Plugins
In reply to: [Cache Enabler] Problems with NextGEN Gallery CompatibilityI tried several other caching plugins like cachify, W3 Cache and WP Super Cache but only cache enabler has this issue.
Forum: Fixing WordPress
In reply to: White line under header logoIt looks like it is the images fault. I copied the image into Photoshop and I had the same white line there.
remove the last row of pixels and it should work fine.
Forum: Themes and Templates
In reply to: [Sela] Meta_data / Add Author in FrontendThe Sela Theme already includes the Date so all we have to do is, to add the author.
The Post meta is defined within the sela_entry_meta() function inside the inc/template-tags.php
You have to copy this function into you childthemes function php
Then you have to add this line where you want to display the autor:
echo '<a href="' . get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ) . '">' . get_the_author() . '</a>';
The entire code, which you insert into the functions.php need can be found here:
https://gist.github.com/derweili/661c92259929e16664e9Forum: Fixing WordPress
In reply to: Had version of wordpress on website but had to reset the serverYour Steps are almost right:
Upload WordPress files
Edit/create wp-config.php (add database credentials and right prefix)
Upload the “uploads” folder inside the “wp-content” folder
Upload all plugins into the plugins folder
upload sql.Forum: Plugins
In reply to: [Cache Enabler] Excluding home.phpYou can exclude pages or post by their ID.
If your home page is not a static page, its (“virtual”) ID is 0.I haven’t tried but it should work.
Forum: Fixing WordPress
In reply to: Links to Posts Do Not Work;Internal Server Error MessageDid you check the .htaccess file? Maybe it is broken.
Does it look like the “Basic WP” htaccess here:
https://codex.www.ads-software.com/htaccessLogin into wordpress and try to reset the permalinks to default “Ugly” link structure. (e.g. https://mainstreetlibertarian.com/?p=123)
Forum: Fixing WordPress
In reply to: Themes in 4.4 that I have never usedThat’s because a bew WordPress only comes with the 3 latest standard themes.
The new standard themes will be installed as soon as the are published but they never get deinstalled automaticly. You have to do this yourself.Forum: Localhost Installs
In reply to: Download failed.: error:0D0890A1:asn1I don’t know this error. But because you have found out that the error is about SSL. Check the Mamp SSL settings of. Are they enabled for this host?
Forum: Fixing WordPress
In reply to: Themes in 4.4 that I have never usedThose are the WordPress Standard Themes. There is a new one every year. A few days ago. Twenty Sixteen was released. You can delete them if you want to.
Remember: if wordpress can’t find you activated theme files, is has a fallback to use one of the standard themes. If you delete all those themes, there ist no fallback anymore.Forum: Fixing WordPress
In reply to: Website Not showing, Dashboard Not showingAll files except the cgi-bin folder, wp-content/ folder and the wp-config.php file.