Forum Replies Created
list of topics you have created till now.
-
-
Hi, it is a chrome related issue, it happens on Chrome on my side too.
don’t edit css files directly, just paste the css codes to “Appearance > Theme Options > Style tab > Custom Css field.”
Hi, try this custom css code and see if it suits you;
.blog-posts .entry-content > p { text-align: center; } .blog-posts .entry-content > p > a > img.aligncenter { display: inline; }Hi,
1-) try this custom css code;
#secondary .widget { padding-bottom: 4px; }2-) provide your url and let’s see what can be done.
try this custom css code;
.main-navigation ul li a { padding: 10px 2em; } h1.site-title img { max-height: 140px; }just to clarify ;
– you want to decrease navigation’s height (vertically)
– you want to increase navigation’s width to make it full width (horizontally)right ?
Hi, we have just fixed this, it will be available with the next update. Thanks for the feedback.
I really can’t detect the issue, just checked again on Chrome 33 both on win7 and OS X Mavericks, everything is fine on my side.
Hi all, i just tested ajax functionality on department pages it works fine on our side. If you still have problems please provide urls.
you can wrap your portfolio_field shortcode with column shortcode. Here is the sample content for a portfolio single page;
[column width="8"][portfolio_field] Your images/videos here. [/portfolio_field][/column] [column width="4"] [portfolio_field] <h3>Description</h3> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters. <h3>Client</h3> Apple Inc. <h3>Technology</h3> [tags] [tag text="HTML 5"][tag text="CSS 3"][tag text="jQuery"][tag text="Responsive Design"] [/tags] [button align_center="yes" text="LAUNCH PROJECT" url="#"] [/portfolio_field] [/column]
Hi, this can be frustrating, you don’t have to replace h1 to h2 at all. In html5 it is okay to have multiple h1 tags on a page.
sorry but it is not easy to do with a few lines. You need to replace the scrollbar replacement plugin with a different one. You may consider working with a pro if you are not familiar to html coding.
this is weird i can see that page normal on chrome. What is your browser and os version?
@laurarylee
Hi, try this custom css code;
.site-header { padding-bottom: 0; margin-bottom: 40px; }i just checked your url and i guess you have managed to do it.
i just checked our demo site and it is fine on chrome and firefox also. I see your problem, you can try;
– deactivate all plugins and try again.
– deactivate fixed menu option if you have still encountering problems.
this is the default behaviour in the theme, drag content to scroll method is used for scrollbars.
Hi, please provide your url and let’s see what can be done.
Hi, i can’t view your site, it is password protected.
Hi, i just checked that feature works fine on our side. When i check your site i can always see the scrollbars, you should have “Always show scrollbar” option enabled, right?
ahmetsali
Keymaster17 March 2014 at 16:08Posted in : Replicate homepage post display on another pageHi, go to Reading Settings and assign your custom page as Post page.
Hi, please update the theme and see if the problem persists.
Hi, you can use this custom css code to hide the page title on category pages;
body.category .page-header { display: none; }@tochnost
please provide your url and let’s see if it can be done with some custom css code.Hi,
1-) to add a background image to the header you can use a custom css code like this;
.site-header hgroup { background: url("your-bg-image-url-here.jpg"); background-position: center; }2-) Try this custom css code to increase title font-size;
@media (min-width: 1200px) { h1.site-title { font-size: 5em; } }3-) To increase white spaces in the header try this custom css code;
.site-header hgroup { padding: 3em 0; }ahmetsali
Keymaster17 March 2014 at 15:14Posted in : Remove the "pin it" portion of the share button.Hi, you have two option
– edit theme files manually and remove the pin it button.
– use a social share plugin instead of default share functionality.Hi, can’t understand your post, if you want to post html code into your post, please encode it at http://htmlentities.net/ then paste the encoded code here.
Hi, please provide your url and let’s see if it can be done with some custom css code.
Hi, try this custom css code;
#menu-footer { font-size: 120%; } #menu-footer li:before { top: 6px; font-size: 9px; }i just checked your site again, portfolio items are aligned well, do you still have problem about this?
Hi, i just checked your site in chrome, both menu and text appear and fancybox works. Does your problem still persist?
Hi, please provide your url to check what’s wrong. It should be working on chrome too.
Hi, i just checked your url and can see the sidebar. Does your problem persist?
Hi, please provide your url.
Hi, try this custom css code;
.portfolio-items .hentry img { -webkit-filter: none; } .portfolio-items .hentry:hover img { -webkit-filter: grayscale(100%); }just click “Quick Edit” on a portfolio post and change the date. More recent post appear first.
Hi, there is no limit on portfolio thumbnail image ratio, you are free to upload a rectangular image as portfolio item featured image.
1-) please provide your page url about your problem.
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 html-css coding.
Hi, try this custom css code;
.site-header { padding-bottom: .5em; } .site-header hgroup { padding-bottom: .5em; }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.
Hi
1-) try this custom css code;
.hentry { padding-top: 0; } .site-header { padding-bottom: 2em; }2-) This is not easy to do with a few lines, you may consider working with a pro.
3-) try this custom css code;
.main-navigation ul li a, #search-form label { color: #6B8DAF; } .main-navigation ul li a:hover { color: #555; }Hi, try this custom css code;
.page-template-page-home-php .hentry { padding-bottom: 0; }Hi, paste the code below to the “External JS” box under Theme Options > Style:
<script> jQuery(document).ready(function($) { setTimeout( openMenu, 1000 ); // Tip: 1000 ms = 1s }); </script>Hi, try this custom css code;
#menu-item-1707, #menu-item-1708 { float: right; } #menu-item-1708 > a { color: #E66E6E; } #menu-item-1707 > a { color: #E9CF6A; }Hi, sorry this is not possible by default and it is not easy to do with a few lines, needs more hard work. You can consider working with a pro if you are not familiar to javascript coding.
Hi, please check the post below and see if it works for you.
Hi,
select aside format and use its shortcodes when creating a new post.
just manually delete “index.html” form the url.
Hi, here are the font declarations;
/* FONTS */ html, button, input, select, textarea, .toggle h4 { font-family: 'Lora', Georgia, serif; } h1, h2, h3, h4, h5, h6, .main-navigation ul li, dt { font-family:"Coustard", Georgia, serif; } h1.site-title, h1.site-title a { font-family:"UnifrakturMaguntia", Georgia, serif; }Hi, this can be possible with custom css but you need to do it for every widget. For example for search widget try this custom css code;
.widget_search .widget-title { color: transparent; background: url("your-image-url-here"); }