Forum Replies Created

Viewing 15 replies - 106 through 120 (of 123 total)
  • Plugin Author martiniboy

    (@martiniboy)

    Hi qqqq9999 thanks for downloading my plugin, how is the invisible box messing things up? – are you not only able to see it using a tool such as firebug?
    With pinterest to allow for both the option to choose the image and show the count it requires to scripts to be called on click. I will look into improving the position of the invisible box in my next update or try to improve the call of both the iframe and pinmarklet so need for an extra link.
    That is a good idea to be able to limit the plugin to certain pages. Again I will look into the possibility of that in a future update.

    Plugin Author martiniboy

    (@martiniboy)

    No problem enjoy the rest of your weekend, I will try to get an update of the plugin ready to include the custom posts before your theme is updated.

    Plugin Author martiniboy

    (@martiniboy)

    Ok I am now on my computer rather than my phone so I can type properly (I hope) if you want icons added after your “add this icons” copy the following code :

    <?php the_content(); ?>
    <div class="the-tags"><?php the_tags(__('Tags','PricerrTheme').": ", ', ', ', '); ?> </div>
    <div class="add-this">
    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
    <a class="addthis_button_preferred_1"></a>
    <a class="addthis_button_preferred_2"></a>
    <a class="addthis_button_preferred_3"></a>
    <a class="addthis_button_preferred_4"></a>
    <a class="addthis_button_compact"></a>
    <a class="addthis_counter addthis_bubble_style"></a>
    </div>
    <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4df68b4a2795dcd9"></script>
    <!-- AddThis Button END -->
    </div>
    </php echo get_jamie_social_code();?>

    Note I have not included the last two </div>‘s so they will appear after the code

    If you want the social icons to appear above the “Add this icons” and below the tags use the following

    <?php the_content(); ?>
    <div class="the-tags"><?php the_tags(__('Tags','PricerrTheme').": ", ', ', ', '); ?> </div>
    <?php echo get_jamie_social_code(); ?>
    <div class="add-this">
    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
    <a class="addthis_button_preferred_1"></a>
    <a class="addthis_button_preferred_2"></a>
    <a class="addthis_button_preferred_3"></a>
    <a class="addthis_button_preferred_4"></a>
    <a class="addthis_button_compact"></a>
    <a class="addthis_counter addthis_bubble_style"></a>
    </div>
    <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4df68b4a2795dcd9"></script>
    <!-- AddThis Button END -->
    </div>

    Note I have not included the last two </div>‘s so they will appear after the code

    I hope that this helps, if it does please rate my plugin and/or add it to your favorites.

    Plugin Author martiniboy

    (@martiniboy)

    I see your dilemma with adding code to the template with a theme which is updated that is out of your control. I am working on a method that detects which custom posts are registered within the site, so you can show the icons automatically on custom post pages as well as the built in pages/posts which would mean not needing to amend template files. Sorry that is not helpful at the moment but in a future release will help you.
    For now you can add <?php echo get_jamie_social_code(); ?> either below the_content or depending on whether you want the tags to display above or below the icons, or the add this icons, so then you would add the code below the closing div ‘</div>’ of either the div with a class of the-tags or add-this. But will most likely be overwritten when the theme is updated. I hope this helps.

    Plugin Author martiniboy

    (@martiniboy)

    Hi Kismayo
    Thanks for downloadinIg my plugin, apologies my instructions on my website did not make sense, I had sloppy fingers while typing that day.
    I am not familiar with Pricerr theme but can you see something that resembles <?php the_content();?> within the job.php template? This displays the content of the post so if you place <?php echo get_jamie_social_code(); ?> before or after it is will display accordingly. As it is a job site all the data may not come from the content you may have different fields for salary, location etc. so you at find that the social icons display in the middle of the job description, if you have problems post the job.php code here and I will see if I can help further.

    To your second point, with Jamie social icons this is intended to be shown on your readers social sites, for example when a reader clicks on for example the Facebook like, it will show on their Facebook page that they like (in this case) the job so there friends will see and hopefully come to your site and like the jobs, which will be displayed on their wall/timeline increasing the traffic to your site, if it only showed on your wall/timeline you will only be showing to a limited audience, so no ID is required. I hope that this makes sense and answers your questions, if not let me know how ican help further.

    Plugin Author martiniboy

    (@martiniboy)

    Hi Marie
    Thanks for downloading my plug-in, I have just updated the plug-in so you should be able to see the Facebook Icon now. There was an issue with the Facebook iframe showing in IE8 and below after Facebook updates, but I have amended it now. Also the pinterest button will show the count next to it, not sure whether it will show past pins but any future pins will be included in the count.
    Please rate my plugin and add it to your favourites.

    Thread Starter martiniboy

    (@martiniboy)

    @joseamcoke
    Not for what I was trying to use it for, if you call through the_field(”) it will automatically convert it to the file url.
    I need to call it from get_post_meta which only returns the attachment id – long story why I can only call it by this but resulted in creating my own upload box for the file so I could get it to work.

    Plugin Author martiniboy

    (@martiniboy)

    Hi Snowbelly
    Thanks for downloading my plug-in. You can add the social icons after each post on the main blog feed/category pages although it will not be automatic.
    You will need to add <?php echo get_jamie_social_code(); ?> into the template. On the index.php/category.php/archive.php look for the loop and after <?php the_excerpt();?> add the code and the icons will appear on the feed pages.
    I did not make it a function so it is automatic because when you like/tweet etc a post it shares the url with posts on the blog feed/ category page the posts move to different pages if paginated as new posts are added.
    In my next update I will look into adding this an option to avoid having to alter the template filess.

    martiniboy

    (@martiniboy)

    I have the same problem on my custom posts – no longer showing editor box on custom post pages.
    Posts are still selected in settings page – is it possible to get old version before last update.
    Any one have any suggestions??

    Hi jtmack
    Did you ever get a solution for this?? I was thinking of doing it with a custom post type but not sure if it is possible.

    Thread Starter martiniboy

    (@martiniboy)

    In a way that is better how it is in the latest beta, it leaves no room for the client to say why can I not access this from the admin bar but I can this, because they do not understand whether if it is a CPT or not.

    The Css still has not been changed for the h1 tag in login.css – Before the background image(logo) was on the h1 and now it is on the h1 a.
    Resulting in double logo if using custom logos.

    Still can not re-arrange menus using a touch screen(ipad) – will this be a feature of 3.3 or have I mis-read something?

    Thread Starter martiniboy

    (@martiniboy)

    No under the name of the site where it has the quick links to everything in the sidebar of the admin – not a big problem but if you are going to have access to the other items it may as well replicate all.

    Thread Starter martiniboy

    (@martiniboy)

    Sorted it, I should not have used uppercase letters in registering the taxonomy

    Thread Starter martiniboy

    (@martiniboy)

    This is an excerpt of the code used on my arhive.php but am not sure how to make it display the posts within categories. I am useing a custom built theme and the page which I am working on is for members only so unfortunately cannot put link to site

    <?php if (have_posts()) : ?>
    <?php $post = $posts[0]; ?>
    <?php /* If this is a monthly archive */ } if (is_month()) { ?>
    <h2 class=”pagetitle”>Selected Month: <?php the_time(‘F, Y’); ?></h2>
    <?php } ?>

    <div id=”newsfeed”>

    <?php endif; ?>

    Thread Starter martiniboy

    (@martiniboy)

    This changes the pages and shows the two excerpts but it shows the same posts on every page. I have just been reading that offset and pagination do not mix so looks like I am going to hack around with the functions.php!!

    Thanks

Viewing 15 replies - 106 through 120 (of 123 total)