Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Add post in categorized-news-widget #3210
    rosty.jeedom
    Participant

    Hello,
    Too bad, though thank you and good day.
    cordially

    in reply to: Add post in categorized-news-widget #3108
    rosty.jeedom
    Participant

    Hello and thank you for your answer.

    I understand the operation but I would just fill the empty space by posts.
    This would show more item to the left instead of having an empty space when we chose to have more than three posts right.

    I’m sure it must be easily réaliseable but unfortunately for me I do not have the skills for this little modification.

    Thank you in advance.

    in reply to: How to add "Clickable Image Featured-Content" #1698
    rosty.jeedom
    Participant

    1) ok, damage
    2) OK, damage
    3) I tried but without success, it does not matter because in the medium that suits me
    4) it’s ok, thank you
    5) there was a bug that prevented to display widgets you can now watch only the font color is white, still no white in the bottom widget

    thank you very much for your time

    in reply to: How to add "Clickable Image Featured-Content" #1678
    rosty.jeedom
    Participant

    1) I believe that you do not understand, I want ONLY the widget on the home page.
    Look on page 2 (http://rostylesbonstuyaux.fr/page/2/) the widget is still there, how to remove them?

    2) I would like it to have it just the “previous articles” button on the home page.

    3) it is ok for “small” to “medium” but the image is huge (in media correctly set yet)

    4) image is better, how to align it right? http://img11.hostingpics.net/pics/530439search.jpg

    5) it does not work, what are the color of the font that is changing with this code (see website)

    thank you again for your time.

    in reply to: How to add "Clickable Image Featured-Content" #1672
    rosty.jeedom
    Participant

    Thank you for your quick response, I’ll try to be clearer.

    1) I would like the widgets that are added in “front page widget area” is only visible on the homepage, this is not the case.

    2) When I chose to post articles on the home page, I have the “previous articles” button that appears, I want this button to be present but without any items on the home page (only widgets), articles will then be visible in page 2.3 etc …

    3) I have done a child theme but I can not find how to reduce the thumbnails ….

    4) I forgot the screenshot, but here’s the URL of the site:

    http://rostylesbonstuyaux.fr/

    I can not align with the right search bar.

    Another question, how to add the white background for the widget footer?

    Thank you in advance.

    in reply to: How to add "Clickable Image Featured-Content" #1655
    rosty.jeedom
    Participant

    thank you very much, it works 🙂

    I have other questions:

    1) How to display widget “front page widget area” only on the home page?

    2) How to display the button “previous article on the home page” without there was an article on the home page?

    3) How to reduce the size of thumbnails articles “Archive list”?

    4) How algner has drite looking bare add in the menu?

    Added code to bring up the search bar :

    function add_search_box($items, $args) {
    		
    	if( $args->theme_location == 'primary' ) {
    	
    		ob_start();
            get_search_form();
            $searchform = ob_get_contents();
            ob_end_clean();
     
            $items .= '<li id="searchform">' . $searchform . '</li>';
           	
    	}  return $items;	
       
    }
    add_filter('wp_nav_menu_items','add_search_box', 10, 2);

    And style.css (does not work with this theme)

    #searchform {
        float: right;
        margin-right: 5px;
    }
    

    thank you in advance

Viewing 6 posts - 1 through 6 (of 6 total)