OsamaNuman
Forum Replies Created
-
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Thumbnail size editThis was it!! awesome!!
I did copy the includes/media.php from github to my website plugin same file and it worked …will this be remove with any update or so? shall I do it again after updating the plugin?
Thanks A LOT !
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Thumbnail size editit is set out (the size I want) but it seems like the code takes the thumbnail (150×150) then stretches it to fit the new size … that is why it looks stretched like that
** at the end of the url of the image shown on the list, there is an addition 150×150 …. the (Natural: 150 x 150 pixcels)!
Hope you can help with this issue …
Forum: Fixing WordPress
In reply to: media library capacity – visitors imagesThanks, that’s clear (Y)
Forum: Plugins
In reply to: [Polylang] Any Possible way to use Polylang with BuddyPress??Sorry if being late, but I am actually busy with something else ….. Thanks a lot for the very useful information and I will check on that soon and tell you about what happens … Thanks again
Forum: Plugins
In reply to: [WordPress Popular Posts] Sorry no dataany updates about this issue ??
Forum: Plugins
In reply to: [Polylang] Any Possible way to use Polylang with BuddyPress??I have followed these steps, but the problem starts with the (profile) page of BuddyPress plugin, that regardless all the menus are changed from the english language to the translated one, the profile section on the menu remains the same (in english)and if pressed, the menu returns to english again.
my website is : https://trueensan.com/en/
*you have to create an account for the profile page to appearThanks for your efforts and informative answers
Forum: Plugins
In reply to: [Polylang] Any Possible way to use Polylang with BuddyPress??The plugin you provided is very good actually for translating contents, but does it work with (Polylang) language switcher? because page content when switched from a language to another using Polylang switcher, no result was shown!(noting that I saw a YouTube tutorial and followed the steps)
is there any other language switcher for page content that works with (CodeStyling Localization Plugin)?Thanks and Regards
Forum: Plugins
In reply to: [WP Tab Widget] Restrict to Specific Category(ies)?I have just downloaded the plugin and would REALLY like to have this feature … it needs this final touch to be AMAZING !! please provide this feature in the upcoming update ASAP @mythemeshop
Regards …Forum: Plugins
In reply to: [Like Button Rating ? LikeBtn] removing pop upOk THX
Forum: Fixing WordPress
In reply to: google custom search codeit was resolved, and this is the full search.php code
<?php $mts_options = get_option('point'); ?> <?php get_header(); ?> <div id="page" class="home-page"> <div class="content"> <div class="article"> <h1 class="postsby"> <span><?php _e("Search Results for:", "mythemeshop"); ?></span> <?php the_search_query(); ?> </h1> <?php $j=0; $i =0; if (have_posts()) : while (have_posts()) : the_post(); ?> <script> (function() { var cx = '000306723311332550300:tfoukb5efrq'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search></gcse:search> </div> </article> <?php endwhile; else: ?> <div class="no-results"> <h5><?php _e('No Results found. We apologize for any inconvenience, please hit back on your browser or use the search form below.', 'mythemeshop'); ?></h5> <?php get_search_form(); ?> </div><!--noResults--> <?php endif; ?> <!--Start Pagination--> <?php if ( isset($mts_options['mts_pagenavigation']) && $mts_options['mts_pagenavigation'] == '1' ) { ?> <?php $additional_loop = 0; global $additional_loop; mts_pagination($additional_loop['max_num_pages']); ?> <?php } else { ?> <div class="pagination"> <ul> <li class="nav-previous"><?php next_posts_link( __( '← '.'Older posts', 'mythemeshop' ) ); ?> <li class="nav-next"><?php previous_posts_link( __( 'Newer posts'.' →', 'mythemeshop' ) ); ?> </ul> </div> <?php } wp_reset_query(); ?> <!--End Pagination--> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Where to add google custom search code in my search.phpit was resolved, and this is the full search.php code
<?php $mts_options = get_option('point'); ?> <?php get_header(); ?> <div id="page" class="home-page"> <div class="content"> <div class="article"> <h1 class="postsby"> <span><?php _e("Search Results for:", "mythemeshop"); ?></span> <?php the_search_query(); ?> </h1> <?php $j=0; $i =0; if (have_posts()) : while (have_posts()) : the_post(); ?> <script> (function() { var cx = '000306723311332550300:tfoukb5efrq'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search></gcse:search> </div> </article> <?php endwhile; else: ?> <div class="no-results"> <h5><?php _e('No Results found. We apologize for any inconvenience, please hit back on your browser or use the search form below.', 'mythemeshop'); ?></h5> <?php get_search_form(); ?> </div><!--noResults--> <?php endif; ?> <!--Start Pagination--> <?php if ( isset($mts_options['mts_pagenavigation']) && $mts_options['mts_pagenavigation'] == '1' ) { ?> <?php $additional_loop = 0; global $additional_loop; mts_pagination($additional_loop['max_num_pages']); ?> <?php } else { ?> <div class="pagination"> <ul> <li class="nav-previous"><?php next_posts_link( __( '← '.'Older posts', 'mythemeshop' ) ); ?> <li class="nav-next"><?php previous_posts_link( __( 'Newer posts'.' →', 'mythemeshop' ) ); ?> </ul> </div> <?php } wp_reset_query(); ?> <!--End Pagination--> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Will the new version of WordPress affect my Child Theme ??thanks for your reply !!
I am trying to back up my website and I found a plugin for that, but the thing is that I know how to back it up but if I need to restore the back up !? I don’t really know how ??
thanks !!
Forum: Fixing WordPress
In reply to: visual composer new update issue !!thx for the tip !! appreciate it !!
thanks a lot for your response and info !!
Regards !!!!!!
Forum: Fixing WordPress
In reply to: window minimized issueI am using point theme from (mythemeshop) .. https://demo.mythemeshop.com/point
it supports the minimized screen look but its not working nicely on my site, is there a way to hide somethings that I don’t want to show when the screen is minimized … I saw it on some sites that when the screen is minimized the sidebar is hidden ! how this can be done ?