• Resolved guy.chaimy

    (@guychaimy)


    Hey,

    I’m trying to get the latest post from another site. I would like to implement it in a webpage. I use the shortcodes option. I would like to use the image-box template with some changes.

    When I go to template editor, I don’t have the all the css files for all the possible templates. I only have “style”, “colorbox”, “frontend” & “newsticker”.
    Another funny thing is that it says that all 4 are not in use. It stays the same no matter what template I pick in the “shortcodes settings”.

    Thanks.

    Guy

    https://ww.wp.xz.cn/plugins/wp-rss-multi-importer/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Allen

    (@amweiss98)

    are you using the templates.css file in the templates folder?

    Thread Starter guy.chaimy

    (@guychaimy)

    None of the 5 css files I have works.
    The only thing that affect the style of the list is the setting in “widget for shortcodes” sidebar in the Style->Widget option.
    Furthermore when I use the “shortcodes parameters” (i.e. [do_widget “rssmulti importer hdsize=”16px”] option it doesn’t change anything.

    When I use Chrome inspect element to check the html code and styling I see that the some of the style elements are in the code (i.e. <div class=”imagefix” style=”float: left;”>

    Thanks,

    Guy

    Plugin Author Allen

    (@amweiss98)

    can you give me and an example of where this is happening…that is style elements you noted. Here is a movie that shows the template.css file

    http://www.screencast.com/t/AtphGG5HK

    now, the first thing is know if you are using:

    1. The feed to post option
    2. The shortcode
    3. The widget (which is different from the shortcode).

    Thread Starter guy.chaimy

    (@guychaimy)

    This is my website: http://www.cig-re.com/new/
    In the bottom you can see rss multi importer.
    I use plugin called “amr shortcode any widget”.
    I add the line “[do_widget “RSS Multi-Importer” ]” to my page.

    I hope it’s what you need.

    Thanks,

    Guy

    Plugin Author Allen

    (@amweiss98)

    first of all, since you are using the widget, the parameters in don’t work in the do_widget code.

    If you want to increase the headline size, I would go into templates.css and add this:

    .news > a{
    font-size:18px; //or whatever size you want
    }

    then save the templates.css file by going to template options tab.

    Thread Starter guy.chaimy

    (@guychaimy)

    Thanks. Since I would like to make many more changes, how else can I use the plug-in in a page to enjoy all the templates & parameters ?

    Thread Starter guy.chaimy

    (@guychaimy)

    I would like to use the boxes-image template (not just to change the heading size).

    Plugin Author Allen

    (@amweiss98)

    If you use the shortcode you can use the parameters and the template.css file already had most of the css that you can change

    Thread Starter guy.chaimy

    (@guychaimy)

    Thank you !!

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

The topic ‘Editing template css’ is closed to new replies.