mizmizi
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Theme updateok thanks
Forum: Themes and Templates
In reply to: [Elicit] Change of Fontsi see that it’s working, If you using any caching plugin, make sure you deleted all the cache
- This reply was modified 8 years, 2 months ago by mizmizi.
Forum: Themes and Templates
In reply to: [Elicit] Change of Fontsput this code into your cutom css
body { font-family: "Roboto", Arial, Verdana; }
Forum: Themes and Templates
In reply to: [Elicit] Limit post navigation to posts in the same categoryHi figure2, you can replace $prev_link with previous_post_link() and $next_link with next_post_link()
and follow
https://codex.www.ads-software.com/Function_Reference/previous_post_link
and
https://codex.www.ads-software.com/Function_Reference/next_post_link
thanks
Forum: Themes and Templates
In reply to: [Elicit] Summary posts on ElicitHi Bruno Bezerra,
header already responsive, you don’t have to do anything to make responsive header
thanksForum: Themes and Templates
In reply to: [Elicit] Summary posts on Elicitgo to Appearance > customize > Elicit Theme options > content options there you can activ Post summary and summary length
Forum: Themes and Templates
In reply to: [Elicit] Logo is not showing on website but it it uploaded.I have seen your website i don’t see any logo on header, but don’t worry you can add hard code in header.php
search this line<div class="logo">
in you header.phpadd bellow code after the line
<img src="your-image-source">
Forum: Themes and Templates
In reply to: [Elicit] Logo is not showing on website but it it uploaded.can i have your site url
Forum: Themes and Templates
In reply to: [Elicit] Logo is not showing on website but it it uploaded.First remove your logo from Appearance > customize > site identity. then upload aging, Suggested image dimensions: 300 × 80 also logo size should be small
thanks
Forum: Themes and Templates
In reply to: [Elicit] Logo is not showing on website but it it uploaded.Hi, i updated latest version of elicit and i fixed the logo issue, please check the latest version
thanks.
This problem has been solved
hi beardmanrus, please check your mail and if you need any help in future please get support from our helpdesk. Our support team is always ready to help
Thanks
regardForum: Themes and Templates
In reply to: [Elicit] Elicit-Pro Version 1.0.0 Responsive Design problemHi wopr101, we will update Elicit-Pro soon. you will be notified when it’s updated.
Forum: Themes and Templates
In reply to: [Elicit] Responsive designDear ralphmgriffith, Thanks for your query. We have resolved this problem already in our previous version. Please update latest version.
If you have any query or question please let us know.
Forum: Themes and Templates
In reply to: [Elicit] Hiding post info and post imagesIf you want to hide post info from elicit , you can add this code into your Custom CSS in Theme Options:
.metadata { display: none; }
also If you want to hide post info from elicit , you can add this code into your Custom CSS in Theme Options:
.Button { display: none; }