maxxdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] theme option stringSorry for disturb it was very simple to delete the theme options and now I have again all strings available to translate
I want to set a subtitle for each event that must be specially formatted so I created this custom field ….
I solved the single event content leaving the text in the post normal place but adding a new custom field in the single event formatting (#_ATT{content}) where I placed the full text for the event plus the book now button and shortcodes from accordion plugin and so it is the layout:I tried with a page template (that includes my own single page heading) but I did not hack the code to accept the placeholder shortcodes using the php do_shortcode function as well in other plugins. (they are read as text)
Otherwise I tried to insert the content in the formatting admin area using the [EVENT]?placeholder but this is read as text and not as post contenttest link is always here: https://www.yogalaila.com/retreats/event1/
Must I create a new ATT where I insert the whole event content description?
The strange is in the event_list page che admin formatting works and the event excerpt placeholder is accepted:https://www.yogalaila.com/retreats/
Any idea?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS Colors not working in TableWell this is a good static solution; I tried to get something like using your php code plugin to color the td background below the string value but it does not worK; I get simply an empty cell. How can apply a conditional color background to a cell? (CSV or Excel file format are obviously not recognised)
Thanks
MassimoForum: Plugins
In reply to: [Polylang] Custom post type not recognizedI solved in the meanwhile, thanks
Forum: Plugins
In reply to: Polylang and CPTWhat I named slug is really the cpt as named in the register function
Forum: Plugins
In reply to: Polylang and CPTOk solved by myself
The right code is below
add_filter(‘pll_get_post_types’, ‘my_pll_get_post_types’);
function my_pll_get_post_types($types) {
return array_merge($types, array( ‘udt_homepage_slider’ => ‘udt_homepage_slider’, ‘udt_homepage_secs’ => ‘udt_homepage_secs’));
}I used the name in the previous array but the code works using the theme slug for the cpt
I have the same problem : I tried to load the input.js in the post page and activate the same div as in the admin panel but no map is displaied…
There is no way to call the acf form with location field through a shortcode?Forum: Plugins
In reply to: [Weather for us - animated weather widget] Plugin Stopped Working!!I delete and reinstalled the mini-widget but still no weather in the box, even the online code generator did not create the location when you try to get the miniwidget code but works only for the wide widget…
My Dev Tools says: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
https://www.weatherfor.us/load.php?skin=metro&location=Rome%2C+ItalyCan you solve this issue soon?