audemedia
- Has been a member for 0-1 years
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Europe
- Microlancer Beta Tester
345
Purchases
Buyer Rating:
4.53 stars
4.53 average based on 17 ratings.
-
5 Star
1270%
-
4 Star
211%
-
3 Star
317%
-
2 Star
00%
-
1 Star
00%
| Created | 22 February 13 |
| Last Update | 24 April 13 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- blogging
- custom menu
- featured images
- left sidebar
- light
- minimal
- minimalistic
- post formats
- responsive
- translation ready
- two columns
- white
© All Rights Reserved audemedia -
Contact Envato Support


Hello,
When you create a new page, How do you remove the page title from showing up at the top of every page? Also on the blog how can you remove the date and comments on the side of every post?
Thanks in advance for your help.
- M
Hello,
thanks for purchasing
1) To remove page titles, open page.php go to line 16 and remove this
<h2 class="post_title"><span><?php the_title(); ?></span></h2>Make the same to page-archives.php and page-full-width.php (custom templates for page).
2) To remove date/comments on the side of every post you need to remove this from index.php (lines 23 to 40)
<div class="two columns"> <div class="row"> <div class="twelve columns"> <div class="info"> <p class="text-right day"><?php the_time('l') ?></p> <h3 class="text-right"><?php the_time('j') ?></h3> <p class="text-right month"><?php the_time('F Y') ?></p> </div> <div class="info"> <h3 class="text-right"><a href="<?php the_permalink(); ?>/#comments"><?php comments_number(__('0','aude'),__('1','aude'),__( '%','aude') );?></a></h3> <p class="text-right"><?php _e('COMMENTS','aude'); ?></p> </div> </div> </div> </div>You need to the make the same to single.php, search.php, archive.php.
Hello, Thanks for the help For Number 2 after I delete the date and comments. The blog no longer functions. and all the text aligns left and is unreadable. I need a fix for this please. Thanks.
Give a link to your blog to see what happens.
sent via contact form
Hi, I’ve d/l “feature posts with thumbnails” plugin and had it installed. However, there is a line underneath the title (you can take a look of my website www.talis.com.au) how do I have them removed? But I still want to keep the line underneath categories, connect with us etc.
Thanks!
I’ll take a look and i’ll inform you.
Thanks
Hi,
Is it possible to personnalize posts as full width posts in the homepage as well as in single post page?
Thanks
Unfortunately, this is not possible.
Thanks for interest.
Hi,
I just bought your theme and it is genius. So smooth and easy to work with. I have never done this before and your theme is making me look like a pro.
Thank you!
Gen
Hi,
Many thanks for the kind words
Hello, Love the theme but I want to know if it is possible to add a custom background image across the theme site-wide? I have tried to see if you have answered this before but I have not seen anything. Thanks in advance for your help!
Wes
Hi,
thanks for purchasing.
upload the image where you like in the theme folder but define the correct path in style.css, line 16
for example if you upload the image in theme folder /images the path is :
body { background: url(images/myimage.jpg) .....
Thank you for the quick response that worked. However, what I am really trying to do is keep the content area of your theme white or a solid color and have a background image “behind” that. Does that make sense? Again, I appreciate your help if this is doable.
I’m trying to understand
You want it as boxed version? Something like this ? http://themes.audemedia.com/wordpress/quarter-theme/boxed-version.jpg
yes exactly
Ok, got it
Give me some time to implement this on my environment and i’ll inform you. Meanwhile, if it’s easy for you, send me a message via the contact form on my profile page, to have your e-mail address. When i’m ready i’ll send you the appropriate code/files to your e-mail.
Thank you so much you have been great!! Email has been sent.
Hi,
Great theme btw.
I have a question, simple one.
I’m working on translate the theme, trying to use .PO file which is located – mysite/site/wp-content/themes/quarter/languages/default.po
I have overwritten the .PO file, but its still showing the text in english.
I’m doing it right?
Hi,
Thanks for purchasing.
The translation of default.po text in a different language is not the correct method.
Please follow the instructions in these video on how you can using the included .po file to translate theme. http://www.wpexplorer.com/videos/translating-your-wordpress-theme/
Thanks!
Hi there,
I switched out the social media icons in the FTP server so that I could include instagram, but I can’t seem to figure out how to change the hover title of the instagram icon. I switched it for the dribbble icon and the hover title is still “dribbble”. I think it’s an easy fix, but I’m just not sure where to look! Any insight would be greatly appreciated!
Thanks! Megan
Hi,
instagram icon is already included in the theme, except if you purchased it in early version.
So, the better thing is to redownload the theme and update it.
If, for any reason, it is not possible, as i understand, you change the dribbble icon with instagram icon. You must open header.php find the line about dribbble icon and change the alt / title.
Thanks!
Hi, is possibile have the share buttons on a single article? thanks
Hi,
thanks for purchasing.
Share buttons on single posts does not exist in theme, but you can use one of hundreds plugins about sharing.
Link
I never using any of them, so i can’t recommend something.
theme installed but the custom fields is in the add post section. so i cant do video, image and etc
Hi,
thanks for purchasing
to see custom fields, just in post edit choose SCREEN OPTIONS to the up right side and check Custom Fields.
For further help take a look at this screenshot http://themes.audemedia.com/wordpress/quarter-theme/screenoptions.png
hi, i want to ask if it is possible to separate out jQuery 1.9.0?found in themes/quarter/javascripts/foundation.min.js and may be use wp_enqueue_script in the functions.php. The reason is I am currently using another plugin that uses jquery.fancybox-1.3.4.pack. They have been reported problems with jQuery1.9.0.
I would like to switch to a lower jquery version, but foundation.min.js is causing the jQuery conflict. (you can check the error message in the browser console at http://www.talisblog.com.au/gallery/
Bug Ref: http://bugs.jquery.com/ticket/13183 http://stackoverflow.com/questions/14344289/fancybox-doesnt-work-with-jquery-v1-9-0-f-browser-is-undefined-cannot-readHi,
the jquery 1.9.0 is not enqueued in theme. I have it there if someone wants to use it.
The theme using the jquery version that comes with Wordpress (1.8.3).
so i can delete line 5 to line 21 without issue ???
Since the functions.php enqueue the foundation.min.js. It would be good remove that part of code if it is not used
? don’t know, the plugin creates the issue not the theme.
In my demo as you can see, foundation.min.js doesn’t create any conflict with jquery 1.8.3 and fancybox.
Sorry, i can’t help you on this.
No,
the theme is based in Zurb Foundation framework. If you delete this you will have serious issues.
ok….. there is nothing i can do.. i guess i might need to give up on that plugin…..