Forum Replies Created
list of topics you have created till now.
-
-
ahmetsali
Keymaster1 October 2013 at 21:35Posted in : Pictures wrongly rotated on Iphone and Iphone!Hi, i think the problem is about your images. Check this link;
http://webmasters.stackexchange.com/questions/16684/ipad-and-iphone-browser-rotating-images-on-site
Hi, i just tested our demo site on mobile, mobile menu appears. What device/platform version you have tested on?
Hi, i managed to fix it after playing with the codes. This is the code i have put to External JS Box;
<script> jQuery(document).ready(function($) { $('.rm-button-open').click(function() { $('#filters li').eq(1).find('a').trigger('click'); $('#filters li').eq(0).find('a').trigger('click'); }); }); </script>Also we made a small fix about External JS box, and updated the theme to 4.0, i updated your theme you don’t have to update it again.
You don’t have this mobile search markup in your html markup, beginning with;
<div class="search-mobile">
It is the first element of body tag.
Hi, can you provide your url and on what mobile device/os version you have tested on?
Ok i can’t solve the problem since it doesn’t occur on my side even i tried with your content.
If you provide wp login credentials (to mail-removed) i can play with the code and see if i can fix it.
please provide your url so i can check what’s wrong.
Yes, it works on my side on IE8 & IE9.
ahmetsali
Keymaster27 September 2013 at 20:24Posted in : Author name breaks and splits into two linesHi, try this custom css;
.entry-meta .by-author { white-space: nowrap; }Hi, can you provide your url and what is your device/os version you have tested on?
Hi, try this custom css;
.letter-info { float: none; text-align: center; }I just checked your site on IE8 both on win xp and win 7, videos looks just fine.
What is your chrome version and screen res. I just checked on chrome 29 everything is fine on my side.
Theme Options > Style > Custom CSS box.
http://themeforest.net/theme_previews/3347567-impressivcard-wp-responsive-html5-vcard?index=3
I just tested your site on android 2.2 / 4.0 / 4.2 and iphone5 it works fine. What is your device and os version ?
I see the problem now, try the custom css code below;
.media-box .mask .ico { background: #000; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }Thanks for the feedback.
Did the code above work ?
I just replaced our demo site portfolio content to be identical to yours, and it works fine on my side. It’s really weird.
Hi, can you provide a url to see what’s wrong.
There is a changelog.txt in the download package, you can see the template version there.
try this one;
.portfolio-single .entry-title { font-size: 24px; }Nop, only dropdown mobile menu available for Responsy.
Hi, i just checked our demo site again on IE8 and IE9 and videos looks just fine, can you provide a url to see what’s wrong.
Hi, i just checked your portfolio section and it navigates through the portfolio items just fine on my side. Does your problem still persist?
Hi, when you use 3 equal column you shouldn’t need anything else to align them. In the url you have given you have 2 columns.
I just made a quick test on our demo site, and produced similar page effects to your site, and it works fine on my side, menu and pages are usable. You look like have made some big customizations on the theme, maybe one of them causes the problem. I suggest you to start from over and first produce the page effects with no customization with basic page content, then customize the theme step by step, while testing the functionality after every step.
Here are the information about the latest update;
v1.4.1 - 23 Sept 2013 - fixed : portfolio layout issue when device orientation changes ***Changed Files; js/main.js js/jquery.isotope.min.js
Hi, try this custom css;
.portfolio-info h3 { font-size: 14px; }Hi, i just checked your site on IE10, your portfolio page works fine. Does your problem still persist ?
Hi, can you share your page data attribute values?
Also you can check out official plugin doc site;
Hi,
1-) Please update your browser if you haven’t yet,
2-) If your problem still persist, please write down your operation system and browser version.Hi, try this custom css;
.footer > .row { max-width: 960px;}Hi, try this;
– deactivate the lightbox plugin that pops up when page loads and see if if the problem persists.
Hi,
1-) You can use this custom css code;
#secondary .widget { padding-bottom: 10px;}2-) I can’t see the share link on post single pages.
Hi, i see the portfolio items 2 in a row. Does your screen width smaller than 1160px, if so it is normal as they look 1 item per row.
Hi, i see, i just fixed and submitted an update v1.4.1, it should be available to download in a day. Thanks for the feedback.
Hi, the social icon fonts i used in this template doesn’t include a Xing social icon, but you can replace a current social icon as explained below;
Hi, you have to manually resize the photo and use it for the stamp, there is no automated way.
Hi,
1-) it looks like you view the template in an older browser, and it fallbacks to classic layout.
2-) You can add description to lightbox images, check out theme documentation for details.
Hi, can you provide a url to see what’s wrong. Normally if you choose 1x size for portfolio items, they should appear 2 in a row.
Hi, please update to latest version (currently v1.1). I have developed a solution for mobile search in v1.1.
Hi, you can use this custom css;
.flex-control-nav li a {background: #aaa;border-radius: 50%;} .flex-control-nav li a.active {background: #333;}you can add this css lines at the end of
css/flexslider.cssfile.Hi, please provide a url and let me see if i can do anything to fix it.
Hi, try this custom css;
.p-overlay { background: #ccc; }you can change the color but it will be common for all portfolio single pages.
Hi, i see, try this custom css;
.site-header { background: #222; } .main-navigation { border-color: #eee; } .main-navigation > ul > li > a, #search-submit, #search-form #search, #search-form #search:focus { color: #eee; } .site-description { color: #ddd;} h1.site-title a { border-bottom: 0; }Hi, you can use 2x sized png image for your logo as we used in our theme demo;
I didn’t not include any “index.html” to any url in the template demo files. Also when i check your site through you url; portfolio pages works just fine, no index.html in the url.
ahmetsali
Keymaster20 September 2013 at 17:58Posted in : Problems with services shortcode and responsiveHi, can you provide a url to see what’s wrong?
try this one;
.portfolio-nav a.button.back:hover { background: red; }Hi, your url shouldn’t contain “index.html”, try like this;
http://www.ombredor.com/BookCard/#/portfolio/portfolio-item-01.html
Try this code;
Paste to Theme Options > Style > External JS:
<script> window.onload = function() { setMasonry(); }; </script>if it doesn’t work try this piece of code;
<script> window.onload = function() { $('#filters li').eq(1).find('a').trigger('click'); $('#filters li').eq(0).find('a').trigger('click'); }; </script>