thelittlegreenman
Forum Replies Created
-
Forum: Plugins
In reply to: [Flamingo] Show for user role AND enable editingOK, great, thank you!
Hi,
thanks for your offer. I’m able to programm a own static overlay for it but was just curious if such a function maybe exists.
- This reply was modified 3 years, 10 months ago by thelittlegreenman.
Forum: Plugins
In reply to: [Contact Form 7] Retrieve value from custom form tagHello,
thank you, I read that already but as it’s a different type of data -datalist- I’m confused and don’t understand it.
In the end I need to get the value of a hidden input
<input id=”myId” type=”hidden” array=”” name=”” value=”12.8,15.4″>
I can retrieve with with eg jQuery but don’t understand how to send that retrieved value to a message- This reply was modified 3 years, 10 months ago by thelittlegreenman.
- This reply was modified 3 years, 10 months ago by thelittlegreenman.
Forum: Plugins
In reply to: [Contact Form 7] Open streetmap markerHello Yordan,
thanks, I will have a look!
Forum: Plugins
In reply to: [Contact Form 7 extension for Google Map fields] Other map sourcesExactly the same. Let the user set marker with standrard map
Forum: Plugins
In reply to: [Contact Form 7 extension for Google Map fields] Other map sourcesOk, thanks for the info. What would be the cost for such a plugin?
Forum: Plugins
In reply to: [Advanced WordPress Backgrounds] AWB full image on mobile blurryHI nk,
ok thanks! That would be awesome as now it doens’t really look nice and acceptable at all on mobile screens..and a lot people are viewing sites with their mobile
Forum: Plugins
In reply to: [Advanced WordPress Backgrounds] AWB full image on mobile blurryHI nK,
ok but then there’s maybe an error in the picking? (The width of the mobile screen I tested is 320px)
As you showed there are images for 300w and 400w available but I think it’s because when using AWB’s fullscreen/cover option than it should pick the image based on the high. Now it streches the images and so it becomes blurry
- This reply was modified 4 years, 6 months ago by thelittlegreenman.
Forum: Plugins
In reply to: [Page scroll to id] Page scroll to id not respecting offset valueOh no… Thanks! I totally forgot changing those custom links. Works now
- This reply was modified 5 years, 8 months ago by thelittlegreenman.
Forum: Plugins
In reply to: [Page scroll to id] Page scroll to id not respecting offset valueCould you test also what’s wrong on my page? ??
https://wildesnachtleben.de/I tried your selectors value on mine but it didnt work
- This reply was modified 5 years, 8 months ago by thelittlegreenman.
Forum: Plugins
In reply to: [Page scroll to id] Page scroll to id not respecting offset valueI have the same issue :/ and had “Enable different pages scrolling on all links” enabled
Hey,
yes, is there a way to send you the link non-public? as the site is not official online yetForum: Fixing WordPress
In reply to: How to override a special css.file in a child themeSomehow I can’t remove that grid.css at all. I mean the original even if I dont enqueue the new one
When commenting this
add_action('wp_enqueue_scripts', 'photography_register_mobile_css', 15);
out
in the parent functions the grid.css-file is missing but all my attemps to remove this action in the child-theme-functions don’t work- This reply was modified 6 years ago by thelittlegreenman.
Forum: Fixing WordPress
In reply to: How to override a special css.file in a child themeObviously that’s the problem as it’s not working
I found this code in the parents functions
//Enqueue mobile CSS after all others CSS load function photography_register_mobile_css() { //Check if enable responsive layout $tg_mobile_responsive = kirki_get_option('tg_mobile_responsive'); if(!empty($tg_mobile_responsive)) { //enqueue frontend css files $pp_advance_combine_css = get_option('pp_advance_combine_css'); if(!empty($pp_advance_combine_css)) { wp_enqueue_style("photography-responsive-css", admin_url('admin-ajax.php')."?action=photography_responsive_css", false, "", "all"); } else { wp_enqueue_style('photography-responsive-css', get_template_directory_uri()."/css/grid.css", false, "", "all"); } } } add_action('wp_enqueue_scripts', 'photography_register_mobile_css', 15);
Your code adds an additional file and attends “css” at the end of the original style “photography-responsive-css-css”
- This reply was modified 6 years ago by thelittlegreenman.
- This reply was modified 6 years ago by thelittlegreenman.
- This reply was modified 6 years ago by thelittlegreenman.
Hi, sorry, no as an unpaid betatester I dont have the time to fix your errors