This item is by an Elite Author
jawtemplates
- Bought between 1 and 9 items
- Elite Author
- Europe
- Exclusive Author
- Has been a member for 1-2 years
- Most Wanted Bounty Winner
- Referred between 10 and 49 users
- Sold between 50 000 and 100 000 dollars
471
Purchases
Buyer Rating:
4.06 stars
4.06 average based on 50 ratings.
(more information)
-
5 Star
3162%
-
4 Star
816%
-
3 Star
12%
-
2 Star
36%
-
1 Star
714%
| Created | 16 August 12 |
| Last Update | 22 March 13 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD |
| Widget Ready | Yes |
- background
- black
- blog
- blue
- business
- fix
- float
- gallery
- grey
- magazine
- modern
- news
- photography
- red
- white
© All Rights Reserved jawtemplates -
Contact Envato Support


is it possible to stop the bg image from showing up as a thumbnail on social networks
Hello,
please add the following code into \themes\paula\index.php file below <head> :
if (is_home()){ ?> <meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/images/logo/none.png" /> <?php } if (is_single()) { ?> <meta property="og:title" content="<?php echo get_the_title(); ?>" /> <meta property="og:description" content="<?php echo get_the_content(); ?>" /> <?php if (has_post_thumbnail()) { $src = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'small'); ?> <meta property="og:image" content="<?php echo $src[0] ?>" /> <?php } ?> <meta property="og:site_name" content="<?php echo get_bloginfo( 'name' ); ?>" /> <meta property="og:type" content="article" /> <meta property="og:url" content="<?php echo get_permalink(); ?>" /> <?php }Parse error: syntax error, unexpected ‘}’ in /home/ab18825/public_html/chromaticmag.com/wordpress/wp-content/themes/paula/index.php on line 57
another question how do you remove the logo so the navigation area stretches right acros
scratch the previous comment i want t upload a png logo without any background
Hello,
the entire code should look as follows:
<head> <?php if (is_home()){ ?> <meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/images/logo/none.png" /> <?php } if (is_single()) { ?> <meta property="og:title" content="<?php echo get_the_title(); ?>" /> <meta property="og:description" content="<?php echo get_the_content(); ?>" /> <?php if (has_post_thumbnail()) { $src = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'small'); ?> <meta property="og:image" content="<?php echo $src[0] ?>" /> <?php } ?> <meta property="og:site_name" content="<?php echo get_bloginfo( 'name' ); ?>" /> <meta property="og:type" content="article" /> <meta property="og:url" content="<?php echo get_permalink(); ?>" /> <?php } $gantry->displayHead(); $gantry->addStyles(array('template.css', 'wordpress.css', 'wp.css', 'style.css','typography.css','prettyPhoto.css','slider_freshcubes.css'));Check it please. Thanks.
To your logo background issue: To create a logo without any background, please set the appropriate colours of the logo transparent (using your graphic editor) and save it as png.
did it and it still gave me errors
can you just upload the index file to a file host let me download it and replace it with the one that is currently in the follder
yes i have the image whn i upload it to the file called logo it dosent com up on the site
Hello,
we tried to send you an email, but unsuccessfuly. Please could you send as your valid email for replying at jaw(a)jawtemplates.com?
To your logo issue: You have to create your own logo, name it “logo.png” and load it into /paula/images/logo/logo.png. If you have done it and see no logo, please check whether you had really made transparent just those color parts of the png image you need (e.g. background color).
i have sent you an email with the login info and will attch the logo to it because i have uploaded the logo to the logo folder but the blue box is still being shown
finally implement the code without an error now the logo i have uploaded the logo to the server put the gantry logo in the logo section of the widget and still no logo
Hello,
thanks for your address. We have sent you an email with the promised php file and instructions for the logo handling.
I’ve got a question. I would like to add an Archive.org embed code to my Portfolio.
Now I’ve added the following code
<iframe src="http://archive.org/embed/2012-11-15-Radio501DaverendeDonderdagnov.152012/2012-11-15-16.00-18.00u-Radio501Afternoons-LucienGreefkes.ogg" width="500" height="30" frameborder="0"></iframe>to the Portfolio. It shows pretty well in the portfolio, but the item can’t be seen on the Dashboard. So it can’t be edited nor can it be deleted. What could be the cause? Can I resolve this matter?
Hello,
please switch your editor to the text mode. After that you should be able to modify your code. Some parts of the code may not be available in Visual mode.
Yes, I’ve added it under text mode. Thanks for the tip.
Though now I can’t see any of the portfolio items in which I added the Archive.org embed code. Though in my case it says that I have 3 portfolio items, I can see and/or edit one: the one that I didn’t add the Archive.org code.
Hello,
have you tried to switch to the default wordpress template please?
Hello,
we apologize, the reply above wasn´t addressed to you.
To your query: we are sorry, we haven´t tested the Archive.org embed code and have no idea of what is wrong.
Ah, I already thought, what could be the sense of switching templates. Maybe for seeing those items back again. When I threw the soundcloud item away, via/via I could reconnect to the other portfolio items again. So I could throw them away.
But Archive.org embeds pretty well integrate in blogs, while they don’t mess up Dashboard there. And the player shows up in the Portfolio aswell, but the item is lost on the dashboard.
Could you send us your Wordpress login please? You can email us at jaw(a)jawtemplates.com. Thanks
So I did. Thanks for looking into it.
Help! The same problem occurs, but now I’m solely using the Soundcloud mini-player! It frustrates me. What can it be??
Here’s an impression what my portfolio page looks on backend, Wordpress dashboard.
http://www.muziektaal.nl/jawportfolioproblem.png
I’ve checked and made sure it’s got nothing to do with database. It looked fine. I could succesfully execute the SELECT-query with SQL. Database connections are fine, otherwise it wouldn’t show on my website either.
But the useability of the JAW portfolio backend is terrible. I can only edit items by manually typing post-id’s in the address bar. Please fix this, it’s an urgent matter as I must release this website very soon (actually it’s already pre-released for a smaller amount of people).
This is how the frontend looks like, pretty nice. But very hard to maintain, so it seems. http://www.muziektaal.nl/jawportfolioproblem2.png
Hello,
could you send us your ftp access please? We found that on your portfolio items page doesn´t work any javascript. Have you changed something in the source code? The slider items work correctly..
Of course I’ve been trying hard to solve this problem, but I never even thought of editing the database or editing source code of the wordpress back end before seeing this problem occur. I’ll send you the details.
Another Portfolio question. I would like to present the portfolio on my homepage, just below the slider + navigation. But when I put in the panel, the content extends to the whole screen, in stead of sticking to the max width of the slider + navigation.
How can I tell the portfolio to stay at the width of the slider and sidebars above? Is there any way I could manually add it to the wrapper?
You can now see it happening at http://platenkast.muziektaal.nl
We found, that there has probably been added a code to some widget position. It may have caused this disintegration of your site.
What do you mean? Has this anything to do with the Archive.org embed code that I added to one of the items?
Hello,
the portfolio shortcode hasn´t been designed for using in the widgets. You have probably created some text widget and inserted it to “Panel” sidebar.
If you want the portofilo to be on the frontpage, please create a page and add shortcode into it. Then choose that you want this site to be on your homepage.
Indeed I did insert a text widget containing the Portfolio shortcode and put it inside the Panel. I removed that, and after that, I created a page, solely containing the portfolio code.
Under Settings/reading I changed the homepage to this portfolio-page ‘Uitzendingen’, but that doesn’t seem to change anything at all.
I can turn on the slider, and navigation (in Paula setup; the widgets for slider are completely empty) Then it shows the slider and navigation, and a white dense block called #rt-block. If I turn them off, nothing happens.
But why doesn’t it show the portfolio then?
Have you really inserted the portfolio shortcode to the portfolio page?
For example
You shouldn´t insert any code into the sidebar.
To your “navigation” issue: Please create a menu and its items. Go to widgets and find the gantry menu widget. Add this widget to the navigation and assign your created menu to it.
You can switch on/off the slider in Paula Theme -> Slider…
Yes, I’ve added this code to the Page called ‘Uitzendingen’.
[portfolio column="4" cat=''' height=''150'' max="-1" title="true" titlelink="false" desc="true" more="" moretext="Bekijk de speellijst" group="true" lightboxtitle="'portfolio'" ids="" order="ASC" orderby="menu_order"]But if I do, and I make the page my homepage, it simply doesn’t show. The webpage simply just ends (end of html) after the ‘Panel’. The width of it the same as the body of the page, it would fit inside the Panel. Why can’t I just put the portfolio inside the panel, or at least within the body-wrapper?
Correction: the entered code is as follows:
[portfolio column="4" cat=''De Platenkast van...'' height=''150'' max="-1" title="true" titlelink="false" desc="true" more="" moretext="Bekijk de speellijst" group="true" lightboxtitle="'portfolio'" ids="" order="ASC" orderby="menu_order"]I had another look into the problem myself and I solved it. I was able to put the portfolio directly below the slider+navigation.
Fact is: Widget position “Panel” does not mix with text widgets or anything else.
I put the portfolio in the “Footer left A”. For that, I used a standard Wordpress text field (as found under Widget settings). In this text field I put the portfolio code as mentioned earlier.
This resulted in the portfolio to be part of the normal front page structure. The width was not 100% of the total wrapper width, which is normal by design. Normally the width of the “footer left a” is 280px. The full width of the page is 960px.
To use the full width, template.css has to be edited. I changed the following lines:
line 261:
#rt-footer-left {float: left;width: 960px;}line 263:
#rt-footer-left-a {float: left;width: 960px; margin-left: -5px;}Mark the margin-left: -5px. It fixes the position of the widget, so it is in-line with the slider and slider navigation.
The backgrounf rt-footer-left-a is transparent. You can see the grey background with the darkgrey divider line. I managed to make it white by changing the following line in template.css:
line 62:
.rt-block {margin-bottom: 5px;padding: 15px;position: -20px; background-color: whitesmoke; color: black;}Of course I made it whitesmoke, but white would’ve been even whiter
But on this point, the position wasn’t perfect, there seemed to be a margin on the top.
The margin top by putting the margin to zero somewhere, but I don’t know for sure where I did that. Could be the following line (be sure to check it out):
line 122:
#rt-top .rt-block {padding: 0px;margin:0px;}Anyway, thanks for the assistance, I’m glad I sorted it out. Hope anyone is helped by above mentioned. Maybe the author has some better/easier solution?
Hello,
the panel position has been designed only for the JaW Panel widget purpose -> fast switching of the settings. It hasn´t been designed for the web building.
You have chosen an unusual way, but what you want to do, i.e. set up the frontpage, must be possible to set as you need. We have tested your subject and been able to set the portfolio page on the frontpage without trouble.
However, the solution you have chosen will cause that you spend a lot of time for the styling. It isn´t a proper way. Please try to backup the current status (database and files) and try to carry out it again. In case, you aren´t successful, we will try to set it up for you.
hi i am getting the stupid oops page not found bs on my site.. and everything is centered and it looks bad.. how do i remove that crap.. tried plkugin deactivation already.. tried the godaddy support thingy.. nada works.. i like love this theme… hate to move away from it.. please help…should i use blue host??
Hello,
have you tried to switch to the default wordpress template please?
I did and the site is normal but as soon as i activate paula 1.3 or 1.4 itdoes that. Is it godaddy or what… Does blue host do te same thing??? I am worried about buying 1.5 cause of this
We are sorry we aren´t able to make you sure about that it will be ok on the blue host. Please try to contact your hosting support.
Hi,
how can I make the background scaling?
I want it not to be cut when I resize the browser but to scale reducing the background image size.
I found some CSS3 tutorials but if I go to template.css and edit the background-image-float class it doesn’t work!
Hello,
there has been used a javascript for the background image centering. It probably overwrites the css setting “background-image-float”.
Please try to edit /js/paula.js. Find :changeBackground(); function and comment it.
I am building your theme, and you see the Latest Posts it dosent look like your theme one, how did you do it can you talk me through the widget process thank u
Hello,
we recommend not to use the standard wordpress widgets. Please use gantry widgets and overrides (Appearance -> Widgets). To learn how to use this functionality please look at the documentation.
I have used that Widget Still no Black Bar or RSS icon … I am using gantry recent posts
Hi I’ve another question concerning the background.
I want to insert a background advertisement so I need that the container is centered inside the background and when I resize the browser the container still remain on the center of the background.
Actually if I resize the window the container scroll to the left and the background remain on the same position without following the container..
I don’t know if I explained well what I need but you can see this website: www.comingsoon.it
I would like to have the same background propriety
thanks
Hello,
maybe you already figured it out or we don´t understand your question well, but we see your site with both the background advertisement and the main content centered (independently on resizing the window or “zooming”; checked in Firefox 18.0.1 and IE8). If the problem still persists, try to clarify it please. Thanks.
on the Slider next to it on the right I have used that Widget Still no Black Bar or RSS icon … I am using gantry recent posts…
Can I make the Slider Items Appear In the Main Box, still showing an image then I can link it to a Page intstead of a post because when I select I featured party on the side bar it automatically come up with the featured image I dont want that to happen
Hello,
we have sent you an e-mail.
Look at my website http://www.partynightlondon.co.uk/ and it dosent look like yours could you please send me over your email mine is shaziyaramji@googlemail.com and we can try and fix it together i tried you widget still it dosent look like the demo and and Slider is controlled by posts only i would rather have it functioning with the slider option in built with the theme and link page to the URL of another
Hello,
we have sent you an e-mail.
Hey questions to you… http://www.partynightlondon.co.uk/
you see on the side on the left is the settings to change the colour can I remove that fromt he website, also How do I install or set up the portfolio section on the front page underneath Get on Guest List Widget also I installed a Plug in called Always pop and there plugin comes in the center when I put it on the website it appears at the bottom
http://www.partynightlondon.co.uk/friday-nights-at-anaya-club-swallow-street-mayfair/Can you try and help me sort this ou thank you
Hello,
to remove the color settings tool from the left side of your page please go to Appearance -> Widgets and remove the JaW Panel widget from the Panel position (by drag´n drop method).
If you want your portfolio to be displayed at the homepage instead of the posts, navigate to Settings -> Reading, tick the “Static page (select below)” option and choose the “Portfolio” item from the Front page dropdown list.
We are sorry, we don´t understand your last question about the Always pop plugin. Please clarify it. Thanks
Hello,
we have sent you an e-mail.
Hey questions to you… http://www.partynightlondon.co.uk/
you see on the side on the left is the settings to change the colour can I remove that fromt he website, also How do I install or set up the portfolio section on the front page underneath Get on Guest List Widget also I installed a Plug in called Always pop and there plugin comes in the center when I put it on the website it appears at the bottom
http://www.partynightlondon.co.uk/friday-nights-at-anaya-club-swallow-street-mayfair/Can you try and help me sort this ou thank you
Hello,
to remove the color settings tool from the left side of your page please go to Appearance -> Widgets and remove the JaW Panel widget from the Panel position (by drag´n drop method).
If you want your portfolio to be displayed at the homepage instead of the posts, navigate to Settings -> Reading, tick the “Static page (select below)” option and choose the “Portfolio” item from the Front page dropdown list.
We are sorry, we don´t understand your last question about the Always pop plugin. Please clarify it. Thanks
I am a newer user to Wordpress themes, but have purchased a few dozen themes before and was able to easily customize. I feel incredibly lost with no real user friendly methods on the Paula theme. Most themes I purchased before was really plug and play. This doesn’t seem to be the case. Do you have any video tutorials that might help? I’ve read the document that was attached already. Thanks so much.
Hello,
we recommend you to import our sample data (navigate to Paula Theme -> Sample Data). It should help you to learn how to set up the theme.
How can i setup the JAW Contact Form? I placed it in the footer, but it has no function when i clicked on the send button.
Hello,
please click on the Form widget dropdown bar placed in your footer position and fill in the email to which the messages from contact form will be sending. It should work correctly.
Hi, thx but i filled it out correctly. When i push the button to submit, the page is going to load again and nothing happens. Also there is no error display, when submitting the formular without any to fill in. Url: www.planet-streetwear.com
Hello, could you send us your email address please? Email as at jaw(a)jawtemplates.com please. We will send you php file with a fixed bug. Thanks
Hi, 1) how can i display the dark square around the latest posts test? 2) how to display the rss icon right position to latest news? (rss feed adress is filled in correctly) 3) how to display the squares/stripes right after latest comments title for example?`
Thank you
Hello,
all of these your issues ale related to the title styles. Please navigate to Appearance -> Widgets and click the Help with Widgets link. It helps you to solve it. You can use a different preset styles for your widgets.
Hey questions to you… http://www.partynightlondon.co.uk/
you see on the side on the left is the settings to change the colour can I remove that fromt he website, also How do I install or set up the portfolio section on the front page underneath Get on Guest List Widget also I installed a Plug in called Always pop and there plugin comes in the center when I put it on the website it appears at the bottom
http://www.partynightlondon.co.uk/friday-nights-at-anaya-club-swallow-street-mayfair/Can you try and help me sort this ou thank you
Hello,
to remove the color settings tool from the left side of your page please go to Appearance -> Widgets and remove the JaW Panel widget from the Panel position (by drag´n drop method).
If you want your portfolio to be displayed at the homepage instead of the posts, navigate to Settings -> Reading, tick the “Static page (select below)” option and choose the “Portfolio” item from the Front page dropdown list.
We are sorry, we don´t understand your last question about the Always pop plugin. Please clarify it. Thanks
hey if you check out this page – http://www.partynightlondon.co.uk/friday-nights-at-anaya-club-swallow-street-mayfair/
click on ‘Table Areas & Booth Bookings [Anaya]’ and I pop up comes up but comes halfway down the page, I dont understand how to fix it do u suggest another plugin for me to use
Hello,
we are sorry, we didn´t test this plugin or another similar in our theme.
i tired carrying out the portfolio option you have me but all i say was an eroor and question mark and refresh icon ? on my front page
Hi the reason I’m writing this because lately my slider is not working in firefox and a couple other browser… please help
Hello, please send us your link (you can email us at jaw(a)jawtemplates.com), thanks. Was your slider working correctly before?
Yes it was but now its not, worldpremieremediagroup.com/joomla16
or worldpremieremediagroup.com
Thanks. Please open /templates/paula/index.php file in your TXT editor and edit the line 24:
replace
$gantry->addScript(array('http://code.jquery.com/jquery-latest.js','templates/paula/js/paula.js','jquery.prettyPhoto.js'));with
$gantry->addScript(array('http://code.jquery.com/jquery-1.8.3.min.js','templates/paula/js/paula.js','jquery.prettyPhoto.js'));It should help.
Thank you, but the bottom slider having a problem showing images, and this problem is throughout the site with article pictures
Also now in explorer all video are not showing
Hello,
at first we would like to ask you for your verify code. We need your code in format such as for example: “32176693-8bf5-4699-aeb1-8e9504f5b869”. You can find it in your Envato profile in Download section link Licence Certificate. Thanks
We found that you was logged on Paula – Blog & Magazine Wordpress Theme when you sent us the questions, but you use the joomla version.
If you use the joomla 1.6, please upgrade to 2.5.
I use 2.5 and where do I find the code
Yes I use joomla 2.5 and I’m comfused where do I find this code I purchase this template about 7month ago on here! I don’t know or remember a envato profile?
I found it 77146566-fef4-4bb6-aa6a-a965c8cb1dc1
I got the video to work just need help with my images are coming up broken on the bottom slider and on articles
Hello,
could you send us your ftp access please (email us at jaw(a)jawtemplates.com)? There seems to be a problem with timthumb. We will look at what may have been wrong. Thanks
Hi Jawemplates, I have a couple of questions for you.
First of all great template
My first issue is when I click on the FB like button on a post, half of the FB box goes under the right side bar… you can check it here: http://www.rugbyunit.com/transfert-un-ailier-prolonge-au-stade-montois/20335/My second question is how can I add widgets under the FB comment box in a post? I would like to add widgets to display latest articles or most read articles etc…
Thank you for your time.
Hello,
thanks, we are pleased that you like our theme:)
1. you can carry out a quick fix by the following way. Open ”/html/templates/single/items1s.php” file in your TXT editor (in case you use more styles you have to edit “items1b.php” as well) and look for the following code:
<?php if ($gantry->get('post-facebook-enabled')) : ?> <div class="rt-facebook"> <div id="fb-root" /> <fb:like href="<?php the_permalink(); ?>" layout="button_count" action="like" show_faces="true" colorscheme="light"></fb:like> </div> <?php endif; ?>move it below the comments (between twitter):<?php if ($gantry->get('post-meta-comments')) : ?> <!-- Begin Comments --> <div class="rt-comment"> <span class="rt-comment-text"><?php comments_number(_r('0 Comments'), _r('1 Comment'), _r('% Comments')); ?></span> </div> <!-- End Comments --> <?php endif; ?>Here put the facebook item…<?php if ($gantry->get('post-twitter-enabled')) : ?> <div class="rt-twitter"> <a href="https://twitter.com/share" class="twitter-share-button" data-dnt="true" data-count="horizontal" data-text="" data-url="">Tweet</a> </div> <?php endif; ?>2. You have to do it using the gantry widgets and the override functionality. You can create your override and assign the widgets you need (e.g. “Gantry recent posts”) to this. We recommend not to use the standard wordpress widgets, but the gantry widgets only.
Please look at the documentation to learn how to use this functionality.
Thanks a lot for getting back to me. I fixed the FB thingy with your trick.
Regarding the override functionality, this will help me have a different sidebar but I don’t need that. I would like to get a widget underneath the post like on this link: http://www.rugbyrama.fr/rugby/top-14/2012-2013/grenoble-a-la-croisee-des-chemins_sto3624341/story.shtml Under the FB, twitter, G+, you have a widget showing similar articles ‘Top 14 – A lire aussi’ and I would like to have something similar on my posts.
I don’t think I can get that with the override, can I?
I am using the override function for a couple other pages and i was able to change the sidebar only…
Thank you for your time.
Hello,
we are sorry, the layout of the theme has been designed to offer you some collapsible widget positions which placement you can see at our demo site and in the documentation.
Hi Guys! LOVE this theme Is there any way you guys an impose a ‘sticky’ menu? Just about to buy this , but wanted to clarify if this was possible, as well as header.
Bless
Thank you x
Hello,
we are sorry, the theme doesn´t support a “sticky” menu.
Just bought the theme how does one do custom variations on the social media widget? Thank you!
Hello,
thanks for purchasing our theme. You can fill in the “custom variations” field in the JaW Social Icons widget with the name of the preset theme style (title1, title2). For more information, please visit “Help with Widgets” link in the top right corner of widgets settings screen (Appearance -> Widgets).
Sorry for the questions! I may have a bunch but they are simplistic for the most part, I think. Anyways, I was wondering how you got the Main Body on the home page to have your posts ? What is the code for that and can I choose specific topics? Thank you!!
Hello,
if you need to get just our posts, you can import our sample data (Paula Theme -> Sample Data) to obtain the settings and the basic data from demo. At first please don´t forget to back up your database! Pictures are not included (we have no rights to spread of them).