deputy05
Forum Replies Created
-
Additional info: appears to only be a problem with my phone’s configuration: iPhone XR, ios14.8, safari browser
Feel free to remove this topic
Forum: Themes and Templates
In reply to: [Customizr] back ground colourAlso, check out this snippet.
Forum: Themes and Templates
In reply to: [Customizr] Change Circles on front page to squaresCheck out this snippet.
Forum: Themes and Templates
In reply to: [Customizr] eliminate right margin – did I break flexbox?Maybe I am completely off-base…just a thought…did you rule out any plugin conflicts?
Forum: Themes and Templates
In reply to: [Customizr] spacing widgets in sidebarThis is what I see in your sidebar on your cockapoo site:
#image-2 #image-3 #image-4 #mc4wp_widget-2
This is easily accomplished by adjusting the margins, to increase the distance try something like:
#image-3 { margin-top: 20px; }
If you wanted to close the distance just use 0 or a negative margin if necessary, like:
#mc4wp_widget-2 { margin-top: -20px; }
These are just examples…would highly recommend taking a look at this snippet…other browsers have similar tools.
Forum: Themes and Templates
In reply to: [Customizr] White Box Background & Different BrowsersFor the “white boxes” you could try these in your child theme’s stylesheet or custom css:
If you want to change the color of the white boxes:
.marketing .round-div { border-color: red; }
If you want a border around the white boxes:
.marketing .thumb-wrapper { border: 2px solid red; }
Naturally, choose whatever color you want.
A caching issue? Maybe you need to force a page refresh.
That’s odd…it works for me…you were asking for the “tag” buttons, correct?
Forum: Themes and Templates
In reply to: [Customizr] Navbar settingsOne problem is you have grouped your selectors and you removed the padding on 2 different elements…also
.row-fluid
is likely too generic and will affect other elements…did you try my original suggestion (the 2nd option) to see if that is close to what you are looking for? Can’t really help with additional navbar adjustments until we get rid of the horizontal scrolling.Forum: Themes and Templates
In reply to: [Customizr] Navbar settingsNot exactly sure what you are asking…are you referring to your DG Demo Site 6 where you have to scroll horizontally?
If so, you have added padding to the left and right of the tc-header…so to fix, edit the applicable css entry or add another:
.tc-header { padding: 0; }
If not, could you explain more and include a site link?
The wonderful thing about CSS is you can try anything…if it doesn’t work, just remove it…or try it with Firebug or other similar tools without altering any files…
Taking the code you linked and applying it to Customizr’s selectors, I have come up with this:
.entry-meta .btn-tag:hover:before { border-right: 8px solid #9b8c00; } .entry-meta .btn-tag:before { border-bottom: 10px solid transparent; border-right: 8px solid #891428; border-top: 10px solid transparent; content: ""; height: 0; left: -8px; position: absolute; top: 0; width: 0; } .entry-meta .btn-tag:hover:after { background-color: #fff; } .entry-meta .btn-tag:after { background-color: #fff; border-radius: 50%; content: ""; height: 4px; left: -2px; position: absolute; top: 8px; width: 4px; } .entry-meta .btn-tag:hover { background-color: #9b8c00; color: #fff; } .entry-meta .btn-tag { border: none; background-image: none; background-color: #891428; border-radius: 0 2px 2px 0; color: #fff; display: inline-block; font-size: 11px; font-weight: 700; line-height: 1.27273; margin: 2px 4px 2px 10px; padding: 3px 7px; position: relative; text-transform: uppercase; }
Now I do not profess to be an expert…it may take further CSS tweaking…and I have not checked for every possible anomaly…just a real quick test…it should at least get you headed in the right direction.
Forum: Themes and Templates
In reply to: [Customizr] Featured pages on home remove featured text or titleThose should work…they work for me…did you refresh the page after making the changes?
Forum: Themes and Templates
In reply to: [Customizr] edit background/border circleTry preceding your selectors with
.fp-one .fp-two .fp-three
as appropriate…this should allow you individual control.If you need a more specific answer, can you explain what you are actually trying to achieve.
Forum: Themes and Templates
In reply to: [Customizr] Bug report!After seeing this topic…my site is affected too…running Customizr 3.1.23 and WP 4.0…
Checked on Chrome, Firefox, and IE11…all exhibit the same behavior…this is what happens to me:
Only affects the previous arrow when going from the first slide to the last slide:
First time through, the slider disappears, but comes back if hit arrow again…
Second time through, it freezes the slider at the first slide.[Edit] Didn’t realize there was a new update…now on Customizr 3.1.24 and the problem appears to have been corrected…Thanks @nikeo. ??
@sevar: notice you are on 3.1.23, try updating to 3.1.24
@stellamaris5: if you are on 3.1.23, try updating to 3.1.24