ThemeForest

Moderna Responsive Wordpress Theme

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years

Hello, Thank you for the help with the dropcaps- works great now. I would like to know how to take off the filter that appears over the portfolio images before “hover”. We prefer no filter so the image looks clear even before someone hovers. Appreciate your help. Thanks. :o) (luv this theme, the way it looks, structure, functionality- great work!)

pixel-industry
Hi, This is really simple to change. Open style.css on line 1732 set opacity to 1.
opacity: 1;
Default-user

thank you very much for that, have a great rest of the week!

  • Bought between 100 and 499 items
  • Has been a member for 3-4 years

Any xml that I can import so that I will just edit the content and have the same layout as your demo

pixel-industry

Hi, There is moderna_demo_content.xml in Demo_Content directory. Import content from that file and you will have everything like in Live preview.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
trustus Purchased

Hi. This is so nice wordpress theme. Thank you. I have one question.

Can I change the botton design? ( Can I use another botton image?)

pixel-industry

Hi, Yes, you can. Buttons are located in Moderna/img/YOUR_STYLE directory.

Default-user
trustus Purchased

I can’t find that directory. Is it right directory?

pixel-industry

It must be there. Moderna/img/YOUR_STYLE/. Where YOUR_STYLE is style you set in backend i.e. chocolate, red, green, orange..Button files are btn-big.png, btn-med.png, btn-small.png

Default-user
trustus Purchased

I am trying to change that button… but i have another question. I changed my new button as you told, and it seems good.But when mouse pointer put on the changed button, it became blank button. Is there any pushed button imange file ? How can I do?

pixel-industry

Button image is made from three parts. First part (top) is normal button state, second one(middle) is button on hover and third(bottom) is button on click state. You need to change all three parts without changing size or dimension of each part otherwise CSS need to be adjusted.

Default-user
trustus Purchased

I tried to change the button image with various methods…but I failed…Is btn-big.png file’s size 10X135pixel right? I couldn’t understand your explanation… I want to insert APP Download button(Android Google play) on main slide. Is it possible?

pixel-industry

Yes that’s the button i was talking about. Can you contact us through contact form and I will try to help you.

Default-user
trustus Purchased

I solved that problem. Thank you! I have another question. Are there any limits in Portfolio categories? I made 12 portfolio categories, but some categories are not worked well.

pixel-industry

There isn’t any limits to categories. You can contact us with link to your website and I will check it.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
trustus Purchased

Hi. This is very nice theme. Thank you very much.

I have one question. I used this short code. [carousel title=”Restaurant List” page=”869” scroll=”true” include=”1,2,3” ]

But it doesn’t “auto scroll”. Is there any problem upper short code?

pixel-industry

Hi, Can you replace your shortcodes.php with this one. Let me know if that helped.

Default-user
trustus Purchased

Thank you! It works very well.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
9smile0 Purchased

Hi there, Nice theme! Currently the site is breaking in many places on ipones and smart phones. Can you help me fix it please? It is located at www.refreshedbiz.com.

Thank you!

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
9smile0 Purchased

Hi there, Nice theme! Currently the site is breaking in many places on ipones and smart phones. Can you help me fix it please? It is located at www.refreshedbiz.com. Thank you!

pixel-industry

Hi, We can help you but please contact us through contact form. It’s easier to us to provide support through email.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

My apologies if this question has been asked already, but is there a way to see the entire post (images, links, etc.) instead of just an excerpt of copy?

What I am getting now is this: http://www.thebridetobeonline.com/events/

And I want that list of posts to look like the full post: http://www.thebridetobeonline.com/march-23-veil-trends-trunk-show/

Thank you! Your dedication to supporting this theme is incredible!

pixel-industry

Hello, Thank you for your kind words, we are doing our best to help buyers.

Regarding question you have, this is really easy to change. Open content.php file and file this line (near the bottom):
<?php the_excerpt(); ?>
change to this:
<?php the_content(); ?>
That should do it.
Default-user

It did! Thanks so much!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi. First of all, great theme. But I’m having trouble with the services and portfolio.

How do I get them to show on my homepage? And how can I add them to my menu?

Is there a way to change the layout of the services?

Thank you.

pixel-industry

Hi, Thank you for buying our theme. You need to generateshortcodes to show them in homepage(or any other page). Read about shortcodes in Documentation, Section 6. Shortcodes for portfolio and services are in chapter “Theme Special”.

Default-user

Thanks for the quick reply!

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
Kagrish Purchased

Hi, I’m having trouble getting the slider to show – www.teamowlstars.com

pixel-industry

Hi, Did you created slides in Wordpress? If there isn’t any slides, you need to create them (Slider -> Add New).

Default-user
Kagrish Purchased

Yes, I tried that too. The images aren’t showing up (I imported the .xml file)

pixel-industry

Can you create temporary user for me and send details to EMail. I will check it and let you know.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi, Me again. But my services are blank on the homepage? I didn’t change anything in the code of the services. It just happened when I opened the website this evening.

I tried to make new one en set them up. But it didn’t help.

Could you maybe know the cause of this? Thank you very much!

pixel-industry

Is your website online, can you give me the url of your website?

Default-user

www.snuffelsmechelen.be :)

pixel-industry
As I can see URLs to icons in CSS are messed up. For example:
.icon-mail {
background: #ececec url('moderna/img/services/mail.png') no-repeat;
background-position: -60px -0px;
}
It should be like this:
.icon-mail {
background: #ececec url('../../img/services/mail.png') no-repeat;
background-position: -60px -0px;
}
Default-user

Is it in the editor file or in the Theme files on the server?

pixel-industry

In files on server, precisely style.css file.

Default-user

Found it. Thanks!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Quick question is there a way to make the logo much bigger on the Header? If there is what is the ideal size and where can I change the code? Thanks

pixel-industry

Ideal size is size of the logo i.e. 107×28px. You can put logo of any size and customize CSS in style.css. Increase #logo height on line 294 to desired one until it’s fits nicely.

Default-user

I just checked our Style.css and I cant find any code linking to the style sheet. It contains no CSS code for me to change. Is there an up dated version of the style.css in the folders or do I still need to manually insert the code?

pixel-industry

Theme have two styles.css because of two skins(boxed and stretched). Styles you need to change are in one of these files e.g. Moderna/css/YOUR_STYLE/style.css. Easier way is just to add your styles to style.css you can found in theme’s root directory or Appearance->Editor -> style.css. These styles will override default ones.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi there, I’m a complete novice in Wordpress, and working in your Moderna theme. Please help me with the following items: • I want to customize the size of the logo at the top of the site. • I want to remove the ‘search’ box on the top right of the site. • I don’t see any shortcodes, are there any with this theme? • I can’t seem to see the code on the ‘sample page’ to make changes

forgive me if these are simple inquiries, but this is literally my second WP site ever, and I appreciate all the help you can give me :)

Thanks in advance,

pixel-industry

I will replay you to E-Mail.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

hello,

i recently purchased the HTML version then went ahead and purchased the wordpress version also. However, i am having a real hard time making the logo fit on to word press like how i have it on my html site.

http://jennuineevents.com/ (HTML) http://www.jennuineevents.com/wordpress/ (wordpress)

The word press navigation is messed up when i put the logo height on css. Can someone email me so i can get some help with this? I will pay extra if needed also with little minor things i need.

pixel-industry

I responded you to E-Mail.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

hi there, i am enjoying your theme but i am finding that no matter how much i try to tweak the homepage slider it still appears erratically and illogically. just like in your demo, it shows up for an instant then does an animated dance and then the same slide comes back and then so on. is there not a simply fade in and out solution with the current set up? do you have any other recommendations for other slider plugins that i could inject in there? one that would also accept text to the right/left like your setup? everything else is great!

pixel-industry

Hi, We are working on theme update where this animation will be changed to stop sliding on page refresh. Contact us through contact form and I will send you new file. If you wish to replace slider I can recommend you Revolution slider. It’s great plugin with a lot of options.

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
Subah1 Purchased

Hi, I wanted to find out how can I put the slides in a particular order? This is problematic as all the slides are shuffling when I need them in a particular order. If someone could please advise on this issue, it will be greatly appreciated.

Thanks, Subah

pixel-industry

Hi Subah, by default theme is sorting slides by date. You can change this in “content-slider.php” file on line 19. You need to add ‘orderby’ parameter with desired value (date, ID, name..check here all available parameters)
If you have trouble changing it, contact us through contact form and we will help you.

Default-user
Subah1 Purchased

Thanks! Also, Shingletown who reported that the slider appears erratically and illogically, this is happening with me also. Is there a fix for this as well?

pixel-industry

Contact us and I will send you file where this is fixed.

Default-user
Subah1 Purchased

I sent a message through the contact form on the pixel-industry page from ThemeForest.

pixel-industry

Check your E-Mail, we sent you file.

  • Has been a member for 0-1 years

Hi.

I’d like to know if this theme allows to set individual backgrounds for pages or posts in the content section.

Also I’d like to know if it could be possible to set the content background color to transparent in order to see the web image background as the content background.

Regards.

pixel-industry

Hi, You can’t set individual background for each page but only for image/color for all pages. You will need to modify theme to enable this functionality Content background can be transparent by modifying the CSS.

by
by
by
by
by