Forum Replies Created
list of topics you have created till now.
-
-
just checked again, the menu appears on mobile layout, however since your site’s css has been edited it doesn’t look straight as in our demo site.
Hi again, we choose to use a simple mobile menu for this theme, sorry don’t plan to add more features to mobile menu, btw when i check your site you seem to manage to make the mobile menu collapsible.
your portfolio page’s slug is
lavoriedit your portfolio page and set its slug toportfolioHi, you can try this custom css code;
.main-navigation ul ul li a { font-size: 12px; }Hi again, i saw the screenshot attached in your mail, you can try this custom css code;
@media screen and (min-width: 992px) { .nav-menu { border-top: 2px solid #777; border-bottom: 2px solid #777; margin-top: 2em; max-width: 94%; margin-left: auto; margin-right: auto; } }thanks for sharing the solution.
can you provide your related page url to check it?
Hi, i just checked our demo site for this issue and it doesn’t occur on our demo site, what is your related page url and browser/os version you are testing on?
Hi, try this custom css code;
span.comment-link { display: none; }Hi, please check out the post below;
http://www.pixelwars.org/forums/topic/need-help-with-a-plugin/#post-14133
Hi again, i see, but full width background featured image works that way, the aspect ratio and the watchable area of the image may vary depending on browser width, it is flexible. If you need featured image to stay in the same aspect ratio then you need to set
Featured Image Style = Fixedon the right hand side of the post edit page.Hi, after setting width=”3″ for the column shortcode.
try this custom css code;
.page-id-777 .layout-medium { max-width: 1440px; }that code is only for portfolio thumbs.
actually it is not a workaround, it is a default wordpress feature for optimizing galleries and it is what you are asking for; it will make thumbnail sizes smaller to increase page load and you will get the full size image when you click on a thumb.
Hi, i just checked your url in Safari 8 on OS X Yosemite, and the fullscreen button appears and works fine, sorry i can’t detect the issue.
Hi,
– 1000px in width should be fine for featured images.
Hi, i just tested your site on safari 8.0.4 and OS X Yosemite, i can’t detect the issue, portfolio loads fine in case #2.
try this custom css code;
.share.sharer-0 { display: none! important; }@Knyazev
sorry it is not possible to remove scripts completely by default however you can hide text selection share feature using this custom css code;
div.selectionSharer { display: none !important; }Hi, you can try this custom css code;
.process:before { display: none; }just replied in your related post.
it is awkward, it should have worked, however can’t check your site again because maintenance mode.
Hi, 3rd level submenus should work without editing any css, can you provide your related page url?
Hi,
– can you disable all of your plugins and check again?
– if it doesn’t help please provide your url.Hi, follow these steps;
– select Template : Homepage Alternate 2 in Page Attributes for your page
– then insertintroshortcode to the editor first,
– after that create a gallery with your images.sorry for the delay.
Hi, can you provide a screenshot about the issue?
Hi, you can try this custom css code;
.media-box .mask { background: none; } .media-box img { -webkit-filter: grayscale(100%); filter: grayscale(100%); } .media-box:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); } .media-box .mask .portfolio-info { text-shadow: 1px 1px 1px #333; }sorry for the delay :)
Hi, i cant open the url in your post, can you provide a screenshot about it.
it is because the code is overrided by another css code in your site, try this one
@media screen and (max-width: 767px) { .menu-custom { display: block !important; } }Hi, can you provide your related page url to check it.
Hi, actually portfolio is 4 column by default for screens wider than 1560px. but if you want to make it 4 columns for lower resolution desktops, you can try this custom css code
@media screen and (min-width: 1200px) { .gallery-grid .masonry-item { width: 25%; } }can you disable all all of your plugins and check again
Hi again just checked your url to check it again but it says `Site is under maintenance`
Hi, you need to edit
js/main.jsin theme folder and find line 101:},3000);you can change this value, it is in milliseconds.
Hi, can you try disabling all of your plugins and check again.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, it is #7DB7CE and hover color is #70ADC5 .
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.
i thought you are asking for html version, for wp version paste the code to the Theme Options > Style > External CSS/JS box.
p.s. moved the topic to cvcard-wp forum.
this is because you have your menu hidden, and so you can’t navigate on mobile devices;
you can use this custom css code to make your menu visible for mobile devices.
@media screen and (max-width: 767px) { .menu-custom { display: block; } }Hi, sorry it is not possible by default, portfolio thumbs are only available for portfolio page.
Hi,
1-) try this custom css code;
.portfolio-field h3 { font-size: 14px; }2-) try this custom css code;
.portfolio-field img, .portfolio-field .fluid-width-video-wrapper, .portfolio-field .media-wrap { margin-bottom: 20px; }3-) try this;
.portfolio-field img { box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }Hi, put your
ken_slidershortcode beforeintroshortcode.Hi, can you provide your page url to check it?
Hi, it doesn’t seem like a valid html code or script, but for a script code, it would be a good idea to put it just before the closing tag of
bodyelement.try this;
/* Desktop Text Logo Size */ .site-header .site-title { font-size: 32px; } /* Mobile Text Logo Size */ @media (max-width: 768px) { .site-header .site-title { font-size: 22px; } }Hi, you can try this custom css code;
@media screen and (min-width: 992px) { .nav-menu ul ul { width: 180px; } }