itmonitor
Forum Replies Created
-
bump! anybody from the Call Now team can help me on this?
Forum: Plugins
In reply to: [Contact Form 7 Style] Turn Contact Form responsiveMlehelsz, it is me who thank you for your work. You have a plugin that is great: it works well, it is easy to configure and support is quick. 🙂
The code you posted resolved the responsive issue without any hitch.
You have a client here.
Forum: Plugins
In reply to: [Contact Form 7 Style] Help with Email fieldI revised the code, my mistake, there was not the fullstop at the beginning. Now it works. Many thanks again mlehelsz. I have just one final tweak, will post it in a separate thread. I am also donating to the plugin. Thank you.
Forum: Plugins
In reply to: [Contact Form 7 Style] Help with Email fieldHey mlehelsz, many thanks! I added the CSS code, but it will not work. The Please, could you help me on this?
Forum: Plugins
In reply to: [Contact Form 7 Style] Center Contact Form 7 in pageit works. Mlehelz you are the best. Thank you.
Forum: Plugins
In reply to: [Contact Form 7 Style] Center Contact Form 7 in pagemany thanks. Here is the code I placed on the Contact 7 Style plugin. It is not working. The form position is set for “inherit”. Please, any ideas how can I make it work?
.wpcf7-form.cf7-style { margin: 0 auto; width: 450px; /310px float: none; display: block; }Forum: Plugins
In reply to: [Email Before Download] Make placeholder file_name work with multiple filesThank you dtynan. Is there a way to make the plugin accept a placeholder file_names in section 9.2? This place holder would list only multiple file names, without their urls.
- This reply was modified 8 years, 8 months ago by itmonitor.
Forum: Plugins
In reply to: [Contact Form 7 Style] Center Contact Form 7 in pageHey mlehelsz,
thank you. I am willing to try this solution. Please, which value should I add to /*Add desired value here*/ so the form will be centred in Windows desktop computers and also in Android tablets, smartphones?
Rgs
IM
Forum: Themes and Templates
In reply to: [Llorix One Lite] Round borders hiding textHi, thank you for your reply.
Yes, I use a plugin, that was working well displaying the associates in rectangles. The text was not hidden by the circles and was not overlapping the pictures.
After installing Llorix, these issues appeared. It seems that Llorix uses a round (circle) frame to display the team images. It could be that this conflicts with the plugin, which is set up to display the grid in rectangles and not in circles.
Please, where (file, code line) do I disable the round frames function in Llorix?
Any advice is welcome.
- This reply was modified 8 years, 8 months ago by itmonitor.
Forum: Plugins
In reply to: [Email Before Download] Warn when no file selected for download@dtynan, thank you for taking the time to help me. Your code works fine. I post it here so it can help others. Many thanks! 🙂
Solution by dtynan:
In plugins/email-before-download/email-before-download.php, replace
else if(!empty($d) || !empty($ebd_item->file) ){
by
else if( (!empty($d) || !empty($ebd_item->file)) && strpos($ebd_item->download_id,',') === FALSE ){Forum: Themes and Templates
In reply to: [Llorix One Lite] Change widget background colourHello, I am talking about the footer widget, if you go to the website and scroll down you will see. I managed to change its colour background.
Question: Is there any way to add an image as background to the footer widgets?
Forum: Plugins
In reply to: [AddToAny Share Buttons] AddToAny does not display in Android smartphoneThanks. I had to uninstall AddToAny as it was adding 1 second to the website speed load time. Thank you anyway.
- This reply was modified 8 years, 8 months ago by itmonitor.
Forum: Plugins
In reply to: [Email Before Download] Remove “Email Sent” messageHi dtynan,
many thanks. I tried the CSS, it will not work. For the moment, I commented out the line
$cf7->set_properties( array( 'additional_settings' => $additional_settings ) ); }but if a checkbox to disable it could be added on the Email Before Download plugin dashboard, that would be great 🙂
Forum: Themes and Templates
In reply to: [Llorix One Lite] Unable to change top bar background colourHi, I was unable to change the background colour, so I disabled the Very Top Header. Thanks.
Forum: Themes and Templates
In reply to: [Llorix One Lite] Unable to setup Header MenuHi, this issue is solved. I deleted the menus at the WordPress dashboard, setup them again and now they are working with the Llorix menu selection. Thank you.
- This reply was modified 8 years, 9 months ago by itmonitor.