Forum Replies Created
list of topics you have created till now.
-
-
Hi,
try this custom css code;
.cover h1, cover h2, .cover h3 { text-shadow: none; } .cover h3 span { color: #096; }2-) try this custom css code;
.rm-container { width: 33%; max-width: none; }Hi,
1- try this custom css code;
.blog-posts .entry-meta { display: none; }2-) try this custom css code;
#secondary.widget-area { padding-top: 2.0em; }you have a syntax error on your custom css codes;
body {background-color:#F4F2EC;} }duplicate close bracket at that point it breaks the code after that. Remove that extra closing bracket then it should be fine.
Hi, i just checked your site both on Chrome 33 and Opera 19 on win7. It looks fine, menu fonts are displayed correctly. What is your browser and os version.
Hi,
1-)just remove the slider markup starting with;
<div id="te-wrapper" class="te-wrapper">
and put your static image instead;
<img src="images/site/profile-2.jpg" alt="profile picture">
2 -) Please check Documentation > Customization > Page Data Attributes.
Hi, please provide your url to see what’s wrong.
ahmetsali
Keymaster29 March 2014 at 14:33Posted in : Footer adjustment / scaling on different devicesHi, yes it is possible with css media queries, try this custom css;
@media (max-width: 767px) { #secondary #recent-posts-2, #secondary #recent-comments-2, #secondary #categories-2, #secondary #archives-2{ display: none; } }i see, try this one;
.main-navigation.fixed { box-shadow: none; border-color: #eee; } .main-navigation.fixed + .header-search { top: 47px; }– firstly add this custom css code;
#post-361 .portfolio-nav.bottom, #post-361 #comments { display: none; }– to change the iframe lihtbox winow size, edit
js/main.jsin a text editor and find line: 364 and edit width and height parameters.if($("a[rel^='fancybox']").length) { $("a[rel^='fancybox']").fancybox({ centerOnScroll : true, padding : 0, margin : 44, width : 640, height : 360,Note that this will also effect the size of your lightbox videos.
Hi, sorry this is not possible by default.
Hi, just download the latest version and install it as a new theme, your theme options should be kept.
Hi, i guess there is a style override by a plugin. Try this custom css code and see if it works for you;
.accordion-heading .icon-chevron-right:before { content: "" !important; }Hi, try this custom css code;
.widget-area a:hover { border-bottom: 0; }Hi, it is a flat shadow, if you want to remove it you can try this custom css code;
.main-navigation.fixed, .main-navigation.fixed + .header-search { box-shadow: none; }Are you sure you added the custom css code to end of the main.css and uploaded to your ftp?
I just checked your main.css file and can’t see the custom css code.provide your url and let’s see what’s wrong.
this is weird i just tested on same config, it is fine on my side. Try hitting “Ctrl + F5” for a hard refresh.
you can see it in the
theme folder/js/main.jsplease provide your url to check what’s wrong.
Hi, this is not possible by default. If you want to hide comment count on blog page, you can use this custom css code;
.blog-posts .comments-link { display: none; }Hi, it looks like area is not being displayed by browser default. Try this;
area{ cursor: pointer !important; display: block; }yes you can create your custom page, good luck.
ok, try this link;
<a rel="fancybox-link-99" href="http://fskogsrud.com/?portfolio=252 " class="iframe" >Leo</a>
try putting this ajax link and see if it works for you;
<a href="http://fskogsrud.com/?portfolio=252" class="ajax">Leo</a>
where exactly do you want to put a link on your resume page. And you want that link to open a portfolio single page via ajax, right ?
ahmetsali
Keymaster26 March 2014 at 23:59Posted in : Post title for romanian language not look goodHi, you can try this custom css code;
.page-header h1 b { font-weight: 400; }Hi, it is not possible by default, the current structure only allows to 4 service items.
you can use inline lightbox shortcode in resume page.
Hi, i will make some tests on this issue and try to realize what causes the problem. I will let you know when i come up with a solution. Thanks for the feedback.
Hi,
1-) please check the post below;
http://www.pixelwars.org/forums/topic/using-different-header-logos-for-mobiles/
2-) try this custom css code;
.site-header.wrapper > .row { width: 100%; }3-) image logo is limited to 200px height but you can change this with custom css code;
h1.site-title img { max-height:200px; }4-) try this custom css code;
.site-header { padding-top: 0; } .site-header hgroup { padding-top: 0; } h1.site-title a { border: none; }Hi, font size of which element(s), heading? post titles ? or paragraphs ?
Hi, can you provide your url to check what’s wrong.
10pt is really small for post titles, but here is the custom css for this;
h1.entry-title { font-size: 10pt; }Hi,
– we are using a customized version of bootstrap, so it might not be comfortable to move Bootstrap 2 to 3.
– html version is a different product than wp version, and wp version doesn’t include html files.
Hi, try this custom css code;
.portfolio-items .hentry img { -webkit-filter: grayscale(0%); }also for your icons in the sidebar you can try this custom css code;
.jetpack-image-container a:hover { background: none; border: none; } .widget_image { float: left; } .widget_archive { clear: left; } .widget_image + .widget_image { padding-left: 16px !important; }Hi, please provide your url to see what’s wrong.
Hi, can you provide your url?
try this custom css code;
.site-header.wrapper > .row { width: 100%; } .main-navigation ul li { padding: 10px 0; } .main-navigation ul ul { top: 42px; }Hi, i just checked your site on chrome33 on win7, it looks fine. What is your browser and os version?
ahmetsali
Keymaster26 March 2014 at 21:53Posted in : Contact form posts to new page, aJax not workingHi, thanks for sharing your solution.
Hi, which link, a link on your content? Then switch to Text tab of your content editor then put your link code like this;
<a style="color: red" href="your-target-url-here">link content</a>
Hi,
edit
js/main.jsand find line : 383 , you will see the width and height attributes;if($("a[rel^='fancybox']").length) { $("a[rel^='fancybox']").fancybox({ centerOnScroll : true, padding : 0, margin : 44, width : 640, height : 360,you can edit these values.
Hi, try putting your video between inline_video shortcode
[inline_video]Put your iframe code here.[/inline_video]
Hi, this needs customization more than a few lines of code, but here is a starting point for you.
This css code makes menu static (works only if you have 3 menu items);
.vs-nav { position: relative; display: block; margin: .9em auto 0 auto; padding: 0; list-style: none; } .vs-triplelayout .vs-nav { width: auto; max-width: none; height: 60px; } .vs-nav li { display: inline-block; margin: 10px; text-align: center; text-decoration: none; } .vs-nav li a { font-size: 1.2em; letter-spacing: 0; } .vs-triplelayout .vs-nav li { position: static; visibility: visible; width: auto; } .container.vs-move-left .vs-nav-left, .container.vs-move-left .vs-nav-left-outer, .container.vs-move-left .vs-nav-current, .container.vs-move-left .vs-nav-right, .container.vs-move-left .vs-nav-right-outer, .container.vs-move-right .vs-nav-left, .container.vs-move-right .vs-nav-left-outer, .container.vs-move-right .vs-nav-current, .container.vs-move-right .vs-nav-right, .container.vs-move-right .vs-nav-right-outer { -webkit-transition: none; transition: none; -webkit-transform: none; transform: none; opacity: 1; }sorry, we are currently busy with new themes.
Hi, this is not easy to do with a few lines of code. If you are not familiar with coding you may consider working with a professional for further customizations.
Hi,
1-) please check the post below;
http://www.pixelwars.org/forums/topic/animation-speed/#post-11362
2-) this is not easy to do with a few lines.
Hi, it can be possible but it requires more hard work, we can only provide customizations of some lines of code. You can hire someone experienced to do the job for you, if you are not familiar to wordpress-html coding.