Forum Replies Created

Viewing 15 replies - 1 through 15 (of 42 total)
  • I suspect it is a configuration on your computer then. Try different browsers, or try connecting to a different network to start with.

    There could be several reasons why your dropdown menus are not working anymore. Here are some steps you can take to troubleshoot the issue:

    1. Check for Plugin Conflicts: Sometimes, plugins can conflict with each other or with your theme, causing certain features to stop working. To check if this is the issue, you can deactivate all your plugins except Elementor and see if the dropdown menus start working again. If they do, reactivate your plugins one by one until you find the one causing the conflict.
    2. Check for Theme Conflicts: If deactivating plugins doesn’t solve the issue, the problem might be with your theme. To check this, switch to a default WordPress theme like Twenty Twenty or Twenty Twenty-One and see if the dropdown menus work. If they do, the issue is with your theme.
    3. Update Your Plugins and Themes: If your plugins, theme, or WordPress itself are out of date, they might cause issues with your site. Make sure everything is up to date.
    4. Clear Your Cache: Sometimes, your browser or a caching plugin might serve an old version of your site. Try clearing your browser cache and, if you’re using a caching plugin, clear your site cache as well.
    5. Check JavaScript Errors: If there’s a JavaScript error on your site, it might prevent the dropdown menus from working. You can check for JavaScript errors by opening your browser’s developer tools (usually by pressing F12) and looking at the console.

    If none of these steps solve the issue, you might need to contact Elementor’s support to help you troubleshoot the issue.

    The error message you’re seeing is related to a function trying to call a method named email_instructions in the WC_Gateway_Paiementpro class, but it can’t find this method.

    This email_instructions method is typically used in WooCommerce payment gateway plugins to add instructions to the order confirmation email that is sent to customers after they make a purchase. It seems like your payment gateway plugin is trying to use this method, but it hasn’t been defined in the WC_Gateway_Paiementpro class.

    Here are a few things you can try to fix this issue:

    1. Update the Plugin: If there’s an update available for your payment gateway plugin, try updating it. The issue might be a bug that has been fixed in a newer version of the plugin.
    2. Contact the Plugin Developer: If updating the plugin doesn’t work, you should contact the developer of the plugin. They might be aware of the issue and be able to provide a fix.

    I hope that helps.

    The issue you’re experiencing could be due to a number of reasons. Here are a few things you can try:

    1. CSS Styling: The issue might be due to CSS styling applied to images with captions. Check your theme’s CSS files for any styles applied to the wp-caption or wp-caption-text classes. These classes are typically used for images with captions in WordPress. You might find that there’s a CSS rule that’s causing the images to appear blurry.
    2. Image Resizing: WordPress automatically creates several sizes of each image you upload, and it might be using a different size for images with captions. Check the HTML of the images with and without captions to see if different image sizes are being used.
    3. Image Compression: The filters you added to your functions.php file should set the JPEG quality to 100, but it’s possible that there’s another plugin or theme function that’s overriding these filters. Try deactivating your plugins one by one to see if any of them are causing the issue.
    4. Browser Rendering: Different browsers can render images differently, especially when it comes to scaling images. If the image is being scaled (either up or down) in the browser, it can appear blurry. Check the dimensions of the image in the HTML and compare it to the actual dimensions of the image file to see if it’s being scaled.
    5. Retina Displays: If you’re using a device with a retina display, images can appear blurry if they’re not optimized for these high-resolution screens. There are plugins available that can help with this, such as WP Retina 2x.

    Let me know if nothing works from the list above!

    If your WordPress site is constantly redirecting to the login page, it could be due to a number of reasons. Here are a few things you can check:

    1. .htaccess File: The .htaccess file is a configuration file used by Apache-based servers. If this file is corrupted or misconfigured, it can cause redirection issues. You can try renaming your current .htaccess file to something like .htaccess_old and creating a new .htaccess file with the default WordPress .htaccess rules:
      # BEGIN WordPress?
      <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /
      RewriteRule ^index\.php$ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.php [L]
      </IfModule>?
      # END WordPress
    2. Plugins: A plugin could be causing the issue. To check if this is the case, you can disable all your plugins and see if the issue persists. If the issue is resolved, you can enable your plugins one by one to find out which one is causing the problem.
    3. Themes: Your theme could be causing the issue. To check if this is the case, you can switch to a default WordPress theme and see if the issue persists.
    4. Database: There could be an issue with your site’s URL settings in the database. You can check this by logging into your database (usually through phpMyAdmin), navigating to the wp_options table, and checking the siteurl and home options. These should both be set to your site’s URL (https://worldcalling4me.com/).
    5. Server Configuration: If none of the above solutions work, there could be a server configuration issue. You may need to contact your hosting provider for assistance.

    Remember to backup your site before making any changes.

    Hi there, this issue could be due to a number of reasons. Here are a few things you can try:

    1. Browser Cache: Even though you’ve cleared the cache on your website and your devices, it’s possible that some users’ browsers are still caching the old color. You can’t control this directly, but you can try to force a refresh by changing the version number of your CSS file. This can usually be done in your theme’s functions.php file or via a plugin that handles versioning.
    2. Server Cache: If your website is using a server-side caching solution (like Varnish or a caching plugin like W3 Total Cache, WP Super Cache, etc.), it might be serving a cached version of your CSS file. Make sure to clear the cache from your caching solution.
    3. Content Delivery Network (CDN): If you’re using a CDN like Cloudflare, it might be caching your CSS file. You’ll need to clear the cache from your CDN’s control panel.
    4. Theme/Plugin Conflict: There might be a conflict with your theme or one of your plugins. Try deactivating your plugins one by one to see if the issue resolves. If it does, the last plugin you deactivated is likely the culprit. If deactivating plugins doesn’t resolve the issue, try switching to a default WordPress theme to see if the issue is with your theme.

    Let me know if you still are having issues after checking the above.

    html.colibri-wp-theme #colibri .style-572 .blog-post-comments {
     border: none;
    }

    Will remove the bottom border.

    Is this a local install on your computer or via a web host?

    .cn-close-icon:hover::before {
     background-color: red;
    }

    that should work.

    Could you describe which lines you mean in that link? What do the lines currently display?

    Hi, looks like your database cannot be connected to. Can you confirm that you’ve provided WordPress with the correct login credentials to access the MySQL database? Has this previously worked?

    Plugin Author Andy Peatling

    (@apeatling)

    I won’t be updating the plugin any further. There are some more recent updates here: https://github.com/r-a-y/buddypress-followers

    • This reply was modified 5 years, 2 months ago by Andy Peatling.
    Plugin Author Andy Peatling

    (@apeatling)

    There’s an update from r-a-y on its way.

    Plugin Contributor Andy Peatling

    (@apeatling)

    Sharedaddy only supports PHP5. In 1.1.1 you should not be able to active Sharedaddy on a PHP4 host.

Viewing 15 replies - 1 through 15 (of 42 total)