Is there away for a post to have pages and then list those pages on the left side. So for example if the post is about an assembly guide, each step would have a list on the left so you can choose a step or skip to the step you want.
Does that make sense?
]]>I’ve installed this Theme, and it’s wonderful. Made a few changes, and they were all easy to accomplish.
There’s only have one remaining issue… I’d like to add a ‘Meta Description’ Tag, so that when people find my site with a search engine, they get a description below the Site Name. I don’t want to put this description in the ‘TagLine’ because I’m using that for something else. I actually want to add a:
<meta name=”description” content=”blah blah blah” />
So I believe this needs to be adjusted in the ‘Header.PHP’ file, and maybe it needs to replace these lines?
/** sampression hooks **/
// Metas
do_action( ‘sampression_meta’ );
But I’m unsure how to do this.
Can anyone help?
Many thanks! ~Jeg
]]>I am using “Sampression Lite” for a few days now and I realy love it but there’s one thing I need help with.
Is there any possibility to use/show html in the excerpt? Since I am still building my blog, I posted some old entries (to look how everything looks and all) and the text in the excerpts doesn’t have any formatting. Is there a way to change this?
Thank you!
Sas
data-filter="*"
? How?
Thanks a lot.
The Test site:
The code:
<ul class="nav-listing clearfix">
<li><a href="#" data-filter="*" class="selected"><span></span><?php _e('Show All','sampression'); ?></a></li>
<?php
$args = array(
'exclude'=> array(8,9,10,11,12)
);
$categories = get_categories($args);
foreach($categories as $category):
?>
<li><a href="javascript:void(0);" data-filter=".<?php echo $category->slug; ?>" id="<?php echo $category->slug; ?>" class="filter-data"><span></span><?php echo $category->name; ?></a></li>
<?php
endforeach;
?>
</ul>
]]>thanks for your time
Stuart
site is at – https://www.craftykidz.co.uk
]]>Hi!
You have a really really nice theme so thanks for the awesome work, first of all.
I am however, not an expert in coding, or CSS, or www.remarpro.com in general as I have just migrated my site from .com so I hope someone can really help me on this.
I may have overridden the CSS code for the header text after I, by mistake, edited my site title on the General Settings instead of the Customize theme, and no matter what I do now, the site title doesn’t follow the site title settings I set on the Customize theme anymore, it’s just plain. I think I need to mention that I also did try to edit the CSS and nothing changed.
My blogsite is https://darwintaylo.com/blog
Thanks in advance!
]]>How can I do it?:
]]>There is a bug with bullets lists and images. When the image is set to none it is floating therefore the text is overlapping and not this displayed correctly. It works fine on center.
I think is what should fix it.
style.css line:185 .alignnone{float:left;……}
I also would like to know if you plan on releasing an update with the fixes from the wordpress comments.
Thanks,
]]>and
How to make the filters tab to expand always and disabling automatic hiding of menus to top?
Thanks!
]]>