Title: Davood Denavi's Replies - page 21 | WordPress.org

---

# Davood Denavi

  [  ](https://wordpress.org/support/users/binarywc/)

 *   [Profile](https://wordpress.org/support/users/binarywc/)
 *   [Topics Started](https://wordpress.org/support/users/binarywc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/binarywc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/binarywc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/binarywc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/binarywc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/binarywc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 301 through 315 (of 2,815 total)

[←](https://wordpress.org/support/users/binarywc/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/binarywc/replies/?output_format=md) [2](https://wordpress.org/support/users/binarywc/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/binarywc/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/binarywc/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/binarywc/replies/page/22/?output_format=md)…
[186](https://wordpress.org/support/users/binarywc/replies/page/186/?output_format=md)
[187](https://wordpress.org/support/users/binarywc/replies/page/187/?output_format=md)
[188](https://wordpress.org/support/users/binarywc/replies/page/188/?output_format=md)
[→](https://wordpress.org/support/users/binarywc/replies/page/22/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Theme Editor Option Disappeared](https://wordpress.org/support/topic/wordpress-theme-editor-option-disappeared/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/wordpress-theme-editor-option-disappeared/#post-13406531)
 * Some 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Paypal sales not updating inventory stock at sales](https://wordpress.org/support/topic/paypal-sales-not-updating-inventory-stock-at-sales/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/paypal-sales-not-updating-inventory-stock-at-sales/#post-13406518)
 * Which 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://wordpress.org/support/plugin/woocommerce/](https://wordpress.org/support/plugin/woocommerce/)
 * Hoep this gets you headed in the correct direction.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Styling Images Independently](https://wordpress.org/support/topic/styling-images-independently/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/styling-images-independently/#post-13406487)
 * I 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/](https://themeisle.com/contact/)
 * Here is what I am seeing and it looks like the CSS is working…. [https://imgur.com/a/rmHqHAp](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](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Styling Images Independently](https://wordpress.org/support/topic/styling-images-independently/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/styling-images-independently/#post-13405924)
 *     ```
       .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](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Styling Images Independently](https://wordpress.org/support/topic/styling-images-independently/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/styling-images-independently/#post-13403731)
 * [@copiaurbietorbi](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Styling Images Independently](https://wordpress.org/support/topic/styling-images-independently/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/styling-images-independently/#post-13400435)
 * Also, 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](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Styling Images Independently](https://wordpress.org/support/topic/styling-images-independently/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/styling-images-independently/#post-13400429)
 * Would you share you CSS code with me? It might help me to better guide you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Broken page](https://wordpress.org/support/topic/broken-page-10/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/broken-page-10/#post-13399425)
 * Glad to help any time, that is what the forum is here for! Happy blogging.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Styling Images Independently](https://wordpress.org/support/topic/styling-images-independently/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/styling-images-independently/#post-13399332)
 * Are you adding the CSS code under
    Appearance → Customize → Additional CSS?
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Styling Images Independently](https://wordpress.org/support/topic/styling-images-independently/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/styling-images-independently/#post-13397688)
 * If 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](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How can I block a specific user access a page?](https://wordpress.org/support/topic/how-can-i-block-a-specific-user-access-a-page/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/how-can-i-block-a-specific-user-access-a-page/#post-13397675)
 * You will need to use a permissions or membership plugin to accomplish this. I
   typically use Ultimate Member [https://wordpress.org/plugins/ultimate-member/](https://wordpress.org/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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why some things do now for in some hostings?](https://wordpress.org/support/topic/why-some-things-do-now-for-in-some-hostings/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/why-some-things-do-now-for-in-some-hostings/#post-13396792)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Footer Problem](https://wordpress.org/support/topic/footer-problem-49/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footer-problem-49/#post-13395680)
 * Hi 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/](https://www.arrowhitech.com/contact-us/)
 * Hope this gets you headed in the correct direction.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Broken page](https://wordpress.org/support/topic/broken-page-10/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/broken-page-10/#post-13395670)
 * This 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](https://themeforest.net/item/jobcareer-job-board-responsive-wordpress-theme/14221636/support)
 * Hope this gets you headed in the right direction.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Logo in Site Identity not showing](https://wordpress.org/support/topic/logo-in-site-identity-not-showing/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/logo-in-site-identity-not-showing/#post-13388797)
 * Ah, 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.wordpress.org/themes/advanced-topics/child-themes/](https://developer.wordpress.org/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.

Viewing 15 replies - 301 through 315 (of 2,815 total)

[←](https://wordpress.org/support/users/binarywc/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/binarywc/replies/?output_format=md) [2](https://wordpress.org/support/users/binarywc/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/binarywc/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/binarywc/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/binarywc/replies/page/22/?output_format=md)…
[186](https://wordpress.org/support/users/binarywc/replies/page/186/?output_format=md)
[187](https://wordpress.org/support/users/binarywc/replies/page/187/?output_format=md)
[188](https://wordpress.org/support/users/binarywc/replies/page/188/?output_format=md)
[→](https://wordpress.org/support/users/binarywc/replies/page/22/?output_format=md)