• Resolved khani26

    (@khani26)


    Hi Team,

    I am trying to create a Image Stores( Jokes, SMS, Quotes, Shayari , Poem, Comics) . So people browse and download .

    Its like search engine .

    But I wana add some ads between those images (output) also how can i customize size,color,look and feel of search engine box in both alternative and default layout.

    Thanks
    -IK

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi @khani26,

    The appearance of the store’s pages are defined through the CSS files:

    “/wp-content/plugins/cp-image-store/css/public.css” for the default layout

    and the “/wp-content/plugins/cp-image-store/layouts/01/style.css” file, for the alternative layout.

    The styles applied to each section in the store’s pages are grouped with a comment, for example: /** FILTERING BOX **/ for the search box and filtering.

    Best regards.

    Thread Starter khani26

    (@khani26)

    I want modify filtering box appearnace.
    1.Need to add an image in it.
    2.Appear in center of page like 50% width of page (just like google serch engine appearnace)
    3.Add some Text into it . like xyz Image store.

    Please help in CSS code or relative options.

    Thanks
    -IK

    Plugin Author codepeople

    (@codepeople)

    Hi @khani26,

    To display the filtering options centered and with a 50% width of page, you should enter the following styles definition into the CSS file:

    .cpis-image-store-left {
        max-width: 50% !important;
        width: 50% !important;
        float: none !important;
        margin: 0 auto 20px auto !important;
    }
    
    .cpis-image-store-right{
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }

    but to include new content into the frame, with the options for filtering, would be needed customize the plugin’s code.

    If you are interested in a custom coding service, please, contact us through our private support page:

    https://wordpress.dwbooster.com/support

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize and and add in b/w images output’ is closed to new replies.