Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter OsamaNuman

    (@osamanuman)

    This 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 !

    Thread Starter OsamaNuman

    (@osamanuman)

    it 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 …

    Thread Starter OsamaNuman

    (@osamanuman)

    Thanks, that’s clear (Y)

    Thread Starter OsamaNuman

    (@osamanuman)

    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

    any updates about this issue ??

    Thread Starter OsamaNuman

    (@osamanuman)

    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 appear

    Thanks for your efforts and informative answers

    Thread Starter OsamaNuman

    (@osamanuman)

    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

    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 …

    Thread Starter OsamaNuman

    (@osamanuman)

    Ok THX

    Thread Starter OsamaNuman

    (@osamanuman)

    it 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(); ?>
    Thread Starter OsamaNuman

    (@osamanuman)

    it 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(); ?>
    Thread Starter OsamaNuman

    (@osamanuman)

    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 !!

    Thread Starter OsamaNuman

    (@osamanuman)

    thx for the tip !! appreciate it !!

    Thread Starter OsamaNuman

    (@osamanuman)

    thanks a lot for your response and info !!

    Regards !!!!!!

    Thread Starter OsamaNuman

    (@osamanuman)

    I 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 ?

Viewing 15 replies - 1 through 15 (of 26 total)