wpmc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 3.8 installation failureIt looks complicated, should I wait maybe they fix the problem in next version?
What resetting the plugins folder mean? how should I reset them?
ThanksForum: Fixing WordPress
In reply to: 3.8 won't installI get similar installation failure:
Could not copy file.: wordpress/wp-includes/SimplePie/XML/Declaration/Parser.php
Installation FailedForum: Fixing WordPress
In reply to: cant share my album image on social media via PrmalinkI cleared cache… still when i post the permalink, image is not attached.
Forum: Fixing WordPress
In reply to: cant share my album image on social media via PrmalinkHow can I report this issue to WP to fix it for next version?
I tried another lightbox plugin, the same problem. there should be a solution for this.Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Firefox AndroidThanks (& sorry for posting here). Im writing for you in the original post, I just dont know if you can find the post.
Hi Christian,
You mean I should add it function.php of theme or WordPress files?
I think this problem is WordPress issue not theme issues.For me the problem is not solved yet, the image title doesnt show in the swipebox Im using. plugin developers told me it is because of a change happened in new WP vesrion and plugin developers will not adjust it,
So I think I should do some changes in WP coding myself but I have no idea how. :/
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Firefox AndroidHi, I have a question regarding image title problem which you suggested a solution in one your post, could you please help me to fix it, you mentioned you have changed these codes in your function.php of your theme.
function modify_attachment_link( $html, $id ) {
$att_title = get_the_title($id);
$html = str_replace( ‘<a href’, ‘<a title=”‘.$att_title.'” href’, $html );
return $html;
}
add_filter( ‘wp_get_attachment_link’, ‘modify_attachment_link’, 10, 2);but I can find this part in function.php of my theme or could you please guide me? thanks
It doesnt work for me and responsive lightbox developers dont want to fix this problem,
I dont know why.If you know any good lightbox/swipebox plugin let me know.
Forum: Fixing WordPress
In reply to: cant share my album image on social media via PrmalinkThis plugin helps with File URL,
the file URL works for sharing the image, my problem with file URL is that it doesnt direct the image to my homepage, and the URL it self is not nice…I tried to use Permalink, it worked some days ago but not anymore, it doesnt attach the image to the linked share
Forum: Fixing WordPress
In reply to: cant share my album image on social media via PrmalinkI tried some other light box plugins they dont work either,
Thanks
Forum: Fixing WordPress
In reply to: cant share my album image on social media via Prmalinkor you know how can i change title attribute in WP to fix my problem?
basically no one is helping, WP did some changes, plugin developers can follow, and my page is useless for me now.
Forum: Fixing WordPress
In reply to: cant share my album image on social media via Prmalinkcouldn’t find any plug in for sharing :/ do you know any ?
Do you think it is plug in problem not WP regarding the title? but I found so many people have the same problem with 3.7.1
and I even dont understand what that means: take the captions from image link titles no image titles,
They were not that helpful as you see :/
Forum: Fixing WordPress
In reply to: cant share my album image on social media via PrmalinkHi
I installed 3.7.1 now I have image title problem + problem of sharing the image through permalink. :/
I have to go vack to 3.6.1 version.
Forum: Fixing WordPress
In reply to: cant share my album image on social media via Prmalinkthis is what they wrote:
The problem is that WordPress recent version changed the way the gallery shortcode works. Now the images displayed in a gallery don’t have title attribute, so Swipebox can’t use.But we’re not going to adjust SwipeBox as now all scripts shipping with Responsive Lightbox work the same way – take the captions from image link titles, not image titles.
Forum: Fixing WordPress
In reply to: cant share my album image on social media via PrmalinkResponsive lightbox – dfactory
http://www.dfactory.eu/support/forum/responsive-lightbox/