• Resolved lefteyekeks

    (@lefteyekeks)


    Hello Guys,

    i read already all of the Support-Topics and i was not successful.

    I am looking for editing the cicles in the folowing way:

    1. I would like to have the cicles in squares. Like Windows 8 Tilesview (grid)

    2. Where can i edit the cicles layout. For example to make them less transparent.

    Thank you in anticipation!

    greetings
    lefteye

Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Did you set up a Child Theme or install a Custom CSS plugin?

    Thread Starter lefteyekeks

    (@lefteyekeks)

    Nope, have the standard theme without add ons.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter lefteyekeks

    (@lefteyekeks)

    Installed the CSS-Manager and a Child-Theme.

    Will the tutorial for the CSS-Manager help me or can you tell me what i have to change for the different circles?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The tutorial for CSS Manager may help you use the plugin, but won’t resolve your opening problems.

    The Spun theme does not allow you to make the appearance changes 1 & 2 in your opening post through the dashboard, just because the functionality for that has not been developed.

    Rather than develop that functionality it may be easier to write your own CSS styles that change the appearance of things like the circles so that they’re squares.

    The “Custom CSS Manager” plugin allocates a special place in the dashboard for these CSS modifications and is loaded in a webpage after the original theme’s stylesheet is loaded, giving the plugin more precedence over the original styles.

    So, in the Custom CSS Manager part of the dashboard enter this code:

    /* TURN CIRCLES TO SQUARES */
    .hentry.no-thumbnail,
    .blog .hentry a .attachment-post-thumbnail,
    .archive .hentry a .attachment-post-thumbnail,
    .search .hentry a .attachment-post-thumbnail {
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
    }

    Does that help?

    Thread Starter lefteyekeks

    (@lefteyekeks)

    Curious, after i installed the Child Theme and CSS Manager, the circles were changed automatically to square (Using Chrome).
    So cant’t try ur code out.
    But now i have to fix this bug. Think it is not a good idea to let this cicles in squares coused by bug.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is your website offline or can you link it here so that we can explore why this happened?

    Thread Starter lefteyekeks

    (@lefteyekeks)

    There is nothing, just 10 examples but here it is:http: //lefteyekeks.bplaced.com/UMG/wordpress/

    Thread Starter lefteyekeks

    (@lefteyekeks)

    Oh damn, I’m so sorry, I did something.

    I tried to find where to change the cicles and i commented everything out what includes “radius”, but it doesnt work as i apply the changes in css.
    I forgot to withdraw the changes. Sorry for wasting your time.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Edit Circles to Squares’ is closed to new replies.