Profiles

  • Member Since: August 3rd, 2021
  • Location: Lucknow India
  • Website: myportolio3210880.wordpress.com
  • GitHub: anushka06dec
  • Job Title: Web developer
  • Employer: SLICEmyPAGE
  • Find me on:

Bio

Experience web developer in WordPress, Shopify craft cms, and front end

Interests

coding, gaming, reading books

Contributions

Yogesh Yadav contributes 40 hours per week to the Themes team.

  • Posted a reply to Headings disappearing on mobile screen, on the site WordPress.org Forums:
    Add this CSS in your CSS @media(max-width:525px){ .title-heading-center.fusion-responsive-typography-calculated { display: block; } } Thanks

  • Posted a reply to header mobile menu help, on the site WordPress.org Forums:
    @rshay could you share your site URL here, so we can check

  • Posted a reply to Import Error, on the site WordPress.org Forums:
    thank @threadi for your advice

  • Posted a reply to Headings disappearing on mobile screen, on the site WordPress.org Forums:
    add this CSS .title-heading-center.fusion-responsive-typography-calculated { display: block; }

  • Created a topic, Import Error, on the site WordPress.org Forums:
    Fatal error: Declaration of WP_SimplePie_Blog_Item::ge…

  • Posted a reply to hamburger popup menu, on the site WordPress.org Forums:
    hello @njpada add this .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container { transform: translateY(0) translateX(100%); } in the place…

  • Posted a reply to Full singel post, on the site WordPress.org Forums:
    2nd way echo both content and expect in separate div and call post id in…

  • Posted a reply to Full singel post, on the site WordPress.org Forums:
    Yes, you can do something like this <?php $loop = new WP_Query(array ('post_type' => 'carousel',…

  • Posted a reply to Search only shows 404 page, on the site WordPress.org Forums:
    Hi there, In your search form you need the action attribute of the form element…

  • Posted a reply to Having issues with my navigation bar on mobile, on the site WordPress.org Forums:
    okay, just paste this code in your footer or inside your script jQuery(document).ready(function() { jQuery('#bootstrapicons-css').attr('href',…

  • Posted a reply to Having issues with my navigation bar on mobile, on the site WordPress.org Forums:
    yes

  • Posted a reply to Having issues with my navigation bar on mobile, on the site WordPress.org Forums:
    you have to add this code in your style.css, alternately you can use its CDN…

  • Posted a reply to Image Galleries not showing, on the site WordPress.org Forums:
    Hi there, Uncaught ReferenceError: jQuery is not defined at foogallery.js?ver=2.2.7:1716:2 this is the reason, why…

  • Posted a reply to Having issues with my navigation bar on mobile, on the site WordPress.org Forums:
    after adding this it looks like this https://www.awesomescreenshot.com/image/26536755?key=d347366455f63d1d828797495f407332

  • Posted a reply to Having issues with my navigation bar on mobile, on the site WordPress.org Forums:
    You can import this like this-: @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"); let me know if anything else I…

  • Posted a reply to Having issues with my navigation bar on mobile, on the site WordPress.org Forums:
    yes, fix above issue this will fix your mobile menu issue

  • Posted a reply to Having issues with my navigation bar on mobile, on the site WordPress.org Forums:
    this file is missing <link rel='stylesheet' id='bootstrapicons-css' href='https://secureservercdn.net/198.71.190.156/ygm.ab7.myftpupload.com/wp-content/themes/themeassets/vendor/bootstrap-icons/bootstrap-icons.css?ver=1&time=1651378952' type='text/css' media='all' />

  • Posted a reply to Having issues with my navigation bar on mobile, on the site WordPress.org Forums:
    Fix this error bootstrap-icons.css:1 Failed to load resource: the server responded with a status of…

  • Posted a reply to Question Mark on the navigation menu, on the site WordPress.org Forums:
    Appearance->Customize->Additional CSS

  • Posted a reply to Question Mark on the navigation menu, on the site WordPress.org Forums:
    Hi there, that is no question mark, that is a dropdown icon, not showing because…

  • Posted a reply to How do I change the name of my account?, on the site WordPress.org Forums:
    Hi there, follow this article This will help you Thanks

  • Posted a reply to Header Footer, on the site WordPress.org Forums:
    Hi there, I can see your header & footer are showing see the attachment, let…

  • Posted a reply to Restore accidentally deleted menu, on the site WordPress.org Forums:
    Hi there, sorry to daily reply Following this tread, will be helpful for you

  • Posted a reply to Individual link color in posts/sites or blocks, on the site WordPress.org Forums:
    Hi @fitnsexy, You can achieve this by post id, this is one way let me…

  • Posted a reply to How to edit a CSS element on a single page?, on the site WordPress.org Forums:
    Hi There, add this css, .home .site-main { margin-top: 100px; } this will help you…

  • Posted a reply to Restore accidentally deleted menu, on the site WordPress.org Forums:
    Hi There, If you did it through the WP backend, you need to restore the…

  • Posted a reply to How to change font size of page header in Sinatra theme?, on the site WordPress.org Forums:
    Hey There, try like this .entry-title { font-size:20px !important; } this will work Thanks

  • Posted a reply to Can I reduce space between a link in a paragraph and a link from a Media file?, on the site WordPress.org Forums:
    To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

  • Posted a reply to WordPress themes and elements disappearing., on the site WordPress.org Forums:
    Hi there, Before making any changes, you should create a child theme, you can do…

  • Posted a reply to Sticky Header on Desktop Only, on the site WordPress.org Forums:
    Okay @cvanliew19 try something like bellow #header { position: fixed; background: #000; color: #fff; padding:…

  • Posted a reply to How do I increase the gap at the top of every blog post?, on the site WordPress.org Forums:
    Hi there add this CSS in your style.css file .heateor_sss_sharing_ul { padding-bottom: 25px; }

  • Posted a reply to Does not log out automatically after closing browser, on the site WordPress.org Forums:
    Hi @okresearcher Unfortunately, it’s not possible and this requires customization on your end or use…

  • Posted a reply to Can I reduce space between a link in a paragraph and a link from a Media file?, on the site WordPress.org Forums:
    You can do this reducing padding-top:30px to padding-top:10px; here .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper…

  • Posted a reply to Installing WordPress themes, on the site WordPress.org Forums:
    Hi there, follow the bellow attachment, and let me know if anything else I can…

  • Posted a reply to Menu not loading on MOBILE device, on the site WordPress.org Forums:
    Hi There, Add bellow code this in your js file jQuery('.ast-menu-svg').click(function () { jQuery('.ast-mobile-header-content').css('display') ==…

  • Posted a reply to Line spacing in wordpress, on the site WordPress.org Forums:
    Hi there, .site-footer p:last-child { line-height: 20px; } Add this CSS in your CSS file

  • Posted a reply to Gutenberg: how to select page template, on the site WordPress.org Forums:
    See the attachment

  • Posted a reply to How do I change “:hover” effects in 5.9 (FSE/Global styles), on the site WordPress.org Forums:
    Hi There, You can achieve your goal by doing something like this #site-content a:hover {…

  • Posted a reply to Database Error, on the site WordPress.org Forums:
    2nd way to fix your issue Check whether your database login credentials are correct (most…

  • Posted a reply to Database Error, on the site WordPress.org Forums:
    Hi There, Follow these articles, this may help you

  • Posted a reply to Admin Not loading CSS, on the site WordPress.org Forums:
    Hi there, try this define('FORCE_SSL_LOGIN', false); define('FORCE_SSL_ADMIN', false); define( 'CONCATENATE_SCRIPTS', false ); define( 'SCRIPT_DEBUG', true…

  • Posted a reply to Mobile Menu Colors, on the site WordPress.org Forums:
    Share your site url

  • Posted a reply to Cut words on Responsive, on the site WordPress.org Forums:
    Hi there, I investigate your problem, but I can't find out, everything looks good, so…

  • Posted a reply to Cant change txt colour on button, on the site WordPress.org Forums:
    Add this CSS in your css .elementor-element-3c20670 .elementor-widget-container h4, .elementor-element-3c20670 .elementor-widget-container p { color: #FFF;…

  • Posted a reply to How to exit from full screen photo view?, on the site WordPress.org Forums:
    Please share the site URL

  • Posted a reply to “Your website has a technical problem”, on the site WordPress.org Forums:
    Hi There First, if you don't have FTP, you should use wp-file-manager And after that,…

  • Posted a reply to Cant change txt colour on button, on the site WordPress.org Forums:
    Hi There, your site not rendering

  • Posted a reply to URL Name change not working, on the site WordPress.org Forums:
    And here is the alternate way to fix your problem In case you are on…

  • Posted a reply to URL Name change not working, on the site WordPress.org Forums:
    Hi There, I faced the same issue, I remained .htaccess like .htaccess-old and generate a…