Weboccult Technologies Pvt Ltd
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Add new flag for UAEHello @edo888
Do we need to change directly in plugin file ? Is there custom option to change that from theme or backend options ?
If i change from plugin it will override your image again whenever plugin update will comeHello @bagerathan
Which gravity version you find issue ? I checked in latest version 2.7.4. and not found issue. Did you get any console errors ?Forum: Plugins
In reply to: [Email Attachment by Order Status & Products] attachment automationYes By default it send attachment to all orders ,but you can select single product, multiple products to send attachment. You can check available option after install plugin
Forum: Plugins
In reply to: [Attachment Download On Gravity Form Submission] javascript:void(0)Can you check your console ? Do you have any jquery error showing ? Did you get any error message when pdf upload failed ?
Forum: Plugins
In reply to: [Email Attachment by Order Status & Products] attachment automationHi @npope
Yes. You have to select order status from backend and add attachment you want to send.
This plugin automatically send attachment for default order status mail send using wooocommerce
Hi @ivy2000008100000 Please check that you theme is containing all required files and they are in correct format. Also try to check by reinstalling wordpress if any core file is missing or corrupted. ou can also check by activating any default themes like 2021, 2020 etc.
Forum: Fixing WordPress
In reply to: Missing Mobile MenuHi @moistycocktails Update or add below css in your css file so menu icon will be shown in mobile. Currently mobile menu icon color is same as background color so it is not visible.
@media (max-width : 767px){ .mobile_menu_bar:before { color:red; } }
Forum: Fixing WordPress
In reply to: Theme options dissapeared@pksanki There may be chance of confliction between new wordpress and theme. You can ask to your theme support forum for solution.
Forum: Fixing WordPress
In reply to: I deleted some images in wordpress but the code still comes outHi @junio1970 Reason of error may be image tag loading without image url in src attribute. If you can share screenshot of your error on page, I can help you in detail.
Forum: Fixing WordPress
In reply to: Settings tab disappearedHi @adabronowski You need to check your user role. If your user role have not permission of accessing Setting menu then you will not get that on left hand menu. Check this by doing login with admin user. Let me know if you need more help in this. Happy to help you.
Forum: Fixing WordPress
In reply to: How to add short description/text after Title (Before Image)Hi @croelan Can you please share more details related to your requirement like screenshot so I can suggest you possible ways to achieve your requirement.
Forum: Fixing WordPress
In reply to: search results page to full widthHi @wesleyj You need to modify search.php file in your theme. You can also check in wordpress dashboard if theme provides layout setting for search page in backend.
Hi @mplusplus You need to use jquery and custom mysql query to perform ajax search. You can get different kind of demo codes on google.
Forum: Fixing WordPress
In reply to: Divi Layout in wordpressHi @mishevaellena You can check in console log that if there is any error which is preventing animation to load properly. You can also ask in Divi builder support forum.
Forum: Fixing WordPress
In reply to: Website down + can’t access dashboard anymoreHi @mali1998 This kind of thing happens sometime because of memory limit on server. Please check or ask your hosting provider regarding this and increase if possible. Also cross check your DNS settings.