sumithsuku11
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent byHi ,
Where you have put the code for redirection. The error may be happened because you have echo or print something before the
header($product_page);
header. Also where the Location argument in the header.header('Location: https://www.example.com/');
Also actually what is the exact requirement do you want userr to redirect to product page once logged in ?
- This reply was modified 7 years, 3 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: Different Images for Different DivicesYes right i knew that, but you said already difficulties when there is a large number of posts.
??Forum: Fixing WordPress
In reply to: Different Images for Different DivicesHey i have shown it for get an idea. And its useful if we have common images for all page/posts. If you have different image for each post the solution wont work at all.
Actually what is the requirement what cause you have searching ? image clarity problem ?
Forum: Fixing WordPress
In reply to: Different Images for Different Divicesoh sorry i forgot to mention it.You can add the css in the “style.css” file or you can add the css from admin side “Additional CSS” option in the theme customizer.
Appearace >> Customizer >> Additional css.
Moreover you need to use the different image class in the image tag or uniqe id. So you can show and hide those images with reference the class.Yes right you need to take little bit css/HTML effort
- This reply was modified 7 years, 3 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: Different Images for Different DivicesYes its possible. We can achieve the same using the css. @media rule is used to define different style rules for different media types/devices
@media screen and ( max-width: 600px ) { } @media screen and ( max-width: 480px ) { }
You can using display:none , display:block for the images in appropriate screen sizes
- This reply was modified 7 years, 3 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: About this site & Find us headerCould you please check which theme you have used ? or paste the site link here.
Time being please check the admin side Appearance >> Widgets , here you can see the footer widget areas in right side. Please check the same.Otherwise please check the theme customizer section from admin side.
Forum: Fixing WordPress
In reply to: Cant open to customizeSo the issue because of the theme. So better to contact the theme support team.
Before that please check whether any plugin conflict with the theme by disabling each plugin one by one.Forum: Fixing WordPress
In reply to: Export and archive WordPress siteHi
It would be better to copy the entire installation and database in to other location. You can achieve the same using the cpanel.
Regards
……….Forum: Fixing WordPress
In reply to: Cant open to customizeHello ,
Have you recently update WordPress version or any plugins ? Or did you do any modification in the files ?
Could you please check the same by disabling the each plugin one by one ? If its not help try to activate a default theme and check again ?
(Please do a back up of both files and database before proceed.)
Regards!
……..Forum: Fixing WordPress
In reply to: Cant install the preset themeOk please upload the theme via FTP/Cpanel and try to activate the theme from admin side.
You can upload the theme (wp-content/themes) directory.
Forum: Fixing WordPress
In reply to: The CSS for home page of blog is not workingFine, that is why i said that disable each plugin one by one so you can find which plugin causes the issue ??
Forum: Fixing WordPress
In reply to: The CSS for home page of blog is not workingCould you please check the same by disabling each plugin one by one ?
(Please take a backup of both database and the files before do anything)Forum: Fixing WordPress
In reply to: Double FooterOk , Just add the below css code in the “style.css” file or you can add the css from admin side “Additional CSS” option in the theme customizer.
.footer-top{display:none !important}
- This reply was modified 7 years, 3 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: Double FooterIt may not work , because i need to find which HTML element causing the issue.
Which theme you are using ?Forum: Fixing WordPress
In reply to: Double FooterHi ,
Seems to be we can hide the footer using some css code. Please provide us the site link then only can check. Otherwise can`nt suggest anything!