Forum Replies Created
list of topics you have created till now.
-
-
i mean “Customization” section in “Documentation” File.
Hi, i see a blank page when i visit your url : http://mustafagulahmetoglu.com/ .
Hi, i see, then just download the latest version and only update these files, it should be fine then;
in theme folder;changed files - js/main.js - css/main.css - css/book.css
Hi, can you provide your page url ?
try this one to change mouse over color;
.launch .btn:hover { background: #654321; }ahmetsali
Keymaster2 August 2014 at 09:12Posted in : Portfolio shows white page because of wrong linki can’t view this url; http://lukaswill.com/
Hi, try this custom css code;
.rm-middle .inner-page-title { display: none; }Hi, try this piece of code when embeding swf files;
http://css-tricks.com/snippets/html/embedding-flash/
provide your site url if you still have problems.
Hi, i just checked your site, i can’t see any difference in font between mobile and desktop versions.
Hi, try this custom css code;
.launch .btn { background: #654321; }Hi, we have fixed this with v2.9.8, please update.
Hi, don’t forget the wrap your content with column shortcodes, use column width = 12 for full width content;
[column width="12"] - page content here [/column]
sure, i will try to fix it and release an update when i come up with a solution. Thanks for the feedback.
we will think about it, thanks for the feedback.
Hi, try this custom css code;
.hentry:before { border-color: #096; }Hi, i just checked portfolio page on ie9 and ie11 on windows7. Images are loaded fine, i refreshed a few times, everything is ok. Sorry, i can’t reproduce the issue on my side.
you can only add it to page content, there is no footer widget location in this theme.
Hi, just locate it’s markup and delete it;
starts with;
<aside class="widget widget-twitter">
sure, check out the link below;
i updated the code in my previous post, you can try it again.
Hi, we have done it to increase readability in blog single pages, but if you didn’t like it, you can use this custom css code to revert it;
@media screen and (min-width: 768px) { .blog-single .post .entry-content > p { font-size: 16px; } }Hi, you can find it in
theme-folder/js/main.jsline:34 “Rotating Words”.try this one;
blockquote, blockquote cite { text-align: center; } blockquote:before { display: inline-block; position: relative; margin: -50px 0px 10px 0px; }ahmetsali
Keymaster24 July 2014 at 16:18Posted in : Portfolio shows white page because of wrong linkHi, i suggest you to not to setup two different sites if the content will be identical. Instead use redirecting any other domain to actual one.
Hi, i have no idea, it might be a browser related bug. It is fine on my side.
Hi, i just fixed this, and will release an update in a few days. Thanks for the feedback.
Hi, add this code to Custom CSS box located under Theme Settings > Style tab;
.sidebar h3 { font-weight: bold; font-size: 18px; }Hi, i just checked your source code now, and i see you have used static inline styles on paragraph elements. That makes it nearly impossible to make it responsive. You need more semantic markup at first;
– use headings for big-bold sized text instead of paragraphs
– style your elements by giving them a class
– usebackground-size: containfor background images,That is all i can suggest you.
about your first question, you can prevent the javascript error by not deleting menu markup but hiding it via css;
.vs-nav { display: none; }Hi, i see, i just fixed this it will be available with the next update, about in a week. Thanks for the feedback.
Hi, try this;
change the class “one-page-layout” of
htmltag to “single-page-layout”.Hi, i can’t view your site, please check your url.
Hi, you also need to choose “Theme Options > Style > Extra Skin > “Portfolio details dark transparent””.
and if you want to make portfolio single pages not transparent but a solid black color you can use this custom css code;
.p-overlay { background: #222; }Hi, try this custom css code;
.featured-image img { position: absolute; left: 0; width: 100%; }and add this to External JS box;
jQuery(document).ready(function($) { $('.featured-image').each(function(index, element) { $(element).css("min-height", $(element).find('img').height()); $( window ).resize(function() { $(element).css("min-height", $(element).find('img').height()); }); }); });try adding this to External JS box
jQuery(document).ready(function($) { $('.span4:nth-child(2) .accordion-group:first-child').addClass('active').find('.accordion-body').show(); });i see, try this custom css code;
blockquote:before { display: inline-block; position: relative; margin: -50px 20px 10px -50px; }Hi, you need to edit the background image in a photo editor. You can find it in
theme folder/mages/bckg/stamp.png.then you can use this custom css to resize the stamp;
.stamp { width: 265px; height: 114px; }sidebar width is 370px, and content in sidebar width is 340px.
i am not sure why it is not compatible, it might be a chrome related bug. I recommend you to use built in portfolio script.
ahmetsali
Keymaster15 July 2014 at 00:51Posted in : Book dimensions distorted on wide screen monitorHi, i see, try this custom css code;
@media screen and (min-height: 1000px) { .rm-wrapper { top: 50%; margin-top: -390px; max-height: 778px; } }Hi, try this custom css code;
.header:before { display: none; } .header p { border: none; }Hi, you can try this custom css code;
.vs-nav li a { letter-spacing: 0px; }Hi, try this custom css code;
.post-archive .page-header { display: none; }Hi, i see but i can’t detect the issue by looking at screenshot. If you can provide a url i can check what’s wrong.
ahmetsali
Keymaster15 July 2014 at 00:13Posted in : "Portfolio" has different font in safari/chromeHi, i just checked our theme demo site with clean style on chrome, it is fine on my side. All titles are consistent.
Hi, i just checked your site and you have a different script for your portfolio page and it looks to be broken or not compatible with 3d layout of this theme.
Hi again, try this custom css code;
.flex-direction-nav { display: block; } .portfolio-field .flexslider .slides img { margin-bottom: 0; }Hi, do you mean adding “TESTIMONIALS” (currently in resume page) to about me page. They are shortcodes and yes you can add them to any page. Check out Documentation > Shortcodes for more.
Hi again, i just checked your url, currently the active font in your site is “Open Sans”.