synthview
Forum Replies Created
-
Forum: Plugins
In reply to: [Nobs ? Share Buttons] plugin includes 1 copy of jquery in the footerSorry, got it to go
If it interests anyone to be placed in functions.php
function myJquery(){ wp_deregister_script( 'jquery' ); if(!is_admin()) { wp_register_script('jquery', get_template_directory_uri().'/js/jquery.js', false, NULL, false); } wp_enqueue_script('jquery'); } add_action('wp_enqueue_scripts', 'myJquery');
Forum: Fixing WordPress
In reply to: filename pattern to list custom post type WITHOUT any taxonomy?Well, in fact I’ve already created a page with a custom template and made it list my custom posts inside. The main drawback is I see this page on my “pages” list and I feel it could be confusing for the CMS’s administrators.
For this reason I’m trying to use a built-in archive or taxonomy php page (to hide it and avoid any potentially hurting action, like deleting the page, breaking dependencies, etc.)
ThanksForum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpectedThanks, can’t wait for 1.3.1 ??
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpectedWhen “Force Pinterest button sniffing all images of the page?” = yes
it has to prevent “Open links in a new window?” to add the target=”_blank” on the pinterest link ONLYForum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpectedin fact on FF your pinterest link opens a _blank page, while on Safari the scripts runs on the current page creating a layer. I’m afraid a return:false; on the link click is needed
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpectedYes I know, but as said it does not work on firefox 25
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpectedThanks,
I can’t get which shortcode activates the Pinterest option “Force Pinterest button sniffing all images of the page?”Forum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpectedIn addition the new plugin overwritten the css I had put to the social networks names
font-family: “Segeo WP”,?”Segeo UI” ???Forum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpectedFor Pinterest, 1.3.0 seems not to work at all for me.
“Display count” neither ??
https://weddings.davidbacher.com/weddings/did shortcode syntax change?
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpecteddone!
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Pinterest on 1.2.4 don't work as axpectedPS: facebook sharer shares the wrong page here
https://weddings.davidbacher.com/weddings/Forum: Fixing WordPress
In reply to: [Edit gallery] images with ID more than 1355 won't showSorry, I’ve realized it comes from a plugin…
Hello,
looing at my logs I see this[10-Apr-2013 16:33:10 UTC] PHP Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag nav invalid in Entity, line: 32 in /[…]/wp-content/plugins/wp-retina-2x/wp-retina-2x.php on line 92
[10-Apr-2013 16:33:10 UTC] PHP Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag footer invalid in Entity, line: 91 in /[…]/wp-content/plugins/wp-retina-2x/wp-retina-2x.php on line 92
[10-Apr-2013 19:32:49 UTC] PHP Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag nav invalid in Entity, line: 32 in /[…]/wp-content/plugins/wp-retina-2x/wp-retina-2x.php on line 92
[10-Apr-2013 19:32:49 UTC] PHP Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: no name in Entity, line: 76 in /[…]/wp-content/plugins/wp-retina-2x/wp-retina-2x.php on line 92Some issues with html5 tags?
Forum: Fixing WordPress
In reply to: [Edit gallery] images with ID more than 1355 won't showUpdate.
Moved the whole site on a local machine, no connection nor max memory problems. The bug still persists.Forum: Fixing WordPress
In reply to: [Edit gallery] images with ID more than 1355 won't showUpdate. I’ve tried to upload new images in another folder (activating “Organize my uploads into month- and year-based folders”) but no changes.
I see the images after uploading them and I can rearrange them.However, when I try to edit them, the Gallery layer keeps empty.
Screenshot here to show the buttons that work/don’t work
https://d.pr/i/3JFwI’m on a WP 3.5.1