GoodSignals
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My posts URL are longer than normalGreat Clayton, You are completely right!
I just change the code provided for “AddThis” and the problem is solved now. Thank you !
Forum: Fixing WordPress
In reply to: How to show up posts summaries with pic in front pageThank you Tara, I got excerpts plus thumbnail, Great!
This is what I did:
In functions.php:
add_theme_support( 'post-thumbnails' );
Then, I uploaded a featured image for each post I wanted to feature in front page…
Now, in my home page (php):
<?php $args = array( 'posts_per_page' => 3, 'category' => '40', ); $lastposts = get_posts( $args ); foreach ( $lastposts as $post ) : setup_postdata( $post ); ?> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> <?php the_post_thumbnail('thumbnail', array('class' => 'alignleft')); the_excerpt(); ?> <?php endforeach; wp_reset_postdata(); ?>
That’s It…
Same thing here. The plugin is in conflict with the Visual option of the editor… and it’s not possible to add images from the editor to a page or post.
When I deactivated the plugin everything comes back in a good standing.
Thank you for a suggestions to solve this matter.
Great, I added it to the nggallery.css file and it is working fine.
Thx!!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Close Link not workingI checked that when I turned down the firewall, the close image link is now working fine.
…but, in that computer I need the firewall on. It is CA Security Center.
It doesn’t have an option to ad the specific website, but I saw an option with several .exe files (ones blocked and another ones with allowed access), and I can add additional files.
However I don’t know what I should do, because I need the firewall working, just I need to add something with the correct permissions.
Any help would be appreciated.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Close Link not workingI don’t got it.
In my case, I deactive plugins one by one but nothing happens.
Additionally, my problem is just in one computer and it is why I thing the problem is a security matter… maybe something with the antivirus or firewalls… but what?Thank you all.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Close Link not workingI have the same but in another PC.
razdesign: In my PC I see that your website (gallery) is working fine.
…But not in another PC and that is the same for this site:
https://peoplesfuneralservice.comI think it is something with the pc’s security.
Any help would be appreciated.
Forum: Plugins
In reply to: [Plugin: AdSense Manager] Codes for ad on Homepage?Go to the Ad Unit -> Edit Settings -> Display Options -> On Home Page: Yes.
You’ll see something like this:
https://www.delamujer.com/??
Forum: Fixing WordPress
In reply to: Ok Login in Firefox, but I can’t see the logout optionthanks for reply, I’ll try, then I will tell you ??
Forum: Fixing WordPress
In reply to: Ok Login in Firefox, but I can’t see the logout optionI recently changed the language (front page), so you will see the links in Spanish
Forum: Fixing WordPress
In reply to: can’t see my you you tube movieI saw the video… may be was a temporarily issue