naaatasha
Forum Replies Created
-
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Change submit btn urlThanks ??
I changed new rewrite rule like this: $new_rewrite_rule = ”;
and my urls still contains posttype. Where should I change more things to make it work?Forum: Plugins
In reply to: [PureTheme Slide Social Tabs] Move to rigtIs any way to move this icons to right?
Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] show short descriptionThanks ?? If I’d like to show this descriptions on the main page, what sort of code should I insert?
Forum: Fixing WordPress
In reply to: How to install slider in wordpressI can’t see the roundabout slider in smart-slider 2.
Can you explain me how to create it?Forum: Fixing WordPress
In reply to: How to install slider in wordpressBut I have to have to roundabout / carousel slider very similar to this in my link. Can you put me some link to the plugin with such slider?
Forum: Fixing WordPress
In reply to: category description – background colorIt works! Sorry ??
Forum: Fixing WordPress
In reply to: Override slider.js with anotherMy motive include slider yet but I would like to have another animation. And I would like to have slider settings in dashboard like now.
please for help ??Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] show short descriptionCould you show some instructions? how to name the meta field directly?
I thought about showing random product ?? Anyone can help?
Forum: Fixing WordPress
In reply to: Adding tags SQL‘
<?php
$posttags = get_the_tags();
$count=0; $sep=”;
if ($posttags) {
echo ‘ ‘;
foreach($posttags as $tag) {
$count++;
echo $sep . ‘<div class=”single_tags”><span class=”tag-links”>term_id).'”>’.$tag->name.'</span></div><div class=”single_tags”><span class=”tag-links1″>term_id).'”>’.$tag->name.'</span></div><div class=”single_tags”><span class=”tag-links2″>term_id).'”>’.$tag->name.'</span></div><div class=”single_tags”><span class=”tag-links3″>term_id).'”>’.$tag->name.'</span></div>’;
$sep = ”;
if($count>0) break;
}
}
?>‘
I’m sure, this is corrent code. And there is no compile errors…
I have the function:
<?php
$posttags = get_the_tags();
$count=0; $sep=’ ‘;
if ($posttags) {
echo ‘ ‘;
foreach($posttags as $tag) {
$count++;
echo $sep . ‘<div class=”single_tags”><span class=”tag-links”>term_id).'”>’.$tag->name.’</span></div><div class=”single_tags”><span class=”tag-links1″>term_id).'”>’.$tag->name.’</span></div><div class=”single_tags”><span class=”tag-links2″>term_id).'”>’.$tag->name.’</span></div><div class=”single_tags”><span class=”tag-links3″>term_id).'”>’.$tag->name.’</span></div>’;
$sep = ”;
if( $count >0) break;
}
}
?>I have four different formats to each tags, but this tag is still the same… I have sth sth sth sth but I would like that these tags will be different. Is it any option in this function to add displaying tags, which are different each other?
Forum: Fixing WordPress
In reply to: background color of tagsI can’t show link, bacause it is accessible only in my job (website on test net disc), but for examle
https://dzieci.pl/gid,16754995,img,16755071,kat,1024253,title,5-rzeczy-ktorych-nie-mozna-podgrzewac-w-mikrofalowce,galeria.htmlon the right bottom, the tags:…
How can I do different background for each tag? Font color should be the same.
Thanks for help in advance! ??