Forum Replies Created
list of topics you have created till now.
-
-
Hi, i just tested this and it works on our demo site, can you provide your url to check what’s wrong?
Hi, you can try this custom css code;
body { background: #eee; background: url('your-image-url-here');} .site { background: transparent; }Hi, sorry portfolio items are left-aligned by javascript and it is not possible to make them center aligned by css.
Hi, you can try this custom css code;
.site-footer { margin-top: 3em; }just checked it again and it works on my side, only use the code in my last post, delete the codes in my first post if you have already added them.
i can check what is wrong if you can provide your url.
Hi, that was a design decision, pages can have several components (tabs-toggles-accordions), and bigger font size might not look good on pages, so we only limited it to blog posts. Thank you.
Hi, i can view this page with no problem;
it is custom css code, please check out this post;
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
Hi, sorry it is not available by default.
Hi, i just checked it on android and it works fine, what is the device/browser/os version you have tested on?
i see, i will check it again when i found the chance to test it on android 4.4.
Hi again, this is really awkward, self embed videos works fine responsively on our side, the only difference is your video is .mov on our demo site it is mp4. Also your video file size is really big about 60mb, you can encode it to mp4(h264) to decrease the file size.
Hi, sorry masonry layout is not available for default galleries.
Hi, i just checked our demo site on Chrome on Mac OS X, social icons look fine, can you disable all of your plugins and check again. if it doesn’t work please provide your url.
Hi, can you disable all of your plugins and check again.
thanks for sharing the solution.
ahmetsali
Keymaster19 February 2015 at 19:56Posted in : Bulleted list with arrows and custom font sizeno it is custom css, please see this post about using custom css;
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
Hi, you can try this custom css code;
@media (max-width: 767px) { h1.site-title { font-size: 2.4em; } }no problem, you are welcome.
Hi again, i couldn’t have the chance to test on android 4.4 or 5 right now, i tested it on android 4.0 in both and landscape mode, scrolling works fine. Do you see the problem in landscape mode?
can you provide your url to check what’s wrong?
Hi again, you need to choose a font that supports Latin Extended characters such as Open Sans, the default heading font is Montserrat and it doesn’t have latin extended charachters. You can check any google fonts if it supports latin extended here;
try this one;
.portfolio-info, .portfolio-info p.category { color: #333; }Hi,
– at line : 2756, starting with;
/* PRIMARY COLOR : #096 ================================================== */
sorry there was a syntax error in the code in my previous post, i updated the code.
Hi again, you need to locate the actual file, then edit it in a text editor;
wp-content/themes/cvcard/js/twitterFetcher_v10_min.js
Hi, edit
js/twitterFetcher_v10_min.jsin theme folder, in a text editor, and search forlang=enand replace it withlang=es.thanks for the info, you mean you have 2 portfolio posts, right? you are not using multiple porfolio feature with departments?
Btw, i just checked your site and it seems to be working, do you know what was the problem?
@Braure54
i also checked your site again and it seems to be working, do you know what was the problem?Hi again, let’s continue to discussion on your other topic;
Hi, in Reame theme we used;
https://wordpress.org/plugins/wpfront-scroll-top/
and in Read WP, we used;
Hi, please check out the post below;
http://www.pixelwars.org/forums/topic/alternative-home-page/
Hi, does it also occur on our demo site too;
http://themes.pixelwars.org/bookcard/
and what is your test platforom, os/browser version?
glad to know you have sorted it out.
it is
css/main.cssfile.Hi, go to “Theme Settings > Style > Character Sets” and check “Latin Extended” .
Hi,
– photowall gets images automatically from portfolio posts, just create some portfolio posts and add them images.
– edit your portfolio page and make sure you have chosen “Portfolio” in “Page Attributes > Template” section.
it should have been working, can you try disabling all of your plugins and check again.
Hi,
– you can edit any html file in a text editor and add any text you wish.
– please check out “Documentation > Customization > Customizing colors” section.
Thank you.
Hi, i just checked your site on latest chrome v40 on win7, and portfolio images looks fine, what is your test platform?
this happens because your image are not wide enough to fill the slider, here are your options;
– add wider images
– or you can use this custom css code;
.flexslider .slides img { width: 100%; }Hi, social icons are not images, they are font icons and stored in theme folder
css/fonts/fontello.Hi again, sorry i still got nothing about it, this issue doesn’t make any sense to me, it is like a mystery.
Hi, sure it is a wordpress default feature, you can check out this link for more;
Hi, what do you mean by saying “not rendering properly”, can you explain it a little more? or provide screenshots if you can.
Btw, you can add any css codes via custom css input located in Theme Options > Style tab.
you are welcome.
Hi, try this custom css code;
#fancybox-title-float-main { color: #096; }don’t use any column shortcodes with pricing_table shortcode, and try this custom css code;
.pricing-table { max-width: 320px; margin-left: auto; margin-right: auto; }you are welcome.