Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • P

    (@paulsanduleac)

    For me it started working after I refreshed my permalinks.

    P

    (@paulsanduleac)

    Same issue here, any fix?

    P

    (@paulsanduleac)

    On Yoast SEO 1.2.8.7, WP 3.4.2 same for content in russian. But only for auto-generated excerpts, if I write it manually it works ok.

    Thread Starter P

    (@paulsanduleac)

    Figured it out: the “get_posts” works only with the main loop, it’s not supposed to use for multiple loops. Will try the “WP_query”.

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    Here is the code that I use for all of them, each one separately, only the category name changes: http://pastebin.com/Bfs9YNaH

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    Could this be because of the large number of queries on the page?

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    When I try clicking, the content does not change at all, only the page refreshes. Try again and you will see.
    Each box is a separate query, so that I have about 7 queries on the page.

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    It does not for me. I have 3 columns of content on my page, each column divided in 3 boxes. Every box from every column shows a predefined category. Now, I have put the tag dropdown in the header and it does not work. When I change the tag in the list it does nothing…

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    I finished with one problem and now I have another one. Will the tag dropdown work if the content is first filtered by category?

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    Yeps!! I think everything works fine now. The problem was that I had a clean text line between 2 PHP sequences.
    Thanks.

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    Still can’t figure it out. Can we talk somewhere in private? (Like PM which does not exist here…)

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    I have all the plugins disabled, on a clean wp install with just a couple posts.

    I get the error page after I press login on wp-login.php, did you try that?

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    Here is what I have in my functions.php:
    http://wordpress.pastebin.com/DYbse2T5

    And my header.php:
    http://wordpress.pastebin.com/zVyHTMUV

    I’ve also tried copying this part:

    <div class="date-issue">
            September, 2009 <span class="issue">Edition #10</span>
    <select name="tag-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;">
            <option value="#">Select Edition</option>
            <?php dropdown_tag_cloud('number=0&order=asc'); ?>
    </select>
    </div>

    at the beginning of index.php but unfortunately the errors remain.
    Thank you for your help.

    Forum: Fixing WordPress
    In reply to: Tag Dropdown
    Thread Starter P

    (@paulsanduleac)

    How exactly do I change the taxonomy? You see, I’m using the tag dropdown list in the header of the template. I implemented the tutorial from WPHacks, and here are the errors I get after I press login on wp-login.php:

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-login.php on line 302
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-login.php on line 314
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-includes/pluggable.php on line 665
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-includes/pluggable.php on line 666
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-includes/pluggable.php on line 667
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-includes/pluggable.php on line 868

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