Anna Webdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu appearance on different browsersI can imagine that – But for me it is not possible to walk you trough it if I don’t know how it looks like.
Every theme / website is different – so there is not 1 way to fix it.
If the code is not accessible through the editor (I can’t see it, so I am not sure) – then you have to get the file trough FTP. If you are not a developer – this is to difficult for me to explain trough phone.
I wish you good luck and I hope you can fix it another way!
Forum: Fixing WordPress
In reply to: Menu appearance on different browsersFor now just the WordPress login!
Forum: Developing with WordPress
In reply to: some border lines are disappearing suddenly ?Yeah :)! Happy it worked π
Have a great sunday!!
Forum: Developing with WordPress
In reply to: some border lines are disappearing suddenly ?The code is not working because you forgot a
}after:#o { width:20%; border:0.1em solid #228B22;I think that will also fix the sidebar problem π
Forum: Developing with WordPress
In reply to: some border lines are disappearing suddenly ?Helloo,
Maybe you can try to add this code to the CSS:
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {display:inline-block!important;}Does that help?
I am not sure what you mean with thee borders in the sidebar π Seems to work fine over here!
- This reply was modified 9 years, 1 month ago by Anna Webdesign.
Forum: Fixing WordPress
In reply to: My links have become invisible.Helloo!
I am not familiar with your theme – but it looks like you somehow changed the color of your links to the color: white – that is why you can not see the links.
I can see it is not done in the code (CSS) – but I think it is done in the theme options. Was the link color blue before?
Forum: Fixing WordPress
In reply to: Menu appearance on different browsersHelloo π
Hmm maybe it is to difficult to explain if you are not a web developer…
I canΒ΄t see what you are seeing – that makes it extra difficult.I think it is a small adjustment in the code – if you can send me a email with your website information I can fix it for you!
Have a great sunday!
Forum: Fixing WordPress
In reply to: Menu appearance on different browsersHelloo!
Style.css is possible to – is that the only thing that you see?
Or is there also a lot of code?
Forum: Fixing WordPress
In reply to: Menu appearance on different browsersGoodmorning!
Yes the change has to be made in de CSS π
In WordPress you have the option to change files in the editor (left side appearance – editor) On the right side there should be styles – and style sheets.
In the general.css there you can search for:
.nav-horizontal ul.menu > li > a { width 241px; }– and change it to 240px.Before you do that – copy the whole CSS – in case something goes wrong.
I would also make a backup just to me sure.I don’t know if you have a child theme? If you don’t have a child theme then you have to make this change again when the theme has an update.
Hope this will help you! Good luck π
Forum: Fixing WordPress
In reply to: Menu appearance on different browsersHelloo,
I can see that the width of the items is now 241px.
.nav-horizontal ul.menu > li > a { width 241px; }Try setting it to 240px – I think that would work.
(I can not see the exact location because I think you are using some kind of caching plugin π )
Hello,
After clearing the cache the problem still remains π
The error occurs on all the pages with a gallery.
Hope you can help!
Forum: Plugins
In reply to: [Woo Shopping Hours] Disable Mail MEssageHello!
I would also like to remove the shop open notification email…
I don’t want to change it, I just don’t want to get the email anymore π
If you are going to place the CSS code in the style.css of Vertex – then you are going to lose your changes every time the theme has an update.
Best thing you can do is make a child theme – with a new style.css.
The child theme is a second theme you can make – it is the standard Vertex template – and there you can add the extra CSS. That way you don’t lose your CSS code there is a update of the theme π
The new style.css is the place where you can add the CSS codes π
- This reply was modified 9 years, 6 months ago by Anna Webdesign.
Hello!
Do you have a child theme?
I would add some CSS:
To show logo:
.float-header { padding-top: 42px; }My solution for the arrow:
span.mctb-close { padding-top: 40px!important; }Hope it has the effect you want :)!
Forum: Plugins
In reply to: [WooCommerce] Variable product pageHello π
I hope I understand your question!
I see that the variations do look a little strange. I would solve it with some CSS.
This is the CSS that you could add:
.product-page .variations .select-wrapper select { padding: 20px 34px 24px 30px; }