Forum Replies Created
list of topics you have created till now.
-
-
Hi, You can change the 767px to 991px =)
ThanksHi,
That is fine =) Enjoy with the theme and please don’t forget to rate the theme on themeforest if you liked it, thanks.Hi,
Please check out your related url. I just imported the dummy data.
ThanksHi,
I just updated the code and please check out this related topic as well.
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
ThanksHi,
I just uploaded a gif to the standard portfolio page. Choose link to none and full size. It is working very well.
ThanksHi,
Please go to appearance > customize > blog > blog navigation.
You can select text or numbered pagination here. It takes the style from demo.
ThanksHi,
Please go to appearance > customize > blog > you can change more link style.
Each theme also has its own style. But we will improve this. We added this topic to our update list. Thank you for feedback.Hi,
With this custom code you can increase font size for mobile and tablet.@media screen and (max-width: 767px) { .site-title { font-size: 25px; } }Thanks
Hi,
https://developers.pinterest.com/tools/widget-builder/
Pinterest seems to have gone through a new change of widgets. Now you can not create a profile with just the username. You need to get an api key. You can take the codes on the first link and put them into the text widget. Or you can install a plugin for it and continue with its settings.
https://wordpress.org/plugins/weblizar-pinterest-feeds/
ThanksHi, Yes, it works exactly as you say. If you do not choose a widget specific to the post sidebar, the blog is inherited from the sidebar.
ThanksHi, If you do not add video anyway you will disable it.
The menu structure becomes the default structure of WordPress with the classic layout. You can do this just for mobile too.
https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key
You can check out this related topic for google map api key.
ThanksYou’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi Evan,
Thanks for the feedback =)Hi Hector,
You can find all the shortcodes in the documentation. Please check the theme file and go to shortcode section in the documentation.
We did not use the shortcode for the gallery. When you edited Portfolio, it wrote what type it is on the right. You can change the gallery type. And instead of adding the photos to the gallery one by one, I recommend you upload them in bulk with the option of creating a new gallery.
ThanksHi, Your host may have disabled the mail() function. It must be enabled on your server. Please talk to your server people.
I would recommend you to install ninja form plugin instead of default contact form.
https://wordpress.org/plugins/ninja-forms/
ThanksHi,
We just used full width image class and added the imagee with full width dimensions.
[full_width_image]
image here.
[/full_width_image]
I’m glad if the new solution works: =)
Thanks for the feedback.Thanks for the feedback.
Hi,
You can use these custom css codes;.blog-single { background-color: #e56b7a; } .blog-single .entry-header { color: #fff; }Thanks
Hi,
You can use these custom css codes;.portfolio-single { background-color: #6bbf94; } .portfolio-single .entry-title, .portfolio-single h3, .portfolio-single label, .portfolio-single input[type="submit"] { color: #fff; } .portfolio-single input[type="submit"] { border: 2px solid #fff; }Thanks
Thanks for the feedback.
You are welcome.
Hi,
I will keep it in my mind. Thanks for your understanding.Hi,
I will forward this issue to our developer. Thanks for your patience.Hi, this is not available by default, needs more further customizations, if you are not familiar to coding you may consider hiring an expert at wpkraken.io to do the job for you.
Hi nerwin,
Could you deactivate all your plugin and try it again? If you still have the issue, please provide me your wp admin via our contact form and add this topic url as well.
ThanksHi, Go to settings > Permalinks and choose default and save it.
Then change it to post name and save it and check it again.
If you still have the same issue, deactivate all your plugin and try it again.Hi Ray,
http://themes.pixelwars.org/editor/runaway-a-road-adventure/
As you can see in the example, the images are acting responsively. If you are having problems on your side, will you share the url?Hi,
Could you provide me your related url, please ?
ThanksHi,
When you go to blog, you have a search icon already.
https://leop3.io/2015/07/24/love-is-a-strong-word/
But adding directly into the menu requires a very complex structure.Hi,
Edit your video post and on the right hand side, you will see a featured image area. Upload your image and save it.
ThanksHi,
It is not possible by default. I would talk to our developer about this feature for the future updates.
ThanksHi,
I will keep you updated when I have a solution.Hi nerwin,
Go to plugins and activate the blogger portfolio plugin.
ThanksHi, The problem you’re describing is related to the server. First, disable plugins. If the same problem persists, tell your service provider about this. They will provide a solution.
ThanksHi, This is also same for our demo site. It is relevant to firefox browser. If they make an update in firefox sources, we will do so if there is a change to make in future. Thank you for your understanding.
Hi supernovangirl,
If you provide me your wp admin details via our contact form, I will try to check what is going on your side. Btw please add this topic url as well.
ThanksHi,
Your third party plugins or custom css codes may affect the overlay. I just saw that you have a custom css code for the overlay. It looks okay now.
ThanksHi nerwin,
You can use a plugin for custom 404 page. You need to edit the theme file and I won’t recommend you do that.
ThanksHi, I currently see a map available. Is this an old style or a new style?
The blog post changes from right to left is custom work. We did not specify RTL support in the theme files. We are helping on this with minor changes to the css, but the customization is out of support. We recommend that you get professional support in this regard if you are not familiar to coding you may consider hiring an expert at wpkraken.io to do the job for you.You are welcome.
Hi,
@media screen and (min-width: 768px) { .entry-header { margin-bottom: 0em;}You added the code here and you need to close it with two fancy parentheses because it is code related to this media. The code that follows this code does not work because you close it with single parentheses.
It should be like this ;D@media screen and (min-width: 768px) { .entry-header { margin-bottom: 0em;} }Haha, I can not see you adding the code I gave you. Because I will observe that when I add and test this code in your website, the problem is resolved. If the problem appears, you may have made a cache. I advise you to clean the browser and check it again.
Hi, If you add this custom css code without media quary it should work out.
.blog-regular .entry-title { line-height: 1.2; }You are welcome.
Hi,
I would recommend you to update your custom css code like this;@media screen and (min-width: 992px) { .blog-regular .entry-title { font-size: 50px; line-height: 1.2; } }Hi,
You can use these custom css codes for now. We will think about add this feature to the update list..blog-regular article { border-bottom: 1px solid #cacaca; } .blog-regular article:last-child { border-bottom: none; }Thanks
You are welcome.
Hi, Could you provide me your related url, please?
ThanksHi, Don’t forget the curly bracket and semicolon at the end of the code.
};
ThanksHi,
Please go to main.js and change the line 214 with the new style.
Thanks