arnoldpiscel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SoloFolio] Remove #1 #2 indexes from urlh8usernames, I removed hasesh and I’ll try to remember what I did:D First of all find file in themes/js/jquery.cycle2.js and go to the line 679 . You must find there something like this sync:true, change it on false. After this As I remember I deleted some code lines which contained url and # symbol in this document. Try to search and edit a little bit. But I remember exactly ,I removed hashes only editing this file.
Forum: Plugins
In reply to: [Easy Image Gallery] Call captions in template.php fileI don’t need a developer for this , I think it i easy.. I just need to call this captions from anyfile.php and not only from functions.php . Is it possible with this plugin?^^Thanks
Forum: Plugins
In reply to: [Welcome!] Remove cookies and setup welcome message only on 1 pageSolved. To remove cookies setup in the backend cookies exp. date -1.
Solved2. edite wlcome.php file on line 35
function welcome_output (){ if (is_page(array('page-name', 'page-name','page-name','page-name',))){ global $wDefaults; $wVar = welcome_getOptions();
Add how much you want. THANKS TO PLUGIN AUTHORS!
Forum: Themes and Templates
In reply to: [SoloFolio] Remove #1 #2 indexes from urlI just dont like this url hashes in my url-s ))) So there is no way to remove hashes? It can be a hard way doesn’t matter ^^ THANKS
WORKS PERFECT! THANKS YOU!!!
I want to insert like in default clean code. -this—> Categories :<—- Word,Word2,Word3 this text just not clicable text before code that will get category names
Works great!!!! Any idea how to insert Categories : before “books” “prints” categories? like on default ^^ THANKS MIKE!!
the guy on stackers gave me this `<?php $terms = get_the_terms( $post->ID, ‘product_cat’ );
echo ‘<span class=”posted_in”>’;
foreach ( $terms as $term ) {
$term_link = get_term_link( $term );
if( $term->name == ‘New’ ){
echo ‘ ‘ . $term->name;
}else{
}
if( $term->name == ‘Prints’ ){
echo ‘ ‘ . $term->name;
}else{}
if( $term->name == ‘Books’ ){
echo ‘ ‘ . $term->name;
}else{
}
}
echo ‘</span>’; ?> ,` but it only makes links not linkable, I need now to exclude category “new” and add pre text like :product type ( any ideas? thanks for response Mike.my website is locked in this moment but its on a single product page, which have festured image thumnbails price description and all data putted from the backend. I;ll give a screen
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] How to load custom fields?@dcooney I saw similar topic and inserted tag not right way, my bad. THANKS FOR ANSWER , WORKS GREAT!!! ^^
Forum: Plugins
In reply to: [Kebo Twitter Feed] Some tweets have paddings?solved, check if you guys have div on 100%.
Forum: Everything else WordPress
In reply to: Delete my forum account@jan Dembowski THANKS FOR ANSWERS!!!@leejosepho u2! Yes, I mean this forum www.ads-software.com sorry for my mistake.. But I will ask one more question.. Is there a way to make my page account non indexed by google robots? My final purpose is to remove all information(one of them is https://www.ads-software.com/support/profile/arnoldpiscel link) from search results which is not connected to job. I know it sounds rude , but I just need to remove this page from seo if it is possible.I hope it is.. One more time THANKS for your answers and hope there will be a way to solve my problem.
Forum: Plugins
In reply to: [Kebo Twitter Feed] Some tweets have paddings?