Forum replies created
Hi,
Using previously provided information, I am unable to log in to your WordPress admin. Please see screenshot http://prntscr.com/8hxvw7
Please provide the following details in private reply
FTP server url:
FTP username:
FTP password:
WordPress admin url:
username:
password:
Thanks!
Hi,
Sorry, we cannot achieve that only with css.
You will need to use a program such as Adobe Fireworks to create a white background image with low opacity, in the form of a png file. Then apply it to the navbar as the background. Don’t set any color value to it.
Please contact us via our services page https://theme4press.com/theme-customization-service/ or hire a developer from http://jobs.wordpress.net/ to assist you in this customization.
Thank you.
Regards,
Denzel
Hi,
No CSS validator works properly. This is because browsers have their own standard.
Programmers write css code and use our eyes to valid.
For example, try validating apple.com, yes the leading computer software and hardware company. The validator says there is 1452 errors!
https://jigsaw.w3.org/css-validator/validator?uri=www.apple.com&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en
You can also try to validate microsoft windows. The validator says there is 55 errors! https://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fwindows&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en
Surely, these two global leading software and hardware company employs top notch programmers right? In fact, they are the people writing the software. There should be no errors. This shows that css validators don’t work.
I don’t think there is anything wrong with our CSS code.
In order for me to help you, Please kindly start by tell me which element, and in which view, as well as what you want to achieve.
For example, questions like the following.
in iPhone portrait view, Can you make the individual product full width in one column instead of 4 columns?… etc
You can take a look at other threads, see how other users phrase their question.
I can solve only one question at a time.
Thank you for your understanding.
Regards,
Denzel
Hi,
The Theme was never designed to work this way. In order to achieve the effect that you want, we need to bring up the slider and let it go underneath the menu. Then make the menu transparent, by giving it a lower opacity value.
Please use the following codes in your Theme Options -> Custom CSS
.header-v1 {
opacity: 0.5 !important;
position: relative !important;
z-index: 9999 !important;
}
#sliders-container {
position: relative;
top: -90px;
z-index: 1;
}
Thanks!
Hi,
Please use the following codes in Theme Options -> Custom CSS
.entry-meta.entry-footer.row a {
color: #222 !important;
}
.comment-title-meta {
color: #222222 !important;
}
.btn.btn-left.icon-arrow-left.icon-big {
color: #222222 !important;
}
The category icon and the arrow are images, cannot be changed by CSS.
Thanks!
Hi,
Can you explain, or send me somewhere I can understand how to create those different links in the menu for logged in vs logged out users?
I did not create them, they are there by default.
Go to WordPress admin -> Appearance -> Menus
On the left hand column, there is “BuddyPress” section, click on it and it will expand downwards to show you the selection. http://prntscr.com/8h8h3n
Additionally, I have created the Activate and Register pages (and linked them in settings) and yet it simply redirects me to my home page.
You need to log out of your WordPress Admin. This is a BuddyPress default behavior, it will redirect you to homepage if you are logged in, it’s because you are already logged in and does not need to register anymore…
After you logged out, go to your login page.
For example, http://example.com/wp-login.php
click on the register link at the login form, it will bring you to your register page.
As for your activate page, remember the url, after you logout, enter it in your browser and you will be able to get there.
I believe, I have already explained in my previous reply, as follows..
Register -> http://prntscr.com/8h8dbj (Need to log out of WordPress admin to see this page)
Thank you.
Hi,
Sorry, I don’t know what happened to your site. The login info you given is not working anymore. I cannot enter your site to investigate.
Please turn off WP_DEBUG in your wp-config.php, it’s for programmers to look at when we need to debug issues, turning it on can sometimes cause conflicts.
Please use the following code for your bootstrap button, it includes a target and is working properly.
<a class="button" href="https://google.com" target="_blank">Learn more</a>
Thanks!
Hi,
Please post your website url.
I will take a look and see if I can provide you with a solution.
Sorry, I don’t understand the following sentence. Please kindly provide more details.
Theme4Press Slider can take the hole side of the “first look”
Thanks!
Thank you!
Hi,
I had just physically went through installation and activation of BuddyPress Plugin with Evolve Plus Theme.
It’s working properly. There are only 4 BuddyPress pages that will be automatically created and assigned.
Before you install BuddyPress Plugin. Check that you enabled registration for users. Go to WordPress admin -> Settings -> General -> Membership Check the check-box to allow “Anyone can register”. If you do not want to do allow this, the register and activation page will not be automatically created by BuddyPress. Here is the explanation. https://codex.buddypress.org/getting-started/register-and-activation-pages/
After you have installed BuddyPress and activated it. You can look for the auto generated pages.
Look for them in WordPress admin -> Settings -> BuddyPress Click the Pages Tab. You will see this. http://prntscr.com/8h8c2y
The following is screenshot of the pages created.
Members -> http://prntscr.com/8h8cry
Activity Stream -> http://prntscr.com/8h8d5u
Register -> http://prntscr.com/8h8dbj (Need to log out of WordPress admin to see this page)
Activate -> http://prntscr.com/8h8do1 (Need to log out of WordPress admin to see this page)
You can go to WordPress admin -> Appearance -> Menus to setup your BuddyPress front and back-end page links to the menu. http://prntscr.com/8h8h3n
Sorry, that’s all we can provide for BuddyPress setup support.
Please kindly contact us via our services page https://theme4press.com/services/ if you require any further setup assistance.
Thanks!