328 comments found.
Thank you for the support so far and I have some more questions.
1. What is the custom CSS to change the featured image, shadow gradient opacity level, that you mentioned in your previous comment 11506981 ?
2. I want to change the bottom of the posts to show comments as default instead of the leave a reply box. Can this be changed?
3. How can I change the primary menu to display an image in the background instead of a solid primary color from the theme panel > style > general tab?
Thanks again, PTB.
Where’s the support? It’s been 4 days and you haven’t replied to my questions.
Hi,
Probably your message has been missed. Sorry for delay. Here is answers for your questions.
1 – Tweak opacity level using these lines. 0.25 is lower level, 0.8 is higher level.
Drop it on Theme Panel > Style > Custom CSS tab.
For recent sticky post.post-sticky-a-yes-thumb a > div:before {
background: linear-gradient( to bottom, rgba(17,17,17,0.25) 0%, rgba(17,17,17,0.8) 100% );
}
For thumbnails
.post-t6-yes-thumb a.post-thumb:before,
.post-t10-yes-thumb a.post-thumb:before {
background: linear-gradient( to right, rgba(17,17,17,1) 0%, rgba(17,17,17,0.25) 100% );
}
For featured image
.post-title-with-img:before {
background: linear-gradient( to bottom, rgba(17,17,17,1) 0%, rgba(17,17,17,0.25) 100% );
}
2 – Custom CSS:
#comments { display: block !important; }
#tabs-comments span:first-child { display: none; }
3 – Try this one:
#menu {
background: url("http://yoursite.com/image.jpg");
}
Regards, Igor
Igor,
Thanks for the CSS information.
1. Featured image in posts looks brighter. I set the gradient to 0.9 and 0.0
2. Comments are now displayed as default, very good.
3. The CSS does not cover the whole banner, only the menu area. How do I have a background that covers the whole banner such as the blog demo?
background image: http://i.imgur.com/ZR2gcX7.png demo: http://strictthemes.com/shockmag-5/
Thanks.
Regards, PTB
Hi,
Take a look step 2 – http://strictthemes.com/shockmag/how-to-build-a-site-from-scratch-like-on-live-preview-5/
#header-holder {
background-image: url(http://i.imgur.com/ZR2gcX7.png);
background-position: top center;
background-repeat: no-repeat;
}
Regards, Nat
hello, i noticed in your theme you use the “original” image for og:image tag
sometimes the original is too big and then it’s not used by facebook.
the best is to use a cropped size to fit everytime with facebook guideline.
where i can find the function that add the og:tag to modify it ?
best
Hello,
Such functionality comes from Yoast SEO plugin. You can set Facebook image for each post via Yoast SEO metabox on a Post page – http://c2n.me/3tsGakA.png
Enable Yoast SEO metabox in the Screen Options – http://dl1.joxi.net/drive/0012/0377/807289/160126/7235982516.jpg
Regards, Nat
Hi.
I’ve a problem with the theme.
when i activate the normal theme, the posts show another post (i write posts, when i go to url show me the tittle but the content is of another post)
when i activate the child theme its normal.
what happen?
Hi,
Let me know an access details (to your WP admin) through the contact form – http://themeforest.net/user/strictthemes I will take a look.
Regards, Nat
i write u, u acces but don’t say me nothing
Hi,
I’ve tried to login but I cannot see the back-end. I need admin access. Also please tell me: did you made a tweaks (customization) within PHP-files of theme and child theme?
Regards, Nat
i send u all i go to send again. And no, i dont change nothing, i download again but it;s the same problem.
You could access?
Hello, finaly i founded the problem, it’s a bug from 4.4.1 , i uodated with the fix it’s ok now
htx
Hello, i have a probleme with pagination, /page/2 wont work
Example : http://www.minutenews.fr/page/2
but http://www.minutenews.fr/page=2 works
can you help me ?
Hello,
Yes, this is core issue in WordPress 4.4.1 – https://core.trac.wordpress.org/ticket/35344 -
Regards, Nat
Hi, I had try following the guide in document to install the dummy content and theme settings, but my site does not look the same as your demo. Please assist. my site : staging.thelevel.my
Hi,
You haven’t enabled Sticky Post, sidebars and widgets.
There is manual how to set up News Live Preview. Follow steps – http://strictthemes.com/shockmag/how-to-build-a-site-from-scratch-like-on-live-preview-3/
Regards, Nat
Hi. Your theme says it’s bbpress and Buddypress ready, but I don’t see any pages that link to a forum or community.
Hi,
Take a look forum pages (bbPress):- http://strictthemes.com/shockmag-1/forums/
- http://strictthemes.com/shockmag-2/forums/
- http://strictthemes.com/shockmag-3/forums/
- http://strictthemes.com/shockmag-4/forums/
- http://strictthemes.com/shockmag-1/activity/
- http://strictthemes.com/shockmag-2/activity/
- http://strictthemes.com/shockmag-3/activity/
- http://strictthemes.com/shockmag-4/activity/
Regards, Nat
Im trying to change the secundary color from the template, but it changes only on admin area.
Hi,
Most likely you need to re-fresh cached files on your CDN.
Regards, Nat
The archive pagination on my website using a shockmag child theme is not working since the latest update. Could you advise on how to fix that? site is at ssn.co.zw
Hi,
It’s about core issue in WordPress 4.4.1, please take a look the thread about the issue – https://core.trac.wordpress.org/ticket/35344 – It will be fixed in WordPress ver. 4.4.2
Regards, Nat
hello, since the update of stkit 1.8.2 the ads sidebar is not showing anymore . i have some line in widget menu instead of the ads 1,2,3 sidebar ….
Oops finaly was adblock that block the display of the sidebar inside wp-admin widget page option cause the name of them…. adblock disabled and it shows again ….. lol
Hi,
Great. I’m glad you’ve found the cause.
Regards, Nat
First off, huge fan of this theme.
When I set a specific homepage, the Pagination breaks. The link shows that the link will take them to /page/2 but it just takes my users to the homepage once again.
my site – http://russellenvy.com/
When you visit a category, the pagination works 100%.
working pagination – http://russellenvy.com/category/life/
I’ve narrowed this down to the home page template. When there is not a specific static page, the navigation works. When I go into the read settings, and change the static home page to recent posts, the pagination works 100%.
I have a staging site that you can verify all of this on. My host is on WPENGINE. It’s not a caching issue, because staging on WPEnging does not cache.
Hi,
Thank you for your feedback.
It’s about core issue in WordPress 4.4.1, please take a look the thread about the issue – https://core.trac.wordpress.org/ticket/35344 -
It will be fixed in WordPress ver. 4.4.2
Regards, Nat
Thank you for finding this. I downloaded the query.php file that was suggested and used ftp to push the changes up. Working 100%. Thank you, love the theme. Very proud to sport it.
Hi,
Great. You are welcome. Let me know if you need more assistance.
Regards, Nat
I am disappointed with the theme. The titles on my posts are too long and cut off on to the next line with a hiphen (-). The sticky posts are not showing. I have 4 posts selected as sticky and the setting is activated in the theme panel, but the posts do not show on the front page. The post image is cut off at the top and merged into the header. All my post images load full size instead of in a lightbox window. How can I fix these issues?
Hi,
1 – Titles come with hyphen option. If you need to disable it then you can drop this line on Theme Panel > Style > Custom tab:h1,h2,h3,h4,h5,h6 { hyphens: none; }
2 – Make sure you’ve done:
- The frontpage installation – http://strictthemes.com/shockmag/how-to-set-a-slider-on-frontpage-as-on-live-preview/
- And all settings for sticky posts – http://strictthemes.com/shockmag/how-to-set-a-slider-on-frontpage-as-on-live-preview/
3 – Let me URL or screenshot. I’ll take a look and let you know.
Regards, Igor
Good work, that fixed it. I have some more issues. 1) At the bottom of the frontpage, I click on page 2 to load more articles and its keeps reloading page 1. I can’t load any articles on page 1,2,3 etc. 2) How can I change the text on the frontpage and posts so it is aligned with the pictures, no indent (padding).
Hi,
1. It’s about core issue in WordPress 4.4.1 – https://core.trac.wordpress.org/ticket/35344 – It will be fixed in WordPress ver. 4.4.2
2. I’m not sure what you mean. Could you please clarify and let me screenshot of area you need to change.
Regards, Nat
hello, i have a simple question, i did the traduction for French language but impossible to traduce the “nice time” terms , i have all the time “days ago” in english , how to do it ? (i traduce all the pot file you have for other language)
Hi,
It comes from ST Kit plugin thus you need to translate the related files at ../wp-content/plugins/stkit/assets/lang/ directory.
Regards, Nat
thx perfect
I updated ST Kit on my site and I started getting errors check my site at ssn.co.zw. Please assist
Manage to fix this by including the options.php file in the child theme.
Where can I see header options? How can we change headers?
Can you please also provide pages with different headers in your demo?
Hi,
You can change a header template from within Theme Panel > Layout > Header tab – http://dl3.joxi.net/drive/0012/0377/807289/160111/f65e7d7a00.jpg
Take a look a different headers on Live Preview:
- http://strictthemes.com/shockmag-1/
- http://strictthemes.com/shockmag-2/
- http://strictthemes.com/shockmag-3/
Regards, Nat
hello, i just updated the theme for header option, but unfortunately the “header” option page is blank and ST kit website to update to the new version is down :/
thx it works now (it wasn’t before)
Shockmag has unique and fast layout. I give reviews on WP themes and Shockmag is one of the best template I recommend. For developers: You should be more bold in advertising its SEO & advertisement optimisation. Don’t forget to boast about its Page Speed. This theme should generate lots of sales.
Hi,
Thank you for your feedback. We truly appreciate it.
Regards, Nat
Hi Guys, Great theme and enjoying using it. Could you let me know how I can change the banner spot. Can’t seem to find out how. Regards Les
Hi Les,
Ad spots come from Ad Sidebar #1..#3 (Appearance > Widget page) and ad sections from Theme Panel > Post tab (Below article, Above article, Below Title).
Regards, Nat
that replace my css custom by st-ignored-taxonomy-post-v-1 instead of st-mega-taxonomy-post-v-1
finaly i founded, need to set the permaliink different than /?p=123 (default one) should be inside you documentation 
Hello,
Great. I’m glad you found the solution. Thank you for suggestion.
Regards, Nat
Hello, the issue does not receive the updates automatically. I have also generated many API Envato but without success.
Hi,
Envato API has been changed, thus you need to update the theme manually through the standard way (Appearance > Themes > Add New > Upload). Also you’re receiving update notifications by email. In future we plan to make another solution for new Envato API.
Regards, Nat