Profiles

  • Member Since: November 19th, 2019
  • Find me on:
  • Posted a reply to Error establishing a database connection, XAMPP, on the site WordPress.org Forums:
    Thank you guys. I am very grateful. @Dion, that's what this was about.

  • Posted a reply to Error establishing a database connection, XAMPP, on the site WordPress.org Forums:
    Thanks guys! @Arno I don't use a password, there is definitely ''. I don't know…

  • Created a topic, Error establishing a database connection, XAMPP, on the site WordPress.org Forums:
    I installed WordPress on XAMPP. I get an error: "Error…

  • Created a topic, hide scroll during loading, on the site WordPress.org Forums:
    Hi, I would like to hide body scroll, when loading scr…

  • Posted a reply to Two style.css file versions, on the site WordPress.org Forums:
    Thanks for the answers. Here you go: add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { $parent_style…

  • Created a topic, Two style.css file versions, on the site WordPress.org Forums:
    Look at the screenshot: http://srv19859.microhost.com.…

  • Posted a reply to element with a higher z-index doesn’t cover its siblings with a lower z-index, on the site WordPress.org Forums:
    OK, thx.

  • Created a topic, element with a higher z-index doesn’t cover its siblings with a lower z-index, on the site WordPress.org Forums:
    Example: https://www.freuciv.com/2019/12/13/beweis-fue…

  • Posted a reply to Problem with a dropdown. The same code PHP generates a different CSS in two case, on the site WordPress.org Forums:
    Thanks. Solved. The "g1-dropable" class was missing.

  • Posted a reply to isset, variable with ‘=’, on the site WordPress.org Forums:
    Thanks!

  • Posted a reply to isset, variable with ‘=’, on the site WordPress.org Forums:
    It works well: if ( strpos($_SERVER['REQUEST_URI'], 'gdgb') ) That's enough for now, but if anyone…

  • Created a topic, isset, variable with ‘=’, on the site WordPress.org Forums:
    I have this URL: www.mypage.com/?fwp_hidden_tags=gdgb …

  • Created a topic, Problem with a dropdown. The same code PHP generates a different CSS in two case, on the site WordPress.org Forums:
    Example: https://www.freuciv.com/test/ There is a dar…

  • Posted a reply to modifications aren’t included in a child theme, on the site WordPress.org Forums:
    They don't care about it. All I hear all the time is that it's not…

  • Posted a reply to modifications aren’t included in a child theme, on the site WordPress.org Forums:
    I wrote so: if ( ! function_exists( 'bimber_capture_entry_featured_media' ) ) : function bimber_capture_entry_featured_media_my_modifications( $args )…

  • Posted a reply to modifications aren’t included in a child theme, on the site WordPress.org Forums:
    Thank you very much for your answer. I called that function: <?php function checkFunction(){ if(…

  • Posted a reply to modifications aren’t included in a child theme, on the site WordPress.org Forums:
    I can't override the function because there's a redeclaration error.

  • Posted a reply to modifications aren’t included in a child theme, on the site WordPress.org Forums:
    My functions.php is already in child theme folder and child theme is active.

  • Posted a reply to isset, display excluded posts with a tag, on the site WordPress.org Forums:
    Thanks, I'll check it and let you know.

  • Posted a reply to isset, display excluded posts with a tag, on the site WordPress.org Forums:
    Hi, thanks for your answer. Look at this. These three posts with tag "gdgb" you…

  • Posted a reply to modifications aren’t included in a child theme, on the site WordPress.org Forums:
    Alternatively, how can you override a function from includes/theme.php in functions.php?

  • Created a topic, modifications aren’t included in a child theme, on the site WordPress.org Forums:
    Hi, Modifications in the theme.php file, which is loc…

  • Posted a reply to isset, display excluded posts with a tag, on the site WordPress.org Forums:
    Solved. It's need write "null" nstead of "404".

  • Created a topic, isset, display excluded posts with a tag, on the site WordPress.org Forums:
    I have this function: function exclude_tagged_posts( $…

  • Posted a reply to get_the_term_list – how to exlude a term?, on the site WordPress.org Forums:
    Solved. It's need to add a condition: if ( $term->slug != "whatever" ) $terms =…

  • Posted a reply to get_the_term_list – how to exlude a term?, on the site WordPress.org Forums:
    Thank you for your answer. I have this function: $terms = get_the_terms(get_the_ID(), 'hierarchical_tags'); if (!is_wp_error($terms)…

  • Posted a reply to get_the_term_list – how to exlude a term?, on the site WordPress.org Forums:
    OK, I'll check it out and let you know.

  • Created a topic, get_the_term_list – how to exlude a term?, on the site WordPress.org Forums:
    Hi, I've called up the terms I'm interested in using …

  • Posted a reply to how to get information about a post taxonomy?, on the site WordPress.org Forums:
    I've just started learning PHP and get a little lost. Could you help me? Calling…

  • Posted a reply to redirection to the old address, on the site WordPress.org Forums:
    OK, it's already working, so I understand it's just need to wait.

  • Created a topic, redirection to the old address, on the site WordPress.org Forums:
    Hi, I've entered a new redirection address, but I've b…

  • Posted a reply to where is the PHP code that generates an element?, on the site WordPress.org Forums:
    Thank you very much for your answer. Look at the screenshot. If I understand correctly,…

  • Created a topic, where is the PHP code that generates an element?, on the site WordPress.org Forums:
    When I'm interested in CSS/HTML/JS of some element on …

  • Posted a reply to how to replace the selected post URL with another?, on the site WordPress.org Forums:
    Thank you very much! You've helped me a lot. This solution is very good.

  • Created a topic, how to replace the selected post URL with another?, on the site WordPress.org Forums:
    I would like to swap the URL of the post on the home p…

  • Posted a reply to home page or home/page/number/, conditional, on the site WordPress.org Forums:
    Thanks a lot for your answer. I use https://bimber.bringthepixel.com/ I'll contact support soon.

  • Created a topic, home page or home/page/number/, conditional, on the site WordPress.org Forums:
    Hi, I would like my function to start not only on the…

  • Posted a reply to how to get information about a post taxonomy?, on the site WordPress.org Forums:
    Thanks a lot. I'll check it out and let you know.

  • Posted a reply to sorting a <ul> list, on the site WordPress.org Forums:
    They already work :) Thx!

  • Posted a reply to PHP/JS in post title, on the site WordPress.org Forums:
    Thanks for your answer. I'll check it out and let you know :)

  • Posted a reply to sorting a <ul> list, on the site WordPress.org Forums:
    Hi, your links don't work :(

  • Created a topic, how to get information about a post taxonomy?, on the site WordPress.org Forums:
    Hi, how to get information about a post taxonomy? Are…

  • Created a topic, PHP/JS in post title, on the site WordPress.org Forums:
    Look at this page: https://bimber.bringthepixel.com/ma…

  • Posted a reply to how to combine TOC+ with post pagination?, on the site WordPress.org Forums:
    Thanks a lot for this information.

  • Posted a reply to Automatic YT thumbnails with play button, on the site WordPress.org Forums:
    Hi George, Thanks for the answer. I have many types of posts on my blog…

  • Created a topic, Automatic YT thumbnails with play button, on the site WordPress.org Forums:
    Hi everyone, I'd like to quickly create posts compose…

  • Posted a reply to icons on the post thumbnails, on the site WordPress.org Forums:
    This is interesting too: https://www.wpbeginner.com/plugins/how-to-add-thumbnails-for-youtube-videos-in-wordpress/

  • Posted a reply to how to combine TOC+ with post pagination?, on the site WordPress.org Forums:
    Please take a look: https://wordpress.org/support/topic/request-support-for-pagination/

  • Posted a reply to icons on the post thumbnails, on the site WordPress.org Forums:
    It's very interesting. I answer ASAP, but first I must tell you, that your link…

  • Created a topic, how to combine TOC+ with post pagination?, on the site WordPress.org Forums:
    Hi, how to combine TOC+ with post pagination? I would …