tearslake
Forum Replies Created
-
Forum: Plugins
In reply to: [More Widgets] How to add extra social profiles?UPDATE: I’ve done a work-around by assigning a random social profile from a list and changing the icon’s font to FontAwesome and then assigning the correct character. But it’d be nice if you could add Instagram and Telegram in the future!
No, I had to return to the parent theme Enigma Parallax because the options I needed were not available. In the child theme I tried different styles to enqueue the parent styles including the below code in the functions.php for the “MFO” child theme:
add_action( 'wp_enqueue_scripts', 'mfo_enqueue_styles' ); function mfo_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); }
Forum: Plugins
In reply to: [Polylang] Polylang messes up text widgets after saving string translationssharonAIR, thank you for the work-around: it worked for me. If anyone found how to remove the HTML from polylang string translations please let me know.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Parallax slider questionsWould it be possible to use the same admin interface to setup two other pages? Right now I am using slide 1 settings for home page, the idea is to use slide 2 settings for “Programs” page and slide 3 settings for “Donations” page. I’d need to setup two new templates but this would be an interesting solution none the less.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Parallax slider questionsThank you for your reply.
1) Yes, I’ve created a child theme and changed the home-slideshow.php file removing the extra code for the two extra slides so there is just one slide there now on the front page.
2) I need to show different slides on the two extra pages (also just one slide per page without “sliding”):
https://s161104712.onlinehome.us/aff/goldentownoutreach.org/programs/
and
https://s161104712.onlinehome.us/aff/goldentownoutreach.org/donations/Forum: Fixing WordPress
In reply to: All plugins suddenly deactivated due to an errorExperiencing the same problem and same error messages. Can you tell me where the extraneous code had been inserted to?
The only difference is that when I reload the page I can see the plugins again and can activate them all. But some time passing by and it happens again.