gerlav31
Forum Replies Created
-
Same here, I have tried every single step I found on internet but I still face the issue.
Forum: Fixing WordPress
In reply to: Need help to use API on sidebarYes I did, i will try it. Thank you
Forum: Fixing WordPress
In reply to: Need help to use API on sidebarThank you for your reply,
You mean for the website link?
Like this?
<div id=”spsdkplugin_merchant_id” style=”display:none”>1</div><script type=”text/javascript” src=”/startpeeps.com/sdk/plugin+.js”></script>
It doesn’t work either.
this is the website where i get the code, if it can be usefull to resolve my problem:
http://adzcoindesk.com/install-adzcoin-donation-api/Forum: Plugins
In reply to: [WP Job Manager] apply button not showingThank you for yours replies but I don’t know how to do that.
Here is what i understand
Create a single-job_listing.php and add the page.php or single.php content in this file. Which one do i have to use
Here is the page.php:<?php $latteParams['post'] = WpLatte::createPostEntity( $GLOBALS['wp_query']->post, array( 'meta' => $GLOBALS['pageOptions'], ) ); /** * Fire! */ WPLatte::createTemplate(basename(__FILE__, '.php'), $latteParams)->render();and the single.php
<?php $latteParams['post'] = WpLatte::createPostEntity( $GLOBALS['wp_query']->post, array( 'meta' => $GLOBALS['pageOptions'], ) ); ob_start(); comments_template(''); ob_get_clean(); /** * Fire! */ WPLatte::createTemplate(basename(__FILE__, '.php'), $latteParams)->render();and then how can I customise single-job_listing.php to fix my problem?
Thank you
Forum: Plugins
In reply to: [WP Job Manager] apply button not showingyes it works with twenty twelve. Is there something I can modify in your plugin?
Thank you
Forum: Plugins
In reply to: [WP Job Manager] apply button not showingSo what can I do? My theme is directory from ait themes
Forum: Plugins
In reply to: [WP Job Manager] apply button not showingHi,
I have got the same problem. I put an email address and it still doesn’t show. Do you have any idea?
thank you
Forum: Fixing WordPress
In reply to: Remove space between Menu and post and between post and footerThank you, it works
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] space between thumbnailThank you, it works!