I have made custom short code “[custom_posts type=’tweet’]” and using this in my one of post.
It results an out put like below:
D?R kom U21-planet in ?ver Stockholm med eskort av tv? stridsplan. (S?NT H?R BORDE H?NDA OFTARE)
— Fredrik Wikingsson (@fwikingsson) July 1, 2015
https://twitter.com/someone/status/631840574266580992
Nu s?ljer vi ut v?ren & sommarens succé f?r bara 395:- f?r du en underbar tunika i 100% Rayon! Passa… https://t.co/hfctDpKNwP
— Aqua Collection (@aquacollection) August 13, 2015
But it did not output like tweet. which means embed is not working.
If I use https://twitter.com/fwikingsson/status/616224371993092096 in post it outputs like tweet.
Please suggest, any will be appreciated
Thanks!
]]>After some serious debugging I noticed that the Maximum image count on tab Miscellaneous in Other Options had value 1000. This results in an exception. Changing this to 100 worked for us.
Just to help other people with this issue.
Documentation (outdated)
https://www.ads-software.com/plugins/nextgen-gallery/
]]>https://www.ads-software.com/plugins/nextgen-gallery/
]]>In order page date column not display in correct from please take a look of attached image.. https://screencast.com/t/uiXTRE891uNY
when i convert the page in english language then it will display the date with this keyword. [Year/Month/Day].
https://screencast.com/t/yetoeJJwKgU
I want to correct the date in both language. please suggest me any idea..
Thanks!
Nazarmak
https://www.ads-software.com/plugins/woocommerce/
]]>should I left this Google Webmaster Tools and Bing Webmaster Center meta names in blank?
https://www.ads-software.com/plugins/seo-ultimate/
]]>How I can reset or edit the Permalink slug?
Thanks
https://www.ads-software.com/plugins/nextgen-gallery/
]]>I used filezilla to change the permission.
I use xxamp, localhost
where is the uploads folder?
I have the newest wordpress and therefore not the setting -> miscellaneous settings
]]>Thanks for help.
]]>Let me take you back to when it all started. It started with adding https://www.e-books.groovymail.info in my network admin area.
Theme: WP Premium Thunder for both https://www.groovymail.info & e-books.groovymail.info
Version: 3.2.1 WP
blogs.dir permission: 755
(Wildcard DNS was set at the beginning by the host, I assume this as I didn’t do it and I have recognised this with *groovymail.info)
Host Provider: Brain Host
My tech knowledge novice.
Days on WP support finding an answer: 4days
What I did after starting e-books.groovymail.info
found that my images were broken inside the WP CMS area and on the front page (at this stage network admin running fine and https://www.groovymail.info running fine)
Jumped on WP forums to find out what to do and found out that I needed to the below:
1) downloaded wp-htaccess.control plugin
2) Access FTP root of the directory to change .htacess (I use the legacy folder)
3) changed .htaccess code to:
#BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
#END WordPress
3) in the same area changed the wp.config.php
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘www.groovymail.info’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
At this stage I check image permalinks are correct in the edit area of my sites in the Network admin and make sure that the permalinks are set correctly so that images are filed to correct URL in media gall: /files/2011/08/image name
I check if saved in correct directory in ftp /wp.content/blog.dir/3/files/name of image (it’s a 3 because I have other sites) check MyPHP Admin area to see if this number 3 is correct and is showing in my PHP Admin area.
Check if images working under
https://www.e-books.groovymail.info/wp.content/blogs.dir/3/files/name of image and shows up online. and it does
Check back in my Media Gallery and images are showing!
4) I go to the site https://www.e-books.groovymail.info and still broken images
5) I decide to activate subdomain from CPanel (due to forum chat and I noticed that the wild card dns had been set and my .htacess kept defaulting to the subdomain .htaccess code inside my plugin of my wp CMS),
6) Realise due to the above changes .htaccess code might be wrong and config code wrong and change it back to the original file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressRewriteCond %{HTTP_REFERER} !^https://*.groovymail.info/.*$ [NC]
7) change the wp.config.php to:
define( ‘MULTISITE’, ‘1’ );
define( ‘SUBDOMAIN_INSTALL’, ‘1’ );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘www.groovymail.info’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
8)Instantly can’t access front https://www.e-books.groovymail.info site or the wp admin area. errors only returning (none)www.e-books.groovymail.info (however https://www.groovymail.info running fine)
9) delete that subdomain in CPanel
10) check https://www.e-books.groovymail.info is up and working again images still not showing but showing in media gallery and permalinks correct, file location correct, file in ftp correct.
10) Edit PHPMyAdmin area due to https://www.cesarserna.com/work/killed-my-blog-wordpress3/
and followed instructions to the letter and stuffed both of my sites, no access to wp login areas no access to either website both returning an!
“error database connection”
11) Tried to change everything back through the forums but ended up having to contact Brain host, host had to reset my database.
12)This is when my main site https://www.groovymail.info broken images on it’s slider, broken images on the it’s pages and can’t access Network Admin
– Main site: image filed in database wp-content/uploads/image name
– Permalinks inside media gallery: /%Pagename%//2011/08/image name
– Permalink in setting set: /%Pagename%/
– /wp-admin/options-permalink.php: is showing:
if ( is_multisite() && !is_subdomain_install() && is_main_site() )
$blog_prefix = ‘/blog’;
[which is odd because then my permalinks in my settings should be showing blog/%Pagename%/
– I have no access to Network Admin area to edit My Site as it’s probably because I have set Upload Path, file path with /%Pagename%/
– wp-admin/network is returning: The webpage at https://www.groovymail.info/wp-admin/network/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
– Sliders broken image in wp cms and on front page
– Images showing 2 thirds down my front page
– Images broken on my actually pages in the site
13) https://www.e-books.groovmail.info images all broken, but 2 thirds down my front page images are broken but URL: e-books.groovymail.info/wp-content/blogs.dir/3/files/2011/08 and when you click on them to enlarge it appears?
– Media Gallery images show up and file location correct: showing https://www.e-books.groovymail.info/files/2011/08/image name.
Currently My .htaccess is:
#BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
#END WordPress
My wp.config.php is:
define (‘MULTISITE’, ‘true’);
define (‘SUBDOMAIN_INSTALL’, ‘false’);
$base = ‘/’;
define (‘DOMAIN_CURRENT_SITE’, ‘www.groovymail.info’);
define (‘PATH_CURRENT_SITE’, ‘/’);
define (‘SITE_ID_CURRENT_SITE’, 1);
define (‘BLOG_ID_CURRENT_SITE’, 1);
Please note: every time I make a change in the CPanel or WP admin area I logout, clear the cache,browsers and cookies and re-log back in, this a habit of mine.
Can anybody help?
]]>