Forum Replies Created
list of topics you have created till now.
-
-
Hi @n95475;
You can check out this topic;
http://www.pixelwars.org/forums/topic/alternate-2-intro-and-images-size/
ThanksHi @n95475;
You are welcomeHi @Linsoi;
You should use shortcode in the content area and choose lightbox gallery option as well. [portfolio_lightbox_image first_item=”” title=”” url=””]I just tested the link color and hover link color option is working in our demo website. Change and save it. Maybe you forgot the save button.
ThanksHi @Eva;
Go to appearance > Theme options > General and upload your image logo.
ThanksHi @silviaospina;
Please create a page which name is “PORTFOLIO” and under the page attribute please choose portfolio template.Hi @graPHiCS_Design;
You can copy the html code to the text tab not the visual tab and don’t use the button shortcodes. WordPress allows you the use html in the content area.
ThanksHi @bentham403;
We are not using images for the icons, we are using fonts for it. Here is the font lists.
http://themes.pixelwars.org/photographer/wp-content/themes/photographer-wp/css/fonts/fontello/demo.htmlIf you want to create your own images; this topic is related your issue as well. You can put your custom icons as a background image.
http://www.pixelwars.org/forums/topic/soundcloud-social-icon/Thanks
Hi Konst;
Sorry It is not possible by default. You can not move the “departments” word in the url.
ThanksHi @n95475;
Delete your contact form and upload xml data. Please read the documentation how to upload the xml file and choose only contact form..
ThanksHi @M4TeC;
Please deactivate all your plugin and try it again. If you still have the problem, can you provide me your url please?
Thanksserkan
Moderator29 October 2015 at 13:39Posted in : Previous Post and Next Post Unaligned on MobileHi aspotz;
You can use this custom css code;.nav-single div { width: 50%; float: left; }Thanks
Hi @hellokevin;
Please move the media_wrap shortcode above the paragraphs. The video will shown as a feature image.
Thankshttp://www.pixelwars.org/forums/topic/lightbox-video-and-gallery-not-working-and-link-colors/
I just answered your same topic here.
ThanksHi @aspotz;
Featured images are native part of WordPress. WordPress isn’t allow the caption text at the moment. Thank you for your understanding.Hi @cucciare;
1) You can check put this topic;
http://www.pixelwars.org/forums/topic/lowercase-menu-link-and-post-title-font-size/
2) You can use this custom css code for the body font size (increase or decrease its up to you);p { font-size: 1.4em; }Thanks
Hi @Stephen Clark;
I tried the download your images with right click and it is working very well. When you zoom the wallpapers you can right click and choose “save link as…” and download your pictures. I tried with chrome and safari. Which browser you are using for testing it?
ThanksOkay good luck.
Hi @thefoodjourney;
Okay good luck =)You are typing video url but you should copy and paste the embed code. Go to the video page and click the Share button that appears when you hover your mouse over the video player.
In the pop-up window, you’ll see a field containing an embed code for the video.
ThanksHi @kandelicus;
Footer should not be between you have footer class after the article class as well. Please check down the page. I mean you should move the footer outside the article class.
ThanksHi @cucciare;
Could you provide me your url please and tell me which part of the theme you want to change the font size and i can give you custom css code.
ThanksHi @aspotz;
Thanks for the feedback.Hi @aspotz;
Could you provide me your url please?
ThanksHi @aspotz;
http://themes.pixelwars.org/editor/typography/ as you can see, just can add a caption to insert images in the post but it is not possible add a caption to the featured image of a post.
ThanksHi @heysibo;
Could you deactivate all your plugin exclude pixelwars portfolio plugin and try it again?
ThanksHi @Jonathan;
Choose an excerpt method. I mean, don’t use “theme options > blog > excerpt” and “insert more tag” at a same time.In other words, disable automatic excerpt functionality from theme options > blog > excerpt and add the “insert more tag” to your content OR don’t add “insert more tag” between your content and just activate the automatic excerpt functionality from theme options > blog > excerpt.
ThanksHi @Linsoi;
Under the details box, do you choose ligthbox video or gallery options?
Could you provide me your url please?
ThanksYou’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi @MikaChara;
You can check out this topic;
https://codex.wordpress.org/Installing_Multiple_Blogs
ThanksHi @kandelicus;
You have extra footer markup in the content-area. You should delete it.
ThanksHi @Linsoi;
Go to settings > Permalinks and choose default and save it.
Then change it to post name and save it and check it again.
ThanksHi @goksenin;
Thanks for the feedback. =)Hi slu41;
It is not possible by default. There is no footer section with this theme. You can use a plugin for that.
ThanksHi @bentham403;
Wordpress is conflicting with seo option sometimes and we are working on it.
ThanksHi @bentham403;
I would recommend you to use popular seo plugin for wordpress.
Example; https://wordpress.org/plugins/wordpress-seo/
ThanksHi @ArtGiacosa;
I would recommend you to crop your zapf dingbat image and paste it with your logo in photoshop. That is the easy way.
ThanksChanging font color from dark grey to white it is not easy. Because you have to change the background color to dark as well. As well as you should change the link color as well. There are too much work for it. But you can start from this code;
body { color: #FFFFFF; }Thanks
/* CONTACT FORM */
.contact-form { margin: 1.6em 0 3em 0; overflow: auto; } .contact-form p { margin: 0 0 1.8em 0; } .contact-form input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .contact-form textarea { display: block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .submit { position: relative; overflow: hidden; } .submit .submit-label { position: relative; display: inline-block; } .submit .submit-status { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; filter:alpha(opacity=0); background: #fff; -webkit-transform: scale(2.5); transform: scale(2.5); } .submit.loading .submit-status { background: #fff url(../images/bckg/loading.gif) center center no-repeat; background-size: 88px 8px; } .submit.active .submit-status { opacity: 1; filter:alpha(opacity=100); -webkit-transform: none; transform: none; } .submit .submit-status:before { font-family: "fontello"; line-height: 40px; } .submit.success { color: #096; border-color: #096; } .submit.error { color: #FF6140; border-color: #FF6140; } .submit.success .submit-status:before { content: '\e85b'; } .submit.error .submit-status:before { content: '\e85d'; } .contact-form .antispam { display: none; }Thanks
Hi @kevinhn;
Yes you can modify it. Please read the Sample Data section in the documentation.
ThanksHi @elavd;
In the article’s comment ppl say that it work fine. Please let me know when you tried the solution.
ThanksYou are welcome.
You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi @PeppeMilana;
There should be three item between 768px-1200 px
After 1500px item width is 25% which means 4 items will be shown.
I just gave the the custom css code because you have two items. But there are not any problem with the theme. The problem is you have less items.
Please delete my comment from the codes. I just tested the codes again and they are working.
ThanksYou’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi @PeppeMilana;
You can use this custom css code;@media screen and (min-width: 768px) { .gallery-grid .masonry-item { width: 48%; display: inline-block; float: none; } } .gallery-single p { text-align: center; } (But i recommend you to use mediawrap shortcode for creating video instead of using this custom css code; )Thanks
Hi @Morgan;
You can use this custom css code;h1.site-title a { border-bottom: none; }Thanks
Hi @n95475;
You can check out this related topic;
http://www.pixelwars.org/forums/topic/contactabout-page-as-the-demo/
ThanksHi @lutxo;
Please check this step if it is correct;
Settings > Readings > Post page > Blog
And you website is not online yet so i am not able to check the codes. Could you disable your plugins and try it again and let me know if it is online.
Thanks a lot.Hi @serkestudio;
You can check out this topic;
http://www.pixelwars.org/forums/topic/interchanging-placement-of-galleries-in-portfolio/
Thanks