PReno
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Thematic] Featured image appearing below post ?I figured it out. While looking at the css file I removed a comma
***face palm ***
Thanks for your help anyway and sorry again about multiple postsForum: Themes and Templates
In reply to: [Thematic] Featured image appearing below post ?I have add it to a hook in the functions.php file so i cant “deactivate” however looking over the code if seem it be ok
<?php } add_action('thematic_header', 'toptwitter', 5); function toptwitter(){ ?> <div class='twitter' id='toptwitter'> <h3><a href='https://www.twitter.com/sligotourism' target='_blank'>Sligo Tweets</a></h3> <ul id='twitter_update_list'> <li><?php echo do_shortcode( "[rotatingtweets screen_name='sligotourism' include_rts = '0' tweet_count='5' timeout='9000' get_favorites = '0' rotation_type ='scrollRight' show_meta_timestamp = '0' show_meta_screen_name = '0' show_meta_via = '0' show_meta_reply_retweet_favorite = '0' links_in_new_window = '1' ]" ) ?> </li></ul> </div> <?php }
So i am not so sure thats the problem.
However looking at the source code I see the div that is holding the text is above the div holding the image
Forum: Themes and Templates
In reply to: [Thematic] Featured image appearing below post ?Sorry about duplicating post i just didnt know where i should have posted my problem.
I added the new Twitter feed recently but I dont understand why if i just change the css ie float the text to the right and create the width to 75% then float my image to the left why that should effect my header
Hi all i found a better/easier plugin https://www.ads-software.com/plugins/rotatingtweets/
It all has to do with twitters new API(v1.1).Twitter have been slowly introducing the new API over the last six months and completely stop the old as of 2 weeks ago. I have found a few different site the supply code that can support the new API;
https://www.templatemonster.com/help/wordpress-how-to-activate-twitter-widget-based-on-twitter-api-1-1.htmlBump(i’m sorry i’m still having trouble ?? )
Forum: Plugins
In reply to: [NextGEN Custom Fields] Links not workingYeah i made sure that i had everything named the same. It is the main page all the image with the # when clicked should bring you to a site.
Forum: Plugins
In reply to: [NextGEN Custom Fields] Links not workingYip i have it appearing in the manage gallery screen. I have tryed using the code https://www.kimwoodbridge.com/how-to-link-nextgen-gallery-images-to-an-individual-page-or-post-in-wordpress/ but it was to no avail so while search for answer i came across this piece of code
<!-- Thumbnails --> <?php foreach ( $images as $image ) : ?> <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> > <div class="ngg-gallery-thumbnail" > <a href="<?php echo $image->ngg_custom_fields["Link"]; ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <?php if ( !$image->hidden ) { ?> <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> <?php } ?> </a> </div> </div>
I cant see where short code is sorry. The website is https://www.sligotourism.ie/
Forum: Themes and Templates
In reply to: Add a div to the header ..Please help it been a long few hours!!I am actual getting that same messages on all pages displaying posts. For some reason the events will show but not the post
Forum: Themes and Templates
In reply to: Add a div to the header ..Please help it been a long few hours!!Ok click the link again and you will see the icons however where the featured post is meant to i now get ” There are no featured Sligo Stories at the moment”
Forum: Themes and Templates
In reply to: Add a div to the header ..Please help it been a long few hours!!https://www.sligotourism.ie/ that is the with the original function.php … Once you have a look reply and i will upload my new funcion.php file so you can see what i mean.