Forum Replies Created
list of topics you have created till now.
-
-
Hi, try this custom css;
h1.site-title img { max-height: none; }try this custom css code;
#EdgeID { position: absolute; bottom: 0; left: 0; z-index: -1; }Hi, if you are using Dw, this template uses template system in Dw. You can edit header of portfolio single pages by opening
Templates/portfolio-details.dwtfile in Dw.i just checked your site and can’t see any markup about the animation anywhere.
then you should use a div to wrap your content like;
<div class="text-wrap"> <h2>bla</h2> </div>and use this custom css code with it;
.text-wrap { max-width: 960px; margin: 0 auto; }Hi, have you considered using portfolio type : lightbox gallery for this purpose?
Hi, thanks for the feedback.
Hi, what is the version of your OS?
you have added the animation to the start of the body element, firstly move that markup about animation into the cover page markup, just before;
<div class="cover-image-holder">
Hi, you can try this custom css code to make the page 100% full width;
.page-template-template-full-width-page-php .middle .row { max-width: 100%; }Hi, we will fix this in the next update,(in a few days). Thanks for the feedback.
ok, just let me know when you updated.
I checked your site but didn’t see any additional markup on your cover page. If you will put more markup in your cover page they should be positioned absolute by css as in twitter widget in the cover page;
.cover .widget-twitter { position: absolute; bottom: 0; left: 0; width: 100%; }no you don’t have to, your custom css code and other theme settings will be preserved even if you update.
Hi again, that’s not the way we provide support. If you upload it to ftp and provide your url i can check your site by url.
if you can provide your url with the issue, maybe i can help you, i can’t say anything without seeing the code.
1-) we have not fixed aside content yet.
2-) We will fix this in the next update.
ok i see the issue now, i will make some tests on this issue and try to realize what causes the problem. I will let you know when i come up with a solution. Thanks for the feedback.
Hi, please describe in more details, i really don’t get what you mean.
then you need to use header bg image with custom css instead of using image logo. You can check these links;
Hi, 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 wordpress-html coding.
Hi, you can try this custom css code;
.format-aside .entry-content .aside-content { background: #F9FFEF; border: 0; box-shadow: none; padding: .8em 2em .4em 2.0em; } .format-aside .entry-content .aside-content:before { display: none; } .format-quote blockquote { text-transform: none; }Hi, if you want to reduce the space under the images in your blog posts, try this custom css code;
.alignnone { margin: .4em 0 0.1em 0; }Hi, what do you mean by memory leak, can you describe in details?
Hi, it can be possible to add style to header specific to a page, but i didn’t understand what do you mean by header doesn’t resize, you want the mobile menu not to show up? or your header background image to stand still?
Hi, you can try this custom css code;
html, button, input, select, textarea { font-family: Arial, serif; } h1, h2, h3, h4, h5, h6, .main-navigation ul li, dt { font-family: Arial, serif; }Hi, go to “Text” tab in your wp content editor, then write your custom text block like this;
<p style="font-family:'Georgia'; font-size:24px"> Put your text here. It will show up in 24 px Georgia stye.. </p>
i have no idea what causes the problem on your site right now.
Hi,
1-) add this custom css code to fix it;
.related-posts { margin-bottom: 0; }2-) We have fixed this with a new update, please update your theme.
Hi, please explain your problem in details.
Hi, your featured image should be at least 780px to fill the space for any blog post. And your portfolio thumb images should be at least 300px width. You can double these values if you want retina support.
ok, i saw your other post with your url now. Your lightbox gallery links must have
hiddenclass except the first one, as;<a href="images/portfolio-big/portfolio-big-01.jpg" title="Showcase of my cool project!" data-lightbox-gallery="fancybox-item-02" class="ico lightbox"></a> <a href="images/portfolio-big/portfolio-big-02.jpg" data-lightbox-gallery="fancybox-item-02" title="Showcase of my cool project" class="hidden lightbox"></a> <a href="images/portfolio-big/portfolio-big-04.jpg" data-lightbox-gallery="fancybox-item-02" class="hidden lightbox"></a>
Hi, this is weird lightbox show gallery images in order of their html appearance. Can you provide your url and point exactly the part which the issue appears.
Hi, can you provide your url?
I will make some tests on contact form and try to realize what causes the problem in IE. I let you know when i come up with a solution. Thanks for the feedback.
Hi, it is not possible for sidebar layout.
yes search looks misaligned in you site, try this custom css;
#search-form label { top: 0px; }Hi, try this custom css code;
.cover h3 { color: #000; text-shadow: #FFF 0px 1px 0px; }Hi, you can try this custom css code;
.entry-meta .comments-link { display: none; }and what browser do you test on?
Hi, you can fix it with this custom css;
@media (max-width: 767px) { blockquote:before { top: -0.2em; font-size: 1.2em; } }We will fix this in the next update, thanks for the feedback.
Hi, this theme supports only right sidebar by default. But you can put sidebar to the left with some js codes.
paste this code to Theme Options / External JS box;
<script> jQuery(document).ready(function($) { $('#primary').before($('#secondary')); }); </script>and use this custom css code to tweak it a bit;
#secondary .widget { padding: 0 2em 2.6em 0em; } @media (min-width: 1200px) { #secondary .widget { padding-right:4em; padding-left: 0; } } @media (min-width: 1400px) { #secondary .widget { padding-right:5em; padding-left: 0; } } @media (min-width: 1600px) { #secondary .widget { padding-right:6em; padding-left: 0; } }we have not fixed aside content yet, we will fix it in a future update.
Hi, i just made some tests on contact form, i came across a different issue than you have reported;
– it is ok on IE11/chrome.
– it shows error on IE 10.we will check the source code and try to fix that problem. Thanks for the feedback.
Hi, we will fix this in the next update, thanks for the feedback.
Hi, the social icon set i used in this theme doesn’t include a Xing social icon, but you can replace a current social icon as explained below;
Hi, you can try this custom css code;
.cover h1, .cover h2 { color: #D64B4B; }Hi,
1-) you can try this custom css code;
a.rm-button-open { top: 66%; }2-) to make open button black, you can use this custom css code;
.ribbon { background: #3C3C3C; } .ribbon:before { border-color: #3C3C3C; } .ribbon strong { color: #ddd; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9); }Hi,
1-) please provide your url to see what’s wrong.
2-) Thanks for the feedback, we will fix this in a future update.