Theme problem

Hi
I use your theme in this website: http://a27314-tmp.s352.upress.link
Under “slider revolution” there is some text “adminadminadminadmin
It looks like a bug…I can’t find it not in my theme not in my data base…

Please help.
Many Thanks!

Hi There,

Thanks for writing in!

I can also see there is some code below to the text which is pointing to the background image. Not sure if you have added it.

also, you are using a very older version of the theme and plugin. It might be due to a plugin conflict too.

Please check for the following first:

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.
  2. Clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.
  3. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.
  4. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
  5. Remove custom CSS, Javascript and templates.
  6. Reset your htaccess file by renaming it to .htaccess-bak. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.
  7. Contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php
    define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );
    In case the issue persists, would you mind providing us with login credentials so we can take a closer look? Please provide following information:
    Set it as Secure Note
  • Link to your site
  • WordPress Admin username / password
  • FTP credentials
    All the best!

Hi
I see that the problem exists in “Classic recent posts” area. The world “admin” depends on posts count in this area.
So when I select Post count = 4, the world “admin” will display four times.

Thank You!

Hey Farhad,

Would you mind trying the steps listed by @basanta?

  1. I see you’re using a very old version of the theme. Please update to the latest version. See the details in the list above.
  2. If updating does not resolve the issue, please try switching to the parent theme.

If nothing helps, please give us WordPress Admin and FTP credentials in a Secure Note.

Thanks.

Hi,
I’ve updated the theme to the new version and the issue is resolved.
But most of my icons (font awesome) stoped displaying as well…
https://www.gilbozer.com/contact

Thank you!

Hi Farhad,

Thanks for writing in again!

If you’re using a caching plugin, make sure to purge your server cache after updating.

I can see you have added icons manually, you need to change data-x-icon to data-x-icon-b to make it compatible with the latest release.

As of Font Awesome version 5.x, they split icons into multiple fonts. This can be fixed by changing instances of the data-x-icon attribute to one of the following:

data-x-icon-b for social icons.
data-x-icon-o for outline icons.
data-x-icon-s for solid icons.

The original attribute data-x-icon will still work for solid icons as a fallback but we’ve updated everything for consistency.

Hope that helps.
Thanks!

Hi
Thank you for your answer.
But if I use the icons inside my classes,
For example I used : <i class='x-icon x-icon-angle-down'></i>
How can I resolve these elements?
Tnx

Hi Farhad,

Then, you’ll have to change it to something like this

<i class='x-icon x-icon-angle-down' data-x-icon-s="&#xf107;"></i>

The f107 is the icon code for angle down which is available here https://fontawesome.com/icons/angle-down?style=solid. You can search the icons here https://fontawesome.com/icons

Thanks!

Hi
Thank you!
Now I get a java script error in this page
https://www.gilbozer.com/seminars-workshops
in x.js file
Uncaught TypeError: Cannot read property ‘action’ of undefined

Tnx

Hi Farhad,

Please update its cornerstone, or perhaps, update both theme and cornerstone. The issue is that your old cornerstone doesn’t match with the current theme version and it causes incompatibilities.

Thanks!

Hi
Thank you! The issue is resolved

Hi Farhad,

Glad to hear that. Have a great day! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.