Forum Replies Created
-
Author
-
Radu
ModeratorI see this, this cannot be named problem of the theme right ? Sice this approach causes link tags alterations.
As an ideea for you workaround it’s to make a callback to preg_replace function will check if the items that will be changed are on the ignore list or not : https://stackoverflow.com/questions/36349310/ignore-certain-matches-in-preg-replace
The idea it’s to target your specific a tags maybe not all a tags if they have a specific class to can alter ony the links that should be gpx file.
The snippet looks that it already does that… nto sure why
You can try to add the hooks of that into a function that triggers them after_setup_theme or init
COPY CODEfunction sqr_late_trigger_rand89() { add_filter( 'the_content', 'osmap_gpx_link_filter' ); add_shortcode( 'map', 'osmap_generator' ); } add_action('after_setup_theme','sqr_late_trigger_rand89'); //add_action('wp_loaded','sqr_late_trigger_rand89'); //add_action('init','sqr_late_trigger_rand89');Try with that if it’s the same try the commented ones,by leaving only one action.
@bassfan great if you had solvedCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There we are using Visual Composer plugin and trough that the page it’s buildedHere you can change the background.

You can set a min-height for that section from general

You can change the numbers from the highlighted section

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, This should switch off the aq resize mechanism, paste the next code into child theme functions.php code : https://pastebin.com/raw/Br2jKYtz Let me know It should serve the original file no more resize. Let me know Cheers RAugust 28, 2018 at 15:28 in reply to: Theme doesn’t login users. Ask new users activation code #207741Radu
ModeratorHi,
Not sure why cuz on our test from version 1.5.6 that was fixed…
You may try to re-generate buddypress emails from wp-admin -> tools -> buddypress ->
TRy to add on the cache plugin in exception list the /activation page if it makes cache problems.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 28, 2018 at 15:19 in reply to: Purchased site from Vendor (Search and Setup questions) No functioning email to users #207737Radu
ModeratorNot marked as solutionAugust 27, 2018 at 18:33 in reply to: Purchased site from Vendor (Search and Setup questions) No functioning email to users #207659Radu
ModeratorNot marked as solutionAugust 27, 2018 at 18:06 in reply to: Purchased site from Vendor (Search and Setup questions) No functioning email to users #207655Radu
ModeratorNot marked as solutionRadu
ModeratorTy
You’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Yes all will be ready.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Check under wp-admin -> revolution slider

—
Another place where you can check it’s in elementor

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe revolution slider will be updated through latest theme version under wp-admin -> appearance -> install plugins.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There was changed the update mechanism by Envato, please follow this article and you will be able to update the theme.
Anyway i had attached the laste theme version here.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.August 27, 2018 at 16:54 in reply to: Theme doesn’t login users. Ask new users activation code #207636Radu
ModeratorHi,
This issue with activating users asking code was patched in previous versions please update the theme and let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can hide the read more button using this css
COPY CODE.home .elementor-widget-container .kleo-carousel a.small.button.radius.secondary {display:none;}For adding link to titles there tried a workaround right now but not sure why that not work, i will still test and look for a solution
Let me know if the css it’s ok
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There its’a function that handles the videos iframes to full available space in htm elements, on your site @bassfan the issue seems to be triggered by the datatables file from cdn.

@mudandroutes and @bassfan
Maybe the cdn loads before the app.min.js file, did you had changed the order of the js files in page so they will load in other order than default ? using or not a plugin that optimize the speed and the page time response ?If you will de-activate child theme and empty all caches will be ok ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That file it’s only a template containing this content : https://pastebin.com/raw/jpEuPuF2
What error you receive ? (notice or errors ? )
If it’s about some fields that had been not imported and other yes, if there are a few like 3,4 missing fields you can create them manually from wp-admin -> users -> profile fields then add the fields to your desired form from wp-admin -> users -> profile search -> chose the form in that yu want to add and add it.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 27, 2018 at 16:16 in reply to: Purchased site from Vendor (Search and Setup questions) No functioning email to users #207626Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
In similar cases like this one , try to switch off child theme and all rest of the plugins maybe those interfere in some way.So de-activate child theme and test.
Deactivate all plugins except woocommerce and Frontend Manager plugin and test….
Make sure to have all things updated theme+wp+plugins
Let me know
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I think the issue happens because there it’s an extra folder in the path ‘fontello’
The original parent theme url for fontello it’s :
https://hughstonemusic.com/wp-content/themes/kleo/assets/css/fontello.css?ver=4.3.11
ANd in your child it’s the next:
https://hughstonemusic.com/wp-content/themes/kleo-child/assets/fontello/css/fontello.css?ver=4.3.11
There you will have to move up in parent folder meaning all files and folders from
https://hughstonemusic.com/wp-content/themes/kleo-child/assets/fontelloshould be moved in
https://hughstonemusic.com/wp-content/themes/kleo-child/assetshttps://archived.seventhqueen.com/kleo/article/use-custom-fontello-icons-kleo-theme
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 27, 2018 at 14:41 in reply to: kleo_top_members shortcode “Members per page” option is not working properly #207617Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
moxie.js not comes from our theme files, to can find out if it’s something related to the theme there may be needed to de-activate the KLEO theme and to activate default wp theme twenty seventeen
.If still you encounter the same issue it meaning that has nothing to do with out theme and the issue comes from a plugin or something else.
Did you have somehow plupload plugin ? if yes this may be the cause you do test 2,having theme activated like until now de-activate the plugin and check again.
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

