688 comments found.
Are there known issues with Instagram Widget and Twitter Widget? I entered all necessary info that is required and Instagram says Error on footer and Twitter is empty.
I corrected Instagram. Seems to be working. Twitter however is now rolling out 9 tweets when I set it for 3, so it is obnoxiously extending the footer frame. I reset and reentered all the keys to see if that would work. It doesn’t.
NVM – question already answered in earlier comments!
You can.
There are portfolio page templates which are capable of viewing one single category of portfolio items. So you can achieve your goal by creating multiple main portfolio categories and multiple portfolio pages (each one set to show one of the main portfolio categories).
You can even set multiple sup-categories for each main portfolio category, this way you will have filtering ability for each main portfolio category.
If you need any further clarification, let me know.
Hey again Premitheme. 2 additional questions.
1) A while back you showed on your old forum how to show href links from the single-post pages in the blogroll descriptions. It had to do something with adding this to the content.php code:
<?php if( is_single() ): ?> <?php wp_link_pages( array( ‘before’ => ‘
’ . __( ‘Pages:’, ‘premitheme’ ) . ‘ ’, ‘after’ => ‘
’ ) ); ?> <?php if( of_get_option(‘sharing_on’) == ’’ || of_get_option(‘sharing_on’) != ‘0’ ): ?> <?php get_template_part(‘inc/sharing_btns’); ?> <?php endif; ?> <?php endif; ?>This seems to work only for unspecific “content-single” pages, but when I have a “content-single-video” page for example, any href links do not show up in the blogroll descriptions. They do of course show up on the actual post page, just not in the roll.
I’m guessing this has to do with adding a specific rule about specific post types? I’ve tried adding an <?php if( is_single() ): ?> for content-video and content-single-video, but nothing has worked so far.
2) For some reason, the links from the homepage captions do not work on my site. Although I’ve done a lot of customization to the code, the only thing I’ve changed regarding the homepage is increasing the (CSS) pixel width of the 2nd caption in the ‘supersized-shutter-home-dark.css”. I can’t see that breaking the link code, but perhaps you have a suggestion on what might be going on? I can provide login info if needed.
Thanks for any help!
Ya – this comment forum doesn’t display code very well.
Hopefully that makes sense still!
Nevermind on the first point – figured it out.
Just had to switch the <?php the_exceprt(); ?> over to <?php the_content(); ?> This seems to also allow shortcode, HTML markup in the single-post pages to carry over into the blogroll descriptions.
Still having trouble figuring out why the homepage caption links aren’t working….
Hi, is it possible to post a link to the page that has the caption links problem?
And to be sure, do you mean the slide link option in this screenshot? ...
Thanks for reply. Yes, the “slide link” is where I’m having problems.
Most of the captions on each of the slides on this homepage:
http://www.behaviormusic.com/...have the “Slide Link” option filled out – linked to various project pages – with full http:// URL. I believe this used to work up till the latest Theme and WP update. I could have also changed something in one of the .php files to break it – but I really can’t find where this would have occurred. I have customized a lot of css / various code throughout the site – but nothing that I can see affecting this particular function.
Most likely, when you played with the CSS, you changed something related to “z-index” of an element. I assume this because my installation works fine and when I tried to increase the z-index of the caption container on your site (which is identical to mine, so it’s not the z-index of the captions container) it’s fixed!
Backup your modified copy of the theme, then try carefully to revise the edits that you did with the css files, revert back all of them if possible (maybe upload the original CSS file after you backup your edited one) or even revert back the entire original theme to make sure that the original theme is working fine.
Let me know any progress.
Yep – finally figured it out. A couple years ago I had added a CSS code to force the scroll bar on every page – so there wouldn’t be any shifting left / right of the pages as you went through pages that did / didn’t require scroll bar.
Looked like this:
/* FORCE RIGHT SCROLL BAR-—-—*/
html, body {
height: 100%;
margin: 0 0 1px;
padding: 0;
}
Took it out, and fixed! Thanks for your help – did go step-by-step until I found it. 
Great 
And one last question!
Looking for the right .php page where the query_posts() argument is made for the blog. I would like to exclude a category from the blog roll, but can’t seem to find which page this info is being pulled from. Tried header.php, content.php, functions.php, etc but not having any luck just yet. I’ve got the category exclusion to work on ‘recent-posts-row’ no problem, but not with the blog.
Thanks for all your help!
Do you want to exclude the targeted categories from the main blog page only? Or from all archives pages (like category and author archives)?
From the main blog page only…
Sorry, I’m back.
OK, open “fullscene/index.php” in a code editor and find this line …
Then insert the next line of code just BEFORE the highlighted line above …
<?php if ( is_home() ) query_posts('cat=-3'); ?>
And replace “3” with the needed category id. Don’t remove the “minus” sign, it means “exclude”.
The final result should look like this …
And here is how to find the category ID …
Hey Premitheme – just an FYI that all of your demo themes are currently broken. They all display an index.php fatal error.
Also curious if there is any plan to allow lightbox option for “recent-posts” section. I currently use the “recent posts” option in one of my pages using the “Home Page – Composition” template. If I’m using Video embeds on each post, it will displays a thumbnail (featured image) – but clicking this leads to the single post page. It would be wonderful if that thumbnail could open up a lightbox of the video, instead of always having to go to the Post page.
Still an incredible theme – great to see you are still supporting it into WP4.
Thanks for your note about my demos. They was hacked because of a forgotten old “timthumb” file in one of the folders. Every thing fixed now.
About your request, no problem at all. I will put this in my todo list for the next update.
Thanks for the kind words 
Responsive please 
Unfortunately no plans for responsive version currently. Even releasing an update now needs almost a complete rewrite of the code since Themeforest made many changes to the theme requirements to be approved.
It will take a good time to release a normal update, so will will take longer to make it responsive, if planned.
You know it’s the future right? LIke RESPONSIVE websites are a thing. Why is this theme still not responsive??!!??
Unfortunately no plans for responsive version currently. Even releasing an update now needs almost a complete rewrite of the code since Themeforest made many changes to the theme requirements to be approved.
It will take a good time to release a normal update, so will will take longer to make it responsive, if planned.
Hi there. Have just tred to install the latest version, but it keeps failing saying there’s no “style.css stylesheet”.
Any ideas what might be going wrong?
All the best, Matt
Have got it working now but both my Main and Footer menu have stopped working. They no longer appear.
Also, my Shop (Portfolio) page isn’t showing ALL items, just some of them and when you click on page 2 of the Shop (Portfolio) it gives a 404 error.
So update is unuseable for me right now. Which is a bit disappointing.
For the stylesheet it looks like you uploaded the wrong .zip file. Please unzip the downloaded package then upload “theme.zip” file inside.
For the menus, maybe you just need to reassign the main and footer menus again, not creating them from scratch.
Can you post a link to your site to check the pagination problem?
Will reply to your support ticket, check it shortly please.
Hi sorry how can i desactivate FEATURED image on articles (blog) ? thanks for all
http://kravmaga-karateclub-hyerois.com/stage-national-de-krav-maga/ok sorry i found it
Removing this code from my single post page (single.php) worked for me:
<?php if ( (function_exists(‘has_post_thumbnail’)) && (has_post_thumbnail()) ) { the_post_thumbnail(array( 200,200 ), array( ‘class’ => ‘post_thumbnail’ )); } ?>
Great, but please consider using child theme for this kind of modifications. This will help you when you update your theme.
Hi,
I CAN’T see my Portfolio Item. after i public and view. this message show up…
404 PAGE NOT FOUND SORRY, THIS PAGE MAY HAVE BEEN MOVED, DELETED OR MAYBE YOU JUST MIS-TYPED THE URL. PLEASE CHECK YOUR SPELLING OR USE THE SEARCH FIELD BELOW …
Hi,
Did you change the permalinks settings recently? If so, go to “Settings -> Permalinks” again in the WP admin and just click “Save” without changing any settings, and see if this helps.
Let me know what happened.
Hi can you help me to change ” POSTED IN STAGES & COMPÉTITION /BY ZOUZOU48 “
http://kravmaga-karateclub-hyerois.com/category/askch/i’m unable to find it … i would like to traduce it or delete this line Thanks for all
Copy and paste this in “Appearance > Theme options > Style Settings > Custom CSS”.
.blog-posts .entry-meta { display: none; }
Hello,
I have had this theme for a while and am very happy with it. I had 24 portfolio items that were all showing on the portfolio page. I just attempted to add my 26th portfolio item. The item appears to have added, as I can go to it directly. However, it does not show up on the main portfolio page.
Is there a limit to how many portfolio items will show on the main portfolio page?
Thank you
Can you provide a link to your portfolio and a link to the 26th portfolio item?
I do not know what happened, but when I checked my website the following day, the 26th portfolio item appeared on my portfolio page. It seems to have been delayed. I do not understand why, as the individual item added immediately.
For reference, here is the link to the portfolio (that now shows all 26th items): http://danielazarian.com/work
And the link the 26th item added:http://danielazarian.com/portfolio/two-cowgirls-unlimited
Also, are there any plans to come out with a responsive version of this theme? If so, what would be the timeframe.
Thank you
Hi, sorry for the late response. I see now 25 portfolio items, did you delete one?
Unfortunately no plans for responsive version currently.
Hello, the 26th item I added last month appeared after a day, so it appeared the problem was resolved.
But now, I just added a 27th portfolio item, and the same thing is happening. The individual item appears as its own page, but is not displayed on the Portfolio page (only 26 items show)
Here is the link of the 27th Portfolio Item that is correct: http://danielazarian.com/portfolio/film-festival-ident Here is the Portfolio page, that only displays 26 items: http://danielazarian.com/workPlease advise if you are able to figure out what is going wrong.
Thank you
Hello, to add to this… Once I logged OUT of the Wordpress Dashboard, and went to the live site (without being logged in), it appears to have fixed
Hi, how can I change “view all” button in “recent work” section?
I will add this in my ToDo list for the next update.
Can you add Social Links Icon for VK.com?
This is more like a personal request that popular request. Iwill add a note on this so when I have the chance to add it, I will do. But it’s better to try to edit the files and add it by yourself if you need it badly. You have the social icons PSD files and will need to edit HTML, PHP and CSS code. It’s a task that needs a professional to get it done.
Is there a way to have the blog pages in full width without the side widgets? I’d like to only keep the footer for widgets and have the right column empty in blog posts. Thanks in advance
This is possible, but it’s a customization work that is out of my support scope unfortunately. You will need to hire a WP theme developer to get this job done.
how can i get the layout of the blog page like on your demo site ? tried everything
Do you mean the demo content? or what?
If you mean the demo content, there is XML file included in the downloaded package that you just need to import it to get a starting demo content, then edit it to your needs.
Let me know if this doesn’t help.
Is it possible to place the preview image gallery in a portfolio item below the text and information instead of above the text.
I have a video above the text (using the easy embed), and having a preview image gallery directly below the video makes the informative text of the project fall of on the bottom of the screen.
If not, is there a workaround ?
Also is it possible to have the Instagram widget displayed the same way as the Flickr widget, in a 3×3 grid?
Checking it
So sorry there are missing styling CSS rules. I will update the theme shortly to reflect the correct look of Instagram widget. Please allow few hours for the update to be approved.
Will I be able to make links out of the content of the fullscreen slider? Thanks.
For the fullscreen home slider, you can set a URL for each slide and then the caption will become the link.
How can lightbox be disabled for some images/gallery? Some images should be for download, and should not open in the ligbox.
If you want to disable it, it will be disabled for all content images (portfolio preview images will still be working). Do you want to do this?
I’m trying to remove the header and navigation bar from one page. Is there a css script I should be using? Thanks in advance
I just wonder .. when you do this, how you will go out of this page to anywhere else in your site? You will not have a navigation to go to anywhere.
Hello. Is this theme WP 4.0 compatible?
Tested and no problems reported, so yes! However any future bugs will be addressed. The theme still supported, no worries.