Tomi76
MemberForum Replies Created
-
Thank you very much Prasanna!
In firefox it’s okey!
Thanks, I did what you wrote, but nothing changed.
(I turned off my plugins, and cleared my cahce.)
http://web.t-online.hu/aczeltamas01/kepek_4.html
Other idea?
Hello Everybody!
Here is the solution.
In the loop-page.php (Original):
<?php /* Post title */ ?>
<h1 class="post-title entry-title">
<?php if ( get_the_title() == '' ) { _e( '(No title)', 'graphene'
); } else { the_title(); } ?>
<?php do_action( 'graphene_page_title' ); ?>Modifyed (Good):
<?php /* Post title */ ?>
<h1 class="post-title entry-title">
<?php if ( get_the_category() == '' ) { _e( '(No title)',
'graphene' ); } else { the_title(); } ?>
<?php do_action( 'graphene_page_category' ); ?>Hello Prasanna,
Please help me a little bit more!
I would like to solve my problem.
I’m sure that there is an another php code which solve this problem, but I’m not a programmer.
Thanks in advance!
I cleared all of the browser cahce, and switch off all of the plugins.
But the problem is same.
I use only this plugins: sidebar login, wpsc-simple-shipping, and wp e-Commerce.
Just to clarify what I want:
The products/product subcategory page not display the subcategory name, but display the first product name of the subcategory.
I would like to display the subcategory name on the subcategory page.
Many thanks for your help!
I have succesfully created a graphene child theme.
I inserted that you wrote to me to the child theme’s function.php, see the picture:
http://web.t-online.hu/aczeltamas01/Graphene_Theme.html
But the problem still exists.
Any idea?
I Can’t find child theme functions php.
I have these php-s:(A long list of php files is removed by the moderator.)
I looked at what you recommended, but I don’t know exactly what should I do.
Where to insert it?
/**
* Disable the theme's title modification feature
*/
function my_remove_filter(){
remove_filter( 'wp_title', 'graphene_title' );
}
add_action( 'init', 'my_remove_filter' );http://web.t-online.hu/aczeltamas01/Graphene_Theme.html
Please tell me exactly what I need to modify.
Thanks in advance!
Ok. I’m sorry for the problem.
Prasanna Thank you! It’s okay now.
But I have one more problem.
I use the WP e-Commerce shopping cart plugin.
For example in the Products menü (“Termékek” in hungarian)/ Mineral jewelry (“Ãsvány ékszerek”) / Bracelets (“KarkötÅ‘k”) as the name of the page displays the first name of the product. It’s quiet disturbing.
See this link:
http://web.t-online.hu/aczeltamas01/Graphene_Theme.html
Earlier version of the Graphene Theme that was not in it.
Can I it’s somehow remove?
