kwaimind
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Admin post categories have disappearedHey,
I can’t test that since I’m using WordPress.comm that admin bar is never shown. Same issue on another site. I tried changing the default lang to another lang and then back to English, and clicked on the “set default lang on posts that don’t have it” option too.
Any other ideas? When I’m on the post categories section, it looks like 1 lang is trying to take over even though its not the default.
Forum: Plugins
In reply to: [Polylang] Polylang ignores default langHey Chouby. Thanks for the quick reply and my bad. The site is https://generationzero.com
Should I set the cookie to false too or just deactivate the setting?
Forum: Plugins
In reply to: [Yoast SEO] Wrong Facebook ImageHey there, I am having the same issue.
I’m running a static homepage website, and when I add a Facebook meta image in the global FB settings or on the homepage itself, the meta image of the latest blog on the page always overrides and are selected as the og:image image. Twitter however picks the image set in the global settings.
How can I fix this?
Forum: Plugins
In reply to: [Publish To Apple News] Getting a Preview Error with new versionGreat, if I publish one at a time and click the preview box, that works fine.
Any plans to offer bulk preview version syncing?
Love the plugin by the way!!
Forum: Plugins
In reply to: [Publish To Apple News] News Preview tool not opening any articlesMy solution here was to rename the file.
When you download the
.json
file from the/wp-admin/admin.php?page=apple_news_index
page, you will get a file calledarticle-567.json
(where 567 is the article ID).Apple News Preview is looking for a file called
article.json
so rename thearticle-567.json
file toarticle.json
and that should work. Did in my case.I’m having a similar problem but with receiving emails in Zendesk. Check your message trace in office 365. You might be getting rejected because of non-fully formatted address like apache@ip-10-64-64-16
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] BackWPup Hangs on TSO HostHi Daniel
Thanks for your help. I get the following:
[INFO] BackWPup version 3.0.13; WordPress version 3.7.1; A project of Inpsyde GmbH developed by Daniel Hüsken [INFO] This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. [INFO] Blog url: https://daniel-reed.eu/blog/ [INFO] BackWPup job: Weekly Back Up; DBDUMP+FILE+WPEXP+WPPLUGIN [INFO] BackWPup cron: 0 11 * * 0; Sun, 24 Nov 2013 @ 11:50 [INFO] BackWPup job started from wp-cron [INFO] PHP ver.: 5.3.10; cgi-fcgi; Linux [INFO] Maximum script execution time is 60 seconds [INFO] MySQL ver.: 5.6.14-56 [INFO] curl ver.: 7.15.5; OpenSSL/0.9.8b [INFO] Temp folder is: /var/sites/d/daniel-reed.eu/public_html/blog/wp-content/uploads/backwpup-38c20/ [INFO] Logfile folder is: /var/sites/d/daniel-reed.eu/public_html/blog/wp-content/uploads/backwpup-e6507-logs/ [INFO] Backup type is: archive [INFO] Backup file is: /var/sites/d/daniel-reed.eu/public_html/blog/wp-content/uploads/backwpup-38c20/backwpup_d9a3cc_2013-11-24_11-50-31.tar.gz
Do you need anything else?
Forum: Fixing WordPress
In reply to: Site Error after Google Analytics CodeIts easier to use the header method in that post.
Like Krishna says, can you undo your changes? Do you have a back up of your functions.php file?
Forum: Fixing WordPress
In reply to: My website opens to Sample PageDoes you theme have a blog page template? You might try changing the reading settings for home and blog pages to the blog page.
Forum: Themes and Templates
In reply to: Veecard home pageHey hancohen
Not sure if you are still looking for some help but here is how you make your homepage email a link:
Look for the Veecard: Main Index Template (index.php) in the WordPress editor or your own HTML editor, and find the email secion within the LI brackets.
<li><?php _e('Email','site5framework') ?>: <?php echo of_get_option('veecard_home_email') ?></li>
Then, just add the email link before the opening php tag to add your email, like
<li><a href="mailto:[email protected]"><?php _e('Email','site5framework') ?>: <?php echo of_get_option('veecard_home_email') ?></a></li>
If you want to add a subject etc, then just add that in the link too.
Don’t forget to make a backup in case you change your mind/just to be safe.
I haven’t made my email a link but I have customised the links on my home page whch you can see here: https://daniel-reed.eu/
I hope that helps.
Dan
Forum: Themes and Templates
In reply to: VeeCard Theme – cant create blog?Hey behedwin
Not sure if you ate still looking for some help but Id thought id try. On your blog page, have you set the template to be the blog. Open the page in the editor and on the right hand side there is a drop down with templates. Chose blog and save. That should load your posts with the sidebar.
I hope that helps and let me know if you need more help.
Cheers
Forum: Fixing WordPress
In reply to: How to have different header.php based on the user logged inI am also looking into the same idea but with a varying footer. I have a client area on my site and would like to have a logout button in the members only footer.
Any ideas in the WordPress community?
Daniel Reed
Forum: Themes and Templates
In reply to: WPExplorer Adapt theme: portfolio images not showing in ChromeHi asdevargas
Did you manage to fix this problem? I switched off all my plugins and I still could not see the slider in the portfolio section. Am I right in thinking that the slider image is defined in the featured image tab?