Forum Replies Created
list of topics you have created till now.
-
-
it is the same font with the body font : Lato , but a lighter font-weight : 300
Hi, portfolio items are sorted by creating dates; newer to older. Play with creation dates of your portfolio post to change the order.
Hi, i jsut checked your site : http://thepowerinsport.com/
it looks different than the one in your screenshots. What exactly do you want about your menu.
you can try contacting plugin author about these issues.
Hi, i see the issue, try this custom css code;
.cover { padding-right: 1px; }Hi, sorry i don’t know how to do this, you can check google map api if you are familiar with coding. The codes about the map in
js/main.jsfile at line : 282// ------------------------------ // GOOGLE MAP /* custom map with google api check out the link below for more information about api usage https://developers.google.com/maps/documentation/javascript/examples/marker-simple */
forget the custom css code, just select the text you want to make bold in content editor and make it bold by clicking “B” icon.
Hi,
– to change button hover colors, try this custom css code;
.btn:hover { color: #fff; background: #096; }– to change ribbon color, try this custom css code;
.ribbon { background: #096; } .ribbon:before { border-color: #096; border-left-color: rgba(0, 0, 0, 0); } .ribbon strong { color: #fff; text-shadow: none; }Hi, we can only provide customizations of a few lines, and don’t provide any paid customization service, sorry.
Hi, just activate the new version then go to Menus page, re-select your created menu from Menu Locations and click save.
Hi, can you provide your url?
just right click on a widget and click “Inspect Element” on chome, you will see the id of the widget
<aside id="text-9" class="widget widget_text">
you can grab each of the text widget title by it’s unique id, like this;
#text-9 .widget-title { color: transparent; background: url("your-image-url-here"); }ahmetsali
Keymaster14 April 2014 at 23:53Posted in : How to update HTML theme and keep modificationsHi, you can see the changed parts/files in
change-log.txtfile which is in the downloaded package.1-) remove that custom css code;
body.blog .comments-link { display: none; }2-) ansewered in the topic below;
http://www.pixelwars.org/forums/topic/text-logo-size/#post-13431
3-) To change the body font size you can use
html { font-size: 100%; }but changing this value will effect the whole site. If you only want to change paragraph’s font size you can use;
body p { font-size: 14px; }P.S. You can update your wordpress.
Hi, you can try
– go to embedresponsively.com
– select “Instagram” and copy “Instagram Page URL”
– then copy and use the embed code generated by that site.we will think about auto-update feature, thanks for the feedback.
Hi again, i couldn’t totally understand your question but when i check your portfolio;
– some of your portfolio items don’t have url / not clickable
– this might be because of you have selected “Lightbox” for “Portfolio Item Type” and you have not put any lightbox shortcode to content editor.
Hi,
1-) Loading indicator is in circle shape by default not a bar. I didn’t understand your question.
2-) This template doesn’t have a services page design. But you can build your custom pages by using columns.
Hi, i just checked your url,
1-) “Within the first row, the columns do not align” : i see them well aligned.
2-) “third row does not align with the previous two as there is a slight indent.” : i can’t see this issue too.
if you are still encountering problems, please make them clear with screenshots.
Hi, edit
js/twitterFetcher_v10_min.jsin a text editor and find line: 36 ;twitterFetcher.fetch($('html').attr("data-twitterId"), '', 1, true, false, true, '', false, handleTweets);replace it with this;
twitterFetcher.fetch($('html').attr("data-twitterId"), '', 1, true, false, true, '', true, handleTweets);Hi, can you provide your url?
Hi, you need to call your custom functions each time an ajax request is completed, to do this, edit
js/main.jsand find line : 700;// wait for images to be loaded p.imagesLoaded(function() { //your custom function hereHi, i see the issue, i will make some tests on this issue and try to realize what causes the problem. I let you know when i come up with a solution.
Hi, what is your test platform, browser version / os version? and what is your url.
Hi, it is not possible by default, but you can check the post below to get an idea;
ahmetsali
Keymaster12 April 2014 at 01:03Posted in : How can I make the profile picture unclickable?Hi, just use plain image in profile image section;
<div class="span3 profile-image"> <img src="images/site/profile-1.jpg" alt="social bunny logo"> </div>
Hi, i guess that’s all. You can check documentation for all features.
Hi, i have just checked your site on chrome, post titles looks just fine. I couldn’t detect the issue you have mentioned.
Hi, there is no services page design in this template by default. You can use columns to built a custom page layout and simple html markup (Headings/ sunheadings) etc…
Hi, sorry i couldn’t understand which part you refer. You mean page change animation? or portfolio filtering animation? or portfolio single loading animation? Please describe in details/provide screenshots if possible.
Hi, you should create a custom menu. Follow the steps in the “Menu” section in Documentation. Sorry for the delay.
Hi,
1-) This is not easy to do with some lines of code. If you are not familiar with coding you may consider working with a professional for further customizations.
2-) Your url is in wrong shape, it should start with
http://nothttp//:. And for adding custom social icon, check the post below;Hi, try this custom css code;
.lead { font-weight: bold; }Hi, try this custom css code;
.social li a { padding: 6px 6px 0 6px; font-size: 32px; }Hi, you need to have at least 3 pages to activate “Sliding Horizontal Layout”. Implement one more page and check it again.
Hi, you can try “Ultimate preloader” plugin;
Hi, try this custom css code;
h1.site-title a { border: 0; }ahmetsali
Keymaster11 April 2014 at 20:03Posted in : Reduce space b/w Site Title & Social Media IconsHi, please provide your url.
Hi, try this custom css code;
.entry-meta span { display: inline-block; margin-bottom: 6px; }Hi, i just checked your site : isaumya.com. And i see some markup errors at the end of your document. Try to fix them and check again.
Hi, try this custom css code;
#header .title { line-height: 1.25; }Hi, they are for shortcut icons for apple mobile devices. And i have forgotten to add sample images to project folder. You can remove them if you are not going to use them.
Hi, edit
js/main.jsin a text editor, you can see it on line : 63 ;$(selectMenu).append('<option value="null">'+"MENU"+'</option>');change the word “MENU” to anything you want.
Hi, this is not easy to do with some lines of code. If you are not familiar with coding you may consider working with a professional for further customizations.
text-shadow: none;removes the text shadow on the element.– to change h3 colors, try this custom css code;
.cover h3 { color: #333; }when i check your site source code , i see you have added light menu css,
on line : 62
<link class="menu-skin" rel="stylesheet" type="text/css" href="css/skins/menu/light.css">
instead add dark menu style;
<link class="menu-skin" rel="stylesheet" type="text/css" href="css/skins/menu/dark.css">
Thanks.
Hi,
i tested on latest Opera v20 and it works fine. Also tested on firefox 28, yes it is stuttering while animating. Nothing to do about it. It is about firefox css3 animation performance. Let’s hope it gets better with new updates.
it seems like a chrome bug, i can’t test the fix on my side, because the problem doesn’t occur on my side.