Forum Replies Created

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

    (@manuelfnavas)

    Ok! thank you for your quickly answer ??

    Thread Starter manuelfnavas

    (@manuelfnavas)

    My site url is https://blog.manuelfnavas.es

    Problem is with all post shared vía publicize.

    You can see my Facebook page in blog site (I m writing from iphone : P)

    Thanks in advance

    Thread Starter manuelfnavas

    (@manuelfnavas)

    You are right! I disabled the plugin and still don’t work. Surely is jetpack issue ??

    Thanks for your support ??

    Thread Starter manuelfnavas

    (@manuelfnavas)

    Thanks for your quickly answer!

    Really I’m not sure if this issue have something to do with this plugin, but I can’t imagine other reason for the issue.
    I post here my htaccess plugin config:
    BEGIN All In One WP Security
    #AIOWPS_BLOCK_WP_FILE_ACCESS_START
    <Files license.txt>
    order allow,deny
    deny from all
    </files>
    <Files wp-config-sample.php>
    order allow,deny
    deny from all
    </Files>
    <Files readme.html>
    order allow,deny
    deny from all
    </Files>
    #AIOWPS_BLOCK_WP_FILE_ACCESS_END
    #AIOWPS_BASIC_HTACCESS_RULES_START
    <Files .htaccess>
    order allow,deny
    deny from all
    </Files>
    ServerSignature Off
    LimitRequestBody 10240000
    <Files wp-config.php>
    order allow,deny
    deny from all
    </Files>
    #AIOWPS_BASIC_HTACCESS_RULES_END
    #AIOWPS_DISABLE_INDEX_VIEWS_START
    Options -Indexes
    #AIOWPS_DISABLE_INDEX_VIEWS_END
    #AIOWPS_DISABLE_TRACE_TRACK_START
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
    RewriteRule .* – [F]
    #AIOWPS_DISABLE_TRACE_TRACK_END
    #AIOWPS_FORBID_PROXY_COMMENTS_START
    RewriteCond %{REQUEST_METHOD} =POST
    RewriteCond %{HTTP:VIA}%{HTTP:FORWARDED}%{HTTP:USERAGENT_VIA}%{HTTP:X_FORWARDED_FOR}%{HTTP:PROXY_CONNECTION} !^$ [OR]
    RewriteCond %{HTTP:XPROXY_CONNECTION}%{HTTP:HTTP_PC_REMOTE_ADDR}%{HTTP:HTTP_CLIENT_IP} !^$
    RewriteCond %{REQUEST_URI} !^/(wp-login.php|wp-admin/|wp-content/plugins/|wp-includes/).* [NC]
    RewriteRule .* – [F,NS,L]
    #AIOWPS_FORBID_PROXY_COMMENTS_END
    #AIOWPS_DENY_BAD_QUERY_STRINGS_START
    RewriteCond %{QUERY_STRING} tag= [NC,OR]
    RewriteCond %{QUERY_STRING} ftp: [NC,OR]
    RewriteCond %{QUERY_STRING} http: [NC,OR]
    RewriteCond %{QUERY_STRING} https: [NC,OR]
    RewriteCond %{QUERY_STRING} mosConfig [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*(globals|encode|localhost|loopback).* [NC,OR]
    RewriteCond %{QUERY_STRING} (\;|’|\”|%22).*(request|insert|union|declare|drop) [NC]
    RewriteRule ^(.*)$ – [F,L]
    #AIOWPS_DENY_BAD_QUERY_STRINGS_END
    #AIOWPS_FIVE_G_BLACKLIST_START
    # 5G BLACKLIST/FIREWALL (2013)
    # @ https://perishablepress.com/5g-blacklist-2013/

    # 5G:[QUERY STRINGS]
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} (\”|%22).*(<|>|%3) [NC,OR]
    RewriteCond %{QUERY_STRING} (javascript:).*(\;) [NC,OR]
    RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3) [NC,OR]
    RewriteCond %{QUERY_STRING} (\\|\.\./|`|=’$|=%27$) [NC,OR]
    RewriteCond %{QUERY_STRING} (\;|’|\”|%22).*(union|select|insert|drop|update|md5|benchmark|or|and|if) [NC,OR]
    RewriteCond %{QUERY_STRING} (base64_encode|localhost|mosconfig) [NC,OR]
    RewriteCond %{QUERY_STRING} (boot\.ini|echo.*kae|etc/passwd) [NC,OR]
    RewriteCond %{QUERY_STRING} (GLOBALS|REQUEST)(=|\[|%) [NC]
    RewriteRule .* – [F]
    </IfModule>

    # 5G:[USER AGENTS]
    <IfModule mod_setenvif.c>
    # SetEnvIfNoCase User-Agent ^$ keep_out
    SetEnvIfNoCase User-Agent (binlar|casper|cmsworldmap|comodo|diavol|dotbot|feedfinder|flicky|ia_archiver|jakarta|kmccrew|nutch|planetwork|purebot|pycurl|skygrid|sucker|turnit|vikspider|zmeu) keep_out
    <limit GET POST PUT>
    Order Allow,Deny
    Allow from all
    Deny from env=keep_out
    </limit>
    </IfModule>

    # 5G:[REQUEST STRINGS]
    <IfModule mod_alias.c>
    RedirectMatch 403 (https?|ftp|php)\://
    RedirectMatch 403 /(https?|ima|ucp)/
    RedirectMatch 403 /(Permanent|Better)$
    RedirectMatch 403 (\=\\\’|\=\\%27|/\\\’/?|\)\.css\()$
    RedirectMatch 403 (\,|\)\+|/\,/|\{0\}|\(/\(|\.\.\.|\+\+\+|\||\\\”\\\”)
    RedirectMatch 403 \.(cgi|asp|aspx|cfg|dll|exe|jsp|mdb|sql|ini|rar)$
    RedirectMatch 403 /(contac|fpw|install|pingserver|register)\.php$
    RedirectMatch 403 (base64|crossdomain|localhost|wwwroot|e107\_)
    RedirectMatch 403 (eval\(|\_vti\_|\(null\)|echo.*kae|config\.xml)
    RedirectMatch 403 \.well\-known/host\-meta
    RedirectMatch 403 /function\.array\-rand
    RedirectMatch 403 \)\;\$\(this\)\.html\(
    RedirectMatch 403 proc/self/environ
    RedirectMatch 403 msnbot\.htm\)\.\_
    RedirectMatch 403 /ref\.outcontrol
    RedirectMatch 403 com\_cropimage
    RedirectMatch 403 indonesia\.htm
    RedirectMatch 403 \{\$itemURL\}
    RedirectMatch 403 function\(\)
    RedirectMatch 403 labels\.rdf
    RedirectMatch 403 /playing.php
    RedirectMatch 403 muieblackcat
    </IfModule>

    # 5G:[REQUEST METHOD]
    <ifModule mod_rewrite.c>
    RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
    RewriteRule .* – [F]
    </IfModule>
    #AIOWPS_FIVE_G_BLACKLIST_END
    # END All In One WP Security

    Thanks in advance

    Thread Starter manuelfnavas

    (@manuelfnavas)

    Thanks!

    Thread Starter manuelfnavas

    (@manuelfnavas)

    For anybody lookin answers. Resolve it! I used this code:

    <?php require("blog/wp-blog-header.php"); $pc = new WP_Query('orderby=comment_count&posts_per_page=5')?>
    						<?php while ($pc->have_posts()) : $pc->the_post(); ?>
    							<ul class="list-unstyled">
    							<li><?php if ( '' != get_the_post_thumbnail() ) { ?>
    								<div class="post-link"><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
    								<?php the_post_thumbnail( array(80,80), array ("itemprop" => "image","class" => "img-responsive", "style"=> "float:left;margin:4px;") ); ?><?php the_title(); ?> <?php the_excerpt(); ?></a>
    								</div>
    								<?php }else{ ?>
    								<div class="post-link"><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
    								<?php echo '<i class="fa fa-file-o fa-4x" style="float:left;margin:4px;"></i> ';?><?php the_title(); ?> <?php the_excerpt(); ?></a>
    								</div>
    								<?php } ?>
    
    							</li>
    							</ul>
    						<?php endwhile;?>

    Be careful not refresh inmediatly… you have to wait

    Thread Starter manuelfnavas

    (@manuelfnavas)

    Solved! The problema was Jetpack Infinite scroll I desactivated in Settings—> Reading but it isn’t enought. You have to go to Jetpack infinitely scrooll—> Click in “learn More” and now click in “Desactivate”.

    Everything works now! ??

    Thread Starter manuelfnavas

    (@manuelfnavas)

    If somebody is interested I “semi-resolved” the issue I use this sentence in content.php
    <header class="entry-header"><?php echo '<div class="entry-format">'.get_post_format_string(get_post_format(get_the_ID())).'</div>'; ?>

    Everything works ok, but standard post-type doesn’t show in single post. ?Anyone could help me?

    Thanks in advance

    Thread Starter manuelfnavas

    (@manuelfnavas)

    Ok ??

    Thank you very much for your help ??

    Thread Starter manuelfnavas

    (@manuelfnavas)

    Great!
    Now site title and description appear inside the novo slider ?? But so closer to the corner of the image. I guess I have to modify top and z-index values, haven’t I?

    Another cuestion, the new position of sit title and description would be the same, for example for an ipad or iphone?

    Thread Starter manuelfnavas

    (@manuelfnavas)

    Do it! In my test server.

    Now Nivo slider is upper than site title and description (up at all in the front page)

    Thread Starter manuelfnavas

    (@manuelfnavas)

    Sorry! I mean nivo slider go up at all in front page, but site title and description appear down the nivoslider not over/inside it

    PD: sorry for my english

    Thread Starter manuelfnavas

    (@manuelfnavas)

    I tried your suggestion in my test server and slider appear up at all and site tittle and description just down, not over

    I paste here header_insert.php code:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <?php //Start Custom header code (slider) ?>
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/slider.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/slider/themes/default/default.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/slider/themes/light/light.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/slider/themes/dark/dark.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/slider/themes/bar/bar.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/slider/nivo-slider.css" type="text/css" media="screen" />
        <div id="wrapper">
            <div class="slider-wrapper theme-bar">
                <div id="slider" class="nivoSlider">
                    <img src="<?php bloginfo('template_directory'); ?>/slider/images/header1.jpg" data-thumb="<?php bloginfo('template_directory'); ?>/slider/images/header1.jpg" alt="" />
                    <img src="<?php bloginfo('template_directory'); ?>/slider/images/header2.jpg" data-thumb="<?php bloginfo('template_directory'); ?>/slider/images/header2.jpg" alt="" />
                    <img src="<?php bloginfo('template_directory'); ?>/slider/images/header3.jpg" data-thumb="<?php bloginfo('template_directory'); ?>/slider/images/header3.jpg" alt="" />
                    <img src="<?php bloginfo('template_directory'); ?>/slider/images/header4.jpg" data-thumb="<?php bloginfo('template_directory'); ?>/slider/images/header4.jpg" alt="" />
                </div>
            </div>
        </div>
        <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/slider/scripts/jquery-1.7.1.min.js"></script>
        <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/slider/jquery.nivo.slider.js"></script>
        <script type="text/javascript">
        $(window).load(function() {
            $('#slider').nivoSlider();
        });
        </script>
    
    <?php //End Custom header Code (slider) ?>
    Thread Starter manuelfnavas

    (@manuelfnavas)

    I’have this line in my header.php
    if you see tutorial for nivo slider, you get the slider postion where you put <?php include(“header_insert.php”); ?> into header.php template.

    I can put slider easy upper if I put <?php include(“header_insert.php”); ?> upper in header.php, but doesn’t work too. Site title and description appear under Nivos slider :S

    Thread Starter manuelfnavas

    (@manuelfnavas)

    Oh my god! so fast your answer! ??

    Yes I have it activate in appareance, you can check site here https://blog.manuelfnavas.es

    Thanks for your quickly answer ??

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