somosguatemala
Forum Replies Created
-
Forum: Plugins
In reply to: How to get Mingle profile avatar pic on CometChat avatar?it has to be this
function getAvatar($data) { $data = explode('|',$data); $id = $data[0]; return 'https://www.gravatar.com/avatar/'.md5($data[1]).'?d=wavatar&s=80'; }
becuase when i erased it no image showed up what should i change it to so that the avatar and not gravatar is visible?
Forum: Plugins
In reply to: How to get Mingle profile avatar pic on CometChat avatar?This is what my integration.php looks like the functions what do i need to change? so the avatars appear as the mingle avatars? https://pastebin.com/Eis8i3Gd
I think it has to do something with this?
function getAvatar($data) { $data = explode('|',$data); $id = $data[0]; return 'https://www.gravatar.com/avatar/'.md5($data[1]).'?d=wavatar&s=80'; }
Forum: Fixing WordPress
In reply to: how to make first post diffrent than other posts?awsome thanx!! it worked! only one problem im running into with my thumnails not being the diffrent sizes that i want them to be
here is my html:
First post:<center><div class="art-article img"><div class="attachment-post-thumbnail"> <?php the_post_thumbnail(); ?></div></div>
Rest of the posts:
<div class="art-article img"><div class="attachment-post2-thumbnail"> <?php the_post_thumbnail(); ?></div></div>
my css: `.attachment-post-thumbnail {
width:450px;
height:300px;
}.attachment-post2-thumbnail {
float:right;
width:90px;
height:90px;
}`and my funcion that i am using is:
add_theme_support( 'post-thumbnails' );
what do i have to do to make the change of different sizes to happen?
Forum: Fixing WordPress
In reply to: how to make first post diffrent than other posts?like how would i enter it depending on my code. what do i insert and where do i insert it
my code: https://pastebin.com/BydqqyQy
Forum: Fixing WordPress
In reply to: how to make first post diffrent than other posts?hmm how would it look in my code so i dont mess up the catagories like show me that with my code inside it thanx
Forum: Fixing WordPress
In reply to: How to put read more at end of my posts?ok so its not a problem with the theme because i looked in my search page and it shows the read more link. So it has to be my coding what could it be?
i am using<?php the_content(‘Read More’); ?>
now instead of the_except
code:
https://pastebin.com/qi6NfXbZwhat do i need to add to the code or edit in the code?
Forum: Fixing WordPress
In reply to: How to put read more at end of my posts?nope but its a problem with my coding i think im missing something on how to add the excerpt with a read more link. Not sure what im doing maybe im missing some code to do it on my template?
Forum: Fixing WordPress
In reply to: How to put read more at end of my posts?and it is a custom template i made for my theme i am using a Artisteer theme
Forum: Fixing WordPress
In reply to: My Website Loads Time is Slowany one else have any other suggestions?
Forum: Fixing WordPress
In reply to: My Website Loads Time is Slowwell im actually using w3tc maxcdn and cloudflare and it did speed it up but i think i need to switch to a VPS
Forum: Fixing WordPress
In reply to: Page load is bad what should i do?…would this be good for my site? https://mediatemple.net/webhosting/gs/
Forum: Fixing WordPress
In reply to: Page load is bad what should i do?…ok ill check that out im also using cloudeflare and maxcdn will that help out or will it just still be the same i just need a VPS?
Forum: Fixing WordPress
In reply to: visual not working on page editoryea i did all that and nothing. i found the problem it was my CloudFlare and i just had to disable the Auto Minify for JavaScript and its working fine now
Forum: Fixing WordPress
In reply to: My Website Loads Slowok thanx guys ill try that out
Forum: Fixing WordPress
In reply to: My Website Loads Slowanyone?? i need some help on setting it up the right way thanx!