bpac
Forum Replies Created
-
Hi HariKal I noticed you got your social buttons by your menu… would you mind sharing how you did it? I am also using OP2…
Thanks so much
Mark
Forum: Fixing WordPress
In reply to: Menu link to list all recent posts from all categoriesThanks so much alchymyth… this is exactly what I needed as well.
Mark
Hi Jeremy I am having the same issue as ecarmi was but neither your nor his solutions worked for me.
On the Sharing page it shows Facebook/twitter/linkedin as connected. And if I click the ‘X’ to disconnect, it fails. Instead I see: “You have successfully connected your blog with your Facebook/twitter/linkedin account.” ever after I clicked the disconnect option.
What is different for me is I originally created this blog on a staging domain and once I was happy with it I cloned it and moved it to its current domain. I think the mistake I made was I created the social sites connections while on the staging domain… so what happens to me is when I try to create a new connection like ecarmi did it then takes me to the old staging domain site… on this old site I am able to successfully add or remove connections…
Please advise… thanks so much
Mark
Hey Beau, interested in earning another beer??? LOL
I am having the identical problem as Bogdan with my jetpack social share… the more button just adds a # to the end of the page url and when clicked it takes me to the top of the page instead of opening the more window… would someone be able to give me some pointers on how to see if I have the latest version of jQuery and how to update if required?
This is a clients site and they love their theme so I can’t change it but would love to get this issue fixed…
MY site is at https://playadelsolresort.com
I appreciate any and all help
Mark
Hi there when I add <?php global $more; $more = FALSE; ?> after the_post and before the_content I get
Fatal error: Call to undefined function fb() in /home/bpacbpac/public_html/WESTBANKFREEHOMEINFO.COM/wp-content/plugins/read-more-inline/read-more-inline.php on line 41
Here is my page code:
<?php
get_header();
?>
<div class=”warp”><div id=”content_top”> </div></div><div class=”warp” style=”background:url(<?php bloginfo(‘template_url’); ?>/images/main-bg.png) repeat-y center;”>
<div id=”content_warp”>
<div id=”con_left”>
<div class=”page-main”>
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<h1 class=”title”><?php the_title(); ?></h1>
<div class=”property-meta”>Posted by <?php the_author(); ?> on <?php the_time(‘F j, Y’); ?></div>
<?php global $more; $more = FALSE; ?><?php the_content(‘Continue Reading’); ?>
<?php endwhile; endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>Thank-you
Mark
Forum: Fixing WordPress
In reply to: read more doesn't workHi alchymyth I looked in the index.php of my theme and dont see anything to do with the_excerpt();
I also looked in page template page.php and it isnt there either…
I am using a custom WP theme and am trying to make “read more” work on my homepage of my blog.
I am using pages and static homepage,,,
Thanks for any help you can offer…
Cheeers
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] adding audioYou ROCK! Didnt have to disable the js library it worked by moving the code to the 2nd row…
Thank you so much for all your help.
Mark
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] adding audioWell we’re getting closer… it is now in the table but the audio player control is no longer showing…
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] adding audioHi Tobias sorry to bother you again… I fixed the functions.php file and added the code you gave me to the very end of the functions.php file and now the image. text and audio player are showing outside of the table.
I published it so I could send you a link that will work this time : )
https://bestpanicattackcure.com/blog/music-stress-reliever/
Thanks so much for your help
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] adding audioI just downloaded the theme and will update that file…
Where is the best place to add the code you sent? There is no closing php code on my functions.php…
At the bottom of the script it shows this
printf(
$posted_in,
get_the_category_list( ‘, ‘ ),
$tag_list,
get_permalink(),
the_title_attribute( ‘echo=0’ )
);
}
endif;Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] adding audioHi Tobias thanks for the quick reply… Im not sure whats happening now but when I add your code and hit update I get the following error:
“Parse error: syntax error, unexpected ‘;’, expecting T_STRING or T_VARIABLE or ‘$’ in /home/freetcom/public_html/bestpanicattackcure/blog/wp-content/themes/twentyten/functions.php on line 176”
I tired removing the code but still get it so?????
thanks for your help with this
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] adding audioHi Tobias, I have added the code as shown before the last ?> in the functions.php file but it still is not working.
I am using Audio Player Version 2.0.4.1 By Martin Laine and a fresh install of WP table reloaded.
You can see what is happening here https://bestpanicattackcure.com/blog/?page_id=160&preview=true
the two audio clips above the table work fine but when I add the same code into the table you can see the results.
Thanks so much