Discussion on Shockmag - Ad Optimized Magazine WordPress Theme with Powerful Advertisement System

Discussion on Shockmag - Ad Optimized Magazine WordPress Theme with Powerful Advertisement System

Cart 257 sales
Well Documented

StrictThemes supports this item

Supported

This author's response time can be up to 5 business days.

328 comments found.

Hello! I did not understand the update of the search bar . It’s correct? Printscreen: http://2.1m.yt/ybuySMi.png

Hi,

Drop the Search widget (or any other) on the Top Sidebar from within Appearance > Widgets page.

Regards, Nat

That’s the problem: Don’t appears “Top Sidebar” in Widgets page http://oi65.tinypic.com/35ivm94.jpg

The ../options.php file must contains this line – http://c2n.me/3wb87QV.png

Regards, Nat

I need help setting slider

Hello , following administrator data :

user : [Removed] Password : [Removed]

Hello,

Ok. I’ll take a look.

I’ve flagged your message because of access details. It’s private information. Please don’t share it.

Regards, Nat

Hi,

It works now. There was conflict which comes from AccessPress Instagram Feed plugin. I’ve disabled it.

Regards, Nat

I can not install news theme. there installing the demo?

Hello,

I can’t find the area that I can paste my Google Analytics tracking code… Documentation shows it in the theme panel under the copyright area, but I don’t have it! :(

What’s wrong?

And I couldn’t find how to change the heading “you might also like” in my language…

1 – That option is deprecated. You should use one of these ways – https://wordpress.org/plugins/search.php?q=Google+Analytics

2 – This line comes from the theme translation files at ../Shockmag/assets/lang/ folder

Regards, Nat

Hi there again and sorry for endless questions;

I do love that mega menu that is for a category or a tag which shows recent or popular posts… But I have a problem;

I have more than 20 categories and I have to put all in the menu… For example I need a dropdown multi column mega menu for categories, and when I click it I’ll see all of the categories and when I click one of them, it will show that gorgeuos popular posts and “browse all” buttoned window…

Is it possible with a little help or is it a real big customization?

Hi,

Something like this:

.st-mega-button { color: #999; }

.st-mega-nav *::before { color: #999; }

Regards, Nat

Hi, my megamenu doesn’t work anymore, when I click an item it says invalid css etc… I didn’t make any changes, can you please help me? blog.ajuans.com

Hi, I can’t see any mega menu applied, can you please show me where do you see that “invalid css” message?

Regards, Luis.

1. how many ads slots dose the theme have?

2. After installation , dose the script contain everything like the demo ?

Hi,

Such functionality must be on plugin side, so you should use some third-party script.

Regards, Nat

Add push notification when ever there is a new post it send push to who ever is online with using their email address.. I recommend to visit https://onesignal.com/ web to see what you can do to add. You can also use OneSignal API to connect the app with backend: https://documentation.onesignal.com

waiting to hear from you.

Pr-order suggestions .

Hi,

Thank you for suggestions. Most likely this functionality can be found on some third-party plugin.

Regards, Nat

I just bought the theme , installed it etc .. it works pretty well except for my logo, the theme resizes it to a real small logo ? and my google adsense .. i can’t assign adspots .. i get an error saying i use a wordpress cache plugin and i have to configure it. but i don’t use a cache plugin ?

Nevermind the logo , i found the solution .. maximum 366×44 size.

One last thing : How do i change the colors … like on the Sport theme the colors how they come with the download are Green for links and Gray for text in the dark theme , and white for quotes.. how do i change these ?

Hi,

Let me know URL of your website.

Regards, Nat

Hi there,

I don’t have any idea how to build a mega menu? I couldn’t find any documentation or example.

I want to customize it clearly, for example there’ll be categories in the menu bar, and in every category 2 of popular posts and a text widget etc.

maybe a pages menu which is in the demo of mens…

Hi,

Please see here documentation which is related to mega menu – http://strictthemes.com/shockmag/tag/mega-menu/

Regards, Nat

Hi there again,

I need to disable the padding on the paragraphs and excerpts on the post page I think it’s now 25px from left and from right.

I need to fix the text with the images i added into the post on the left side and the right side.

Thank you.

I believe you are asking about disabling of the Post sidebar.

Without the Post Sidebar there are a special paddings on titles and paragraphs as shown on live preview – http://strictthemes.com/shockmag-1/audio-post-format-with-embedded-media-and-custom-sidebar/

If you prefer to remove such feature, then you can drop this one on Custom CSS:

.post-sidebar-inactive article > p, .post-sidebar-inactive #post-excerpt p, .post-default .content-data > p {
padding: 0 !important;
}

.single .post-sidebar-inactive article > h1, .single .post-sidebar-inactive article > h2, .single .post-sidebar-inactive article > h3, .single .post-sidebar-inactive article > h4, .single .post-sidebar-inactive article > h5, .single .post-sidebar-inactive article > h6, .post-default .content-data > h1, .post-default .content-data > h2, .post-default .content-data > h3, .post-default .content-data > h4, .post-default .content-data > h5, .post-default .content-data > h6 {
padding-left: 0 !important;
padding-right: 0 !important;
}

Regards, Nat

Thank you very much!

You are welcome :)

Regards, Nat

How can I center the sidebar widgets on mobile? It’s floated on left on mobile, like banner spot or custom image.

Hi,

You can drop this line on Theme Panel > Style > Custom CSS:

@media only screen and ( min-width: 480px ) and ( max-width: 639px ) {
.sidebar-footer {
float: none;
}
}

Regards, Nat

It doesn’t make any changes about this situation :(

I’m using a two-part footer, bigger one is on the left side, and the other one is on the right, and in mobile all of the site is perfectly fitted on the center, but when I scroll to the bottom it really makes me upset;

two areas of the footer are still on the left… And I promise if I solve this problem I won’t ask any more boring questions…

Hi,

These lines:

@media only screen and ( max-width: 959px ) {
#footer-box .sidebar-footer,
#footer-box .sidebar-footer.last {
 float: none;
width: auto;
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
}

Regards, Nat

Hi there again,

First, I need to tell you that you made the most elegant theme I’ve ever seen, thanks a lot.

My question is;

In “header” schemes, I choose the 3rd one (default, second, *third) and I want the area bigger with the height size of that black area which contains logo, and I want my logo bigger, how can I do that because when the height of the logo expands it shows the logo smaller because of the ratio.

Thank you :)

Hi,

You can drop something line these lines on Theme Panel > Style > Custom CSS:

.header-3 #logo {
height: 70px;
}
.header-3 #logo h2 img {
max-height: 65px;
}
.header-3 .icons-social {
margin-top: 15px;
}

Regards, Nat

Thank you for your help… It solved my situation and I’m so happ… Not so happy, terrorists killed our friends in Ankara :(

Hi,

You are welcome.

Please accept our condolences :( I’ve read what happened in Ankara. That’s the terrible tragedy. Take care of yourself!

Regards, Nat

how to remove fade effect of images in post

Hi,

You can drop something like these lines on Theme Panel > Style > Custom CSS:

.post-title-with-img:before,
.post-sticky-a-yes-thumb a > div:before,
.post-t6-yes-thumb a.post-thumb:before {
display: none;
}

Regards, Nat

Hi there,

I’m in trouble with a situation;

When I click the “style” or “fonts” menu in “theme settings” it says “cannot open css file” and there’s nothing wrong with my hosting or something else… Everything’s working fine but the most important thing is unavailable for me now.

What could be the problem?

Hi,

It’s about security settings or PHP settings on your sever. There is no access to writing a files.

Regards, Nat

hello i bought the theme , everything is nice, i just have a question. i would like to change in the front page the slider, to something like this webpage : http://www.muscleforlife.com/

All This big part where says : HOW TO ACHIEVE THE ULTIMATE PHYSIQUE UNTIL YES SUSCRIBE ME TO THE NEWS LETTER.

Its possible to make something like this? and this is difficult? you can do this and how much it would be¿

Hello,

Thank you for purchasing.

You can disable the Sticky Posts (the sider) from within Theme Panel > Blogroll > Sticky posts and then add needed content in Ad Sidebar 1 by using the text widget – http://dl1.joxi.net/drive/0012/0377/807289/160309/35ecc1de27.jpg

If you need to display that content only on Fronpage you can use ST Targeted Text widget – http://strictthemes.com/targeted-text-widget/

Regards, Nat

How do I delete Breadcrumbs?

Hi,

You need to unchecked ‘Enable Breadcrumbs’ from within SEO > Advanced -http://dl1.joxi.net/drive/0012/0377/807289/160307/e636649eac.jpg

Regards, Nat

Hi.

How i can modify the spaces in the posts pages?

My problem is in the posts, with the post sidebar. can i delete this? this sidebar when is not used, leave a ugly white space and i need delete this.

Thanks

You have two ways for your choice:

1 – Disable meta from within Theme Panel > Post > Meta.

2 – Drop this line on Theme Panel > Style > Custom tab:

article footer { display: none; }

Regards, Nat

Thanks, i’ve problem with the first solution of post sidebar. i put the code you mean and don’t do nothing, i put this in theme panel>style>Custom and don’t work.

I made the translation of the theme but in terms of lack .mo files for translation present in the article page. Example: Must viewed, ago, previous, next

How can I do?

Hi,

‘Ego’ comes from ST Kit plugin thus you need to translate the related files at ../wp-content/plugins/stkit/assets/lang/ directory.

Another phrases you can translate through the Custom CSS tab. Drop below lines on Theme Panel > Style > Custom CSS.

#owl-most-viewed-nav span.next:before {
content: 'Most Viewed';
}

#pre_next_post .p:before {
content: 'Previous';
}

#pre_next_post .n:before {
content: 'Next';
}

Regards, Nat

Just a heads up for anyone using mens version. Today there was an update of WPreview which caused the stars on reviews to move and mess up the sidebar, as well it cause the user review submission part (stars) to not work properly. I just spent 2 hours trying to do a backup after my updraftplus also failed on the plugin backup. Not fun, so just a warning.

Hi,

Many thanks for report. We will take a look WP Review plugin.

Regards, Nat

I created a new Template page, also a new page called Gallery, set the page as the Templates name. But the page keeps showing as posts.

Hi,

That’s about the theme customization. Support assumes the help with the usage of the theme. In accordance with our support policy we can’t guarantee help if a customer make changes in the original theme files.

Regards, Nat

1. Where dose the source Stories fetch from?

2. How many mins can the script be set on posting new stories ?

3. Dose It fetch full stories from source to display on the page ?

4. Can (John Doe) as poster be hidden ?

Hi,

Thank you for your interest.

1, 2 – Not sure, please clarify your questions.

3 – Yes, there is possible to display whole post on the frontpage and archive pages e.g. http://strictthemes.com/shockmag-5/http://c2n.me/3uQF8iM.jpg

4 – You can disable Author’s info – http://joxi.ru/xAe1MzgtYle80A.jpg

Regards, Nat

Where dose the news on the pagrs will come from?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey