johnnyRing
Forum Replies Created
-
Forum: Plugins
In reply to: [JP Sharing] Pintrest button generating link to blank image.I had this problem too. I’ve downloaded the plugin “from the trunk”, as posted from the author a little bit higher and it seems to work fine. 🙂
Forum: Plugins
In reply to: [JP Sharing] setting the homepage whole content in the social share buttonsThey answered to me that jp social buttons are planned for only posts and pages and they don’t provide further support.
If you get this thread fixed, please, let me know it.Thanks for your answer, but the weird thing is that the sharing window shows not a post like your screenshot would suggest, but the mobile theme version. Please, is it possbile to fix it somehow, so that button would share “palestra coimunale di san tammaro” directly? screenshot
thanks a lotSorry, I forgot to wrtie my url site, that is http://b5srl.eu
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Missing XML Tag IssueI’ve got the same problem, but on only one item (the latest) of sitemap. I don’t know hot to get 4.0.3 version. Any help?
Great! Now it works 🙂
I have to say that I’m using a child theme and so when I uploaded functions.php in its folder probably there was a conflict with functions.php file parent theme. I’ve uploaded the functions.php that you have kindly prepared the first time in child folder and the result was just the same: blank white. Then I decided to try in parent theme folder and it went perfectly! Now I locate it in child, just for not forgetting my customization 🙂
I really appreciated your help.
Thanks a lotI’ve pasted my php code here
Thank you very much!PS
At the bottom you’ll find jetpack code too. That is:`function jptweak_remove_share() {
remove_filter( ‘the_content’, ‘sharing_display’,19 );
remove_filter( ‘the_excerpt’, ‘sharing_display’,19 );
if ( class_exists (‘Jetpack_Likes’ ) ) {
remove_filter( ‘the_content’, array( Jetpack_Likes::init(), ‘post_likes’ ), 30, 1);
}
}
add_action( ‘loop_start’, ‘jptweak_remove_share’ );`Thanks for your help, but I’ve tried to retype manually all code strings and the result is just the same: when I upload the new functions.php code the webpages become all blank white.
🙁I’ve used a php syntax check too and the result is “No syntax errors detected in CODE”
Forum: Networking WordPress
In reply to: Only one page taking 30-40 seconds for loadingI’ve reduced the size of several images and now the page loads very fast. Thanks anyway 🙂
Forum: Plugins
In reply to: [Breadcrumb NavXT] changing "Site Name " with "Home" in bradcrumbs pathThank you very much, you are very kind
🙂Forum: Themes and Templates
In reply to: Right Font-face urlcss.style is in Flexibile directory.
Thanks a lotForum: Themes and Templates
In reply to: Right Font-face urlHi, these should be the correct code lines:
@font-face { font-family: 'architects_daughterregular'; src: url('http://mysite.eu/wp-content/themes/flexibile/architectsdaughter-webfont.eot'); src: url('http://mysite.eu/wp-content/themes/flexibile/architectsdaughter-webfont.eot?#iefix') format('embedded-opentype'), url('http://mysite.eu/wp-content/themes/flexibile/architectsdaughter-webfont.woff') format('woff'), url('http://mysite.eu/wp-content/themes/flexibile/architectsdaughter-webfont.ttf') format('truetype'), url('http://mysite.eu/wp-content/themes/flexibile/architectsdaughter-webfont.svg#architects_daughterregular') format('svg'); font-weight: normal; font-style: normal; }as eot, ttf, etc files are in
flexibile
directory.These ones too
@font-face { font-family: 'alegreya_scregular'; src: url('http://mysite.eu/wp-content/themes/flexibile/fonts/alegreya/alegreyasc-regular-webfont.eot'); src: url('http://mysite.eu/wp-content/themes/flexibile/fonts/alegreya/alegreyasc-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://mysite.eu/wp-content/themes/flexibile/fonts/alegreya/alegreyasc-regular-webfont.woff') format('woff'), url('http://mysite.eu/wp-content/themes/flexibile/fonts/alegreya/alegreyasc-regular-webfont.ttf') format('truetype'), url('http://mysite.eu/wp-content/themes/flexibile/fonts/alegreya/alegreyasc-regular-webfont.svg#alegreya_scregular') format('svg'); font-weight: normal; font-style: normal; }considered that I’ve created
fonts
directory and
alegreya
subdirectory.
Both of them don’t work at all.
I’d glad top know your opinion about this.
Thank youForum: Themes and Templates
In reply to: Right Font-face urlThank you,
I know this tool, what I can’t get is the right url,
that is which path I must substitute to url for giving eot, ttf, etc. files to the browsers and so changing my webfont family.
Could you help me please?Forum: Plugins
In reply to: [HeadSpace2 SEO] Wp_title('|') setting is correct?I tested it by myself and it seems going well.
Thanks everibody anyway 🙂