Forum Replies Created
list of topics you have created till now.
-
-
Hi, sorry this is not possible by default, portfolio items are aligned to left by default.
no problem, you write your link when your site is online.
Hi again, i can’t see the full width image code in your content.
Hi, again you can disable fluidbox plugin, edit
js/main.jsand find line : 123, and comment that line;$('a[rel="lightbox"], .format-gallery .gallery a, .entry-content > p a, .wp-caption a, .r-gallery-single .media-box a').fluidbox();to
//$('a[rel="lightbox"], .format-gallery .gallery a, .entry-content > p a, .wp-caption a, .r-gallery-single .media-box a').fluidbox();No, i haven’t seen this issue before, some icons shows properly because they have been added later. when i check your site i still can’t see social icons background image on your server;
http://www.harebraineddesign.com/wp-content/themes/responsy/img/background/social.png
getting 404 not found error code, are you sure you have uploaded it manually to the correct folder?
Or you can try downloading the theme again and uploading it again.
Hi, maybe this will work for you;
1-) Paste the code below to the External Js Box in Theme Options > Style tab.
<script> jQuery(document).ready(function($) { $('.full-width-image').each(function(index, element) { $(element).css("min-height", $(element).find('img').height()); $( window ).resize(function() { $(element).css("min-height", $(element).find('img').height()); }); }); }); </script>2-) Paste the code below to the Custom CSS box;
.full-width-image { margin: 1em 0 1.6em; } .full-width-image img { position: absolute; left: 0; width: 100%; }then add your full width image to the content like this;
<div class="full-width-image"> <img src="your-image-url.jpg"/> </div>
what is your url?
ahmetsali
Keymaster10 December 2014 at 15:37Posted in : Errors in JavaScript even everything looks fineHi, i see, i will try to fix these, and release and update when i come up with a solution. Thanks for the feedback.
Hi, try this custom css code;
.page .entry-header { display: none; }Hi, you should contact the plugin author about it.
Hi, can you provide your url?
Hi, it is not possible by default.
Hi, for the images in the blog masonry page? then you can use this custom css code;
.blog-masonry .featured-image:hover img { opacity: 1; }Hi,
1-) It looks like this file is missing,
http://www.harebraineddesign.com/wp-content/themes/responsy/img/background/social.png
upload it to your server, you can grab it here
http://themes.pixelwars.org/responsy-wp/wp-content/themes/responsy-v3.1/img/background/social.png
2-) You have a miss-placed or non-closed link element in your latest projects section, just fix it and it will be fine;
<a href="http://www.saucedmarket.com/#media">
Hİ, can you provide your page url in which you see the problem.
Hi, the menu items are too tight, and no place for search in the menu bar, but you can try this custom css code;
@media (max-width: 767px) { .main-navigation div.selector { display: none; } .main-navigation > ul { display: block; padding: 0; } .main-navigation > ul li { padding: 0; } .main-navigation ul li a { padding: 4px 16px; padding: 10px 5px ; font-size: 12px; } #header-search-link { display: none; } }Hi, you can try this one;
@media screen and (min-width: 768px) { .blog-posts.readable-content { max-width: 620px; } .blog-posts.readable-content .featured-image img { width: 130%; max-width: none; margin-left: -15%; } }note that : negative padding value doesn’t effect anything but negative margin does.
Hi, you can try this custom css code;
@media screen and (min-width: 768px) { #nav > li { display: inline-block; position: relative; margin: 0 16px; } #nav > li:after { display: list-item; content: ""; display: list-item; list-style: disc; position: absolute; top: 14px; right: -20px; width: 5px; list-style-position: inside; } #nav > li:last-child:after { display: none; } }Hi again, these links doesn’t come from the theme code also. You can try;
– install a fresh copy of the theme, add your content again step by step by checking the site after each step.
Hi again, 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 coding.
Hi isaumya,
i really liked the first idea, looks efficient and easy to implement, we will use this from now on. Thanks for the feedback.
Hi,
1-) wordpress default search includes the books in the search results, but if you only want to search books, you might need to find an appropriate plugin for that.
2-) sorry, this is not possible by default.
you are welcome, thanks.
please check out this post;
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
you are welcome.
Hi again,
– yes your custom css code is fine.
– you can try this custom css code to change menu label’s color and font-weight,
.main-navigation div.selector span { font-weight: 400; color: green; }try this custom css code;
.paypal-donations input[type="image"] { width: auto !important; padding: 0 !important; border: 0 !important; }can you try this custom css code;
.blog-masonry .hentry { margin-left: 0 !important;; }Hi, this is super weird, try this;
– go to Theme Options > Style > Font Styles and select Yes, click save. see if it changes anything.
just try this custom css code;
.type-post { color: #555; }ahmetsali
Keymaster4 December 2014 at 15:16Posted in : How to add a slider within a portfolio page?Hi, slider for this theme is not available by default. If you are planning to use a slider plugin note that;
since portfolio single pages are loaded via ajax, if you need any extra script functionality on portfolio single pages;
– needs to initialize the script after each ajax call ended, / just before showing portfolio content.
– you can disable ajax functionality for portfolio items, the script should work if you open portfolio single pages on a new tab.
Hi, you can use local fonts by uploading font-files to your server and use custom css box for using the font on your site. You can check the post below for more;
http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
Hi, you can use this custom js code;
<script> jQuery(document).ready(function($) { var menuWord = "CHANGE-THIS"; setTimeout(function() { $('select.menu option:first-child').text(menuWord); $('.main-navigation .selector > span').text(menuWord); }, 1000); }); </script>paste it to the External Js Box located in Theme Options > Style tab.
Hi, you can try this custom css code;
.archive.category .page-header { display: none; }Hi, glad to hear that you sorted it out.
Hi, this is weird, can you disable all your plugins and check it again.
Hi, can you provide your page url with the donate button.
Hi, i have just fixed this and will be available with the next update. Thanks for the feedback.
i wouldn’t worry about it if doesn’t happen in all sessions and if it is a chrome bug, just report it to google by clicking to “Report an issue” in Chrome > About page. They can fix it with an update. Google really pays attention on feedback.
Hi, can you provide your url?
Hi, can you provide your url so i can check what is wrong.
Hi again, can you check it again by disabling all of your plugins/custom widgets. I see some custom js codes when i check your source code.
Hi, theme doesn’t have any built in options for customizing reading time script, you can customize it by editing js file. We use this jquery plugin for reading time;
https://github.com/michael-lynch/reading-time
and it is called on
js/main.json line 142:$(this).readingTime({ ... });sorry, we don’t plan to add that feature.
Hi, what is your url?
Hi, i just checked your site and it is in regular layout, do you still need help?
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 coding.
i can see it is working on your site. Also don’t edit theme style.css file directly, paste the custom css code to Appearance > Theme Options > Style tab > Custom css box. This way you will update your theme with no pain.
try this custom css;
.header p, .header h1 { display: none; }