Forum Replies Created

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

    (@samdz)

    Thanks ??

    Thread Starter samdz

    (@samdz)

    Hello,

    Finally, I deactivated using FTP and the site is now working.

    Thank you very much

    Sam

    Thread Starter samdz

    (@samdz)

    Hello Corrina,

    Thank you very much :))

    • This reply was modified 1 year, 1 month ago by samdz.
    Thread Starter samdz

    (@samdz)

    Yes, same result. It’s the first time for me to have both the dashboard and the frontend with broken CSS.

    How to debug?

    Thread Starter samdz

    (@samdz)

    Hello James,

    Thank you for you response,

    I changed the name of plugins folder to plugins.hold and changed the theme name but I have an error message

    The message is:

    une erreur critique est survenue sur votre site. Veuillez consulter la boite de réception de l’e-mail d’administration de votre site pour plus d’informations.

    En apprendre plus sur le débogage de WordPress.

    I do not know how to correct this issue..
    Sam

    Thread Starter samdz

    (@samdz)

    Hi Maeve,

    I tryed this solution before but. the hover or slide effect will not working if I add !important to css ‘#container’

    To remove this problem of extra text displayedcould you:
    Add a field from admin to add manually “- …px” for #container (I think it is different between themes)

    Or if possible to remove the inline element from html and add the value -309px into the css file of plugin, then we can correct it from source.

    I love your plugin, just this extra text displayed is really difficult to manage.

    Best regards
    Sam

    Thread Starter samdz

    (@samdz)

    Hello,

    I made installation via FTP
    I don’t understand if this problem is related to the host because I made a lot of things but I hadn’t a result:

    I deactivated plugins and themes
    I deleted .htaccess

    Nothing changed..
    How to know if the problem is from hosting or wordpress?

    Thread Starter samdz

    (@samdz)

    Hi,

    I am trying to build theme ..

    I don’t understand why the CPT is displayed but when I add fonction
    <?php theme_post_nav(); ?> the pagination is displayed with previous and next CPT but when I click on it, it don’t work, may be problem of loop? it display same page..the first page…

    this is code I used:

    <div id=”ouvrages-cpt”>

    <?php $loop = new WP_Query( array( ‘post_type’ => ‘ouvrages’, ‘posts_per_page’ => 3 ) ); ?>

    <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>

    <div class=”Publications”>

    • <div id=”detailpublication”>

      <h2><?php the_title(); ?></h2>

      <p><?php the_excerpt(); ?></p>

      </div>

      <div class=”thumbnail”>

      <?php the_post_thumbnail(‘thumbnail’); ?>
      </div>

    • </div>

      <?php endwhile; ?>

      <footer class=”footer”>

      <?php get_template_part( ‘nav’, ‘below-single’ ); ?>

      <?php theme_post_nav(); ?>

      </footer>

      I try to use wp pagenavi too but it display anything.. no pagination.

      I don’t understand why..

      Sam

    Thread Starter samdz

    (@samdz)

    Ok,

    Thank you for all those informations

    Best regards.

    Sam

    Thread Starter samdz

    (@samdz)

    Hi Alchymyth,

    I use blankslate from tidytheme.

    Yes I made somme change about content to display.. (meta,content…etc.)

    Is it possible to send link by e mail plz?

    When I use firebug I have that informations:

    <div id=”container”>
    <section id= “content” role=”main”>
    +<article id=”post505″ ….
    +<article id=”post513″ ….
    +<article id=”post501″ ….
    +<nav id=”nav-bellow” …..
    +<p>
    <div class=”entry-links”></div>
    </section>

    how to delete this part please?

    +<p>

    I tryed but no result for moment ..

    Sam

    Thread Starter samdz

    (@samdz)

    Hello,

    Thank you for response, and very good tutorials ??

    As beginer, for the moment I don’t understand well how to use enqueue.

    I had problem of jQuery at all my themes, so I changed pc (localhost)
    And I removed jquery verison of js menu, and now I have not problem of conflict… ??
    but I don’t know where was the problem so I am not sure to resolved problem 100% ..

    I don’t know if I can add/integrate javascript Menu (not plugin menu) to my theme..?
    Perhaps all my error is there?

    Sam

    Thread Starter samdz

    (@samdz)

    Hello,

    Thank you for response,

    Function.php include that function

    add_action( ‘wp_enqueue_script’, ‘load_script’ );
    function load_script() {
    wp_enqueue_script( ‘jquery’ );
    }

    I tryed to use

    (function($) {
    // Your jQuery code goes here. Use $ as normal.
    })(jQuery);

    but same result.

    I visited another solution from https://www.youtube.com/watch?v=1XTGcWANRaQ

    I used too:

    <script type=”text/javascript”>

    var jq-$.noConflict();

    jq(document).ready(function (){ //Usage
    jq(“.menu ul li”).verticalMenu({ Speed: 340, effectHide: “fade”, method: “click”
    });
    });
    </script>

    </head>

    but it generated error to my DW about the row ( var jq-$.noConflict(); )

    so..

    I would like to verify, if possible?

    I installed my js Menu to my header

    I added that code

    <link href=”mytheme/style.css” rel=”stylesheet” type=”text/css” />
    <script type=”text/javascript” src=”js/menu_min.js”></script>
    <script type=”text/javascript” src=”js/script.js”></script>
    <script type=”text/javascript” src=”js/jquery.hoverIntent.minified.js”></script>
    <script type=”text/javascript”>
    (function($) {
    $(document).ready(function (){ //Usage
    $(“.menu ul li”).verticalMenu({ Speed: 340, effectHide: “fade”, method: “click”
    });
    });

    })(jQuery);

    </script>

    <?php wp_head(); ?>
    </head>
    ———————————–

    I don’t know if it correct?

    I must add ?

    <script type=”text/javascript” src=”js/jQuery.js”></script>

    I added it but, nothing changed so I removed it to my head..

    Thread Starter samdz

    (@samdz)

    Same result ??

    It have something that I don’t understand..

    the two sidebars are at the right..

    Why my sidebar is not customized accordind to my style.css!!!

    so they dont float it left and right.

    and when I integrate using wordpress the name of sidebars are changed ..a lot of ID and classes..

    I change name of ids on my php files or css lol!!!

    Sam.

    Thread Starter samdz

    (@samdz)

    I think I will try with BlankSlate,

    Hope to realise good job.

    Thank you for support ??

    Sam

    Thread Starter samdz

    (@samdz)

    Thank you,

    I use, twenty twelve theme as pre built theme but I have my own pages layouts.

    I am searching one pre built theme to my client, I would like to use professionnal theme but open source.

    I am beginner so I don’t know, one personne told me that it exist blank or started theme for wordpress with any design but I don’t know where find it?

    Where can I buy it to have theme as what I am expecting..

    I have just little time before to do presentation at my client!! I am so late :(!!

    Sam

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