sumithsuku11
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot edit imagesCan you check the same by activating wordpess default theme ?
Forum: Fixing WordPress
In reply to: Cannot edit imagesHi
It may causes due to many reason, any plugin conflict or jquery conflict etc.
Could you please check it by deactivating plugin eachone by one .Before take a backup of both files and database
Forum: Fixing WordPress
In reply to: Deleting unnecesary social media buttonsHi ,
Seems you have used a purchased theme. I am not sure that where you can find the option to hide the social media icons from admin side until i have purchased theme .It would be better to contact the theme support.
Or
If you want to just hide the social medial icons , you can achieve using css
.blog_social { diaplay:none; }
You can put the code in the style.css file .
Regards
Sumith !- This reply was modified 7 years, 5 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: How to prevent URL redirect?Hi ,
Could you please paste the htaccess content of subfloder here ? Also let me know the subfolder name also
Regards
Sumith- This reply was modified 7 years, 5 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: Category pages not working – page not foundHi ,,
Could you please update your permalink structure from admin side ?
Regards
SumithForum: Fixing WordPress
In reply to: How to prevent URL redirect?Hi,
What you means subdirectory ? Do you want parent page for about us page ?
So that url become https://www.mydomain/parent-page/about ?
Also check page permanlink from admin side whether it is set as per your requirment
Regards
SumithForum: Fixing WordPress
In reply to: Move to higher level failedHi ,
Hi is ther any problem to move the wordpress files to root ?
Forum: Fixing WordPress
In reply to: Memory errorHi ,
If it still not work . Please refer below url you will get some ideas.
Forum: Fixing WordPress
In reply to: no access to admin panelHi,
Ok do one more thing ,just rename the htaccess file . And check again!
Also please address your url then only we can check whether its hacked or not.
Regards
Sumith !Forum: Fixing WordPress
In reply to: Memory errorHI ,
i believed that hosting provider can help you more. But you said that they helpless.
Its ok we can try.
Just add the line
php_value memory_limit 256M
in the .htaccess file in root of the wordpress intallation.
Regards
Sumith- This reply was modified 7 years, 5 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: Major issue, site not workingHi ,
I have checked the issue but i can see the admin login form. https://sharkwheel.com/wp-login.php . Where you are facing issue ? after logged in ?
Regards
SumithForum: Fixing WordPress
In reply to: Image Frame AdjustmentHi,
Could you please adress the site link ? or a screenshot ?
Regards
SumithForum: Fixing WordPress
In reply to: Issues connecting ‘shop’ pageHI,
It seems to be you have used a paid theme. You can manage it from admin side theme settings. Or please check the theme customizer in admin side there you can see various options to manage the theme.
Appearance >> Customize
Please check it and let me know.
Regards
SumithHi
You can achieve the same using css.
Simple add the below css code.header-main{background: #303030;}
Please change the color code accordingly.You can get the color from onlile color picker if needed(https://www.webpagefx.com/web-design/color-picker/)
Hope it will heplful
Regards
Sumith Suku- This reply was modified 7 years, 5 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: Tag/Category & Date – (Re)moved From Side of PostHi ,
please add the css .
.content-area .entry-footer {float:none;width:100%;} .content-area .entry-content{float:none;width:100%;}
Hope it will help you.
Regards
Sumith Suku