rafiseo
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippet DM] I don’t see any DM Code Snippet Button in Tiny MCEPlease see the screenshots
I am using elementor with Oceanwp theme
Forum: Themes and Templates
In reply to: [OceanWP] Change Sidebar WidthHi, I want to change one of the 2 sidebar width.
https://snag.gy/vSwIpi.jpgHere you can see two sidebars. I want to make right one wider than now. But I wanna keep left one as it is.
Thanks…
Forum: Fixing WordPress
In reply to: Is there any wp plugin which will let me to add keyboard shortcutsHi, This is definitely not what I am looking for. In fact I am looking for a plugin or trick which will allow me to add keys in my article like this…
https://meta.stackexchange.com/questions/215133/can-we-use-kbd-according-to-its-definition-in-html5
You can see they are talking about <kbd> used by stackexchange. I just want to refer shift, ctrl, alt etc. keys in my article with these kind of beautiful icons.
Thanks for your answer. I guess this was my mistake. I couldn’t write well explaining what I am looking for.
Forum: Fixing WordPress
In reply to: Remove Author, Time, Date, Comment Count From PostsThanks Steve. But I figured it out myself. ??
- This reply was modified 6 years, 8 months ago by rafiseo.
Forum: Fixing WordPress
In reply to: I want to remove title rather hiding itHi @ephaemera. Thanks for your suggestion. Yes it works like breeze! I really appreciate. I have a confusion. If I leave this section…
<header class=”entry-header”>
</header>Then will not google webmaster tool raise a flag saying found inactive blocks? From my personal experience I have noticed google webmaster tool actually gives some good recommendation. Lets say whenever it finds an useless chunk of code inside a page it raises error clearing which everytime I got good climbs in google rank. So should I remove this block too? Or sky will fall on my head?
Again thanks for your valuable info.
Forum: Fixing WordPress
In reply to: Put Navigation Before HeaderOkay I figured it out myself. ??
- This reply was modified 6 years, 8 months ago by rafiseo.
Forum: Fixing WordPress
In reply to: Put Navigation Before Header@sterndata I appreciate your time. They will not answer.
Forum: Fixing WordPress
In reply to: Put Navigation Before HeaderHi @sterndata . I highly appreciate your helps. Can you please tell me which portion are you referring?
<?php /** * Theme Header Section for our theme. * * Displays all of the <head> section and everything up till <div id="main" class="clearfix"> <div class="inner-wrap"> * * @package ThemeGrill * @subpackage ColorMag * @since ColorMag 1.0 */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"/> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/> <?php /** * This hook is important for wordpress plugins and other many things */ wp_head(); ?> </head> <body <?php body_class(); ?>> <?php do_action( 'colormag_before' ); ?> <div id="page" class="hfeed site"> <?php do_action( 'colormag_before_header' ); ?> <?php // Add the main total header area display type dynamic class $main_total_header_option_layout_class = get_theme_mod( 'colormag_main_total_header_area_display_type', 'type_one' ); $class_name = ''; if ( $main_total_header_option_layout_class == 'type_two' ) { $class_name = 'colormag-header-clean'; } else if ( $main_total_header_option_layout_class == 'type_three' ) { $class_name = 'colormag-header-classic'; } ?> <header id="masthead" class="site-header clearfix <?php echo esc_attr( $class_name ); ?>"> <div id="header-text-nav-container" class="clearfix"> <?php colormag_top_header_bar_display(); // Display the top header bar ?> <?php if ( get_theme_mod( 'colormag_header_image_position', 'position_two' ) == 'position_one' ) { colormag_render_header_image(); } ?> <?php colormag_middle_header_bar_display(); // Display the middle header bar ?> <?php if ( get_theme_mod( 'colormag_header_image_position', 'position_two' ) == 'position_two' ) { colormag_render_header_image(); } ?> <?php colormag_below_header_bar_display(); // Display the below header bar ?> </div><!-- #header-text-nav-container --> <?php if ( get_theme_mod( 'colormag_header_image_position', 'position_two' ) == 'position_three' ) { colormag_render_header_image(); } ?> </header> <?php do_action( 'colormag_after_header' ); ?> <?php do_action( 'colormag_before_main' ); ?> <div id="main" class="clearfix"> <div class="inner-wrap clearfix">
Forum: Fixing WordPress
In reply to: Looking for a Responsive and Highly Customisable but Free theme@rossmitchell Actually I am looking for a theme which will be similar to this website.. wpbeginner.com.
Forum: Fixing WordPress
In reply to: Looking for a Responsive and Highly Customisable but Free themeThanks for the reply. Can you recommend me some themes?
Forum: Fixing WordPress
In reply to: My Website is Hacked!!!Im not a programmer at all. I just know very basic wordpress. So if someone helps me by providing a specific and easy to follow solution then it will be a great help. By the way Steve I really appreciate you for the link. Thanks man… ??
Forum: Fixing WordPress
In reply to: How To Complete Delete Main Navigation Bar From Posts?Hey Mark well your code works! In fact it was a browser issue. My browser just did not reloaded css with each reload command. Thanks man!! ??
[unnecessary personal insult removed]
Forum: Fixing WordPress
In reply to: How To Complete Delete Main Navigation Bar From Posts?@mark, thanks man for your time. But unfortunately none of these code worked!!
Forum: Fixing WordPress
In reply to: How To Complete Delete Main Navigation Bar From Posts?@andrew for some unknown reason my first post with URL didn’t shown to me thats why I added the the reply saying link not showing. I know its a forum but your reply looked kinda harsh to me. I guess this is because I am a Python guy and I noticed some php guy just hate python guys as we know superior language than them. lol
Forum: Fixing WordPress
In reply to: How To Complete Delete Main Navigation Bar From Posts?I am mainly a Python programmer (and Kivy is my library) so I have very little grasp on php. However here is my website (in fact my friend’s site) https://www.nasalpolypsremovaltreatment.com