Forum Replies Created
list of topics you have created till now.
-
-
sytnax error, try this one;
<script> jQuery(document).ready(function($) { $('.page-template-template-blog-php > .container > .row' ).prepend('<div class="span12 blog-logo"><img alt="" src="http://www.arifpierce.com/wp-content/uploads/2014/07/logo-white.jpg" style="max-height: 150px;"></div>'); }); </script>Hi,
– to reduce left and right page opacity, try this custom css code;
.vs-triplelayout .vs-right, .vs-triplelayout .vs-left, .vs-triplelayout .vs-left-outer, .vs-triplelayout .vs-right-outer, .container.vs-triplelayout.vs-move-left .vs-current, .container.vs-triplelayout.vs-move-right .vs-current { opacity: .1; }– to reduce witdh of them, try this custom css code;
.vs-triplelayout .wrapper > section { width: 90%; left: 5%; } .vs-triplelayout .wrapper .vs-left { left: -85%; /* 90 - 5 */ } .vs-triplelayout .wrapper .vs-left-outer { left: -175%; /* - 85 - 90 */ } .vs-triplelayout .wrapper .vs-current { position: relative; z-index: 100; } .vs-triplelayout .wrapper .vs-right { left: 95%; /* 90 + 5 */ } .vs-triplelayout .wrapper .vs-right-outer { left: 185%; /* 95 + 90 */ }i guess you have purchased html version, wordpress version is a different product;
http://themeforest.net/item/cvcard-wp-responsive-vcard-theme/7476245
yes, correct, they are harmless html comments, you can delete them if you don’t use DW.
Hi you can add footer, follow these steps;
– paste the code below just after the closing tag of
div class="container"<footer class="site-footer"> <p>This is footer text.</p> </footer>
– and add this custom css code;
footer.site-footer { z-index: 9999; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; }i see, try this custom css code;
.post-archive .page-header { color: #aaa; font-size: .6em; } .post-archive .page-header span, .post-archive h1.page-header span.on { font-size: 1em !important; color: #AAA !important; }Hi, can you provide your url to see what’s wrong.
Hi, they are Font Awesome icons, you can try this custom css code;
.portfolio-items .media-box .mask:before { font-family: FontAwesome; content: "\f067"; }Hi, we have fixed this with the version v1.0.1. Please update and try again.
Hi, sorry i couldn’t understand which part you want to change. Can you provide ss or url and explain a bit more.
Hi, try this custom css code;
.category h1.page-title { display: none; }you can try this custom css code;
.header h1 { margin-top: 6px; }no the syntax is not correct, it should be like;
twitterFetcher.fetch( 427498186618331136 , '', 1, true, false, true, '', false, handleTweets);
427498186618331136 = your twitter id.
Actually you don’t have to edit
twitterFetcher_v10_min.jsdirectly. Just putting your twitter id to html data attribute ; data-twitterId=”388393979672150017″, should be enough. Also note that it will not work on local machine, you need to upload it to ftp to see if it is working.also try adding this;
.hentry { padding-bottom: 0; }also try adding this;
.post-archive .entry-title { font-size: 1.9em; }thanks for the solution.
thanks for the solution.
Hi, i just tested your site on latest Firefox (v30.0), i couldn’t detect the issue, it is fine on my side. Can you provide a ss if possible? And what is your OS / browser version and screen resolution ?
also try adding this;
.main-navigation { border-bottom-color: #333838; } .page .site-header { padding-bottom: 0; }go to google fonts site and find your font then click “Quick Use”, in step 3 : “3. Add this code to your website:” switch to “Standart” tab and copy and paste the code to “External CSS” in Theme Options / Style tab;
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two ' rel='stylesheet' type='text/css'>
sorry it is required for the theme to work properly.
use this one;
.featured-image { display: none; }You can replace an unused social icon with Gittip. Let’s say you don’t use picasa;
.social li a.picasa { font-family: FontAwesome; } .social li a.picasa:before { content: '\f184'; } .social li a.picasa:hover { background: #630; }Hi, try this custom css code;
.cover h1 { position: absolute; bottom: 5%; }Hi, try this custom css code;
.single-format-aside .entry-content { margin-bottom: 0em; }Hi, you can find it in
themefolder/images/bckg/stamp.png.Hi, try this custom css code;
.main-navigation > ul > li > a { border-color: #333838 !important; }Hi, you have a syntax error in your custom css code, please check it again, and make it same as here.
Hi, i am not sure this will work but you can try;
.hentry { background: #fff; }Hi, this is really weird, i just tested your twitter id on our demo site, and it worked on my side. I can’t see any error on the console so i can’t detect the issue.
– try downloading a fresh copy of the theme and check again.
you can try this custom css code;
.main-navigation { border: 0; }Hi, this can work, did you include this font to your site ?
Hi, can you provide your url?
Hi, this theme uses
#/page-nameurl method.Hi, try this custom css code;
h1.entry-title { font-size: 1.9em; } @media screen and (min-width: 768px){ .blog-single .post .entry-content>p { font-size:16px } }try clearing all your custom css code and try again, let’s see if it is related to custom css.
Hi, try this custom css code;
.submit-area.success .icon { display: none; } .submit-area.success:after { content: "We will get back to you asap"; margin-left: 12px; }ahmetsali
Keymaster21 June 2014 at 03:31Posted in : Adding widgets to pages other than the home pageHi, 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, just play with this custom css code, this is the default value;
h1.site-title img { max-height: 200px; }Hi, just reorder your pages in Appearance > Widgets > cvcard widgets. cv-card-portfolio widget should come at first.
Hi, i see the issue, i will make some tests to understand what causes the problem and let you know when i found the solution.
Hi, something is wrong with your site, can you provide your url to check what’s wrong?
i see, just add this custom css code;
.main-navigation div.selector { display: none; }yes latest chrome, i just checked your site and i see the issue now. But this doesn’t occur on our demo site. I have no idea what causes the problem in your site. You can try;
– deactivate all plugins and check again.
thanks for the solution ;)
Hi,
1-) can you provide your url?
2-) we will fix this with an update, thanks for the feedback.
Hi, you can try this custom css code
body p, .one_third { font-size: 13px; }Hi, can you provide your url to see what’s wrong?
Hi, this issue appeared in firefox 30 and we have just fixed it. The fix will be available with the next update in a few days. Thanks for the feedback.
Hi, i just checked your site and didn’t notice any issue when scrolling up or down.