Forum Replies Created
list of topics you have created till now.
-
-
Hi, i see your point, i have just fixed this and it will be available with the next update.
Thanks for the feedback.
Hi, it looks like youtube has updated their api and it is not possible to fetch content from youtube without using an api key, which was the purpose of the social widget script we used in the theme, so we have to remove youtube option from the widget with a future update, as an alternative you can try a plugin that works with an api key to fetch your latest stream from youtube;
Hi, thanks for sharing your experience.
Hi, also can you try running regenerate thumbnails plugin for once;
Hİ again, it is almost finished, we plan to release the new update in a few days, probably tomorrow.
Hi, sorry it is not available to disable photowall animation except increasing interval time to extreme number as you already did.
Hi, you shouldn’t worry about multiple h1 tags, it is ok to use multiple h1 tags with html5 sectioning elements, you can check out this article about it;
– ok, I see the validation errors when turned numbered pagination on, we will also fix this too,
– with html5 it is ok to use multiple h1 tags with sectioning elements;
Thanks for the feedback.
Hi Collin,
– we will fix the validation errors as we can
– role attributes are there for aria and accessibility;
http://stackoverflow.com/questions/10403138/what-is-the-purpose-of-the-role-attribute-in-html
– i just run validation on blog regular with sidebar page, and i can’t see the (ul markup outside body tag) issue;
Hi, i see the issue, we plan to fix this with the next update about in a week. Thanks for the feedback.
Hi, we will fix this with the next update which is coming out in a week. Thanks for the feedback.
Hi, this can be done by setting post visibility to private, please check this link for details;
Hi, it can be done like this;
– First, you need to create 2 new categories in your blog, one named C-Sharp and other named Javascirpt, then you can add this categories to your menu;
https://wordpress.org/support/topic/adding-a-category-to-menu
– Then you need to exclude this categories from your main blog, you can use this plugin for it;
Hi all, i have just fixed this and it will be available with the next update about in a week. Thanks for the feedback.
Hi,
it looks like this only occurs when blog items have no featured images, anyway i just fixed this and it will be available with the next update, if you don’t want to wait for the update you can download
main.jsfile from here;http://themes.pixelwars.org/cvcard/js/main.js
and replace it with the one in your theme folder
js/main.jsfile.Thanks for the feedback and sorry for the delay.
Hi collinbarrett,
i see the issue, adding this to the update list. Thanks for the feedback.
Hi again,
– the column choice of galleries only work if you choose “None” or “Fluidbox” from “Theme Options > Style > Gallery Type For Posts And Pages”
– otherwise if you choose “Photo Gallery” or “Photo Gallery 2”, collage layout is applied to these type of galleries, and collage layout galleries don’t work with column number, instead it takes row-height value to generate layout, which you can set at “Theme Options > Portfolio > Row Height” input, lower the value (default : 360) to have more images in a row, or vice-versa.
Thanks.
ahmetsali
Keymaster12 January 2016 at 15:47Posted in : Differentiate two pages that have the same modelHi, i guess what you are asking is possible with portfolio departments, which allows you to have multiple portfolios in your site, please check out Documentation > Portfolio > Multiple Portfolios.
Hi, sorry but what you are asking (creating a custom form with file attachment) is not possible with default contact form shortcodes or with static html form markup (which you are using now), you definitely need a form builder plugin (like NinjaForms or contactForm7) for that, then you can build your own contact form with the inputs (text-file etc…) you want, then we can help you about simple customizations on your custom form.
– please create a new topic for insert shortcode tab issue.
Hi, photowall fetchs images randomly from portfolio posts, If you want to show some pre chosen images on your photowall, you can add a gallery to your homepage and add the images you want to show on photowall.
Thanks.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, edit your page and switch to the Text tab of your content editor and wrap first word of the line you want to make indented, like this;
<span style="padding-left: 10px;">I capture</span>
Hi, we haven’t tested the theme with wp 4.4 yet, we plan to test it in a week and release an update if necessary.
Thanks.
Hi, we have specified image dimensions in css, as it says;
“Page Speed currently only detects image dimensions that are specified via the image attributes. If you are specifying the dimensions via CSS, then you can safely ignore this recommendation.”
you can ignore it.
Thanks.
Hi, please create a new topic about it in the right theme category including your url.
Thanks.
Hi, sorry since the two scripts run independently from each other, it is not possible to have an exact sync between them.
Hi, inside html5 sectioning elements multiple h1 tags are allowed, you can check this link to learn more about it;
ahmetsali
Keymaster24 December 2015 at 18:44Posted in : Bug: Menu Item Freeze When Clicking Too FastHi, i see, adding this to update list. Thanks for the feedback.
Hi,
1-) you can localize that string and leave it blank, please check out the Documentation > Localization section.
2-) you can use this custom css code to hide navigation;
.post-password-required .nav-single { display: none; }Hi, yes you can make your pages/posts or portfolio posts password protected, and send the password to your client and only your client see the content; please check this post for more;
Hi, custom icons won’t work with current shortcodes, as an alternative you may use plain html instead of shortcodes, for fun-fact, switch to the “Text” tab of your content editor and paste this html;
<div class="fun-fact"> <i class="fa fa-bicycle"></i> <h4>72 PROJECTS COMPLETED</h4> </div>
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, when uploading your image logo, you need to set
Link Url = File UrlSize : Full Sizeand then click on “Insert Into Post” button. please see the screenshot below;http://www.awesomescreenshot.com/image/839391/d48280dbdca739017da64e3c19324122
Thanks.
Hi again, we will consider this new wp feature and consider releasing an update about it if there is a significant performance jump. Thanks for the feedback.
Hi, yes users without having valid support extension will still be able to login and read the topics but can’t create a new topic. That’s our plan.
Thanks.
please check out this link;
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
Hi, i see your point but in responsive websites, images are flexible and the same image can be shown as 600px in a screen and as 300px in another screen. And also 2x sized images are required for retina screens, keeping this variables in mind we have tried to set an optimal size for images.
Thank you.
Hi, when i check your site, i noticed that your images in the slider have huge file sizes (in megabytes), normally the theme applies re-sizing to the images but only if their resolution is higher than the limit specified, in main slider the limit is 1920px in width, which your images are smaller (about 1800px width) so they can jump over resizing but still they have large file-sizes, in this situation you have two options;
– manually re-sizing and optimizing your images in an image editor before you upload to your site
– or better you can automate this process by using an image optimizer plugin, here are some i came across;Hi, about your second question; you can try this custom css code and see if it works for you;
.post-archive .page-title { text-indent: -999em; } .post-archive .page-header span:last-child { text-indent: 0; display: block; margin-top: -22px; }Hi, thanks for the feedback.
happy to hear that you have sorted it out.
thank you.
Hi, i see your point, i tried to make it that way but unfortunately facebook share doesn’t work with url parameters, so basicly
domain.com/gallery-single.html#&gid=1&pid=1will be same withdomain.com/gallery-single.htmlfor facebook. So as an alternative you can make it share the full image url(which is not so cool) or a single attachment page for displaying images by addingdata-attachment-page="image-url-here.jpg"to your links;<a href="images/gallery/01.jpg" data-size="2000x2000" data-med="images/gallery/medium/01.jpg" data-med-size="960x960" data-attachment-page="image-url-or-attachment-page-url-here"> <img src="images/gallery/small/01.jpg" alt="image" width="500" height="500" /> <figure>Portrait of a young man, studio shooting.</figure> </a>Hi, sorry there is not any option for posts specific sidebar selection, and we don’t plan to add it as we are busy with ongoing projects. Thanks for your feedback anyways.
Hi, actually we don’t promise any customization work anywhere but we try to help on topics that won’t take more than just a few minutes as we are available, please create a new topic for your each question that makes topics more searchable.
Thank you.
good to hear that, you are welcome.
ahmetsali
Keymaster17 November 2015 at 16:58Posted in : Wrong link for photo sharing from the gallerythanks for the feedback, please don’t forget to rate the theme on themeforest if you liked it, thanks.
i see, try adding this custom css code to your site;
.p-overlay { z-index: 1000; }Hi, go to Appearance > Editor and select “Theme Functions (functions.php)” on the right hand side and search for this line;
$sender_domain = 'server@' . $site_url;
and change it to this;
$sender_domain = 'server@yourdomain.com';