Forum Replies Created
list of topics you have created till now.
-
-
Hi, you can try this custom css code to fix mobile layout;
@media screen and (max-width: 991px) { span.phone-number { position: absolute; right: 104px; top: 3px; font-size: 12px; } }Hi, i see some redundant html markup in your event shortcode content, it might be the source of your problem, use event shortcode like this;
[event date="2010" current=""] <h4>Web Developer</h4> <h5>GOOGLE INC.</h5> I worked as a Web Developer at Google for 3 years. I create usable web interfaces, front end coding stuff and almost anything. But i love what i do. [/event]
Hi, you can try this custom css code;
.alignnone:first-child { margin-top: 0; } p { margin-bottom: 12px; }you are welcome, happy to see that you have sorted it out.
Hi, i just updated facebook widget in our demo site by using new FB Page Plugin code, and it works, you can copy and paste both of the code pieces into the text widget content and it works fine.
Thanks for letting us know about the fb update.
Hi, i see what you mean, but it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider working with a professional.
Hi, try this custom css code to fix it;
.portfolio-field:empty { display: none; }Hi, you can also try this custom css code;
.site-main { margin-bottom: 1em; }Hi, can you provide your related page url to check what’s wrong.
Hi, if you can provide your related page url i may give you custom css code for that page.
Hi, you can try this custom css code;
.page-template-template-homepage_alternate_2-php .entry-content { position: relative; } .page-template-template-homepage_alternate_2-php .intro { position: absolute; z-index: 1000; width: 100%; padding-top: 4%; color: #fff; } .page-template-template-homepage_alternate_2-php .owl-carousel:after { content: ""; position: absolute; z-index: 10; top: 0; left: 0; right: 0; bottom: 0; background: #111; opacity: .6; }sorry, i have no idea what might be causing it right now, i will try to figure it out, i will let you know when i come up with a solution.
you can try the plugin, just don’t select Photo Gallery type for your portfolio post, choose Standard instead.
Hi, sorry it is not possible by default, maybe you can try this plugin;
https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/
Hi again, i just checked it now, and everything looks fine to me, do you have still problems about it? if yes please describe it more.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
you can rate the theme in your profile > Downloads page on themeforest, this link should work if you are logged in;
http://themeforest.net/downloads
thanks.
try adding this one;
.page-template-page-full-width-php .entry-content { padding-top: 0; } .page-template-page-full-width-php .entry-content p:first-child img, .page-template-page-full-width-php .entry-content p:first-child { margin-top: 0; }you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, try this custom css code;
.blog-regular .entry-title a { color: #09c; }Hi, you can try it by followwing the instrucitons under Basic Usage in the Github page and see how it works with the theme;
you can try this custom css code;
.page-template-page-full-width-php .row-fluid { width: 100%; } .page-template-page-full-width-php .hentry { padding-top: 0; } .site-header { padding-bottom: 0; }Hi, i just checked your url and just see a coming soon page.
ok then try this custom css code;
.intro h2:empty { display: none; }sorry, i have no idea what can make the difference, you may try downloading and installing a fresh copy of the theme from scratch.
Hi, you can try this custom css code for white background for lightbox (Photo Gallery 1);
.pswp__bg { background: #FFFFFF; } .pswp__top-bar { background: rgba(0, 0, 0, 0.15) !important; }and to make blog layout wider;
.blog .layout-fixed { max-width: 1060px; } .featured-image img { width: 100%; }you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
that’s weird, can you try disabling all of your plugins and check again,
about facebook share issue, please add the screenshot to your related topic our wordpress developer will reply soon on that too.
does it also occurs on our demo site or plugin demo site;
Hi, thanks for the feedback, will look into it.
Hi, you can have two different portfolio pages using departments, one for clients one for regular portfolio, please check Documentation > Portfolio > Multiple Portfolios section. And for client area you can set specific portfolio posts as password protected.
Hi, just select Status in the Format box and put some content in the content editor, that’s all.
Hi, first of all we haven’t added a carousel portfolio type because carousel is not behaving responsively unless your images have the same aspect ratio or you only show 1 item in slider viewport. However you can still use carousel by selecting standard portfolio type and using slider shortcode. You can check out Documentation > Shortcodes > Slider for more.
Hi, try this custom css code;
img.aligncenter:first-of-type { margin-top: 0; }Hi, it can be possible with custom css, can you provide your related page url?
i could view your url via proxy, and coldn’t have the chance to test it on 4k retina screen but tested it on win7 and OS X Yosemite, and full screen button appears and works fine, sorry i can’t detect the issue.
Hi, you can try this custom css code;
.page-template-page-archive-php .row .span3:last-child { display: none; } @media (min-width: 1200px) { .page-template-page-archive-php .row .span3 { width: 31%; } }i can’t view your url, is your site still live?
Hi, if you are using slider shortcode make sure your images are at least 1400px width to ensure good quality on retina screens.
Hi again, i see some empty html elements(h2 and br) in your first intro shortcode, switch to Text tab of your content and remove these empty elements and spacing should be fine.
Hi, i just checked and the loading animation seems to be working fine on safari 8.0.6 on OS X Yosemite and also latest chrome on win7. You can try the custom css code below to make the images appear while loading with no animation. Also note that images will not be shown in organized collage layout until they are all loaded.
.pw-collage a { display: inline-block; width: 25%; opacity: 1 !important; vertical-align: top; } .effect-1 { -webkit-transform: rotateX(0); -moz-transform: rotateX(0); transform: rotateX(0); -webkit-animation: none; -moz-animation: none; animation: none; }you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, 1920×1080 should be fine.
Hi, you have break line elements
brjust after and before your image which increases the white space around the image, click Text tab on the content editor and remove these br elements, if it is still too much white space for you, play with this custom css code;.aligncenter { margin: 2em 0; }Hi you can check this article for multiple backgrounds and add any css code to the custom css box.
Hi, try this custom css code;
.section-title.right { text-align: right; }Hi, thanks for sharing the solution.