noratom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] update changed layout certain itemsperfect!!!!!
thnx
Forum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
Everything looks perfect, very very happy!
Forum: Plugins
In reply to: [WP Post Nav] how to change boxhi @jo4nny8,
thank you so much for your patience and al your help!!!!!
Forum: Plugins
In reply to: [WP Post Nav] how to change boxForum: Plugins
In reply to: [WP Post Nav] how to change boxForum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
thanks so much.
I am sorry to be frustrating you with my minimal knowledge of website building. I don’t use a custom post type plugin and am working with WP Ocean and Elementor.
I’ll talk to my host about setting up a staging site!
Regards
Forum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
thank you!
I will try to figure out how to put it in a test domain 🙂The code doesn’t return any errors now, but I still see Category instead of Categorie. Does this mean I should go live in order to see it?
Thanks again!!
Regards
Forum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
I also tried to change the word category in my functions php this way:
add_filter(‘wp-post-nav-heading’, ‘example_heading’);
function example_heading($heading) {
$heading = ‘Article’;/Categorie/
return $heading;
}But I got an error: syntax error, unexpected ‘/’
I tried:
add_filter(‘wp-post-nav-heading’, ‘example_heading’);
function example_heading($heading) {
$heading = ‘Article’;Categorie
return $heading;
}Error: syntax error, unexpected ‘return’ (T_RETURN)
And I tried:
function example_heading($heading) {
$heading = ‘Article’;Categorie
return $heading;
}Error: syntax error, unexpected ‘return’ (T_RETURN)
Then I tried:
add_filter(‘wp-post-nav-heading’, ‘example_heading’);function example_heading($heading) {
$heading = ‘Article’; Categorie
return $heading;
}But still the same error…..
Forum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
I tried, but I can’t find it.
Pasted in custom CSS:
.wp-post-nav #post-nav-previous-switched #post-nav-previous-button {
border-radius: 35px 0 0 35px;
}
.wp-post-nav #post-nav-previous-switched {
border-radius: 0 35px 35px 0;
}When I go to the front end and open inspector, I don’t see it. Only id=post-nav-previous-default.
I think this is too complicated for me, really don’t known what I am doing, sorry 🙁
Forum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
I copied them both in the custom CSS, but I don’t see an changes 🙁
Forum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
I tried to change the box size and border radius in custom css/js with:
.wp-post-nav #post-nav-previous-switched {
height: 40px;
border-radius: 35px 0 0 35px;
}but it didn’t work. Must be doing something wrong 🙁
Could you help me?Thanks!!
Forum: Plugins
In reply to: [WP Post Nav] how to change boxgreat!!!
Thanks, thanks!
Forum: Plugins
In reply to: [WP Post Nav] how to change boxhi @jo4nny8,
seems to work fine!
Now I am going to try to alter the Next / Previous Heading.Is there a way to change the word Category? I would like to change the language. Or is this a part of the update you are working on?
Well, many thanks, I am very happy!
Regards
Forum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
thank you so much!
Please don’t apologize. Onve I’m off work, I will implement it and wll let you know hoe it works.Thanks again.
Forum: Plugins
In reply to: [WP Post Nav] how to change boxHi @jo4nny8,
how’s the major update going?
Do you have an idea of when it’s probably going to be available? Can’t wait!Kind regards