Marlem
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] change only copyright color.Thank you e_baker and bdbrown it works perfect now the text is white.
Forum: Themes and Templates
In reply to: [Hueman] change only copyright color.Forum: Themes and Templates
In reply to: [Hueman] topbar stickystrange I’ve already checked but the topbar is not sticky, even if I’ve turned off all plugins.
Forum: Plugins
In reply to: [Gwolle Guestbook] write a new post button stopped workingThank you all for the helping.
I have made a child theme and put the code in the functions.php
Now everything works perfect.
thanks
Forum: Plugins
In reply to: [Gwolle Guestbook] write a new post button stopped workingHi, i put the code,
function my_gwolle_gb_register() {
wp_enqueue_script('gwolle_gb_frontend_js');
wp_enqueue_style('gwolle_gb_frontend_css');
}
add_action('wp_enqueue_scripts', 'my_gwolle_gb_register', 20);In the “SiteOrigin CSS plugin” but it gives Unexpected token errors.
Forum: Plugins
In reply to: [Gwolle Guestbook] write a new post button stopped workingHi when I empty the history in browser and then the 1st time the guestbook page refreshed than the plugin works well, it makes no difference to me if I use the code or not, maybe I can get somewhere private my wordpress login details so you can watch yourself.
Forum: Plugins
In reply to: [Gwolle Guestbook] write a new post button stopped workingHi, if I first click on the guest book page and refreshed than does the plugin further good but I have to if I use the website for the first time open the guestbook page refresh before it works well, is here maybe a code to the guestbook at the first time in to load immediately.
Forum: Plugins
In reply to: [Gwolle Guestbook] write a new post button stopped workingHi, i put the code in css plugin, but it is only working when i refresh the browser, so first time i open the website it is not working and when i refresh the browser it works.
Forum: Plugins
In reply to: [Gwolle Guestbook] write a new post button stopped workingHi,is there not a gwolle javaScript reload code that i can put in the zajax plugin?
Insert javascript or jQuery code here on ajax complete. It trigger at the end of ajax page loading ( you can use the jQuery sign $ ) EX: $(‘#loading’).hide()
I also had problems with the translation plugin by placing this code “setTimeout(function() { jQuery.translator.reTranslate(); }, 500);” in zajax plugin now the translator works well maybe the searchbox is also so need a jQuery code.
Hi bdbrown,I have tried the codes but they do not work properly.
No I still have this error when changing pages.
Hi manischkrag,
the player is play continuously throughout the site, but i have always these error ” FWDMSP instance name fwdmsPlayer0 is already defined and contains a different instance reference, set a different instance name ” and i do not now how i can solve this error.
the player want to put something after the url everytime by change the page on site.Forum: Themes and Templates
In reply to: [Hueman] Contact Form7 re-captcha positionHi this css works well
.g-recaptcha {
margin-bottom: 20px !important;
clear: both !important;
}