ThemeForest

Quarter - Responsive WordPress Blogging Theme

  • Bought between 50 and 99 items
  • Has been a member for 0-1 years
mswalehe Purchased

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

audemedia

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.

Default-user
mswalehe Purchased

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.

audemedia

Give a link to your blog to see what happens.

Default-user
mswalehe Purchased

sent via contact form

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

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!

audemedia

I’ll take a look and i’ll inform you.

Thanks

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

Hi,

Is it possible to personnalize posts as full width posts in the homepage as well as in single post page?

Thanks

audemedia

Unfortunately, this is not possible.

Thanks for interest.

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

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

audemedia

Hi,

Many thanks for the kind words :-)

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

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

audemedia

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) .....

Default-user

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.

audemedia

I’m trying to understand :-)

You want it as boxed version? Something like this ? http://themes.audemedia.com/wordpress/quarter-theme/boxed-version.jpg

Default-user

yes exactly

audemedia

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.

Default-user

Thank you so much you have been great!! Email has been sent.

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

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?

audemedia

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!

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

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

audemedia

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!

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

Hi, is possibile have the share buttons on a single article? thanks

audemedia

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.

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

theme installed but the custom fields is in the add post section. so i cant do video, image and etc

audemedia

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

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

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-read
audemedia

Hi,

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).

Default-user

so i can delete line 5 to line 21 without issue ???

Default-user

Since the functions.php enqueue the foundation.min.js. It would be good remove that part of code if it is not used

audemedia

? 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.

audemedia

No,

the theme is based in Zurb Foundation framework. If you delete this you will have serious issues.

Default-user

ok….. there is nothing i can do.. i guess i might need to give up on that plugin…..

by
by
by
by
by