i removed some of my settings for the search library i use and
it seems that my settings were too restrictive.
can you check now if the search results are okay please?
i removed some of my settings for the search library i use and
it seems that my settings were too restrictive.
can you check now if the search results are okay please?
the data for this post is also searched through in the frontend mmh
hey there, so lets look at the endpoint that contains the text lay theme searches for:
https://acastelletti.demetriomancini.it/wp-json/laytheme/search/
you do have 2 projects with "spiriti"
in its title or description mmh
hey i just realized i did a mistake in my code that makes it so the original png image is loaded instead of the smaller size of it in the marquee.
can you update to 7.6.8 please and try again?
oh no problem!! dont worry about it
ah i understand now!
will release an update now that should fix it!
not sure! you can add and remove your custom css step by step or to see which css causes it!
nice website!
it works now no? what did you change?
ah i understand mmh
ok i think i know why this might be happening!
i will release an update later today, can you check if it works then?
ok so the problem now is that it collapses rows that are not supposed to collapse
but it extends the correct row right
oh you'll need to find a plugin for this, not sure which one is good
textformats, well every textformat gives you a _htmlclass
if you can add this anywhere in the event form section it could work, but probably the plugin will have its own settings for fonts i guess
of course, im releasing an update now and then it will be possible!
the link http://www.mayssajaoudat.com doesnt load at all mh
but this one works: http://mayssajaoudat.com/
can you write an email to your webhost and ask why with www it doesnt load?
its probably a domain setting. you can check the domain settings in your webhost control panel
can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
so i can check why lay theme might not work
did you recently change your domain?
if so, by using the plugin "better search and replace" you could replace the occurences of your last domain with the new one
it only happens on your tablet? do you know which browser and browser version you use or which tablet it is
i can check on www.browserstack.com here i can simulate different older browsers and devices
sure!! im glad it works
so when i create a expand row link inside a project for me it works when i open that project as a project overlay
also, when i give the the row an id of: myexpandrow
and then i create a link to the project with #myexpandrow added, it works for me too:
what do you mean with expand it via scrolling?
ok i will check it now
no theres no plans for this sorry :/
can you go to your ftp, go to wp-content → themes → lay
in the functions.php file,
this text:
function lay_load_textdomains() {
load_theme_textdomain('lay', get_template_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'lay_load_textdomains' );
change it to:
function lay_load_textdomains() {
load_theme_textdomain('lay', get_template_directory() . '/languages' );
}
add_action( 'init', 'lay_load_textdomains' );
(add_action) call is different
does that fix it?