Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Theme Editor Option DisappearedSome developers disable it for site security. There are also plugins that could be disabling it for the same reason. I would suggest disabling all plugins to be sure it is not being disabled by a plugin. If it is not being done by a plugin check your wp-config.php file for this line
define( 'DISALLOW_FILE_EDIT', true );
change true to false.I hope this helps.
Forum: Fixing WordPress
In reply to: Paypal sales not updating inventory stock at salesWhich PayPal plugin are you using to allow payments through PayPal? There are many of them. You will need to contact it’s developer and/or WooCommerce support (or support whichever e-commerce plugin you are using) to get help resolving this.
You can contact WooCommerce here: https://ww.wp.xz.cn/support/plugin/woocommerce/
Hoep this gets you headed in the correct direction.
Forum: Developing with WordPress
In reply to: Styling Images IndependentlyI would suggest contacting your themes developers for further assistance…. it looks like the css is at least partially taking on my end but you are using a premium theme Hestia Pro so you need to contact the developers to see what the custom CSS is not being used. My guess is they have some caching features built into the theme that you need to disable or something along those lines. You can contact them here: https://themeisle.com/contact/
Here is what I am seeing and it looks like the CSS is working…. https://imgur.com/a/rmHqHAp, if that is not what you intend for it to look like proceed to contact the theme developer at the link above. If that is what you intend for it to look like but it is not what you are seeing you then you probably need to clear your browser cache. If clearing your browser cache is not working this means there is a problem with your sites caching and/or CDN settings.
Unfortunately, though, we will not be able to help you here because you are using a premium theme and we are only here to provide support for themes and plugins that are provided here on wp.org.
Forum: Developing with WordPress
In reply to: Styling Images Independently.wp-image-xx { border: 10px solid red !important; border-radius: 50% !important; }So you tried this and replaced xx with the actual number of the image? Also, would you tell me which image you did it with so I can look at it directly on your site?
Forum: Developing with WordPress
In reply to: Styling Images Independently@copiaurbietorbi – I need to see the actual CSS. Saying “Code in css” does not allow me to help you, I need to see the actual code you are trying to implement.
Forum: Developing with WordPress
In reply to: Styling Images IndependentlyAlso, based on some tests I ran on your site I can see you are using at least one caching plugin Autoptimize … I have a feeling that this plugin is causing you issues. Try disabling it and seeing if your custom CSS is being picked up. If you are using any other Caching plugins or CDN services I’d disable them as well.
Forum: Developing with WordPress
In reply to: Styling Images IndependentlyWould you share you CSS code with me? It might help me to better guide you!
Forum: Fixing WordPress
In reply to: Broken pageGlad to help any time, that is what the forum is here for! Happy blogging.
Forum: Developing with WordPress
In reply to: Styling Images IndependentlyAre you adding the CSS code under
Appearance → Customize → Additional CSS?Forum: Developing with WordPress
In reply to: Styling Images IndependentlyIf styling the image using the wp-image-xx CSS class related to the image is not working this is likely an issue with your theme or possibly a caching issue. I’d suggest adding the !important tag to the CSS for the image and if it still does not take the styling then provide a link so that we can try to better help you or at least get you the correct support from your theme developer. Also, without a link to the site in question it will be hard to provide suggestions.
Forum: Everything else WordPress
In reply to: How can I block a specific user access a page?You will need to use a permissions or membership plugin to accomplish this. I typically use Ultimate Member https://ww.wp.xz.cn/plugins/ultimate-member/
Hope this helps get you going in the right direction.. feel free to post back here if it does not.
Forum: Fixing WordPress
In reply to: Why some things do now for in some hostings?Depends on the plugins… some plugins are built by hosting providers to work with their services and configurations only. Also, many plugins will not work in a windows configuration and GoDaddy tends to default to windows configurations last time I checked.
Hope this helps.
Forum: Fixing WordPress
In reply to: Footer ProblemHi there, You appear to be using a premium theme from ArrowPress. Unfortunately we are not able to help with premium code that you purchased. You will need to contact the theme developer. You can do so here: https://www.arrowhitech.com/contact-us/
Hope this gets you headed in the correct direction.
Forum: Fixing WordPress
In reply to: Broken pageThis is a problem within your theme settings and you are using a premium theme from Themeforest.net.. you will need to contact the theme developer for support… you can do so here: https://themeforest.net/item/jobcareer-job-board-responsive-wordpress-theme/14221636/support
Hope this gets you headed in the right direction.
Forum: Fixing WordPress
In reply to: Logo in Site Identity not showingAh, yes. That would be the way I would suggest to fix it in your case anyhow… because unfortunately the twenty whatever themes are generally very basic and do not have all the correct settings. If you edited PHP make sure you use a child theme https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/
Anyhow, glad you figured it out. Feel free to ask questions here anytime. We will do our best to help you based on the info provide. Happy blogging.