ravikumar1986ravi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Header from One Pagethere is lots of way to do this.
1. by making custom template and use that
2. by css for particular page
3. by js also can be applied to that particular page.
4. by php code that doesn’t show on that particular page.let me know if your problem still didn’t’ solved.
Forum: Fixing WordPress
In reply to: Login page does not existthis could be due htaccess setting. please change it would work.
let me know if it still didn’t work.
Forum: Fixing WordPress
In reply to: cannot upload fileHi @emmayung
other user was already facing approax same problem. please follow given answer by me on this post. I hope this help for
https://ww.wp.xz.cn/support/topic/cant-upload-audio-files-on-my-media-library/#post-12558030Let me know if your problem still didn’t solve.
Forum: Fixing WordPress
In reply to: Box display misalignmentthere is three things you have to understand.
1. you event description of first box content is more than so one way is make it same as other box content.
2. you can make minimum height box that suits for all boxes that will make look perfect for all boxes.
3. there is some css you can apply to fix this.let me know if you still didn’t find solution for this.
Forum: Fixing WordPress
In reply to: Image Crop Area requires mouse interactionfor this problem there is already solved. please search before posting the question.
see this post:- https://ww.wp.xz.cn/support/topic/image-crop-area-preview-requires-mouse-interaction/Forum: Fixing WordPress
In reply to: Convert shortcode into Link/URLbasically when you click on any slider to view it generates the slider on his div by calling js. same when you click on other it again generate the slider on same div by js.
https://prnt.sc/rhqqw9
https://prnt.sc/rhqrdtsee this I hope this help you.
Forum: Fixing WordPress
In reply to: Convert shortcode into Link/URLthis can be only possible via custom javascript code. since both slider is called seperately js to run slider.
Forum: Fixing WordPress
In reply to: Convert shortcode into Link/URLare you talking about internal linking or external linking of seprate page? both way can be possible.I need to see your page which one you talking about.
Forum: Fixing WordPress
In reply to: Can’t upload Audio Files on my Media LibraryHi @lemanja
here answers of your questions respectively.
1. as I see you have max 20 products so i think using your same server would be fine. there is no need to use google drive integration. that thing can be used if you have more than 100 products. the second thing I would like to let you know you can use your own server and optimize them that will load your product fast with images. there is lots of plugin and way to do this. you can do google for that.
2. there could many reasons for that some of are listed below:-
2.1. your media file could be corrupted try with lower size audio file or try with other media type audio file. you will see the differences.
2.2 the plugin or code is collapsing to upload the file that you were try to upload.
2.3 some time it seems that upload limit has been increased but that is not actually being affected. so try find other way increase upload limit like php.ini, server way, cpanel, wp-config, via plugin etc.
2.4 may be your site is affected with virus. try to reinstall the site again and try uplaod the file you will see the differences.- This reply was modified 6 years, 3 months ago by ravikumar1986ravi.
Forum: Fixing WordPress
In reply to: Pictures from old posts disappeared@asome Please check through HTML code. you will see the difference in path
Forum: Fixing WordPress
In reply to: Pictures from old posts disappearedyou can compare both image path from post and media path easily let me know if it still didn’t solve. I can fix it for you that would be chargeable in the minimum amount
Forum: Fixing WordPress
In reply to: Pictures from old posts disappearedHi @asome make sure your image name is not changed that was you used in your old posts
Forum: Fixing WordPress
In reply to: Changing font in submenuHi @oonaghstaerckdesign as I checked your pages are made by elemenator and elemanator using two css file for main menu “post-88.css” and for submenu “global.css”
both fonts are respectively
>> “Montserrat”, Sans-serif
>> “Roboto”, Sans-serif
you have to work on these files are you can overite the css by your own custom css.let me know if it still didn’t solve your problem.
Forum: Fixing WordPress
In reply to: “Add file” button does not workyou would have to contact me personally on email by sharing login detail then I can check and fix this. @vegala
Forum: Fixing WordPress
In reply to: “Add file” button does not workthese are due to js collapsing. make sure your code and plugin don’t affect the default WordPress js function. there is js conflict script and plugin I think that you can use but not sure it is available for admin or not.