Forum Replies Created
list of topics you have created till now.
-
-
It should work because i tested it. If you provide me your related page url I will check again.
Hi,
It is not wordpress version. You purchased template now theme version. Wrong item :/Hi Fabcoh1981,
1920px width should be fine for you.Hi polanski501,
It is exactly 960px right now =) You can check the frame length with extensions also right click the video and you can see its 960px.
ThanksHi Justin,
I could not detect any issue atm. Could you please send your admin detail via out contact form?Hi polanski501,
Could you please check out related topic;
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
ThanksHi Justin,
Have you recently installed a new plugin ? Maybe you can try to deactivate all your plugin and try it again. And also could you provide me your related url and I want to have a look to your website.
ThanksHi panamerik,
We tested the Ninja forms plugin and it has not a problem with the theme. So I would recommend you to use it.Hi, You need to deactivate your theme in the “Appearance > Themes” section by simply activating a different theme. Once you activate a different theme, you can delete your theme.
Then simply upload the new theme file in the “Appearance > Themes” section.
please unzip the package, not over WordPress, I mean in your computer, then you will see the theme file (.zip) inside that package. There are plenty unzip app you can find out.
Once it uploads, choose to activate the theme.
ThanksHi WiWaFotograf,
Default captcha for just the contact form. If you want to implement it into comments area, you should use captcha plugin.
ThanksHi polanski501,
Could you try to use this custom css code please?.portfolio-field { max-width: 960px; left: auto; right: auto; }Thanks
Hi polanski501,
Single portfolio item shows %100 width of the video. You can wrap your video embed code with column shortcodes to make it smaller.
ThanksHi guillee93,
1).mfp-bg { background: #FFF; }
2).gallery-single .nav-single { display: none; }
3) Please read the documentation > localization section.
ThanksHi lanc3lot,
I will try a solution for you.
Please go to main.js line 392 and comment out the line;// $(“select:not([multiple]), input:checkbox, input:radio, input:file”).uniform();
Hi WiWaFotograf,
You can check out this related url to install captcha plugin.
https://wordpress.org/plugins/google-captcha/
ThanksHi lanc3lot,
You can try to use another plugin or ask that question to plugin’s author.
ThanksYou’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 Correoblogger,
Please unzip the template and upload the theme file.
ThanksYou’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi Shenandoa,
There was a comma issue and I fixed it. Btw we used 2 icons packets in this theme. When you use fontawesome icon start with fa- and for the fontello start with icon-
You can check your page and can understand what i mean.
ThanksHi Aaron,
This effect’s name is Double Color Exposure. You can search “Double Color Exposure” effect for photoshop, install and run it or if you don’t want to spend your time, you can get it done here.
ThanksHi Shenandoa,
Could you please deactivate all your plugin and try it again? If you still have the same issue, please send me your wp admin details via our contact form. Also add this topic url as well.
ThanksHi bilojb,
You can check out this related topic.
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
ThanksHi Samy350,
Could you try to use this please?$sender_domain = 'server@yourdomain.com';
Hi maddack,
We already have owl-carousel image slider and it is responsive.
http://themes.pixelwars.org/photographer-html/blog-with-sidebar.html
You can see it at the bottom of the page.
ThanksHi tochnost,
Could you provide me your related url please?
ThanksPlease check your shortcode structure;
[section_title text=”FUN FACT”]
[row]
[column width="6" width_md="3"]
[fun_fact icon=”icon-instagram-1″ text=”24000 SHOTS CAPTURED”]
[/column]
[column width="6" width_md="3"]
[fun_fact icon=”icon-jabber” text=”37 PROJECTS COMPLETED”]
[/column]
[column width="6" width_md="3"]
[fun_fact icon=”icon-child” text=”87 SATISFIED CUSTOMERS”]
[/column]
[column width="6" width_md="3"]
[fun_fact icon=”icon-bicycle” text=”1450 KM CYCLED”]
[/column]
[/row]For the button use this shortcode
[button text="DOWNLOAD CV" new_tab="" size="" icon="" color="primary" colored="" url="#"]Thanks
Hi Shenandoa,
I forwarded this issue to the WordPress developer. He will get back to you soon. Thanks for your patience.Hi dongbui,
cvCard Wp is not supporting the page zoom because of the structure.
ThanksHi panamerik,
Can you deactivate all your plugin and try it again.Your host may have disabled the mail() function. It must be enabled on your server. If still you have the same problem, you can use Ninja Forms alternatively instead of the default contact form.
ThanksHi dongbui,
It is not possible by default. You can resize your photos with photoshop easily instead of using all the codes.
ThanksHi amandabernardin,
Please go to appearance > theme options > ChooseLogo Type : Image logoand upload yourImage Logovia browse button.
ThanksHi iamjoewhite,
You can create two main departments. (portfolio and client)
Portfolio is your main department. You can set your public photos under portfolio department. Then set your private photos under client department. And choose them as password protected. You can add client department to menu or you don’t need to. It is up to you. And you can add portfolio department link to your menu as your portfolio page.
ThanksHi Banouv,
You can use the Loco Translate plugin. ( https://wordpress.org/plugins/loco-translate/ )
– install and activate the plugin,
– go to plugin page,
– find your theme,
– delete existing .po and .pot files,
– create a new template(.pot), save,
– create a new translation for your language.http://www.pixelwars.org/forums/topic/translation-language/
Thanks
Hi bilojb,
You can use this custom css code to remove the share box then find and install another share plugin which is suit to you..share-links { display: none; }https://goo.gl/fmZKE0
ThanksHi andreisavca,
The difference appears when you use more than one “block” within a toggle or accordion set:
all toggles can be open/closed independently; while in an accordion set, only one block can be open at the same time. So if you have one block open, and click to open another one, the one that were opened will close itself automatically.You can use this custom css code to change its color code;
.toggle h4 { color: #777; }Thanks
Hi dannyblog,
You can use these custom css codes;.entry-content a { border-bottom-color: #fff5d1; box-shadow: inset 0 -5px 0 #fff5d1; color: #222; } .entry-content a:hover { background-color: #fff5d1; border: none; color: #000; transition: all 0.3s ease-in-out; }Thanks
You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi andreisavca,
Please check out this related url please.
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
ThanksHi,
Could you provide me your related url please?
ThanksHi Maciej,
You can do it for reply button but for the date it is not possible by default..comment-reply-link { float: left; } .comment .reply { text-align: left; }Thanks
Hi iamjoewhite,
I didn’t quite what you mean. Could you try to explain it to me more please?
ThanksHi andreisavca,
The text color comes via body color so you can use this custom css code with replacing the new color code;body { color: #333; }Thanks
Hi Maciej,
Try to use these custom css codes;.comment-meta .fn { position: absolute; top: 40px; } .comment-meta img { position: relative; left: -6px; } .comments-area article, .comments-area ol ol article { margin-left: 0; } .comments-area ol ol .comment-meta img { left: -10px; }Hi Maciej,
Could you explain it to me more, please? You avatar already closed to the name. Do you want to erase the vertical left line ? The second comment should be little bit further than the first comment. I am confused.Could you provide me your related url please?
Hi Maciej,
Try to use these custom css codes;.comments-area ol ol .comment-meta img { left: -85px; } .comment-meta img { left: -95px; }Thanks
Hi Banouv,
You can use these custom css codes;.widget-area .widget { background: none; } .site-footer .widget-area .widget:nth-child(even) { background: none; }Hi Ben,
Could you try use this shortcode please?
[column width_xs="4" width_md="2"]