Forum Replies Created
list of topics you have created till now.
-
-
ahmetsali
Keymaster16 June 2014 at 18:53Posted in : Reduce space b/w Site Title & Social Media Iconsi can’t see social icons inside or near your header.
you can specify different values for mobile devices;
width : $(window).width() < 640 ? 320 : 640, height : $(window).width() < 640 ? 180 : 360,
in this scenario, mobile dimensions will be 320x180, and desktop dimensions will be 640x360.
Also if you can provide your url i can check what cane be done for lightbox inline scrolling.
Note: sorry we don't provide paid further customization services.
Hi, we will add devintart icon with the next update. Thanks for the feedback.
Hi, i see, i will check it again, later. Thanks for the feedback.
Hi, it is weird, it might be a browser related bug.
Hi, this might be done with some custom css, you want to look it like in mobile version on desktops or vice versa.
note: sorry for the delay.
you can remove that’s page widget from widgets, that will hide the page.
try this custom css code;
.portfolio-title h2 { color: #fff; }yes it is weird, i have no idea why it is happening, did you repeat the steps in my last post?
i got it from your previous post, also when i check the url in your last post, i still get 404 error.
I just tested uploading a gif and insert into post on our demo site. It works fine.
– try uploading the image again and insert into post again. It should work.
– make sure your image url doesn’t contain any special characters.i get 404 error when i want to open this in the browser;
http://www.theclockend.com/wp-content/uploads/2014/06/WCB2-234%C3%9760.gif
Hi, there is no restriction for gif usage. Please check your gif image’s url, it looks broken.
Hi, sorry there is no captcha available for html version.
Hi again, we have fixed this issue with the last update.
Hi, we have updated FontAwesome with the last update, you can download now.
Hi, masonry is the only way to show latest posts on homepage. What you are asking is not possible by default, needs more further customizations, you may consider working with a professional, if you are not familiar to wordpress coding.
Hi, since IE11 can’t deal with css3 backface-visibility property properly, layout goes into classic layout, nothing do about it, sorry. Also i just checked your site on Firefox 29.0.1 on win7 and it looks fine (modern layout as in chrome or firefox.)
Hi, i can’t see your page : 404: File Not Found. is your site “http://www.alishaahern.com/”.
– what exactly do you want to do? please describe with screenshots if possible.
Hi, use the custom css code below to make your portfolio grid 3 columns max;
@media screen and (min-width: 991px) { .portfolio-items .item { width: 290px; } } @media screen and (min-width: 1200px) { .portfolio-items .item { width: 370px; } }try this one;
<script> jQuery(document).ready(function($) { setTimeout( function() { $('.rm-button-open').trigger('click') } , 1000 ); // Tip: 1000 ms = 1s }); </script>Hi, you need to upload your thumbnail images as featured image for any post. You can see the featured image box on the bottom-right side.
also “alt” section is not neccessary, but it is good for accessibility and for screen reader.
we have added “link” parameter to slide shortcode, you can use it to add links to your slides. Please download and update to latest version if you haven’t yet. Also check Documentation > Shortcodes > Inline Slider for detailed instructions.
not sure why it is happened, can you provide your url.
Hi, try this custom css code to hide featured images in gallery format post single pages;
.single-format-gallery .featured-image { display: none; }overlapping menu bar? i can’t see this in your site, can you provide a screenshot related to your issue.
i can’t open your url.
try this custom css code;
.project-action h1, .project-action h2 { margin-top: 0; }just replied in your twitter topic, sorry for the delay.
Hi, this is not available by default, needs more further customizations, you may consider working with a professional, if you are not familiar to css coding.
you can create a topic about your feature requests. But since we are busy with the new themes and current theme bug fixes, we may not reply positive to your feature requests.
i just replied in your topic about twitter widget.
I will try to fix the cross browser drop cap issue. Thanks for the feedback.
the code is interrupting with social share plugin css code, add this to fix it;
div.fsb-clear { clear: none; }it might be, i will update it as “450” just in case, with the next update. Thanks for the feedback.
Hi, try this custom css code;
.alignleft:first-child, .alignright:first-child { margin-top: 0.3em; margin-bottom: 0; }cool, this is the delay of between each page transition when loading from hashtag. So the lower is better. Can you check if “500” is enough or even “450”.
i can’t really test this since it doesn’t occur on my side. Can you try this and see if it fixes the problem;
– edit
js/triple.layout.jsand find line : 238for(i=0; i<shortest_way; i++) { setTimeout(function(){ navigate(dir); } , i * 400) } if(!normal_navigate) { setTimeout(function(){ $('html').removeClass('fast-navigate'); } , shortest_way * 400) } else { normal_navigate = false; }and change it to this;
for(i=0; i<shortest_way; i++) { setTimeout(function(){ navigate(dir); } , i * 600) } if(!normal_navigate) { setTimeout(function(){ $('html').removeClass('fast-navigate'); } , shortest_way * 600) } else { normal_navigate = false; }sure, it can be possible to use typekit fonts with further customization. You can check the link below;
http://help.typekit.com/customer/portal/articles/6840-using-typekit-with-wordpress-com
if you can provide your url i can give you a custom js code for you.
sure.
We are using twitterfetcher script, and i just checked and it doesn’t have a parameter about showing only fresh tweets. So i guess this is a script related issue. You can contact the script author and report the issue.
http://www.jasonmayes.com/projects/twitterApi/#sthash.MQL0nVBZ.dpbs
Hi, the links with same
data-lightbox-galleryattribute value will be treated as a gallery.– you can try this custom css code prevent next and prev links overlap on video.
#fancybox-left, #fancybox-right { width: 100px; }try this custom css code;
.blog-posts .entry-title, .portfolio-single .entry-title { font-size: 1.6em; }Hi, it doesn’t make sense to link the logo to homepage in a one page template like this. But in single pages yes it does make sense. And that’s the way we coded the theme.
Hi, try this custom css code;
body:after { display: none; }i just tried your twitter id, it doesn’t work on my side to. Make sure you are getting a proper id;
LATEST TWEETS WIDGET
* ### HOW TO CREATE A VALID ID TO USE: ###
* Go to http://www.twitter.com and sign in as normal, go to your settings page.
* Go to “Widgets” on the left hand side.
* Create a new widget for what you need eg “user timeline” or “search” etc.
* Feel free to check “exclude replies” if you dont want replies in results.
* Now go back to settings page, and then go back to widgets page, you should
* see the widget you just created. Click edit.
* Now look at the URL in your web browser, you will see a long number like this:
* 345735908357048478
* Use this as your ID below instead!Hi, can you provide your url to see what’s wrong. Also note that latest tweets won’t show on local machine.