Junaid Raza
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: images followed by CSS textseems that the code is not valid as per current wordpress requirements and security updates that’s why its not echoing the email you entered please install “Theme Check” and post the errors here i might be able to assist you with that
Forum: Fixing WordPress
In reply to: images followed by CSS textPlease install the following plugin “Theme Check” and check your theme for text domain errors and others and post the error here that you get
Forum: Fixing WordPress
In reply to: Can not access mysite.com/wp-adminClear your cookies & caches and try accessing the page again since your page is loading successfully without any problem
Forum: Fixing WordPress
In reply to: Problem adding a top bar/menufunctions.php can be found in root directory of your theme folder
Forum: Fixing WordPress
In reply to: uninstalling propeller adsYou are most welcome!
Forum: Fixing WordPress
In reply to: uninstalling propeller adsremove anything in between these two lines
<!– [BEGIN] Metadata added via ‘All Meta Tags’ plugin by Arthur Gareginyan. –>
<!– [END] Metadata added via ‘All Meta Tags’ plugin by Arthur Gareginyan. –>
Forum: Fixing WordPress
In reply to: uninstalling propeller adslook into your header.php after meta tags somewhere
Forum: Fixing WordPress
In reply to: Problem adding a top bar/menulet me know if you need more assistance with that?
Forum: Fixing WordPress
In reply to: Problem adding a top bar/menuhere is the code that you would want to add in header.php
<?php wp_nav_menu( array( ‘theme_location’ => ‘topbar-menu’ ) ); ?>if you wish to add styling
<? wp_nav_menu( array( ‘theme_location’ => ‘topbar-menu’, ‘container_class’ => ‘your_styling_class’ ) ); ?>add this code in functions.php
function register_my_menus() { register_nav_menus( array( 'header-menu' => __( 'Topbar Menu' ) ); } add_action( 'init', 'register_my_menus' );Forum: Fixing WordPress
In reply to: Problem adding a top bar/menuI can clearly see the Main Menu on your website… though are you talking about another Top-bar menu? if yes you have to add bit of code in header.php and functions.php
Forum: Plugins
In reply to: [Theme Check] text-domain error with arguments 'theme'Thank You sir issue has been resolved!!! Stay Blessed!
Forum: Plugins
In reply to: [Theme Check] text-domain error with arguments 'theme'<span class="widget-detail__info"><?php echo _n( 'Purchase', 'Purchases', edd_get_download_sales_stats( get_the_ID() ), 'mythemename' ); ?></span><span class="widget-detail__info"><?php echo _n( 'Comment', 'Comments', get_comments_number(), 'mythemename' ); ?></a></span><span class="widget-detail__info"><?php echo _n( edd_get_label_singular(), edd_get_label_plural(), $vendor->downloads_count(), 'mythemename' ); ?></span><span class="widget-detail__info"><?php echo _n( 'Love', 'Loves', count( $loves ), 'mythemename' ); ?></span>i used _n in those above lines please let me know about the required changes thanks
Forum: Plugins
In reply to: [Theme Check] text-domain error with arguments 'theme'Thanks for your fast response please let me send you the source file and i humbly request you to look into it and help me fix the problem will be very thankful!
Forum: Plugins
In reply to: [Theme Check] text-domain error with arguments 'theme'Hi,
i can send you the source file so that you could look into that what’s going on ? and what i need to change ?
Forum: Fixing WordPress
In reply to: wordpress load images without using https