Forum Replies Created
list of topics you have created till now.
-
-
Hi, i see the issue, we will include this fix in the next update. Thanks for the feedback.
Hi again,
1-) Try the custom css code below for categories cut in half;
.entry-meta .cat-links a {
display: inherit; margin-bottom: .8em;
}we will include this in the next update, thanks for the feedback.
2-) Duplicate widgets issue; go to Appearance > Widgets and make sure there is only a text widget in “Header Social Icons” widget area. Remove any other widgets from “Header Social Icons” widget area.
Hi, i just checked your url, it doesn’t look like a site using Readme theme, can you check your url?
Hi, try this custom css code;
@media (max-width: 767px) { h1.site-title { font-size: 3em; } body.blog .featured-image img { max-height: 100%; } body.blog .featured-image { max-width: none; float: none; padding-right: 0; } }Hi, avatar illustration is made by Stanley Chow . Also if you are looking for someone to draw custom illustrations for you, you can check envato studio;
http://studio.envato.com/search?utf8=%E2%9C%93&search%5Bquery%5D=illustration
Hi, try this custom css code;
.filters { margin-top: 0; }Hi, this is weird, can you try disabling all plugins and check again.
Hi, try this custom css code;
.filters li a { color: #333; }i just checked the code and it should be working on chrome or any browser,
– add a frame to the portfolio image grid;
.portfolio-items .media-box { border: 5px solid #345; }Hi, nothing to worry about, i will release the pending update in a week. Thanks for the feedback.
sure, we will include this in the next update. Thanks for the feedback.
I see, i will consider this. Thanks for the feedback.
Hi, it looks like it is a normal procedure. You can’t like if you haven’t logged in to facebook and it redirects user to the facebook login page. It looks natural to me.
Hi, you can find the full change log with all changed files. But i can’t keep track of changed lines. I suggest you to not to directly edit theme css files but override them in a new css file.
--- READ HTML5 TEMPLATE - CHANGE LOG --- v.1.2 - 08.07.2014 improved : readabilty on blog single pages fixed : youtube video not show in masonry blog on firefox fixed : blockquote icon too big on IE fixed : facebook like button doesn't show on IE and firefox. Changed Files: - css/main.css - js/main.js --- v1.1.1 - 23.09.2013 fixed : proper google plus icon replaced Changed Files; - main.css - google plus social icon html markup -- v1.1 - 28.03.2013 -- added : mobile search solution added : inline lightbox shortcodes added : client side validation to comment form added : alternate Archives page added : ligthbox soundcloud embed support to portfolio added : blog single share links added : blog masonry page added : drop caps added : instagram social icon improved : pre code blocks improved : post format styles improved : audio and media player styles updated : twitter script udapted : jquery to 1.8.3 fixed : footer input overflow issue Changed Files - css/normalize.css - css/main.css - css/flexslider.css - css/mediaelement/mediaelementplayer.css - js/main.js - js/send-mail.js - blog-single.html - send-mail.php - archives-2.html - shortcodes.html - index.html (post format aside markup) - sidebar.html (link post format markup) ------------------ v1.0 – 10 january 2013 - initial release
Hi, this is not available by default, needs more further customizations, you may consider working with a professional, if you are not familiar to wordpress coding.
Hi, i just checked your site on mobile android, it looks fine on my side. What is your test device/os version?
Hi, try this custom css code;
.rotate-words span { overflow: visible; }Hi, remove the custom css code in my previous post and try the method in the post below;
Hi, please check out the post below;
Hi,
1-) try changing “Site Name Color” and “Site Slogan Color” in Theme Options > Style tab.
2-) don’t select “Light Text” for Base Skin in Theme Options > Style tab.
Hi, can you provide your url to check what’s wrong.
Hi, try this custom css code;
#filters li:first-child { display: none; }Hi, you can try this custom css code;
.portfolio-items .media-cell-desc { background: #FAFAFA; }nope, still waiting a respond from the plugin author.
then try disabling all of your plugins and try again.
i see, go to Appearance > Theme Options > Animation > Mobile-Only Classic Layout set to “YES” and save changes then check again.
Hi,
you can use the method @KiryGNC mentioned but don’t edit theme css files directly, because every time you update the theme your changes will be gone, instead override existing css values by putting your css code to Custom CSS box Appearance > Theme Options > Style tab.
thanks for the solution.
So you want the “triple sliding horizontal layout” on mobile too, right? I just checked your site and it looks like it works.
Hi, i have no clue why it is happening. You can try
– use one primary domain : trfurtado.ca
– redirect any other domains to this domainahmetsali
Keymaster16 October 2014 at 12:01Posted in : Portfolio Itens not appearing at specific sizeHi, i just checked your site on mac os with the same chrome version, and resized the page to the widths you specified, it looks fine in all widths. I really can’t detect the issue. Try updating chrome to the latest (38.0.2125.104).
check out the post below for the solution;
checked on chrome, and it looks 3 columns at 1200px and higher resolutions.
Hi, sorry but this is not available by default.
Hi, i couldn’t get what you are asking for. Please describe in more details or provide screenshots about your request.
Hi, paste the code below to the “External Stylesheet/JavaScript” box located in Theme Settings > Style
<script> jQuery(document).ready(function($) { $('.portfolio-single').removeClass('span9').addClass('span12'); $('.portfolio-sidebar').removeClass('span3').addClass('span12').insertAfter($('.portfolio-single')); $('.page-header + .span9').removeClass('span9').addClass('span12'); }); </script>Hi, sorry but it is not available by default. And since this is just a vcard theme your request (multiple portfolio pages with selected categories) is out of the scope of this theme.
Thanks.
Hi, sadly the social icon set (justvector) we used in the theme doesn’t have a vine icon. But you can replace any social icon with your own social icon, please check out the post below for more;
Hi, i just contacted the plugin author (the plugin that i used for 3d layout) and reported the firefox issue. Now i am waiting a response and if the update the plugin we will include the fix with an update. Thanks.
Hi, can you provide your url to see whats wrong?
Hi, i just checked your site, and portfolio page look 3 columns, does your problem persist?
Hi, it is a part of the design actually and made by purpose.
Hi, target only desktops by wrapping your css code with a media query like this;
@media screen and (min-width: 992px) { .content{padding-left:8em;padding-right:8em;padding-top:2.5em;} }Hi, it happens because your page content is long and therefore scrolling is needed. But you may try this custom css code and see if it works for you;
.iscroll-wrapper { top: 56px; bottom: -60px; }Hi, you can try this custom css code;
.blog-single .entry-content p { line-height: 1.4; }Hi again, i have no idea what is causing this issue. You can consider contacting plugin author about this. And if it turns out to be a theme related issue, we can think of a solution.
Hi,
you can easy replace the porfolio icon in the header with any of the Bootstrap 3.2 icons by replacing the icon code in this custom css code;
#header nav ul li:nth-child(3) a:before { content: "\f001"; }Here is all icons list;
http://fortawesome.github.io/Font-Awesome/3.2.1/icons/p.s. : sorry for the delay.
Hi, it is the jquery
load()function that seems to be not working.– in
js/main.jsline : 718p.empty().load(url + ' .portfolio-single', function() {Hi again,
— What is your test platform? Os and browser versions?
Hi again, i guess you have managed to solve it now.