-
AuthorSearch Results
-
April 22nd, 2014 at 14:08 #24940
In reply to: Unable to remove Breadcrumb
Walt
Breadcrumbs and page titles are 2 different things.
Breadcrumbs show a hierarchical structure leading up to the page.
Ex: yoursite.com >> Music >> RecordsThe Page titles just show which page you are on.
Ex: RecordsAs for strictly getting rid of page titles, That’s hard coded into wordpress and not a template related issue.
https://www.google.com/search?q=get+rid+of+page+titles+in+wordpress&oq=get+rid+of+page+titles+in+wordpressApril 22nd, 2014 at 13:55 #24939In reply to: zoom in on a smart phone or tablet's
Walt
If you have a meta name=”viewport” tag, get rid of it.
April 21st, 2014 at 14:38 #24925In reply to: WP Admin Bar disappeared
Walt
Users > your profile > Check Show Toolbar when viewing site
April 20th, 2014 at 19:23 #24918David G
I would suggest creating a child-theme for your site. You will have 2 files in the directory – Style.css and functions.php. Then you can edit those to override the theme functions and styles. One benefit of a child theme is that when you update the main theme, you do not lose the customizations you have created. I suggest going to the WP site and search how to create a child-theme. It isn’t hard and there are plugins you can use also to achieve your goals. I use the plugin (Child Themify) but it doesn’t create the functions.php file although that is easy enough using a FTP program to add that.
I hope that helps.April 20th, 2014 at 09:02 #24905In reply to: Custom menu?
undra
I created two menus and added custom code to my header.php to open either menu based on if the user is logged in or not. But when i added the custom code, it changed the format of my navigation making the buttons smaller. I want to still use the format of the original theme settings, but can’t figure out how. Here is the section of code that i added to my header.php below:
<nav id=”access” role=”navigation”>
<?php
if( is_user_logged_in() ) {
$menu = ‘logged-in’;
} else {
$menu = ‘logged-out’;
}
wp_nav_menu( array( ‘menu’ => $menu, ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) );
?></nav><!– #access –>
I have tried all sorts of things with thew style.css file, but nothing seems to work. Can someone direct me in what i need to do to make this work
April 18th, 2014 at 12:34 #24875In reply to: Parabola & Woocommerce
Jorge A.
Hi, Jeannie,
I installed the original Parabola theme before installing the child theme, which inherited all the Parabola settings.
When it comes to updating the child theme, my server won’t let me uodate it from the WP admin panel, so I have to switch to the parent Parabola theme, delete the archives for the previous version of the child theme, install the new version of the child theme and activate it. It takes no more than two minutes, and the theme is worth it from my point of view.
April 17th, 2014 at 12:51 #24863Milena
Add a new page, call it homepage and set the defaults of the site – to static view, choosing that page. As for the Tempera marketing, i think you can quickly pay them.
April 16th, 2014 at 23:15 #24855In reply to: Home page with slider
Michael Karsh
Hi, I used meta slider. Works great. It also has an option to use the Tempera slider but I haven’t tried that.
April 16th, 2014 at 23:14 #24854In reply to: How to add more than 5 Social Media Icons?
David
We are begging for more social media icons for our site too. We want to add iTunes to our Linkedin, Facebook, pinterest, Twitter, Youtube links but we are out of entries.
Thank you.
April 16th, 2014 at 18:58 #24850In reply to: Parabola & Woocommerce
Jeannie
Jorge, did you install the regular Parabola theme first before using the child theme, or did you install the child theme initially? I am trying to figure out how to update an existing Parabola site to use WooCommerce and would be grateful to have the benefit of your experience. (If I install the child theme now, do I need to re-set everything or will it inherit all the settings from the parent theme?)
April 16th, 2014 at 14:32 #24848digamber pradhan
Hi guys i’m having a similar problem i’m using the wordpress multisite feature and when I added this new plugin there was this home/content/p3nexnas03/89/2066089/html/wp-includes/capabilities.php on line 1511 error and i can’t for the life of me figure out why the only changes i’ve made are custom changes using front end form to change use-nicknames and all
April 16th, 2014 at 00:03 #24837In reply to: Presentation page – select posts to be displayed
Mike
Hello, im looking for a easy way to do this, i tried several plugins without luck, next step is to edit the php code. Any tips would be greatly appreciated.
April 15th, 2014 at 21:20 #24836Silfer
Hi Aaron, I have a similar problem.
I have set my presentation page columns to be showing the latest posts, and I will like the title of these posts to be below the image.
I have tried reading the PHP code but am kind of lost.
How do I go about it? Thanks!
April 14th, 2014 at 16:28 #24822In reply to: Back to top button in mobile
Pixelologist
It doesn’t work for me, either. Using Parabola and viewing on an iPhone, the button is visible but activating it does nothing at all.
April 11th, 2014 at 02:49 #24803In reply to: Post and Page content being cut off
Ed Williams
I’m having the same problem. I’ve been testing different calendars to find the best one for my client’s needs. Every one I tried was cut off on the right, so I loaded another theme and they work perfectly…but I’ve got too much time invested in the Tempura theme to switch at this point.
April 10th, 2014 at 16:20 #24800In reply to: Post Images
Michelle
FYI, I received this response from Cryout Creations:
Michelle,
Hi.
“1. I know a post requires a feature image to show on the presentation page, but then it shows a tiny image in the full post. I need my images to be about 300 wide or tall (depending on orientation). ”
– The themes have options to control featured image size. But you’ll need to regenerate all images already uploaded and set on posts – there’s a plugin for this, I believe named “Images regenerate”.“2. When I additionally embed an image into the post (so it’s the right size in the full post), excerpts display two identical images. I can scrap excerpts on the Presentation Page, but a category search, for example, will still render a page of excerpts, which will look wonky.”
– This is not normal behaviour and we’d need to see a site to further investigate.-
This reply was modified 12 years ago by
Zed. Reason: removed email in text to avoid spam
April 10th, 2014 at 00:57 #24797In reply to: How to Set Welcome Page and Presentation Page
Mickie Sherwood
No reply yet?
More info on what I’ve done to solve my problem. But to no avail.
I created a menu called Main Menu. I added all of the pages I wanted to show in the Primary Navigation.
I checked the URL for my Welcome/Home page. The link showed http://www.mickiesherwood.com/blog. Then
I choose Links on the left side of the Edit Menus tab.
Then I typed in the URL above and filled in the Link text field with Welcome.
I clicked Add to Menu.
What happened was Welcome is then listed under the Menu Structure as Custom.
Then I clicked Save Menu.
I now have a Welcome tab and a Home tab on the Primary Navigation.
But when clicked, both pages show what’s on the presentation page.
Can anyone help me, please?
April 8th, 2014 at 20:54 #24782In reply to: Not responsive
tom
Hi,
Great theme. Thank you so much. However, I am having the same issue with a friends site. I am using an adroid tablet and S4 phone, and the mobile menu says “Menu” and it will not return to home.
Thank you very much in advance for your time and consideration.
Warm Regards,
TomApril 7th, 2014 at 12:47 #24770In reply to: Missing required field "updated"
Peter Ward
Hi Zierleisten,
I have used Tempra a couple of time’s, albeit for personal projects, from cryoutcreations and found it to be very good.
However, I had the exact same issue when using Static Webpages, this is how I fixed mine for Tempra, Parabola may be similar…
Find and edit content-page.php, it is in the themes/tempra/content/ folder.
At this point, I would suggest you take a backup of content-page.php before editing, and ideally you should be applying this on a child theme, rather than the parent as it may disappear after any theme updates.
Find a line that reads <?php the_content(); ?>
Either before or after this, its down to your preference, add the following…
printf( __( ‘<span class=”sep”>Posted on </span><time class=”entry-date updated” datetime=”%3$s” pubdate>%4$s</time><span class=”by-author”> <span class=”sep”> by </span> <span class=”author vcard”>%7$s</span></span>’, ‘tempra’ ),
esc_url( get_permalink() ),
esc_attr( get_the_time() ),
esc_attr( get_the_date( ‘c’ ) ),
esc_html( get_the_date() ),
esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
esc_attr( sprintf( __( ‘View all posts by %s’, ‘tempra’ ), get_the_author() ) ),
get_the_author()
);
?>You may need to change the reference ‘Tempra’ to ‘Parabola’, there are only two.
This will add the ‘updated’ and ‘author’ fields missing.
Test again with Webmaster Tools, all should be good now.
Hope this gets you going.
April 5th, 2014 at 00:23 #24756In reply to: Wp postraitings index.php
Andrey
I need this to work on the main page in news preview
April 3rd, 2014 at 21:02 #24745In reply to: Parabola & Woocommerce
Jim M
I seem to see an issue with the add to cart button. On my page:
http://phoenixfearcon.com/shop/
When I click “Add to cart” the checkmark which appears lies on top of the “View cart” button. Is that something which is fixable? If so, do I need to change the theme or the plugin, and what needs to be changed?
April 3rd, 2014 at 16:35 #24742In reply to: Problems in IE8 with Tempera
Ephraim
I believe I may have misspelled the domain name of our site.
The site we are having problems with is kedmitours.com.
People keep calling me about the above problems with IE8.
Please help us.
Thank you.
April 2nd, 2014 at 19:09 #24731In reply to: Parabola & Woocommerce
Jorge A
I’ve tried it and it works fine for me…
I have just one feature request: I have activated the breadcrumbs in the Parabola settings, and they work for the posts and pages, but not for the products. Can you make the breadcrumbs work also in the shop parte in future updates? That would make this theme simply perfect.
April 2nd, 2014 at 01:35 #24721In reply to: Titles of posts on blog page have disappeared!
Zhenya
So, I have a workaround that restored the headlines in most browsers: Go to Parabola Settings — Post Information Settings. HIDE Categories. Refresh screen, and the titles will reappear on the presentation pate. (At first I also hid tags, but I’ve restored them and all is still fine.) While I’d prefer to have the categories be visible, I’m good with this until developers fix whatever is causing the problem.
April 1st, 2014 at 12:54 #24717In reply to: How to put image befor title page
Raffa
I have tried to go in Tempera setting and than Graphics setting, set Breadcrumbs to disable but it doesnt work. Also set title page to hide.
Any help will be apreciate
hasta pronto:)April 1st, 2014 at 00:10 #24712In reply to: Comment Form – Required Fields
Mickie Sherwood
My problem is the same as described above.
The post comments section has no labels. Required fields * instructions show above the blank field. But the Name, Email, and Message labels are missing.
Any help would be appreciated.
March 30th, 2014 at 19:38 #24700In reply to: How to remove youtube/wordpress/RSS logo
Mulli
I have posted an answer in the wp forum.
See https://wordpress.org/support/topic/remove-powered-by-tempera-wordpress?replies=11March 30th, 2014 at 18:59 #24699In reply to: Remove posts from main page
Sylvie
Thank you very much for your answer Jim. It did help. 🙂
I can’t believe it was so easy and I didn’t see that before…March 30th, 2014 at 06:24 #24693In reply to: How to change Home Page 6 Thumbnails Image
Peter Knecht
Hey Jim,
I try that and even though the settings are for 3 columns in a row they are still only putting them in a singly column… I have tried switching it in and out so…. Any help is much appreciated….
Thanks,
PeterMarch 30th, 2014 at 04:50 #24692In reply to: How to change Home Page 6 Thumbnails Image
Mickie Sherwood
Hi Jim,
Thanks for replying so quickly, and clearly. My Presentation page is enabled http://www.mickiesherwood.com/blog.New problem. I have a Welcome page that is now in limbo–somewhere. I remember reading about extra steps being necessary if the Presentation page is enabled and there is a Home page. What do I need to do to get my welcome page back and keep the Presentation Page?
Thanks again for your help.
-
This reply was modified 12 years ago by
-
AuthorSearch Results